@ProviderType public class LayoutRevisionServiceWrapper extends Object implements LayoutRevisionService, ServiceWrapper<LayoutRevisionService>
LayoutRevisionService
.LayoutRevisionService
Constructor and Description |
---|
LayoutRevisionServiceWrapper(LayoutRevisionService layoutRevisionService) |
Modifier and Type | Method and Description |
---|---|
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) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
LayoutRevisionService |
getWrappedService() |
void |
setWrappedService(LayoutRevisionService layoutRevisionService) |
public LayoutRevisionServiceWrapper(LayoutRevisionService layoutRevisionService)
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
addLayoutRevision
in interface LayoutRevisionService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface LayoutRevisionService
public LayoutRevisionService getWrappedService()
getWrappedService
in interface ServiceWrapper<LayoutRevisionService>
public void setWrappedService(LayoutRevisionService layoutRevisionService)
setWrappedService
in interface ServiceWrapper<LayoutRevisionService>