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)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
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
LayoutRevisionServiceUtil to access the layout revision remote service. Add custom service methods to com.liferay.portal.service.impl.LayoutRevisionServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.addLayoutRevision in interface LayoutRevisionServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface LayoutRevisionServicepublic LayoutRevisionService getWrappedService()
getWrappedService in interface ServiceWrapper<LayoutRevisionService>public void setWrappedService(LayoutRevisionService layoutRevisionService)
setWrappedService in interface ServiceWrapper<LayoutRevisionService>