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 TypeMethodDescriptionvoid
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
cacheUniqueFindersCache
(LayoutBranchModelImpl layoutBranchModelImpl) 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
countAll()
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
destroy()
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 returnsnull
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 returnsnull
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 returnsnull
if 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.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 aNoSuchLayoutBranchException
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 aNoSuchLayoutBranchException
if it could not be found.com.liferay.portal.kernel.model.LayoutBranch
findByPrimaryKey
(Serializable primaryKey) Returns the layout branch with the primary key or throws acom.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
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
-
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:
findByLayoutSetBranchId
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findByLayoutSetBranchId
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findByLayoutSetBranchId
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findByLayoutSetBranchId
in 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_First
in 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_First
in 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
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 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_Last
in 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
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 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:
removeByLayoutSetBranchId
in 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:
countByLayoutSetBranchId
in 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:
findByPlid
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findByPlid
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findByPlid
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findByPlid
in 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_First
in 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_First
in 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
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 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_Last
in 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
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 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:
removeByPlid
in 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:
countByPlid
in 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_P
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findByL_P
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findByL_P
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findByL_P
in 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_First
in 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_First
in 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
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 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_Last
in 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
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 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_P
in 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_P
in 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 aNoSuchLayoutBranchException
if it could not be found.- Specified by:
findByL_P_N
in 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 returnsnull
if it could not be found. Uses the finder cache.- Specified by:
fetchByL_P_N
in interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
- Parameters:
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- 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 returnsnull
if it could not be found, optionally using the finder cache.- Specified by:
fetchByL_P_N
in 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
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 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_N
in 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_M
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findByL_P_M
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findByL_P_M
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findByL_P_M
in 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_First
in 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_First
in 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
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 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_Last
in 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
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 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_M
in 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_M
in 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:
cacheResult
in interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
- Overrides:
cacheResult
in 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:
cacheResult
in interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
- Parameters:
layoutBranchs
- the layout branches
-
clearCache
public void clearCache()Clears the cache for all layout branches.The
EntityCache
andFinderCache
are both cleared by this method.- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
- Overrides:
clearCache
in 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
EntityCache
andFinderCache
are both cleared by this method.- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
- Overrides:
clearCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
clearCache
- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
- Overrides:
clearCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
clearCache
- Specified by:
clearCache
in 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:
create
in 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:
remove
in 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:
remove
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
- Overrides:
remove
in 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:
removeImpl
in 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:
updateImpl
in interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
- Overrides:
updateImpl
in 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.NoSuchModelException
if it could not be found.- Specified by:
findByPrimaryKey
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
- Overrides:
findByPrimaryKey
in 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 aNoSuchLayoutBranchException
if it could not be found.- Specified by:
findByPrimaryKey
in 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 returnsnull
if it could not be found.- Specified by:
fetchByPrimaryKey
in interfacecom.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
Returns all the layout branches.- Specified by:
findAll
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findAll
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findAll
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutBranchModelImpl
.- Specified by:
findAll
in 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:
removeAll
in interfacecom.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
-
countAll
public int countAll()Returns the number of layout branches.- Specified by:
countAll
in interfacecom.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 classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
getPKDBName
- Overrides:
getPKDBName
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
getSelectSQL
- Overrides:
getSelectSQL
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
-
getTableColumnsMap
- Overrides:
getTableColumnsMap
in 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:
getFinderCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
-