@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface StyleBookEntryService extends BaseService
StyleBookEntryServiceUtil| Modifier and Type | Method and Description |
|---|---|
StyleBookEntry |
addStyleBookEntry(long groupId,
java.lang.String name,
java.lang.String styleBookEntryKey,
ServiceContext serviceContext) |
StyleBookEntry |
addStyleBookEntry(long groupId,
java.lang.String frontendTokensValues,
java.lang.String name,
java.lang.String styleBookEntryKey,
ServiceContext serviceContext) |
StyleBookEntry |
copyStyleBookEntry(long groupId,
long styleBookEntryId,
ServiceContext serviceContext) |
StyleBookEntry |
deleteStyleBookEntry(long styleBookEntryId) |
StyleBookEntry |
deleteStyleBookEntry(StyleBookEntry styleBookEntry) |
StyleBookEntry |
discardDraftStyleBookEntry(long styleBookEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
StyleBookEntry |
publishDraft(long styleBookEntryId) |
StyleBookEntry |
updateDefaultStyleBookEntry(long styleBookEntryId,
boolean defaultStyleBookEntry) |
StyleBookEntry |
updateFrontendTokensValues(long styleBookEntryId,
java.lang.String frontendTokensValues) |
StyleBookEntry |
updateName(long styleBookEntryId,
java.lang.String name) |
StyleBookEntry |
updatePreviewFileEntryId(long styleBookEntryId,
long previewFileEntryId) |
StyleBookEntry |
updateStyleBookEntry(long styleBookEntryId,
java.lang.String frontendTokensValues,
java.lang.String name) |
StyleBookEntry addStyleBookEntry(long groupId, java.lang.String name, java.lang.String styleBookEntryKey, ServiceContext serviceContext) throws PortalException
PortalExceptionStyleBookEntry addStyleBookEntry(long groupId, java.lang.String frontendTokensValues, java.lang.String name, java.lang.String styleBookEntryKey, ServiceContext serviceContext) throws PortalException
PortalExceptionStyleBookEntry copyStyleBookEntry(long groupId, long styleBookEntryId, ServiceContext serviceContext) throws PortalException
PortalExceptionStyleBookEntry deleteStyleBookEntry(long styleBookEntryId) throws PortalException
PortalExceptionStyleBookEntry deleteStyleBookEntry(StyleBookEntry styleBookEntry) throws PortalException
PortalExceptionStyleBookEntry discardDraftStyleBookEntry(long styleBookEntryId) throws PortalException
PortalExceptionjava.lang.String getOSGiServiceIdentifier()
StyleBookEntry publishDraft(long styleBookEntryId) throws PortalException
PortalExceptionStyleBookEntry updateDefaultStyleBookEntry(long styleBookEntryId, boolean defaultStyleBookEntry) throws PortalException
PortalExceptionStyleBookEntry updateFrontendTokensValues(long styleBookEntryId, java.lang.String frontendTokensValues) throws PortalException
PortalExceptionStyleBookEntry updateName(long styleBookEntryId, java.lang.String name) throws PortalException
PortalExceptionStyleBookEntry updatePreviewFileEntryId(long styleBookEntryId, long previewFileEntryId) throws PortalException
PortalExceptionStyleBookEntry updateStyleBookEntry(long styleBookEntryId, java.lang.String frontendTokensValues, java.lang.String name) throws PortalException
PortalException