Liferay 6.2.0

com.liferay.portal.service.impl
Class LayoutSetLocalServiceStagingAdvice

java.lang.Object
  extended by com.liferay.portal.service.impl.LayoutSetLocalServiceStagingAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class LayoutSetLocalServiceStagingAdvice
extends Object
implements org.aopalliance.intercept.MethodInterceptor


Constructor Summary
LayoutSetLocalServiceStagingAdvice()
           
 
Method Summary
 Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
protected  LayoutSet wrapLayoutSet(LayoutSet layoutSet)
           
protected  List<LayoutSet> wrapLayoutSets(List<LayoutSet> layoutSets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetLocalServiceStagingAdvice

public LayoutSetLocalServiceStagingAdvice()
Method Detail

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
              throws Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
Throwable

wrapLayoutSet

protected LayoutSet wrapLayoutSet(LayoutSet layoutSet)
                           throws SystemException
Throws:
SystemException

wrapLayoutSets

protected List<LayoutSet> wrapLayoutSets(List<LayoutSet> layoutSets)
                                  throws SystemException
Throws:
SystemException

Liferay 6.2.0