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) void
setWrappedService
(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:
addStyleBookEntry
in 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:
addStyleBookEntry
in 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:
copyStyleBookEntry
in interfaceStyleBookEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteStyleBookEntry
public StyleBookEntry deleteStyleBookEntry(long styleBookEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteStyleBookEntry
in 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:
deleteStyleBookEntry
in interfaceStyleBookEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteStyleBookEntry
public StyleBookEntry deleteStyleBookEntry(StyleBookEntry styleBookEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteStyleBookEntry
in interfaceStyleBookEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
discardDraftStyleBookEntry
public StyleBookEntry discardDraftStyleBookEntry(long styleBookEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
discardDraftStyleBookEntry
in interfaceStyleBookEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceStyleBookEntryService
- Returns:
- the OSGi service identifier
-
getStyleBookEntryByExternalReferenceCode
public StyleBookEntry getStyleBookEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getStyleBookEntryByExternalReferenceCode
in interfaceStyleBookEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
publishDraft
public StyleBookEntry publishDraft(long styleBookEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
publishDraft
in 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:
updateDefaultStyleBookEntry
in 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:
updateFrontendTokensValues
in 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:
updateName
in 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:
updatePreviewFileEntryId
in 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:
updateStyleBookEntry
in interfaceStyleBookEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<StyleBookEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<StyleBookEntryService>
-