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.voidsetWrappedService(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:
addLayoutRevisionin interfaceLayoutRevisionService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceLayoutRevisionService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<LayoutRevisionService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<LayoutRevisionService>
-