com.liferay.portal.service
Class LayoutRevisionServiceWrapper
java.lang.Object
com.liferay.portal.service.LayoutRevisionServiceWrapper
- All Implemented Interfaces:
- LayoutRevisionService, ServiceWrapper<LayoutRevisionService>
public class LayoutRevisionServiceWrapper
- extends Object
- implements LayoutRevisionService, ServiceWrapper<LayoutRevisionService>
This class is a wrapper for LayoutRevisionService
.
- See Also:
LayoutRevisionService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Method Summary |
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 wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
|
LayoutRevisionService |
getWrappedLayoutRevisionService()
Deprecated. Renamed to getWrappedService() |
LayoutRevisionService |
getWrappedService()
|
void |
setWrappedLayoutRevisionService(LayoutRevisionService layoutRevisionService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.LayoutRevisionService) |
void |
setWrappedService(LayoutRevisionService layoutRevisionService)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutRevisionServiceWrapper
public LayoutRevisionServiceWrapper(LayoutRevisionService layoutRevisionService)
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 wapThemeId,
String wapColorSchemeId,
String css,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addLayoutRevision
in interface LayoutRevisionService
- Throws:
PortalException
SystemException
getWrappedLayoutRevisionService
public LayoutRevisionService getWrappedLayoutRevisionService()
- Deprecated. Renamed to
getWrappedService()
setWrappedLayoutRevisionService
public void setWrappedLayoutRevisionService(LayoutRevisionService layoutRevisionService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portal.service.LayoutRevisionService)
getWrappedService
public LayoutRevisionService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<LayoutRevisionService>
setWrappedService
public void setWrappedService(LayoutRevisionService layoutRevisionService)
- Specified by:
setWrappedService
in interface ServiceWrapper<LayoutRevisionService>