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 Details

    • StyleBookEntryServiceWrapper

      public StyleBookEntryServiceWrapper()
    • StyleBookEntryServiceWrapper

      public StyleBookEntryServiceWrapper(StyleBookEntryService styleBookEntryService)
  • 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 interface StyleBookEntryService
      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 interface StyleBookEntryService
      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 interface StyleBookEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteStyleBookEntry

      public StyleBookEntry deleteStyleBookEntry(long styleBookEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteStyleBookEntry in interface StyleBookEntryService
      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 interface StyleBookEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteStyleBookEntry

      public StyleBookEntry deleteStyleBookEntry(StyleBookEntry styleBookEntry) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteStyleBookEntry in interface StyleBookEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • discardDraftStyleBookEntry

      public StyleBookEntry discardDraftStyleBookEntry(long styleBookEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      discardDraftStyleBookEntry in interface StyleBookEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface StyleBookEntryService
      Returns:
      the OSGi service identifier
    • getStyleBookEntryByExternalReferenceCode

      public StyleBookEntry getStyleBookEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getStyleBookEntryByExternalReferenceCode in interface StyleBookEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • publishDraft

      public StyleBookEntry publishDraft(long styleBookEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      publishDraft in interface StyleBookEntryService
      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 interface StyleBookEntryService
      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 interface StyleBookEntryService
      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 interface StyleBookEntryService
      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 interface StyleBookEntryService
      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 interface StyleBookEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public StyleBookEntryService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<StyleBookEntryService>
    • setWrappedService

      public void setWrappedService(StyleBookEntryService styleBookEntryService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<StyleBookEntryService>