com.liferay.portal.service
Class LayoutRevisionServiceWrapper
java.lang.Object
com.liferay.portal.service.LayoutRevisionServiceWrapper
- All Implemented Interfaces:
- LayoutRevisionService
public class LayoutRevisionServiceWrapper
- extends Object
- implements LayoutRevisionService
This class is a wrapper for LayoutRevisionService.
- See Also:
LayoutRevisionService
|
Method Summary |
LayoutRevision |
addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
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()
|
void |
setWrappedLayoutRevisionService(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,
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()
setWrappedLayoutRevisionService
public void setWrappedLayoutRevisionService(LayoutRevisionService layoutRevisionService)