Class LayoutLocalServiceBaseImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.LayoutLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.portal.kernel.model.Layout>, com.liferay.portal.kernel.service.LayoutLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService
Direct Known Subclasses:
LayoutLocalServiceImpl

public abstract class LayoutLocalServiceBaseImpl extends com.liferay.portal.kernel.service.BaseLocalServiceImpl implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.LayoutLocalService
Provides the base implementation for the layout local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in LayoutLocalServiceImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.liferay.counter.kernel.service.CounterLocalService
     
    protected com.liferay.portal.kernel.service.persistence.LayoutFinder
     
    protected com.liferay.portal.kernel.service.LayoutLocalService
     
    protected com.liferay.portal.kernel.service.persistence.LayoutPersistence
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.portal.kernel.model.Layout
    addLayout(com.liferay.portal.kernel.model.Layout layout)
    Adds the layout to the database.
    void
     
    com.liferay.portal.kernel.model.Layout
    createLayout(long plid)
    Creates a new layout with the primary key.
    com.liferay.portal.kernel.model.PersistedModel
     
    com.liferay.portal.kernel.model.Layout
    deleteLayout(long plid)
    Deletes the layout with the primary key from the database.
    com.liferay.portal.kernel.model.Layout
    deleteLayout(com.liferay.portal.kernel.model.Layout layout)
    Deletes the layout from the database.
    com.liferay.portal.kernel.model.PersistedModel
    deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
     
    void
     
    <T> T
    dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
     
    int
    dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
     
    com.liferay.portal.kernel.dao.orm.DynamicQuery
     
    <T> List<T>
    dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
    Performs a dynamic query on the database and returns the matching rows.
    <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.
    <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.
    long
    dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
    Returns the number of rows matching the dynamic query.
    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.
    com.liferay.portal.kernel.model.Layout
    fetchLayout(long plid)
     
    com.liferay.portal.kernel.model.Layout
    fetchLayoutByExternalReferenceCode(String externalReferenceCode, long groupId)
     
    com.liferay.portal.kernel.model.Layout
    fetchLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
    Returns the layout matching the UUID, group, and privacy.
    com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery
     
    com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Layout>
     
    com.liferay.counter.kernel.service.CounterLocalService
    Returns the counter local service.
    com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Layout>
     
    com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery
    getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
     
    com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery
     
    com.liferay.portal.kernel.model.Layout
    getLayout(long plid)
    Returns the layout with the primary key.
    com.liferay.portal.kernel.model.Layout
    getLayoutByExternalReferenceCode(String externalReferenceCode, long groupId)
     
    com.liferay.portal.kernel.model.Layout
    getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
    Returns the layout matching the UUID, group, and privacy.
    com.liferay.portal.kernel.service.persistence.LayoutFinder
    Returns the layout finder.
    com.liferay.portal.kernel.service.LayoutLocalService
    Returns the layout local service.
    com.liferay.portal.kernel.service.persistence.LayoutPersistence
    Returns the layout persistence.
    List<com.liferay.portal.kernel.model.Layout>
    getLayouts(int start, int end)
    Returns a range of all the layouts.
    List<com.liferay.portal.kernel.model.Layout>
    getLayoutsByUuidAndCompanyId(String uuid, long companyId)
    Returns all the layouts matching the UUID and company.
    List<com.liferay.portal.kernel.model.Layout>
    getLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
    Returns a range of layouts matching the UUID and company.
    int
    Returns the number of layouts.
    Class<com.liferay.portal.kernel.model.Layout>
     
    protected String
     
    Returns the OSGi service identifier.
    com.liferay.portal.kernel.model.PersistedModel
     
    protected void
    initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
     
    protected void
    Performs a SQL query.
    void
    setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
    Sets the counter local service.
    void
    setLayoutFinder(com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder)
    Sets the layout finder.
    void
    setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
    Sets the layout local service.
    void
    setLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence)
    Sets the layout persistence.
    com.liferay.portal.kernel.model.Layout
    updateLayout(com.liferay.portal.kernel.model.Layout layout)
    Updates the layout in the database or adds it if it does not yet exist.
    <R, E extends Throwable>
    R
    updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.Layout>,R,E> updateUnsafeFunction)
     

    Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl

    getClassLoader, getLocalizationMap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.service.LayoutLocalService

    addLayout, addLayout, addLayout, addLayout, addLayout, copyLayout, copyLayoutContent, copyLayoutContent, copyLayoutContent, deleteLayout, deleteLayout, deleteLayout, deleteLayout, deleteLayouts, fetchDefaultLayout, fetchDraftLayout, fetchFirstLayout, fetchFirstLayout, fetchLayout, fetchLayout, fetchLayout, fetchLayoutByFriendlyURL, fetchLayoutByIconImageId, getAllLayouts, getBrowsableLayout, getDefaultPlid, getDefaultPlid, getDefaultPlid, getFriendlyURLLayout, getLayout, getLayoutByFriendlyURL, getLayoutByIconImageId, getLayoutChildLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayouts, getLayoutsByLayoutPrototypeUuid, getLayoutsByLayoutPrototypeUuidCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getLayoutsCount, getMasterLayouts, getMasterLayoutsCount, getNextLayoutId, getParentLayout, getPublishedLayouts, getPublishedLayoutsCount, getScopeGroupLayouts, getScopeGroupLayouts, hasLayout, hasLayouts, hasLayouts, hasLayouts, hasLayouts, hasLayouts, hasLayouts, hasLayoutSetPrototypeLayout, hasLayoutSetPrototypeLayout, search, search, search, searchCount, searchCount, setLayouts, updateAsset, updateFriendlyURL, updateIconImage, updateLayout, updateLayout, updateLayout, updateLayout, updateLayout, updateLookAndFeel, updateMasterLayoutPlid, updateName, updateName, updateName, updateParentLayoutId, updateParentLayoutId, updateParentLayoutIdAndPriority, updatePriorities, updatePriority, updatePriority, updatePriority, updatePriority, updateStatus, updateStyleBookEntryId, updateType

    Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService

    fetchPersistedModel
  • Field Details

    • layoutLocalService

      @BeanReference(type=com.liferay.portal.kernel.service.LayoutLocalService.class) protected com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService
    • layoutPersistence

      @BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence
    • layoutFinder

      @BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutFinder.class) protected com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder
    • counterLocalService

      @BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
  • Constructor Details

    • LayoutLocalServiceBaseImpl

      public LayoutLocalServiceBaseImpl()
  • Method Details

    • addLayout

      @Indexable(type=REINDEX) public com.liferay.portal.kernel.model.Layout addLayout(com.liferay.portal.kernel.model.Layout layout)
      Adds the layout to the database. Also notifies the appropriate model listeners.

      Important: Inspect LayoutLocalServiceImpl 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:
      addLayout in interface com.liferay.portal.kernel.service.LayoutLocalService
      Parameters:
      layout - the layout
      Returns:
      the layout that was added
    • createLayout

      @Transactional(enabled=false) public com.liferay.portal.kernel.model.Layout createLayout(long plid)
      Creates a new layout with the primary key. Does not add the layout to the database.
      Specified by:
      createLayout in interface com.liferay.portal.kernel.service.LayoutLocalService
      Parameters:
      plid - the primary key for the new layout
      Returns:
      the new layout
    • deleteLayout

      @Indexable(type=DELETE) public com.liferay.portal.kernel.model.Layout deleteLayout(long plid) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the layout with the primary key from the database. Also notifies the appropriate model listeners.

      Important: Inspect LayoutLocalServiceImpl 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:
      deleteLayout in interface com.liferay.portal.kernel.service.LayoutLocalService
      Parameters:
      plid - the primary key of the layout
      Returns:
      the layout that was removed
      Throws:
      com.liferay.portal.kernel.exception.PortalException - if a layout with the primary key could not be found
    • deleteLayout

      @Indexable(type=DELETE) public com.liferay.portal.kernel.model.Layout deleteLayout(com.liferay.portal.kernel.model.Layout layout) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the layout from the database. Also notifies the appropriate model listeners.

      Important: Inspect LayoutLocalServiceImpl 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:
      deleteLayout in interface com.liferay.portal.kernel.service.LayoutLocalService
      Parameters:
      layout - the layout
      Returns:
      the layout that was removed
      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.LayoutLocalService
      Specified by:
      dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • dslQueryCount

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

      public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
      Specified by:
      dynamicQuery in interface com.liferay.portal.kernel.service.LayoutLocalService
    • 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 com.liferay.portal.kernel.service.LayoutLocalService
      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.portal.model.impl.LayoutModelImpl.

      Specified by:
      dynamicQuery in interface com.liferay.portal.kernel.service.LayoutLocalService
      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.portal.model.impl.LayoutModelImpl.

      Specified by:
      dynamicQuery in interface com.liferay.portal.kernel.service.LayoutLocalService
      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 com.liferay.portal.kernel.service.LayoutLocalService
      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 com.liferay.portal.kernel.service.LayoutLocalService
      Parameters:
      dynamicQuery - the dynamic query
      projection - the projection to apply to the query
      Returns:
      the number of rows matching the dynamic query
    • fetchLayout

      public com.liferay.portal.kernel.model.Layout fetchLayout(long plid)
      Specified by:
      fetchLayout in interface com.liferay.portal.kernel.service.LayoutLocalService
    • fetchLayoutByUuidAndGroupId

      public com.liferay.portal.kernel.model.Layout fetchLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout)
      Returns the layout matching the UUID, group, and privacy.
      Specified by:
      fetchLayoutByUuidAndGroupId in interface com.liferay.portal.kernel.service.LayoutLocalService
      Parameters:
      uuid - the layout's UUID
      groupId - the primary key of the group
      privateLayout - whether the layout is private to the group
      Returns:
      the matching layout, or null if a matching layout could not be found
    • fetchLayoutByExternalReferenceCode

      public com.liferay.portal.kernel.model.Layout fetchLayoutByExternalReferenceCode(String externalReferenceCode, long groupId)
      Specified by:
      fetchLayoutByExternalReferenceCode in interface com.liferay.portal.kernel.service.LayoutLocalService
    • getLayoutByExternalReferenceCode

      public com.liferay.portal.kernel.model.Layout getLayoutByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getLayoutByExternalReferenceCode in interface com.liferay.portal.kernel.service.LayoutLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLayout

      public com.liferay.portal.kernel.model.Layout getLayout(long plid) throws com.liferay.portal.kernel.exception.PortalException
      Returns the layout with the primary key.
      Specified by:
      getLayout in interface com.liferay.portal.kernel.service.LayoutLocalService
      Parameters:
      plid - the primary key of the layout
      Returns:
      the layout
      Throws:
      com.liferay.portal.kernel.exception.PortalException - if a layout with the primary key could not be found
    • getActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
      Specified by:
      getActionableDynamicQuery in interface com.liferay.portal.kernel.service.LayoutLocalService
    • getIndexableActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
      Specified by:
      getIndexableActionableDynamicQuery in interface com.liferay.portal.kernel.service.LayoutLocalService
    • initActionableDynamicQuery

      protected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
    • getExportActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
      Specified by:
      getExportActionableDynamicQuery in interface com.liferay.portal.kernel.service.LayoutLocalService
    • 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.LayoutLocalService
      Specified by:
      createPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      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.LayoutLocalService
      Specified by:
      deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBasePersistence

      public com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Layout> getBasePersistence()
      Specified by:
      getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • 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.LayoutLocalService
      Specified by:
      getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLayoutsByUuidAndCompanyId

      public List<com.liferay.portal.kernel.model.Layout> getLayoutsByUuidAndCompanyId(String uuid, long companyId)
      Returns all the layouts matching the UUID and company.
      Specified by:
      getLayoutsByUuidAndCompanyId in interface com.liferay.portal.kernel.service.LayoutLocalService
      Parameters:
      uuid - the UUID of the layouts
      companyId - the primary key of the company
      Returns:
      the matching layouts, or an empty list if no matches were found
    • getLayoutsByUuidAndCompanyId

      public List<com.liferay.portal.kernel.model.Layout> getLayoutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
      Returns a range of layouts matching the UUID and company.
      Specified by:
      getLayoutsByUuidAndCompanyId in interface com.liferay.portal.kernel.service.LayoutLocalService
      Parameters:
      uuid - the UUID of the layouts
      companyId - the primary key of the company
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the range of matching layouts, or an empty list if no matches were found
    • getLayoutByUuidAndGroupId

      public com.liferay.portal.kernel.model.Layout getLayoutByUuidAndGroupId(String uuid, long groupId, boolean privateLayout) throws com.liferay.portal.kernel.exception.PortalException
      Returns the layout matching the UUID, group, and privacy.
      Specified by:
      getLayoutByUuidAndGroupId in interface com.liferay.portal.kernel.service.LayoutLocalService
      Parameters:
      uuid - the layout's UUID
      groupId - the primary key of the group
      privateLayout - whether the layout is private to the group
      Returns:
      the matching layout
      Throws:
      com.liferay.portal.kernel.exception.PortalException - if a matching layout could not be found
    • getLayouts

      public List<com.liferay.portal.kernel.model.Layout> getLayouts(int start, int end)
      Returns a range of all the layouts.

      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.portal.model.impl.LayoutModelImpl.

      Specified by:
      getLayouts in interface com.liferay.portal.kernel.service.LayoutLocalService
      Parameters:
      start - the lower bound of the range of layouts
      end - the upper bound of the range of layouts (not inclusive)
      Returns:
      the range of layouts
    • getLayoutsCount

      public int getLayoutsCount()
      Returns the number of layouts.
      Specified by:
      getLayoutsCount in interface com.liferay.portal.kernel.service.LayoutLocalService
      Returns:
      the number of layouts
    • updateLayout

      @Indexable(type=REINDEX) public com.liferay.portal.kernel.model.Layout updateLayout(com.liferay.portal.kernel.model.Layout layout)
      Updates the layout in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

      Important: Inspect LayoutLocalServiceImpl 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:
      updateLayout in interface com.liferay.portal.kernel.service.LayoutLocalService
      Parameters:
      layout - the layout
      Returns:
      the layout that was updated
    • getLayoutLocalService

      public com.liferay.portal.kernel.service.LayoutLocalService getLayoutLocalService()
      Returns the layout local service.
      Returns:
      the layout local service
    • setLayoutLocalService

      public void setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
      Sets the layout local service.
      Parameters:
      layoutLocalService - the layout local service
    • getLayoutPersistence

      public com.liferay.portal.kernel.service.persistence.LayoutPersistence getLayoutPersistence()
      Returns the layout persistence.
      Returns:
      the layout persistence
    • setLayoutPersistence

      public void setLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence)
      Sets the layout persistence.
      Parameters:
      layoutPersistence - the layout persistence
    • getLayoutFinder

      public com.liferay.portal.kernel.service.persistence.LayoutFinder getLayoutFinder()
      Returns the layout finder.
      Returns:
      the layout finder
    • setLayoutFinder

      public void setLayoutFinder(com.liferay.portal.kernel.service.persistence.LayoutFinder layoutFinder)
      Sets the layout finder.
      Parameters:
      layoutFinder - the layout finder
    • getCounterLocalService

      public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
      Returns the counter local service.
      Returns:
      the counter local service
    • setCounterLocalService

      public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
      Sets the counter local service.
      Parameters:
      counterLocalService - the counter local service
    • afterPropertiesSet

      public void afterPropertiesSet()
    • destroy

      public void destroy()
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.LayoutLocalService
      Returns:
      the OSGi service identifier
    • getCTPersistence

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

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

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

      protected String getModelClassName()
    • runSQL

      protected void runSQL(String sql)
      Performs a SQL query.
      Parameters:
      sql - the sql query