com.liferay.portal.spring.aop
Class BaseModelExtensionHandler<T>

java.lang.Object
  extended by com.liferay.portal.spring.aop.AbstractModelExtensionHandler<T>
      extended by com.liferay.portal.spring.aop.BaseModelExtensionHandler<T>
All Implemented Interfaces:
com.liferay.portal.model.ModelExtensionHandler<T>

public class BaseModelExtensionHandler<T>
extends AbstractModelExtensionHandler<T>

View Source

Author:
Raymond Aug�

Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.spring.aop.AbstractModelExtensionHandler
AbstractModelExtensionHandler.WrappedList
 
Constructor Summary
BaseModelExtensionHandler()
           
 
Method Summary
 java.lang.Object extendList(java.util.List<com.liferay.portal.model.BaseModel<T>> models)
           
 java.lang.Object extendSingle(com.liferay.portal.model.BaseModel<T> model)
           
 
Methods inherited from class com.liferay.portal.spring.aop.AbstractModelExtensionHandler
getBaseModelExtension, getExtensionMethodNames, setBaseModelExtensionClass, setExtensionMethodNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseModelExtensionHandler

public BaseModelExtensionHandler()
Method Detail

extendSingle

public java.lang.Object extendSingle(com.liferay.portal.model.BaseModel<T> model)

extendList

public java.lang.Object extendList(java.util.List<com.liferay.portal.model.BaseModel<T>> models)
Specified by:
extendList in interface com.liferay.portal.model.ModelExtensionHandler<T>
Overrides:
extendList in class AbstractModelExtensionHandler<T>