Class LayoutBranchPersistenceImpl

Object
com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
com.liferay.portal.service.persistence.impl.LayoutBranchPersistenceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>, com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence

public class LayoutBranchPersistenceImpl extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch> implements com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
The persistence implementation for the layout branch service.

Caching information and settings can be found in portal.properties

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     

    Fields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl

    CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initializes the layout branch persistence.
    void
    cacheResult(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
    Caches the layout branch in the entity cache if it is enabled.
    void
    cacheResult(List<com.liferay.portal.kernel.model.LayoutBranch> layoutBranchs)
    Caches the layout branches in the entity cache if it is enabled.
    protected void
     
    void
    Clears the cache for all layout branches.
    void
    clearCache(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
    Clears the cache for the layout branch.
    void
    clearCache(List<com.liferay.portal.kernel.model.LayoutBranch> layoutBranchs)
     
    void
    clearCache(Set<Serializable> primaryKeys)
     
    int
    Returns the number of layout branches.
    int
    countByL_P(long layoutSetBranchId, long plid)
    Returns the number of layout branches where layoutSetBranchId = ? and plid = ?.
    int
    countByL_P_M(long layoutSetBranchId, long plid, boolean master)
    Returns the number of layout branches where layoutSetBranchId = ? and plid = ? and master = ?.
    int
    countByL_P_N(long layoutSetBranchId, long plid, String name)
    Returns the number of layout branches where layoutSetBranchId = ? and plid = ? and name = ?.
    int
    countByLayoutSetBranchId(long layoutSetBranchId)
    Returns the number of layout branches where layoutSetBranchId = ?.
    int
    countByPlid(long plid)
    Returns the number of layout branches where plid = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    create(long layoutBranchId)
    Creates a new layout branch with the primary key.
    void
     
    com.liferay.portal.kernel.model.LayoutBranch
    fetchByL_P_First(long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    fetchByL_P_Last(long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    fetchByL_P_M_First(long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    fetchByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    fetchByL_P_N(long layoutSetBranchId, long plid, String name)
    Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found.
    com.liferay.portal.kernel.model.LayoutBranch
    fetchByL_P_N(long layoutSetBranchId, long plid, String name, boolean useFinderCache)
    Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
    com.liferay.portal.kernel.model.LayoutBranch
    fetchByLayoutSetBranchId_First(long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    fetchByLayoutSetBranchId_Last(long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    fetchByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the first layout branch in the ordered set where plid = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    fetchByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the last layout branch in the ordered set where plid = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    fetchByPrimaryKey(long layoutBranchId)
    Returns the layout branch with the primary key or returns null if it could not be found.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    Returns all the layout branches.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findAll(int start, int end)
    Returns a range of all the layout branches.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns an ordered range of all the layout branches.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout branches.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByL_P(long layoutSetBranchId, long plid)
    Returns all the layout branches where layoutSetBranchId = ? and plid = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByL_P(long layoutSetBranchId, long plid, int start, int end)
    Returns a range of all the layout branches where layoutSetBranchId = ? and plid = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByL_P(long layoutSetBranchId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByL_P(long layoutSetBranchId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    findByL_P_First(long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    findByL_P_Last(long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByL_P_M(long layoutSetBranchId, long plid, boolean master)
    Returns all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end)
    Returns a range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    findByL_P_M_First(long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    findByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
    com.liferay.portal.kernel.model.LayoutBranch[]
    findByL_P_M_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    findByL_P_N(long layoutSetBranchId, long plid, String name)
    Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or throws a NoSuchLayoutBranchException if it could not be found.
    com.liferay.portal.kernel.model.LayoutBranch[]
    findByL_P_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByLayoutSetBranchId(long layoutSetBranchId)
    Returns all the layout branches where layoutSetBranchId = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByLayoutSetBranchId(long layoutSetBranchId, int start, int end)
    Returns a range of all the layout branches where layoutSetBranchId = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns an ordered range of all the layout branches where layoutSetBranchId = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout branches where layoutSetBranchId = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    findByLayoutSetBranchId_First(long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    findByLayoutSetBranchId_Last(long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
    com.liferay.portal.kernel.model.LayoutBranch[]
    findByLayoutSetBranchId_PrevAndNext(long layoutBranchId, long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByPlid(long plid)
    Returns all the layout branches where plid = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByPlid(long plid, int start, int end)
    Returns a range of all the layout branches where plid = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns an ordered range of all the layout branches where plid = ?.
    List<com.liferay.portal.kernel.model.LayoutBranch>
    findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout branches where plid = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    findByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the first layout branch in the ordered set where plid = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    findByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the last layout branch in the ordered set where plid = ?.
    com.liferay.portal.kernel.model.LayoutBranch[]
    findByPlid_PrevAndNext(long layoutBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
    Returns the layout branches before and after the current layout branch in the ordered set where plid = ?.
    com.liferay.portal.kernel.model.LayoutBranch
    findByPrimaryKey(long layoutBranchId)
    Returns the layout branch with the primary key or throws a NoSuchLayoutBranchException if it could not be found.
    com.liferay.portal.kernel.model.LayoutBranch
    Returns the layout branch with the primary key or throws a com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found.
    protected com.liferay.portal.kernel.model.LayoutBranch
    getByL_P_M_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutBranch layoutBranch, long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean previous)
     
    protected com.liferay.portal.kernel.model.LayoutBranch
    getByL_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutBranch layoutBranch, long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean previous)
     
    protected com.liferay.portal.kernel.model.LayoutBranch
    getByLayoutSetBranchId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutBranch layoutBranch, long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean previous)
     
    protected com.liferay.portal.kernel.model.LayoutBranch
    getByPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutBranch layoutBranch, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean previous)
     
    protected com.liferay.portal.kernel.dao.orm.EntityCache
     
    protected com.liferay.portal.kernel.dao.orm.FinderCache
     
    protected String
     
    protected String
     
    protected Map<String,Integer>
     
    com.liferay.portal.kernel.model.LayoutBranch
    remove(long layoutBranchId)
    Removes the layout branch with the primary key from the database.
    com.liferay.portal.kernel.model.LayoutBranch
    remove(Serializable primaryKey)
    Removes the layout branch with the primary key from the database.
    void
    Removes all the layout branches from the database.
    void
    removeByL_P(long layoutSetBranchId, long plid)
    Removes all the layout branches where layoutSetBranchId = ? and plid = ? from the database.
    void
    removeByL_P_M(long layoutSetBranchId, long plid, boolean master)
    Removes all the layout branches where layoutSetBranchId = ? and plid = ? and master = ? from the database.
    com.liferay.portal.kernel.model.LayoutBranch
    removeByL_P_N(long layoutSetBranchId, long plid, String name)
    Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database.
    void
    removeByLayoutSetBranchId(long layoutSetBranchId)
    Removes all the layout branches where layoutSetBranchId = ? from the database.
    void
    removeByPlid(long plid)
    Removes all the layout branches where plid = ? from the database.
    protected com.liferay.portal.kernel.model.LayoutBranch
    removeImpl(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
     
    com.liferay.portal.kernel.model.LayoutBranch
    updateImpl(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
     

    Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl

    appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeByFunction, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, update

    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.persistence.BasePersistence

    closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, removeByFunction, setDataSource, unregisterListener, update, update
  • Field Details

    • FINDER_CLASS_NAME_ENTITY

      public static final String FINDER_CLASS_NAME_ENTITY
    • FINDER_CLASS_NAME_LIST_WITH_PAGINATION

      public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
    • FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

      public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
  • Constructor Details

    • LayoutBranchPersistenceImpl

      public LayoutBranchPersistenceImpl()
  • Method Details

    • findByLayoutSetBranchId

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId)
      Returns all the layout branches where layoutSetBranchId = ?.
      Specified by:
      findByLayoutSetBranchId in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      Returns:
      the matching layout branches
    • findByLayoutSetBranchId

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId, int start, int end)
      Returns a range of all the layout branches where layoutSetBranchId = ?.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findByLayoutSetBranchId in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      Returns:
      the range of matching layout branches
    • findByLayoutSetBranchId

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
      Returns an ordered range of all the layout branches where layoutSetBranchId = ?.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findByLayoutSetBranchId in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout branches
    • findByLayoutSetBranchId

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout branches where layoutSetBranchId = ?.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findByLayoutSetBranchId in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layout branches
    • findByLayoutSetBranchId_First

      public com.liferay.portal.kernel.model.LayoutBranch findByLayoutSetBranchId_First(long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
      Specified by:
      findByLayoutSetBranchId_First in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a matching layout branch could not be found
    • fetchByLayoutSetBranchId_First

      public com.liferay.portal.kernel.model.LayoutBranch fetchByLayoutSetBranchId_First(long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
      Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
      Specified by:
      fetchByLayoutSetBranchId_First in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout branch, or null if a matching layout branch could not be found
    • findByLayoutSetBranchId_Last

      public com.liferay.portal.kernel.model.LayoutBranch findByLayoutSetBranchId_Last(long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
      Specified by:
      findByLayoutSetBranchId_Last in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a matching layout branch could not be found
    • fetchByLayoutSetBranchId_Last

      public com.liferay.portal.kernel.model.LayoutBranch fetchByLayoutSetBranchId_Last(long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
      Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
      Specified by:
      fetchByLayoutSetBranchId_Last in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout branch, or null if a matching layout branch could not be found
    • findByLayoutSetBranchId_PrevAndNext

      public com.liferay.portal.kernel.model.LayoutBranch[] findByLayoutSetBranchId_PrevAndNext(long layoutBranchId, long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
      Specified by:
      findByLayoutSetBranchId_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutBranchId - the primary key of the current layout branch
      layoutSetBranchId - the layout set branch ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a layout branch with the primary key could not be found
    • getByLayoutSetBranchId_PrevAndNext

      protected com.liferay.portal.kernel.model.LayoutBranch getByLayoutSetBranchId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutBranch layoutBranch, long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean previous)
    • removeByLayoutSetBranchId

      public void removeByLayoutSetBranchId(long layoutSetBranchId)
      Removes all the layout branches where layoutSetBranchId = ? from the database.
      Specified by:
      removeByLayoutSetBranchId in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
    • countByLayoutSetBranchId

      public int countByLayoutSetBranchId(long layoutSetBranchId)
      Returns the number of layout branches where layoutSetBranchId = ?.
      Specified by:
      countByLayoutSetBranchId in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      Returns:
      the number of matching layout branches
    • findByPlid

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByPlid(long plid)
      Returns all the layout branches where plid = ?.
      Specified by:
      findByPlid in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      plid - the plid
      Returns:
      the matching layout branches
    • findByPlid

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByPlid(long plid, int start, int end)
      Returns a range of all the layout branches where plid = ?.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findByPlid in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      plid - the plid
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      Returns:
      the range of matching layout branches
    • findByPlid

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
      Returns an ordered range of all the layout branches where plid = ?.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findByPlid in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      plid - the plid
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout branches
    • findByPlid

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout branches where plid = ?.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findByPlid in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      plid - the plid
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layout branches
    • findByPlid_First

      public com.liferay.portal.kernel.model.LayoutBranch findByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the first layout branch in the ordered set where plid = ?.
      Specified by:
      findByPlid_First in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a matching layout branch could not be found
    • fetchByPlid_First

      public com.liferay.portal.kernel.model.LayoutBranch fetchByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
      Returns the first layout branch in the ordered set where plid = ?.
      Specified by:
      fetchByPlid_First in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout branch, or null if a matching layout branch could not be found
    • findByPlid_Last

      public com.liferay.portal.kernel.model.LayoutBranch findByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the last layout branch in the ordered set where plid = ?.
      Specified by:
      findByPlid_Last in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a matching layout branch could not be found
    • fetchByPlid_Last

      public com.liferay.portal.kernel.model.LayoutBranch fetchByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
      Returns the last layout branch in the ordered set where plid = ?.
      Specified by:
      fetchByPlid_Last in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout branch, or null if a matching layout branch could not be found
    • findByPlid_PrevAndNext

      public com.liferay.portal.kernel.model.LayoutBranch[] findByPlid_PrevAndNext(long layoutBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the layout branches before and after the current layout branch in the ordered set where plid = ?.
      Specified by:
      findByPlid_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutBranchId - the primary key of the current layout branch
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a layout branch with the primary key could not be found
    • getByPlid_PrevAndNext

      protected com.liferay.portal.kernel.model.LayoutBranch getByPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutBranch layoutBranch, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean previous)
    • removeByPlid

      public void removeByPlid(long plid)
      Removes all the layout branches where plid = ? from the database.
      Specified by:
      removeByPlid in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      plid - the plid
    • countByPlid

      public int countByPlid(long plid)
      Returns the number of layout branches where plid = ?.
      Specified by:
      countByPlid in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      plid - the plid
      Returns:
      the number of matching layout branches
    • findByL_P

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P(long layoutSetBranchId, long plid)
      Returns all the layout branches where layoutSetBranchId = ? and plid = ?.
      Specified by:
      findByL_P in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      Returns:
      the matching layout branches
    • findByL_P

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P(long layoutSetBranchId, long plid, int start, int end)
      Returns a range of all the layout branches where layoutSetBranchId = ? and plid = ?.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findByL_P in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      Returns:
      the range of matching layout branches
    • findByL_P

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P(long layoutSetBranchId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
      Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findByL_P in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout branches
    • findByL_P

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P(long layoutSetBranchId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findByL_P in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layout branches
    • findByL_P_First

      public com.liferay.portal.kernel.model.LayoutBranch findByL_P_First(long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
      Specified by:
      findByL_P_First in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a matching layout branch could not be found
    • fetchByL_P_First

      public com.liferay.portal.kernel.model.LayoutBranch fetchByL_P_First(long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
      Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
      Specified by:
      fetchByL_P_First in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout branch, or null if a matching layout branch could not be found
    • findByL_P_Last

      public com.liferay.portal.kernel.model.LayoutBranch findByL_P_Last(long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
      Specified by:
      findByL_P_Last in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a matching layout branch could not be found
    • fetchByL_P_Last

      public com.liferay.portal.kernel.model.LayoutBranch fetchByL_P_Last(long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
      Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
      Specified by:
      fetchByL_P_Last in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout branch, or null if a matching layout branch could not be found
    • findByL_P_PrevAndNext

      public com.liferay.portal.kernel.model.LayoutBranch[] findByL_P_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
      Specified by:
      findByL_P_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutBranchId - the primary key of the current layout branch
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a layout branch with the primary key could not be found
    • getByL_P_PrevAndNext

      protected com.liferay.portal.kernel.model.LayoutBranch getByL_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutBranch layoutBranch, long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean previous)
    • removeByL_P

      public void removeByL_P(long layoutSetBranchId, long plid)
      Removes all the layout branches where layoutSetBranchId = ? and plid = ? from the database.
      Specified by:
      removeByL_P in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
    • countByL_P

      public int countByL_P(long layoutSetBranchId, long plid)
      Returns the number of layout branches where layoutSetBranchId = ? and plid = ?.
      Specified by:
      countByL_P in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      Returns:
      the number of matching layout branches
    • findByL_P_N

      public com.liferay.portal.kernel.model.LayoutBranch findByL_P_N(long layoutSetBranchId, long plid, String name) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or throws a NoSuchLayoutBranchException if it could not be found.
      Specified by:
      findByL_P_N in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      name - the name
      Returns:
      the matching layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a matching layout branch could not be found
    • fetchByL_P_N

      public com.liferay.portal.kernel.model.LayoutBranch fetchByL_P_N(long layoutSetBranchId, long plid, String name)
      Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found. Uses the finder cache.
      Specified by:
      fetchByL_P_N in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      name - the name
      Returns:
      the matching layout branch, or null if a matching layout branch could not be found
    • fetchByL_P_N

      public com.liferay.portal.kernel.model.LayoutBranch fetchByL_P_N(long layoutSetBranchId, long plid, String name, boolean useFinderCache)
      Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
      Specified by:
      fetchByL_P_N in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      name - the name
      useFinderCache - whether to use the finder cache
      Returns:
      the matching layout branch, or null if a matching layout branch could not be found
    • removeByL_P_N

      public com.liferay.portal.kernel.model.LayoutBranch removeByL_P_N(long layoutSetBranchId, long plid, String name) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database.
      Specified by:
      removeByL_P_N in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      name - the name
      Returns:
      the layout branch that was removed
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
    • countByL_P_N

      public int countByL_P_N(long layoutSetBranchId, long plid, String name)
      Returns the number of layout branches where layoutSetBranchId = ? and plid = ? and name = ?.
      Specified by:
      countByL_P_N in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      name - the name
      Returns:
      the number of matching layout branches
    • findByL_P_M

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master)
      Returns all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.
      Specified by:
      findByL_P_M in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      master - the master
      Returns:
      the matching layout branches
    • findByL_P_M

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end)
      Returns a range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findByL_P_M in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      master - the master
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      Returns:
      the range of matching layout branches
    • findByL_P_M

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
      Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findByL_P_M in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      master - the master
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout branches
    • findByL_P_M

      public List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findByL_P_M in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      master - the master
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching layout branches
    • findByL_P_M_First

      public com.liferay.portal.kernel.model.LayoutBranch findByL_P_M_First(long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
      Specified by:
      findByL_P_M_First in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      master - the master
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a matching layout branch could not be found
    • fetchByL_P_M_First

      public com.liferay.portal.kernel.model.LayoutBranch fetchByL_P_M_First(long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
      Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
      Specified by:
      fetchByL_P_M_First in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      master - the master
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout branch, or null if a matching layout branch could not be found
    • findByL_P_M_Last

      public com.liferay.portal.kernel.model.LayoutBranch findByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
      Specified by:
      findByL_P_M_Last in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      master - the master
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a matching layout branch could not be found
    • fetchByL_P_M_Last

      public com.liferay.portal.kernel.model.LayoutBranch fetchByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
      Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
      Specified by:
      fetchByL_P_M_Last in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      master - the master
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout branch, or null if a matching layout branch could not be found
    • findByL_P_M_PrevAndNext

      public com.liferay.portal.kernel.model.LayoutBranch[] findByL_P_M_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
      Specified by:
      findByL_P_M_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutBranchId - the primary key of the current layout branch
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      master - the master
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a layout branch with the primary key could not be found
    • getByL_P_M_PrevAndNext

      protected com.liferay.portal.kernel.model.LayoutBranch getByL_P_M_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutBranch layoutBranch, long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean previous)
    • removeByL_P_M

      public void removeByL_P_M(long layoutSetBranchId, long plid, boolean master)
      Removes all the layout branches where layoutSetBranchId = ? and plid = ? and master = ? from the database.
      Specified by:
      removeByL_P_M in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      master - the master
    • countByL_P_M

      public int countByL_P_M(long layoutSetBranchId, long plid, boolean master)
      Returns the number of layout branches where layoutSetBranchId = ? and plid = ? and master = ?.
      Specified by:
      countByL_P_M in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutSetBranchId - the layout set branch ID
      plid - the plid
      master - the master
      Returns:
      the number of matching layout branches
    • cacheResult

      public void cacheResult(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
      Caches the layout branch in the entity cache if it is enabled.
      Specified by:
      cacheResult in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Overrides:
      cacheResult in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
      Parameters:
      layoutBranch - the layout branch
    • cacheResult

      public void cacheResult(List<com.liferay.portal.kernel.model.LayoutBranch> layoutBranchs)
      Caches the layout branches in the entity cache if it is enabled.
      Specified by:
      cacheResult in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutBranchs - the layout branches
    • clearCache

      public void clearCache()
      Clears the cache for all layout branches.

      The EntityCache and FinderCache are both cleared by this method.

      Specified by:
      clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
      Overrides:
      clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • clearCache

      public void clearCache(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
      Clears the cache for the layout branch.

      The EntityCache and FinderCache are both cleared by this method.

      Specified by:
      clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
      Overrides:
      clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • clearCache

      public void clearCache(List<com.liferay.portal.kernel.model.LayoutBranch> layoutBranchs)
      Specified by:
      clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
      Overrides:
      clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • clearCache

      public void clearCache(Set<Serializable> primaryKeys)
      Specified by:
      clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
    • cacheUniqueFindersCache

      protected void cacheUniqueFindersCache(LayoutBranchModelImpl layoutBranchModelImpl)
    • create

      public com.liferay.portal.kernel.model.LayoutBranch create(long layoutBranchId)
      Creates a new layout branch with the primary key. Does not add the layout branch to the database.
      Specified by:
      create in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutBranchId - the primary key for the new layout branch
      Returns:
      the new layout branch
    • remove

      public com.liferay.portal.kernel.model.LayoutBranch remove(long layoutBranchId) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Removes the layout branch with the primary key from the database. Also notifies the appropriate model listeners.
      Specified by:
      remove in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutBranchId - the primary key of the layout branch
      Returns:
      the layout branch that was removed
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a layout branch with the primary key could not be found
    • remove

      public com.liferay.portal.kernel.model.LayoutBranch remove(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Removes the layout branch with the primary key from the database. Also notifies the appropriate model listeners.
      Specified by:
      remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
      Overrides:
      remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
      Parameters:
      primaryKey - the primary key of the layout branch
      Returns:
      the layout branch that was removed
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a layout branch with the primary key could not be found
    • removeImpl

      protected com.liferay.portal.kernel.model.LayoutBranch removeImpl(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
      Overrides:
      removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • updateImpl

      public com.liferay.portal.kernel.model.LayoutBranch updateImpl(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
      Specified by:
      updateImpl in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Overrides:
      updateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • findByPrimaryKey

      public com.liferay.portal.kernel.model.LayoutBranch findByPrimaryKey(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the layout branch with the primary key or throws a com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found.
      Specified by:
      findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
      Overrides:
      findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
      Parameters:
      primaryKey - the primary key of the layout branch
      Returns:
      the layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a layout branch with the primary key could not be found
    • findByPrimaryKey

      public com.liferay.portal.kernel.model.LayoutBranch findByPrimaryKey(long layoutBranchId) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
      Returns the layout branch with the primary key or throws a NoSuchLayoutBranchException if it could not be found.
      Specified by:
      findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutBranchId - the primary key of the layout branch
      Returns:
      the layout branch
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutBranchException - if a layout branch with the primary key could not be found
    • fetchByPrimaryKey

      public com.liferay.portal.kernel.model.LayoutBranch fetchByPrimaryKey(long layoutBranchId)
      Returns the layout branch with the primary key or returns null if it could not be found.
      Specified by:
      fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      layoutBranchId - the primary key of the layout branch
      Returns:
      the layout branch, or null if a layout branch with the primary key could not be found
    • findAll

      public List<com.liferay.portal.kernel.model.LayoutBranch> findAll()
      Returns all the layout branches.
      Specified by:
      findAll in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Returns:
      the layout branches
    • findAll

      public List<com.liferay.portal.kernel.model.LayoutBranch> findAll(int start, int end)
      Returns a range of all the layout branches.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findAll in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      Returns:
      the range of layout branches
    • findAll

      public List<com.liferay.portal.kernel.model.LayoutBranch> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
      Returns an ordered range of all the layout branches.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findAll in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of layout branches
    • findAll

      public List<com.liferay.portal.kernel.model.LayoutBranch> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout branches.

      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 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 LayoutBranchModelImpl.

      Specified by:
      findAll in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Parameters:
      start - the lower bound of the range of layout branches
      end - the upper bound of the range of layout branches (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of layout branches
    • removeAll

      public void removeAll()
      Removes all the layout branches from the database.
      Specified by:
      removeAll in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
    • countAll

      public int countAll()
      Returns the number of layout branches.
      Specified by:
      countAll in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
      Returns:
      the number of layout branches
    • getEntityCache

      protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()
      Overrides:
      getEntityCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • getPKDBName

      protected String getPKDBName()
      Overrides:
      getPKDBName in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • getSelectSQL

      protected String getSelectSQL()
      Overrides:
      getSelectSQL in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • getTableColumnsMap

      protected Map<String,Integer> getTableColumnsMap()
      Overrides:
      getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
    • afterPropertiesSet

      public void afterPropertiesSet()
      Initializes the layout branch persistence.
    • destroy

      public void destroy()
    • getFinderCache

      protected com.liferay.portal.kernel.dao.orm.FinderCache getFinderCache()
      Overrides:
      getFinderCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>