com.liferay.portal.service
Class LayoutRevisionServiceUtil
java.lang.Object
com.liferay.portal.service.LayoutRevisionServiceUtil
public class LayoutRevisionServiceUtil
- extends Object
The utility for the layout revision remote service. This utility wraps com.liferay.portal.service.impl.LayoutRevisionServiceImpl
and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- See Also:
LayoutRevisionService
,
LayoutRevisionServiceBaseImpl
,
com.liferay.portal.service.impl.LayoutRevisionServiceImpl
Method Summary |
static 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)
|
static LayoutRevisionService |
getService()
|
void |
setService(LayoutRevisionService service)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutRevisionServiceUtil
public LayoutRevisionServiceUtil()
addLayoutRevision
public static 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
- Throws:
PortalException
SystemException
getService
public static LayoutRevisionService getService()
setService
public void setService(LayoutRevisionService service)