@ProviderType
public class LayoutRevisionServiceUtil
extends java.lang.Object
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.LayoutRevisionService,
LayoutRevisionServiceBaseImpl,
com.liferay.portal.service.impl.LayoutRevisionServiceImpl| Constructor and Description |
|---|
LayoutRevisionServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static LayoutRevision |
addLayoutRevision(long userId,
long layoutSetBranchId,
long layoutBranchId,
long parentLayoutRevisionId,
boolean head,
long plid,
long portletPreferencesPlid,
boolean privateLayout,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String keywords,
java.lang.String robots,
java.lang.String typeSettings,
boolean iconImage,
long iconImageId,
java.lang.String themeId,
java.lang.String colorSchemeId,
java.lang.String wapThemeId,
java.lang.String wapColorSchemeId,
java.lang.String css,
ServiceContext serviceContext) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static LayoutRevisionService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(LayoutRevisionService service)
Deprecated.
As of 6.2.0
|
public static LayoutRevision addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String keywords, java.lang.String robots, java.lang.String typeSettings, boolean iconImage, long iconImageId, java.lang.String themeId, java.lang.String colorSchemeId, java.lang.String wapThemeId, java.lang.String wapColorSchemeId, java.lang.String css, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static LayoutRevisionService getService()
@Deprecated public void setService(LayoutRevisionService service)