Liferay 6.1.2-ce-ga3

com.liferay.portal.service.impl
Class LayoutLocalServiceStagingAdvice

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

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


Field Summary
protected  LayoutLocalServiceHelper layoutLocalServiceHelper
           
 
Constructor Summary
LayoutLocalServiceStagingAdvice()
           
 
Method Summary
 void deleteLayout(LayoutLocalService layoutLocalService, Layout layout, boolean updateLayoutSet, ServiceContext serviceContext)
           
 void deleteLayout(LayoutLocalService layoutLocalService, long groupId, boolean privateLayout, long layoutId, ServiceContext serviceContext)
           
protected  Layout getProxiedLayout(Layout layout)
           
 Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
protected  Layout unwrapLayout(Layout layout)
           
 Layout updateLayout(LayoutLocalService layoutLocalService, long groupId, boolean privateLayout, long layoutId, long parentLayoutId, Map<Locale,String> nameMap, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, Map<Locale,String> keywordsMap, Map<Locale,String> robotsMap, String type, boolean hidden, String friendlyURL, Boolean iconImage, byte[] iconBytes, ServiceContext serviceContext)
           
 Layout updateLayout(LayoutLocalService layoutLocalService, long groupId, boolean privateLayout, long layoutId, String typeSettings)
           
 Layout updateLookAndFeel(LayoutLocalService layoutLocalService, long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
 Layout updateName(LayoutLocalService layoutLocalService, Layout layout, String name, String languageId)
           
protected  Layout wrapLayout(Layout layout)
           
protected  List<Layout> wrapLayouts(List<Layout> layouts, boolean showIncomplete)
           
protected  Object wrapReturnValue(Object returnValue, boolean showIncomplete)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

layoutLocalServiceHelper

@BeanReference(type=LayoutLocalServiceHelper.class)
protected LayoutLocalServiceHelper layoutLocalServiceHelper
Constructor Detail

LayoutLocalServiceStagingAdvice

public LayoutLocalServiceStagingAdvice()
Method Detail

deleteLayout

public void deleteLayout(LayoutLocalService layoutLocalService,
                         Layout layout,
                         boolean updateLayoutSet,
                         ServiceContext serviceContext)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

deleteLayout

public void deleteLayout(LayoutLocalService layoutLocalService,
                         long groupId,
                         boolean privateLayout,
                         long layoutId,
                         ServiceContext serviceContext)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

invoke

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

updateLayout

public Layout updateLayout(LayoutLocalService layoutLocalService,
                           long groupId,
                           boolean privateLayout,
                           long layoutId,
                           long parentLayoutId,
                           Map<Locale,String> nameMap,
                           Map<Locale,String> titleMap,
                           Map<Locale,String> descriptionMap,
                           Map<Locale,String> keywordsMap,
                           Map<Locale,String> robotsMap,
                           String type,
                           boolean hidden,
                           String friendlyURL,
                           Boolean iconImage,
                           byte[] iconBytes,
                           ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

updateLayout

public Layout updateLayout(LayoutLocalService layoutLocalService,
                           long groupId,
                           boolean privateLayout,
                           long layoutId,
                           String typeSettings)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

updateLookAndFeel

public Layout updateLookAndFeel(LayoutLocalService layoutLocalService,
                                long groupId,
                                boolean privateLayout,
                                long layoutId,
                                String themeId,
                                String colorSchemeId,
                                String css,
                                boolean wapTheme)
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

updateName

public Layout updateName(LayoutLocalService layoutLocalService,
                         Layout layout,
                         String name,
                         String languageId)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

getProxiedLayout

protected Layout getProxiedLayout(Layout layout)

unwrapLayout

protected Layout unwrapLayout(Layout layout)

wrapLayout

protected Layout wrapLayout(Layout layout)

wrapLayouts

protected List<Layout> wrapLayouts(List<Layout> layouts,
                                   boolean showIncomplete)

wrapReturnValue

protected Object wrapReturnValue(Object returnValue,
                                 boolean showIncomplete)

Liferay 6.1.2-ce-ga3