Package com.liferay.style.book.service
Class StyleBookEntryServiceWrapper
java.lang.Object
com.liferay.style.book.service.StyleBookEntryServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<StyleBookEntryService>,StyleBookEntryService
public class StyleBookEntryServiceWrapper
extends Object
implements com.liferay.portal.kernel.service.ServiceWrapper<StyleBookEntryService>, StyleBookEntryService
Provides a wrapper for
StyleBookEntryService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStyleBookEntry(String externalReferenceCode, long groupId, String name, String styleBookEntryKey, String themeId, com.liferay.portal.kernel.service.ServiceContext serviceContext) addStyleBookEntry(String externalReferenceCode, long groupId, String frontendTokensValues, String name, String styleBookEntryKey, String themeId, com.liferay.portal.kernel.service.ServiceContext serviceContext) copyStyleBookEntry(long groupId, long sourceStyleBookEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteStyleBookEntry(long styleBookEntryId) deleteStyleBookEntry(StyleBookEntry styleBookEntry) deleteStyleBookEntry(String externalReferenceCode, long groupId) discardDraftStyleBookEntry(long styleBookEntryId) Returns the OSGi service identifier.getStyleBookEntryByExternalReferenceCode(String externalReferenceCode, long groupId) publishDraft(long styleBookEntryId) voidsetWrappedService(StyleBookEntryService styleBookEntryService) updateDefaultStyleBookEntry(long styleBookEntryId, boolean defaultStyleBookEntry) updateFrontendTokensValues(long styleBookEntryId, String frontendTokensValues) updateName(long styleBookEntryId, String name) updatePreviewFileEntryId(long styleBookEntryId, long previewFileEntryId) updateStyleBookEntry(long styleBookEntryId, String frontendTokensValues, String name)
-
Constructor Details
-
StyleBookEntryServiceWrapper
public StyleBookEntryServiceWrapper() -
StyleBookEntryServiceWrapper
-
-
Method Details
-
addStyleBookEntry
public StyleBookEntry addStyleBookEntry(String externalReferenceCode, long groupId, String name, String styleBookEntryKey, String themeId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addStyleBookEntryin interfaceStyleBookEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addStyleBookEntry
public StyleBookEntry addStyleBookEntry(String externalReferenceCode, long groupId, String frontendTokensValues, String name, String styleBookEntryKey, String themeId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addStyleBookEntryin interfaceStyleBookEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
copyStyleBookEntry
public StyleBookEntry copyStyleBookEntry(long groupId, long sourceStyleBookEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
copyStyleBookEntryin interfaceStyleBookEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteStyleBookEntry
public StyleBookEntry deleteStyleBookEntry(long styleBookEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteStyleBookEntryin interfaceStyleBookEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteStyleBookEntry
public StyleBookEntry deleteStyleBookEntry(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteStyleBookEntryin interfaceStyleBookEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteStyleBookEntry
public StyleBookEntry deleteStyleBookEntry(StyleBookEntry styleBookEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteStyleBookEntryin interfaceStyleBookEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
discardDraftStyleBookEntry
public StyleBookEntry discardDraftStyleBookEntry(long styleBookEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
discardDraftStyleBookEntryin interfaceStyleBookEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceStyleBookEntryService- Returns:
- the OSGi service identifier
-
getStyleBookEntryByExternalReferenceCode
public StyleBookEntry getStyleBookEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getStyleBookEntryByExternalReferenceCodein interfaceStyleBookEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
publishDraft
public StyleBookEntry publishDraft(long styleBookEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
publishDraftin interfaceStyleBookEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateDefaultStyleBookEntry
public StyleBookEntry updateDefaultStyleBookEntry(long styleBookEntryId, boolean defaultStyleBookEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateDefaultStyleBookEntryin interfaceStyleBookEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFrontendTokensValues
public StyleBookEntry updateFrontendTokensValues(long styleBookEntryId, String frontendTokensValues) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateFrontendTokensValuesin interfaceStyleBookEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateName
public StyleBookEntry updateName(long styleBookEntryId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateNamein interfaceStyleBookEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updatePreviewFileEntryId
public StyleBookEntry updatePreviewFileEntryId(long styleBookEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updatePreviewFileEntryIdin interfaceStyleBookEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateStyleBookEntry
public StyleBookEntry updateStyleBookEntry(long styleBookEntryId, String frontendTokensValues, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateStyleBookEntryin interfaceStyleBookEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<StyleBookEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<StyleBookEntryService>
-