Class 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
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Field Summary
FieldsFields 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the layout branch persistence.voidcacheResult(com.liferay.portal.kernel.model.LayoutBranch layoutBranch) Caches the layout branch in the entity cache if it is enabled.voidcacheResult(List<com.liferay.portal.kernel.model.LayoutBranch> layoutBranchs) Caches the layout branches in the entity cache if it is enabled.protected voidcacheUniqueFindersCache(LayoutBranchModelImpl layoutBranchModelImpl) voidClears the cache for all layout branches.voidclearCache(com.liferay.portal.kernel.model.LayoutBranch layoutBranch) Clears the cache for the layout branch.voidclearCache(List<com.liferay.portal.kernel.model.LayoutBranch> layoutBranchs) voidclearCache(Set<Serializable> primaryKeys) intcountAll()Returns the number of layout branches.intcountByL_P(long layoutSetBranchId, long plid) Returns the number of layout branches where layoutSetBranchId = ? and plid = ?.intcountByL_P_M(long layoutSetBranchId, long plid, boolean master) Returns the number of layout branches where layoutSetBranchId = ? and plid = ? and master = ?.intcountByL_P_N(long layoutSetBranchId, long plid, String name) Returns the number of layout branches where layoutSetBranchId = ? and plid = ? and name = ?.intcountByLayoutSetBranchId(long layoutSetBranchId) Returns the number of layout branches where layoutSetBranchId = ?.intcountByPlid(long plid) Returns the number of layout branches where plid = ?.com.liferay.portal.kernel.model.LayoutBranchcreate(long layoutBranchId) Creates a new layout branch with the primary key.voiddestroy()com.liferay.portal.kernel.model.LayoutBranchfetchByL_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.LayoutBranchfetchByL_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.LayoutBranchfetchByL_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.LayoutBranchfetchByL_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.LayoutBranchfetchByL_P_N(long layoutSetBranchId, long plid, String name) Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returnsnullif it could not be found.com.liferay.portal.kernel.model.LayoutBranchfetchByL_P_N(long layoutSetBranchId, long plid, String name, boolean useFinderCache) Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returnsnullif it could not be found, optionally using the finder cache.com.liferay.portal.kernel.model.LayoutBranchfetchByLayoutSetBranchId_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.LayoutBranchfetchByLayoutSetBranchId_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.LayoutBranchfetchByPlid_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.LayoutBranchfetchByPlid_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.LayoutBranchfetchByPrimaryKey(long layoutBranchId) Returns the layout branch with the primary key or returnsnullif it could not be found.List<com.liferay.portal.kernel.model.LayoutBranch>findAll()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.LayoutBranchfindByL_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.LayoutBranchfindByL_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.LayoutBranchfindByL_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.LayoutBranchfindByL_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.LayoutBranchfindByL_P_N(long layoutSetBranchId, long plid, String name) Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or throws aNoSuchLayoutBranchExceptionif 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.LayoutBranchfindByLayoutSetBranchId_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.LayoutBranchfindByLayoutSetBranchId_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.LayoutBranchfindByPlid_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.LayoutBranchfindByPlid_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.LayoutBranchfindByPrimaryKey(long layoutBranchId) Returns the layout branch with the primary key or throws aNoSuchLayoutBranchExceptionif it could not be found.com.liferay.portal.kernel.model.LayoutBranchfindByPrimaryKey(Serializable primaryKey) Returns the layout branch with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelExceptionif it could not be found.protected com.liferay.portal.kernel.model.LayoutBranchgetByL_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.LayoutBranchgetByL_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.LayoutBranchgetByLayoutSetBranchId_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.LayoutBranchgetByPlid_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.EntityCacheprotected com.liferay.portal.kernel.dao.orm.FinderCacheprotected Stringprotected Stringcom.liferay.portal.kernel.model.LayoutBranchremove(long layoutBranchId) Removes the layout branch with the primary key from the database.com.liferay.portal.kernel.model.LayoutBranchremove(Serializable primaryKey) Removes the layout branch with the primary key from the database.voidRemoves all the layout branches from the database.voidremoveByL_P(long layoutSetBranchId, long plid) Removes all the layout branches where layoutSetBranchId = ? and plid = ? from the database.voidremoveByL_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.LayoutBranchremoveByL_P_N(long layoutSetBranchId, long plid, String name) Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database.voidremoveByLayoutSetBranchId(long layoutSetBranchId) Removes all the layout branches where layoutSetBranchId = ? from the database.voidremoveByPlid(long plid) Removes all the layout branches where plid = ? from the database.protected com.liferay.portal.kernel.model.LayoutBranchremoveImpl(com.liferay.portal.kernel.model.LayoutBranch layoutBranch) com.liferay.portal.kernel.model.LayoutBranchupdateImpl(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, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
-
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:
findByLayoutSetBranchIdin interfacecom.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findByLayoutSetBranchIdin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDstart- the lower bound of the range of layout branchesend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findByLayoutSetBranchIdin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDstart- the lower bound of the range of layout branchesend- the upper bound of the range of layout branches (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findByLayoutSetBranchIdin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDstart- the lower bound of the range of layout branchesend- the upper bound of the range of layout branches (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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_Firstin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDorderByComparator- the comparator to order the set by (optionallynull)- 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_Firstin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout branch, or
nullif 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_Lastin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDorderByComparator- the comparator to order the set by (optionallynull)- 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_Lastin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout branch, or
nullif 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_PrevAndNextin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutBranchId- the primary key of the current layout branchlayoutSetBranchId- the layout set branch IDorderByComparator- the comparator to order the set by (optionallynull)- 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:
removeByLayoutSetBranchIdin interfacecom.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:
countByLayoutSetBranchIdin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch ID- Returns:
- the number of matching layout branches
-
findByPlid
Returns all the layout branches where plid = ?.- Specified by:
findByPlidin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
plid- the plid- Returns:
- the matching layout branches
-
findByPlid
Returns a range of all the layout branches where plid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findByPlidin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
plid- the plidstart- the lower bound of the range of layout branchesend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findByPlidin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
plid- the plidstart- the lower bound of the range of layout branchesend- the upper bound of the range of layout branches (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findByPlidin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
plid- the plidstart- the lower bound of the range of layout branchesend- the upper bound of the range of layout branches (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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_Firstin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
plid- the plidorderByComparator- the comparator to order the set by (optionallynull)- 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_Firstin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
plid- the plidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout branch, or
nullif 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_Lastin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
plid- the plidorderByComparator- the comparator to order the set by (optionallynull)- 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_Lastin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
plid- the plidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout branch, or
nullif 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_PrevAndNextin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutBranchId- the primary key of the current layout branchplid- the plidorderByComparator- the comparator to order the set by (optionallynull)- 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:
removeByPlidin interfacecom.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:
countByPlidin interfacecom.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_Pin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findByL_Pin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidstart- the lower bound of the range of layout branchesend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findByL_Pin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidstart- the lower bound of the range of layout branchesend- the upper bound of the range of layout branches (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findByL_Pin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidstart- the lower bound of the range of layout branchesend- the upper bound of the range of layout branches (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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_Firstin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidorderByComparator- the comparator to order the set by (optionallynull)- 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_Firstin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout branch, or
nullif 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_Lastin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidorderByComparator- the comparator to order the set by (optionallynull)- 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_Lastin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout branch, or
nullif 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_PrevAndNextin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutBranchId- the primary key of the current layout branchlayoutSetBranchId- the layout set branch IDplid- the plidorderByComparator- the comparator to order the set by (optionallynull)- 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_Pin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- 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_Pin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- 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 aNoSuchLayoutBranchExceptionif it could not be found.- Specified by:
findByL_P_Nin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidname- 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 returnsnullif it could not be found. Uses the finder cache.- Specified by:
fetchByL_P_Nin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidname- the name- Returns:
- the matching layout branch, or
nullif 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 returnsnullif it could not be found, optionally using the finder cache.- Specified by:
fetchByL_P_Nin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidname- the nameuseFinderCache- whether to use the finder cache- Returns:
- the matching layout branch, or
nullif 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_Nin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidname- the name- Returns:
- the layout branch that was removed
- Throws:
com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
-
countByL_P_N
Returns the number of layout branches where layoutSetBranchId = ? and plid = ? and name = ?.- Specified by:
countByL_P_Nin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidname- 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_Min interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidmaster- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findByL_P_Min interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidmaster- the masterstart- the lower bound of the range of layout branchesend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findByL_P_Min interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidmaster- the masterstart- the lower bound of the range of layout branchesend- the upper bound of the range of layout branches (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findByL_P_Min interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidmaster- the masterstart- the lower bound of the range of layout branchesend- the upper bound of the range of layout branches (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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_Firstin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidmaster- the masterorderByComparator- the comparator to order the set by (optionallynull)- 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_Firstin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidmaster- the masterorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching layout branch, or
nullif 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_Lastin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidmaster- the masterorderByComparator- the comparator to order the set by (optionallynull)- 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_Lastin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidmaster- the masterorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching layout branch, or
nullif 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_PrevAndNextin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutBranchId- the primary key of the current layout branchlayoutSetBranchId- the layout set branch IDplid- the plidmaster- the masterorderByComparator- the comparator to order the set by (optionallynull)- 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_Min interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidmaster- 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_Min interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutSetBranchId- the layout set branch IDplid- the plidmaster- 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:
cacheResultin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Overrides:
cacheResultin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>- Parameters:
layoutBranch- the layout branch
-
cacheResult
Caches the layout branches in the entity cache if it is enabled.- Specified by:
cacheResultin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutBranchs- the layout branches
-
clearCache
public void clearCache()Clears the cache for all layout branches.The
EntityCacheandFinderCacheare both cleared by this method.- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>- Overrides:
clearCachein classcom.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
EntityCacheandFinderCacheare both cleared by this method.- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
clearCache
- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
clearCache
- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
-
cacheUniqueFindersCache
-
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:
createin interfacecom.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:
removein interfacecom.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:
removein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>- Overrides:
removein classcom.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:
removeImplin classcom.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:
updateImplin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Overrides:
updateImplin classcom.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 acom.liferay.portal.kernel.exception.NoSuchModelExceptionif it could not be found.- Specified by:
findByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>- Overrides:
findByPrimaryKeyin classcom.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 aNoSuchLayoutBranchExceptionif it could not be found.- Specified by:
findByPrimaryKeyin interfacecom.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 returnsnullif it could not be found.- Specified by:
fetchByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
layoutBranchId- the primary key of the layout branch- Returns:
- the layout branch, or
nullif a layout branch with the primary key could not be found
-
findAll
Returns all the layout branches.- Specified by:
findAllin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Returns:
- the layout branches
-
findAll
Returns a range of all the layout branches.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findAllin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
start- the lower bound of the range of layout branchesend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findAllin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
start- the lower bound of the range of layout branchesend- the upper bound of the range of layout branches (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl.- Specified by:
findAllin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Parameters:
start- the lower bound of the range of layout branchesend- the upper bound of the range of layout branches (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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:
removeAllin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
-
countAll
public int countAll()Returns the number of layout branches.- Specified by:
countAllin interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence- Returns:
- the number of layout branches
-
getEntityCache
protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()- Overrides:
getEntityCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
getPKDBName
- Overrides:
getPKDBNamein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
getSelectSQL
- Overrides:
getSelectSQLin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
getTableColumnsMap
- Overrides:
getTableColumnsMapin classcom.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:
getFinderCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
-