Liferay 7.0-ce-b7 portal-impl

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(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService, com.liferay.portal.kernel.model.Layout layout, boolean updateLayoutSet, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
 void deleteLayout(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService, long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
protected  void doDeleteLayout(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService, com.liferay.portal.kernel.model.Layout layout, boolean updateLayoutSet, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
protected  com.liferay.portal.kernel.model.Layout getProxiedLayout(com.liferay.portal.kernel.model.Layout layout)
           
 Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
protected  com.liferay.portal.kernel.model.Layout unwrapLayout(com.liferay.portal.kernel.model.Layout layout)
           
 com.liferay.portal.kernel.model.Layout updateLayout(com.liferay.portal.kernel.service.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, Map<Locale,String> friendlyURLMap, boolean iconImage, byte[] iconBytes, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
 com.liferay.portal.kernel.model.Layout updateLayout(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService, long groupId, boolean privateLayout, long layoutId, String typeSettings)
           
 com.liferay.portal.kernel.model.Layout updateLookAndFeel(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService, long groupId, boolean privateLayout, long layoutId, String themeId, String colorSchemeId, String css)
           
 com.liferay.portal.kernel.model.Layout updateName(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService, com.liferay.portal.kernel.model.Layout layout, String name, String languageId)
           
protected  com.liferay.portal.kernel.model.Layout wrapLayout(com.liferay.portal.kernel.model.Layout layout)
           
protected  List<com.liferay.portal.kernel.model.Layout> wrapLayouts(List<com.liferay.portal.kernel.model.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(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService,
                         com.liferay.portal.kernel.model.Layout layout,
                         boolean updateLayoutSet,
                         com.liferay.portal.kernel.service.ServiceContext serviceContext)
                  throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

deleteLayout

public void deleteLayout(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService,
                         long groupId,
                         boolean privateLayout,
                         long layoutId,
                         com.liferay.portal.kernel.service.ServiceContext serviceContext)
                  throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

invoke

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

updateLayout

public com.liferay.portal.kernel.model.Layout updateLayout(com.liferay.portal.kernel.service.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,
                                                           Map<Locale,String> friendlyURLMap,
                                                           boolean iconImage,
                                                           byte[] iconBytes,
                                                           com.liferay.portal.kernel.service.ServiceContext serviceContext)
                                                    throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

updateLayout

public com.liferay.portal.kernel.model.Layout updateLayout(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService,
                                                           long groupId,
                                                           boolean privateLayout,
                                                           long layoutId,
                                                           String typeSettings)
                                                    throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

updateLookAndFeel

public com.liferay.portal.kernel.model.Layout updateLookAndFeel(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService,
                                                                long groupId,
                                                                boolean privateLayout,
                                                                long layoutId,
                                                                String themeId,
                                                                String colorSchemeId,
                                                                String css)
                                                         throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

updateName

public com.liferay.portal.kernel.model.Layout updateName(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService,
                                                         com.liferay.portal.kernel.model.Layout layout,
                                                         String name,
                                                         String languageId)
                                                  throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

doDeleteLayout

protected void doDeleteLayout(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService,
                              com.liferay.portal.kernel.model.Layout layout,
                              boolean updateLayoutSet,
                              com.liferay.portal.kernel.service.ServiceContext serviceContext)
                       throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getProxiedLayout

protected com.liferay.portal.kernel.model.Layout getProxiedLayout(com.liferay.portal.kernel.model.Layout layout)

unwrapLayout

protected com.liferay.portal.kernel.model.Layout unwrapLayout(com.liferay.portal.kernel.model.Layout layout)

wrapLayout

protected com.liferay.portal.kernel.model.Layout wrapLayout(com.liferay.portal.kernel.model.Layout layout)

wrapLayouts

protected List<com.liferay.portal.kernel.model.Layout> wrapLayouts(List<com.liferay.portal.kernel.model.Layout> layouts,
                                                                   boolean showIncomplete)

wrapReturnValue

protected Object wrapReturnValue(Object returnValue,
                                 boolean showIncomplete)

Liferay 7.0-ce-b7 portal-impl