public class StyleBookEntryServiceUtil
extends java.lang.Object
com.liferay.style.book.service.impl.StyleBookEntryServiceImpl and is an
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.StyleBookEntryService| Constructor and Description |
|---|
StyleBookEntryServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static StyleBookEntry |
addStyleBookEntry(long groupId,
java.lang.String name,
java.lang.String styleBookEntryKey,
ServiceContext serviceContext) |
static StyleBookEntry |
addStyleBookEntry(long groupId,
java.lang.String frontendTokensValues,
java.lang.String name,
java.lang.String styleBookEntryKey,
ServiceContext serviceContext) |
static StyleBookEntry |
copyStyleBookEntry(long groupId,
long styleBookEntryId,
ServiceContext serviceContext) |
static StyleBookEntry |
deleteStyleBookEntry(long styleBookEntryId) |
static StyleBookEntry |
deleteStyleBookEntry(StyleBookEntry styleBookEntry) |
static StyleBookEntry |
discardDraftStyleBookEntry(long styleBookEntryId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static StyleBookEntryService |
getService() |
static StyleBookEntry |
publishDraft(long styleBookEntryId) |
static StyleBookEntry |
updateDefaultStyleBookEntry(long styleBookEntryId,
boolean defaultStyleBookEntry) |
static StyleBookEntry |
updateFrontendTokensValues(long styleBookEntryId,
java.lang.String frontendTokensValues) |
static StyleBookEntry |
updateName(long styleBookEntryId,
java.lang.String name) |
static StyleBookEntry |
updatePreviewFileEntryId(long styleBookEntryId,
long previewFileEntryId) |
static StyleBookEntry |
updateStyleBookEntry(long styleBookEntryId,
java.lang.String frontendTokensValues,
java.lang.String name) |
public static StyleBookEntry addStyleBookEntry(long groupId, java.lang.String name, java.lang.String styleBookEntryKey, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static StyleBookEntry addStyleBookEntry(long groupId, java.lang.String frontendTokensValues, java.lang.String name, java.lang.String styleBookEntryKey, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static StyleBookEntry copyStyleBookEntry(long groupId, long styleBookEntryId, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static StyleBookEntry deleteStyleBookEntry(long styleBookEntryId) throws PortalException
PortalExceptionpublic static StyleBookEntry deleteStyleBookEntry(StyleBookEntry styleBookEntry) throws PortalException
PortalExceptionpublic static StyleBookEntry discardDraftStyleBookEntry(long styleBookEntryId) throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static StyleBookEntry publishDraft(long styleBookEntryId) throws PortalException
PortalExceptionpublic static StyleBookEntry updateDefaultStyleBookEntry(long styleBookEntryId, boolean defaultStyleBookEntry) throws PortalException
PortalExceptionpublic static StyleBookEntry updateFrontendTokensValues(long styleBookEntryId, java.lang.String frontendTokensValues) throws PortalException
PortalExceptionpublic static StyleBookEntry updateName(long styleBookEntryId, java.lang.String name) throws PortalException
PortalExceptionpublic static StyleBookEntry updatePreviewFileEntryId(long styleBookEntryId, long previewFileEntryId) throws PortalException
PortalExceptionpublic static StyleBookEntry updateStyleBookEntry(long styleBookEntryId, java.lang.String frontendTokensValues, java.lang.String name) throws PortalException
PortalExceptionpublic static StyleBookEntryService getService()