com.liferay.portal.service
Class LayoutRevisionServiceUtil
java.lang.Object
com.liferay.portal.service.LayoutRevisionServiceUtil
@ProviderType
public class LayoutRevisionServiceUtil
- extends Object
Provides the remote service utility for LayoutRevision. 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. 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 String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
static LayoutRevisionService |
getService()
|
| 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
- Throws:
PortalException
getOSGiServiceIdentifier
public static String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Returns:
- the OSGi service identifier
getService
public static LayoutRevisionService getService()