public class LayoutLocalServiceStagingAdvice extends Object implements org.aopalliance.intercept.MethodInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected LayoutLocalServiceHelper |
layoutLocalServiceHelper |
| Constructor and Description |
|---|
LayoutLocalServiceStagingAdvice() |
| Modifier and Type | Method and Description |
|---|---|
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) |
@BeanReference(type=LayoutLocalServiceHelper.class) protected LayoutLocalServiceHelper layoutLocalServiceHelper
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
com.liferay.portal.kernel.exception.PortalExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptionpublic Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowablepublic 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
com.liferay.portal.kernel.exception.PortalExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptionprotected 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
com.liferay.portal.kernel.exception.PortalExceptionprotected com.liferay.portal.kernel.model.Layout getProxiedLayout(com.liferay.portal.kernel.model.Layout layout)
protected com.liferay.portal.kernel.model.Layout unwrapLayout(com.liferay.portal.kernel.model.Layout layout)
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)