Class LayoutRevisionServiceWrapper
Object
com.liferay.portal.kernel.service.LayoutRevisionServiceWrapper
- All Implemented Interfaces:
BaseService
,LayoutRevisionService
,ServiceWrapper<LayoutRevisionService>
public class LayoutRevisionServiceWrapper
extends Object
implements LayoutRevisionService, ServiceWrapper<LayoutRevisionService>
Provides a wrapper for
LayoutRevisionService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLayoutRevision
(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String css, ServiceContext serviceContext) Returns the OSGi service identifier.void
setWrappedService
(LayoutRevisionService layoutRevisionService)
-
Constructor Details
-
LayoutRevisionServiceWrapper
public LayoutRevisionServiceWrapper() -
LayoutRevisionServiceWrapper
-
-
Method Details
-
addLayoutRevision
public LayoutRevision addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String css, ServiceContext serviceContext) throws PortalException - Specified by:
addLayoutRevision
in interfaceLayoutRevisionService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceLayoutRevisionService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<LayoutRevisionService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<LayoutRevisionService>
-