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

java.lang.Object
  extended by com.liferay.portal.spring.aop.ModelExtensionAdvice<T>

Deprecated.

public class ModelExtensionAdvice<T>
extends java.lang.Object

View Source

Author:
Raymond Aug�

Constructor Summary
ModelExtensionAdvice()
          Deprecated.  
 
Method Summary
 com.liferay.portal.model.ModelExtensionHandler<T> getModelExtensionHandler()
          Deprecated.  
 java.lang.Object invoke(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
          Deprecated.  
 void setModelExtensionHandler(com.liferay.portal.model.ModelExtensionHandler<T> modelExtensionHandler)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelExtensionAdvice

public ModelExtensionAdvice()
Deprecated. 
Method Detail

getModelExtensionHandler

public com.liferay.portal.model.ModelExtensionHandler<T> getModelExtensionHandler()
Deprecated. 

invoke

public java.lang.Object invoke(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
                        throws java.lang.Throwable
Deprecated. 
Throws:
java.lang.Throwable

setModelExtensionHandler

public void setModelExtensionHandler(com.liferay.portal.model.ModelExtensionHandler<T> modelExtensionHandler)
Deprecated.