Class StyleBookEntryLocalServiceWrapper

java.lang.Object
com.liferay.style.book.service.StyleBookEntryLocalServiceWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<StyleBookEntry>, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<StyleBookEntryLocalService>, com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>, StyleBookEntryLocalService

public class StyleBookEntryLocalServiceWrapper extends Object implements com.liferay.portal.kernel.service.ServiceWrapper<StyleBookEntryLocalService>, StyleBookEntryLocalService
Provides a wrapper for StyleBookEntryLocalService.
See Also:
Generated:
  • Constructor Details

    • StyleBookEntryLocalServiceWrapper

      public StyleBookEntryLocalServiceWrapper()
    • StyleBookEntryLocalServiceWrapper

      public StyleBookEntryLocalServiceWrapper(StyleBookEntryLocalService styleBookEntryLocalService)
  • Method Details

    • addStyleBookEntry

      public StyleBookEntry addStyleBookEntry(String externalReferenceCode, long userId, long groupId, boolean defaultStyleBookEntry, 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 StyleBookEntryLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addStyleBookEntry

      public StyleBookEntry addStyleBookEntry(StyleBookEntry styleBookEntry)
      Adds the style book entry to the database. Also notifies the appropriate model listeners.

      Important: Inspect StyleBookEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      addStyleBookEntry in interface StyleBookEntryLocalService
      Parameters:
      styleBookEntry - the style book entry
      Returns:
      the style book entry that was added
    • checkout

      public StyleBookEntry checkout(StyleBookEntry publishedStyleBookEntry, int version) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      checkout in interface StyleBookEntryLocalService
      Specified by:
      checkout in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • copyStyleBookEntry

      public StyleBookEntry copyStyleBookEntry(long userId, long groupId, long sourceStyleBookEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      copyStyleBookEntry in interface StyleBookEntryLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • create

      public StyleBookEntry create()
      Creates a new style book entry. Does not add the style book entry to the database.
      Specified by:
      create in interface StyleBookEntryLocalService
      Specified by:
      create in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
      Returns:
      the new style book entry
    • createPersistedModel

      public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      createPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Specified by:
      createPersistedModel in interface StyleBookEntryLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • delete

      public StyleBookEntry delete(StyleBookEntry publishedStyleBookEntry) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      delete in interface StyleBookEntryLocalService
      Specified by:
      delete in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteDraft

      public StyleBookEntry deleteDraft(StyleBookEntry draftStyleBookEntry) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteDraft in interface StyleBookEntryLocalService
      Specified by:
      deleteDraft in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deletePersistedModel

      public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Specified by:
      deletePersistedModel in interface StyleBookEntryLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • deleteStyleBookEntries

      public void deleteStyleBookEntries(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteStyleBookEntries in interface StyleBookEntryLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteStyleBookEntry

      public StyleBookEntry deleteStyleBookEntry(long styleBookEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the style book entry with the primary key from the database. Also notifies the appropriate model listeners.

      Important: Inspect StyleBookEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      deleteStyleBookEntry in interface StyleBookEntryLocalService
      Parameters:
      styleBookEntryId - the primary key of the style book entry
      Returns:
      the style book entry that was removed
      Throws:
      PortalException - if a style book entry with the primary key could not be found
      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 StyleBookEntryLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteStyleBookEntry

      public StyleBookEntry deleteStyleBookEntry(StyleBookEntry styleBookEntry) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the style book entry from the database. Also notifies the appropriate model listeners.

      Important: Inspect StyleBookEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      deleteStyleBookEntry in interface StyleBookEntryLocalService
      Parameters:
      styleBookEntry - the style book entry
      Returns:
      the style book entry that was removed
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • deleteVersion

      public StyleBookEntryVersion deleteVersion(StyleBookEntryVersion styleBookEntryVersion) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteVersion in interface StyleBookEntryLocalService
      Specified by:
      deleteVersion in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • dslQuery

      public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
      Specified by:
      dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Specified by:
      dslQuery in interface StyleBookEntryLocalService
    • dslQueryCount

      public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
      Specified by:
      dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Specified by:
      dslQueryCount in interface StyleBookEntryLocalService
    • dynamicQuery

      public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
      Specified by:
      dynamicQuery in interface StyleBookEntryLocalService
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      Performs a dynamic query on the database and returns the matching rows.
      Specified by:
      dynamicQuery in interface StyleBookEntryLocalService
      Parameters:
      dynamicQuery - the dynamic query
      Returns:
      the matching rows
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      Performs a dynamic query on the database and returns a range of the matching rows.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.style.book.model.impl.StyleBookEntryModelImpl.

      Specified by:
      dynamicQuery in interface StyleBookEntryLocalService
      Parameters:
      dynamicQuery - the dynamic query
      start - the lower bound of the range of model instances
      end - the upper bound of the range of model instances (not inclusive)
      Returns:
      the range of matching rows
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
      Performs a dynamic query on the database and returns an ordered range of the matching rows.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.style.book.model.impl.StyleBookEntryModelImpl.

      Specified by:
      dynamicQuery in interface StyleBookEntryLocalService
      Parameters:
      dynamicQuery - the dynamic query
      start - the lower bound of the range of model instances
      end - the upper bound of the range of model instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching rows
    • dynamicQueryCount

      public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      Returns the number of rows matching the dynamic query.
      Specified by:
      dynamicQueryCount in interface StyleBookEntryLocalService
      Parameters:
      dynamicQuery - the dynamic query
      Returns:
      the number of rows matching the dynamic query
    • dynamicQueryCount

      public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
      Returns the number of rows matching the dynamic query.
      Specified by:
      dynamicQueryCount in interface StyleBookEntryLocalService
      Parameters:
      dynamicQuery - the dynamic query
      projection - the projection to apply to the query
      Returns:
      the number of rows matching the dynamic query
    • fetchDefaultStyleBookEntry

      public StyleBookEntry fetchDefaultStyleBookEntry(long groupId, String themeId)
      Specified by:
      fetchDefaultStyleBookEntry in interface StyleBookEntryLocalService
    • fetchDraft

      public StyleBookEntry fetchDraft(long primaryKey)
      Specified by:
      fetchDraft in interface StyleBookEntryLocalService
      Specified by:
      fetchDraft in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
    • fetchDraft

      public StyleBookEntry fetchDraft(StyleBookEntry styleBookEntry)
      Specified by:
      fetchDraft in interface StyleBookEntryLocalService
      Specified by:
      fetchDraft in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
    • fetchLatestVersion

      public StyleBookEntryVersion fetchLatestVersion(StyleBookEntry styleBookEntry)
      Specified by:
      fetchLatestVersion in interface StyleBookEntryLocalService
      Specified by:
      fetchLatestVersion in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
    • fetchPublished

      public StyleBookEntry fetchPublished(long primaryKey)
      Specified by:
      fetchPublished in interface StyleBookEntryLocalService
      Specified by:
      fetchPublished in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
    • fetchPublished

      public StyleBookEntry fetchPublished(StyleBookEntry styleBookEntry)
      Specified by:
      fetchPublished in interface StyleBookEntryLocalService
      Specified by:
      fetchPublished in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
    • fetchStyleBookEntry

      public StyleBookEntry fetchStyleBookEntry(long styleBookEntryId)
      Specified by:
      fetchStyleBookEntry in interface StyleBookEntryLocalService
    • fetchStyleBookEntry

      public StyleBookEntry fetchStyleBookEntry(long groupId, String styleBookEntryKey)
      Specified by:
      fetchStyleBookEntry in interface StyleBookEntryLocalService
    • fetchStyleBookEntryByUuidAndGroupId

      public StyleBookEntry fetchStyleBookEntryByUuidAndGroupId(String uuid, long groupId)
      Specified by:
      fetchStyleBookEntryByUuidAndGroupId in interface StyleBookEntryLocalService
    • generateStyleBookEntryKey

      public String generateStyleBookEntryKey(long groupId, String name)
      Specified by:
      generateStyleBookEntryKey in interface StyleBookEntryLocalService
    • getActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
      Specified by:
      getActionableDynamicQuery in interface StyleBookEntryLocalService
    • getDraft

      public StyleBookEntry getDraft(long primaryKey) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDraft in interface StyleBookEntryLocalService
      Specified by:
      getDraft in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDraft

      public StyleBookEntry getDraft(StyleBookEntry styleBookEntry) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDraft in interface StyleBookEntryLocalService
      Specified by:
      getDraft in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getExportActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
      Specified by:
      getExportActionableDynamicQuery in interface StyleBookEntryLocalService
    • getIndexableActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
      Specified by:
      getIndexableActionableDynamicQuery in interface StyleBookEntryLocalService
    • getOSGiServiceIdentifier

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

      public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Specified by:
      getPersistedModel in interface StyleBookEntryLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • getStyleBookEntries

      public List<StyleBookEntry> getStyleBookEntries(int start, int end)
      Returns a range of all the style book entries.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.style.book.model.impl.StyleBookEntryModelImpl.

      Specified by:
      getStyleBookEntries in interface StyleBookEntryLocalService
      Parameters:
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      Returns:
      the range of style book entries
    • getStyleBookEntries

      public List<StyleBookEntry> getStyleBookEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator)
      Specified by:
      getStyleBookEntries in interface StyleBookEntryLocalService
    • getStyleBookEntries

      public List<StyleBookEntry> getStyleBookEntries(long groupId, String themeId)
      Specified by:
      getStyleBookEntries in interface StyleBookEntryLocalService
    • getStyleBookEntries

      public List<StyleBookEntry> getStyleBookEntries(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator)
      Specified by:
      getStyleBookEntries in interface StyleBookEntryLocalService
    • getStyleBookEntriesByUuidAndCompanyId

      public List<StyleBookEntry> getStyleBookEntriesByUuidAndCompanyId(String uuid, long companyId)
      Specified by:
      getStyleBookEntriesByUuidAndCompanyId in interface StyleBookEntryLocalService
    • getStyleBookEntriesCount

      public int getStyleBookEntriesCount()
      Returns the number of style book entries.
      Specified by:
      getStyleBookEntriesCount in interface StyleBookEntryLocalService
      Returns:
      the number of style book entries
    • getStyleBookEntriesCount

      public int getStyleBookEntriesCount(long groupId)
      Specified by:
      getStyleBookEntriesCount in interface StyleBookEntryLocalService
    • getStyleBookEntriesCount

      public int getStyleBookEntriesCount(long groupId, String name)
      Specified by:
      getStyleBookEntriesCount in interface StyleBookEntryLocalService
    • getStyleBookEntry

      public StyleBookEntry getStyleBookEntry(long styleBookEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the style book entry with the primary key.
      Specified by:
      getStyleBookEntry in interface StyleBookEntryLocalService
      Parameters:
      styleBookEntryId - the primary key of the style book entry
      Returns:
      the style book entry
      Throws:
      PortalException - if a style book entry with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getVersion

      public StyleBookEntryVersion getVersion(StyleBookEntry styleBookEntry, int version) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getVersion in interface StyleBookEntryLocalService
      Specified by:
      getVersion in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getVersions

      public List<StyleBookEntryVersion> getVersions(StyleBookEntry styleBookEntry)
      Specified by:
      getVersions in interface StyleBookEntryLocalService
      Specified by:
      getVersions in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
    • publishDraft

      public StyleBookEntry publishDraft(StyleBookEntry draftStyleBookEntry) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      publishDraft in interface StyleBookEntryLocalService
      Specified by:
      publishDraft in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • registerListener

      public void registerListener(com.liferay.portal.kernel.service.version.VersionServiceListener<StyleBookEntry,StyleBookEntryVersion> versionServiceListener)
      Specified by:
      registerListener in interface StyleBookEntryLocalService
      Specified by:
      registerListener in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
    • unregisterListener

      public void unregisterListener(com.liferay.portal.kernel.service.version.VersionServiceListener<StyleBookEntry,StyleBookEntryVersion> versionServiceListener)
      Specified by:
      unregisterListener in interface StyleBookEntryLocalService
      Specified by:
      unregisterListener in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
    • updateDefaultStyleBookEntry

      public StyleBookEntry updateDefaultStyleBookEntry(long styleBookEntryId, boolean defaultStyleBookEntry) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateDefaultStyleBookEntry in interface StyleBookEntryLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateDraft

      public StyleBookEntry updateDraft(StyleBookEntry draftStyleBookEntry) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateDraft in interface StyleBookEntryLocalService
      Specified by:
      updateDraft in interface com.liferay.portal.kernel.service.version.VersionService<StyleBookEntry,StyleBookEntryVersion>
      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 StyleBookEntryLocalService
      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 StyleBookEntryLocalService
      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 StyleBookEntryLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateStyleBookEntry

      public StyleBookEntry updateStyleBookEntry(long userId, long styleBookEntryId, boolean defaultStylebookEntry, String frontendTokensValues, String name, String styleBookEntryKey, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateStyleBookEntry in interface StyleBookEntryLocalService
      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 StyleBookEntryLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateStyleBookEntry

      public StyleBookEntry updateStyleBookEntry(StyleBookEntry draftStyleBookEntry) throws com.liferay.portal.kernel.exception.PortalException
      Updates the style book entry in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

      Important: Inspect StyleBookEntryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      updateStyleBookEntry in interface StyleBookEntryLocalService
      Parameters:
      draftStyleBookEntry - the style book entry
      Returns:
      the style book entry that was updated
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBasePersistence

      public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
      Specified by:
      getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • getCTPersistence

      public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<StyleBookEntry> getCTPersistence()
      Specified by:
      getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<StyleBookEntry>
      Specified by:
      getCTPersistence in interface StyleBookEntryLocalService
    • getModelClass

      public Class<StyleBookEntry> getModelClass()
      Specified by:
      getModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<StyleBookEntry>
      Specified by:
      getModelClass in interface StyleBookEntryLocalService
    • updateWithUnsafeFunction

      public <R, E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<StyleBookEntry>,R,E> updateUnsafeFunction) throws E
      Specified by:
      updateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<StyleBookEntry>
      Specified by:
      updateWithUnsafeFunction in interface StyleBookEntryLocalService
      Throws:
      E extends Throwable
    • getWrappedService

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

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