com.liferay.portal.service
Interface LayoutRevisionService
- All Superinterfaces:
- BaseService
- All Known Implementing Classes:
- LayoutRevisionServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface LayoutRevisionService- extends BaseService
Provides the remote service interface for LayoutRevision. 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:
LayoutRevisionServiceUtil,
LayoutRevisionServiceBaseImpl,
com.liferay.portal.service.impl.LayoutRevisionServiceImpl
|
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)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
addLayoutRevision
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
String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Returns:
- the OSGi service identifier