public class StyleBookEntryServiceWrapper extends java.lang.Object implements ServiceWrapper<StyleBookEntryService>, StyleBookEntryService
StyleBookEntryService.StyleBookEntryService| Constructor and Description |
|---|
StyleBookEntryServiceWrapper(StyleBookEntryService styleBookEntryService) |
| 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.
|
StyleBookEntryService |
getWrappedService() |
StyleBookEntry |
publishDraft(long styleBookEntryId) |
void |
setWrappedService(StyleBookEntryService styleBookEntryService) |
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) |
public StyleBookEntryServiceWrapper(StyleBookEntryService styleBookEntryService)
public StyleBookEntry addStyleBookEntry(long groupId, java.lang.String name, java.lang.String styleBookEntryKey, ServiceContext serviceContext) throws PortalException
addStyleBookEntry in interface StyleBookEntryServicePortalExceptionpublic StyleBookEntry addStyleBookEntry(long groupId, java.lang.String frontendTokensValues, java.lang.String name, java.lang.String styleBookEntryKey, ServiceContext serviceContext) throws PortalException
addStyleBookEntry in interface StyleBookEntryServicePortalExceptionpublic StyleBookEntry copyStyleBookEntry(long groupId, long styleBookEntryId, ServiceContext serviceContext) throws PortalException
copyStyleBookEntry in interface StyleBookEntryServicePortalExceptionpublic StyleBookEntry deleteStyleBookEntry(long styleBookEntryId) throws PortalException
deleteStyleBookEntry in interface StyleBookEntryServicePortalExceptionpublic StyleBookEntry deleteStyleBookEntry(StyleBookEntry styleBookEntry) throws PortalException
deleteStyleBookEntry in interface StyleBookEntryServicePortalExceptionpublic StyleBookEntry discardDraftStyleBookEntry(long styleBookEntryId) throws PortalException
discardDraftStyleBookEntry in interface StyleBookEntryServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface StyleBookEntryServicepublic StyleBookEntry publishDraft(long styleBookEntryId) throws PortalException
publishDraft in interface StyleBookEntryServicePortalExceptionpublic StyleBookEntry updateDefaultStyleBookEntry(long styleBookEntryId, boolean defaultStyleBookEntry) throws PortalException
updateDefaultStyleBookEntry in interface StyleBookEntryServicePortalExceptionpublic StyleBookEntry updateFrontendTokensValues(long styleBookEntryId, java.lang.String frontendTokensValues) throws PortalException
updateFrontendTokensValues in interface StyleBookEntryServicePortalExceptionpublic StyleBookEntry updateName(long styleBookEntryId, java.lang.String name) throws PortalException
updateName in interface StyleBookEntryServicePortalExceptionpublic StyleBookEntry updatePreviewFileEntryId(long styleBookEntryId, long previewFileEntryId) throws PortalException
updatePreviewFileEntryId in interface StyleBookEntryServicePortalExceptionpublic StyleBookEntry updateStyleBookEntry(long styleBookEntryId, java.lang.String frontendTokensValues, java.lang.String name) throws PortalException
updateStyleBookEntry in interface StyleBookEntryServicePortalExceptionpublic StyleBookEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<StyleBookEntryService>public void setWrappedService(StyleBookEntryService styleBookEntryService)
setWrappedService in interface ServiceWrapper<StyleBookEntryService>