public class LayoutBranchUtil
extends java.lang.Object
com.liferay.portal.service.persistence.impl.LayoutBranchPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
LayoutBranchPersistence
Constructor and Description |
---|
LayoutBranchUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(LayoutBranch layoutBranch)
Caches the layout branch in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<LayoutBranch> layoutBranchs)
Caches the layout branches in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(LayoutBranch layoutBranch) |
static int |
countAll()
Returns the number of layout branches.
|
static int |
countByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Returns the number of layout branches where layoutSetBranchId = ? and plid = ? and master = ?.
|
static int |
countByL_P_N(long layoutSetBranchId,
long plid,
java.lang.String name)
Returns the number of layout branches where layoutSetBranchId = ? and plid = ? and name = ?.
|
static int |
countByL_P(long layoutSetBranchId,
long plid)
Returns the number of layout branches where layoutSetBranchId = ? and plid = ?.
|
static int |
countByLayoutSetBranchId(long layoutSetBranchId)
Returns the number of layout branches where layoutSetBranchId = ?.
|
static int |
countByPlid(long plid)
Returns the number of layout branches where plid = ?.
|
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery) |
static LayoutBranch |
create(long layoutBranchId)
Creates a new layout branch with the primary key.
|
static LayoutBranch |
fetchByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
static LayoutBranch |
fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
static LayoutBranch |
fetchByL_P_M_First(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
static LayoutBranch |
fetchByL_P_M_Last(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
static LayoutBranch |
fetchByL_P_N(long layoutSetBranchId,
long plid,
java.lang.String name)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns
null if it could not be found. |
static LayoutBranch |
fetchByL_P_N(long layoutSetBranchId,
long plid,
java.lang.String name,
boolean useFinderCache)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
static LayoutBranch |
fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
|
static LayoutBranch |
fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
|
static LayoutBranch |
fetchByPlid_First(long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where plid = ?.
|
static LayoutBranch |
fetchByPlid_Last(long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where plid = ?.
|
static LayoutBranch |
fetchByPrimaryKey(long layoutBranchId)
Returns the layout branch with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,LayoutBranch> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static java.util.List<LayoutBranch> |
findAll()
Returns all the layout branches.
|
static java.util.List<LayoutBranch> |
findAll(int start,
int end)
Returns a range of all the layout branches.
|
static java.util.List<LayoutBranch> |
findAll(int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branches.
|
static java.util.List<LayoutBranch> |
findAll(int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout branches.
|
static LayoutBranch |
findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
static LayoutBranch |
findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
static LayoutBranch |
findByL_P_M_First(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
static LayoutBranch |
findByL_P_M_Last(long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
static LayoutBranch[] |
findByL_P_M_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
static java.util.List<LayoutBranch> |
findByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Returns all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.
|
static java.util.List<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 = ?.
|
static java.util.List<LayoutBranch> |
findByL_P_M(long layoutSetBranchId,
long plid,
boolean master,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.
|
static java.util.List<LayoutBranch> |
findByL_P_M(long layoutSetBranchId,
long plid,
boolean master,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.
|
static LayoutBranch |
findByL_P_N(long layoutSetBranchId,
long plid,
java.lang.String name)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or throws a
NoSuchLayoutBranchException if it could not be found. |
static LayoutBranch[] |
findByL_P_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
static java.util.List<LayoutBranch> |
findByL_P(long layoutSetBranchId,
long plid)
Returns all the layout branches where layoutSetBranchId = ? and plid = ?.
|
static java.util.List<LayoutBranch> |
findByL_P(long layoutSetBranchId,
long plid,
int start,
int end)
Returns a range of all the layout branches where layoutSetBranchId = ? and plid = ?.
|
static java.util.List<LayoutBranch> |
findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.
|
static java.util.List<LayoutBranch> |
findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.
|
static LayoutBranch |
findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
|
static LayoutBranch |
findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
|
static LayoutBranch[] |
findByLayoutSetBranchId_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
|
static java.util.List<LayoutBranch> |
findByLayoutSetBranchId(long layoutSetBranchId)
Returns all the layout branches where layoutSetBranchId = ?.
|
static java.util.List<LayoutBranch> |
findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
Returns a range of all the layout branches where layoutSetBranchId = ?.
|
static java.util.List<LayoutBranch> |
findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branches where layoutSetBranchId = ?.
|
static java.util.List<LayoutBranch> |
findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout branches where layoutSetBranchId = ?.
|
static LayoutBranch |
findByPlid_First(long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where plid = ?.
|
static LayoutBranch |
findByPlid_Last(long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where plid = ?.
|
static LayoutBranch[] |
findByPlid_PrevAndNext(long layoutBranchId,
long plid,
OrderByComparator<LayoutBranch> orderByComparator)
Returns the layout branches before and after the current layout branch in the ordered set where plid = ?.
|
static java.util.List<LayoutBranch> |
findByPlid(long plid)
Returns all the layout branches where plid = ?.
|
static java.util.List<LayoutBranch> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the layout branches where plid = ?.
|
static java.util.List<LayoutBranch> |
findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branches where plid = ?.
|
static java.util.List<LayoutBranch> |
findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout branches where plid = ?.
|
static LayoutBranch |
findByPrimaryKey(long layoutBranchId)
Returns the layout branch with the primary key or throws a
NoSuchLayoutBranchException if it could not be found. |
static java.util.List<LayoutBranch> |
findWithDynamicQuery(DynamicQuery dynamicQuery) |
static java.util.List<LayoutBranch> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<LayoutBranch> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutBranch> orderByComparator) |
static LayoutBranchPersistence |
getPersistence() |
static LayoutBranch |
remove(long layoutBranchId)
Removes the layout branch with the primary key from the database.
|
static void |
removeAll()
Removes all the layout branches from the database.
|
static void |
removeByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Removes all the layout branches where layoutSetBranchId = ? and plid = ? and master = ? from the database.
|
static LayoutBranch |
removeByL_P_N(long layoutSetBranchId,
long plid,
java.lang.String name)
Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database.
|
static void |
removeByL_P(long layoutSetBranchId,
long plid)
Removes all the layout branches where layoutSetBranchId = ? and plid = ? from the database.
|
static void |
removeByLayoutSetBranchId(long layoutSetBranchId)
Removes all the layout branches where layoutSetBranchId = ? from the database.
|
static void |
removeByPlid(long plid)
Removes all the layout branches where plid = ? from the database.
|
static void |
setPersistence(LayoutBranchPersistence persistence) |
static LayoutBranch |
update(LayoutBranch layoutBranch) |
static LayoutBranch |
update(LayoutBranch layoutBranch,
ServiceContext serviceContext) |
static LayoutBranch |
updateImpl(LayoutBranch layoutBranch) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(LayoutBranch layoutBranch)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
public static java.util.Map<java.io.Serializable,LayoutBranch> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<LayoutBranch> findWithDynamicQuery(DynamicQuery dynamicQuery)
public static java.util.List<LayoutBranch> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
public static java.util.List<LayoutBranch> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
public static LayoutBranch update(LayoutBranch layoutBranch)
public static LayoutBranch update(LayoutBranch layoutBranch, ServiceContext serviceContext)
public static java.util.List<LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId)
layoutSetBranchId
- the layout set branch IDpublic static java.util.List<LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
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)public static java.util.List<LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
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 (optionally null
)public static java.util.List<LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutBranch findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) throws NoSuchLayoutBranchException
layoutSetBranchId
- the layout set branch IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic static LayoutBranch fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
layoutSetBranchId
- the layout set branch IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout branch could not be foundpublic static LayoutBranch findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) throws NoSuchLayoutBranchException
layoutSetBranchId
- the layout set branch IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic static LayoutBranch fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator)
layoutSetBranchId
- the layout set branch IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout branch could not be foundpublic static LayoutBranch[] findByLayoutSetBranchId_PrevAndNext(long layoutBranchId, long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) throws NoSuchLayoutBranchException
layoutBranchId
- the primary key of the current layout branchlayoutSetBranchId
- the layout set branch IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutBranchException
- if a layout branch with the primary key could not be foundpublic static void removeByLayoutSetBranchId(long layoutSetBranchId)
layoutSetBranchId
- the layout set branch IDpublic static int countByLayoutSetBranchId(long layoutSetBranchId)
layoutSetBranchId
- the layout set branch IDpublic static java.util.List<LayoutBranch> findByPlid(long plid)
plid
- the plidpublic static java.util.List<LayoutBranch> findByPlid(long plid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
plid
- the plidstart
- the lower bound of the range of layout branchesend
- the upper bound of the range of layout branches (not inclusive)public static java.util.List<LayoutBranch> findByPlid(long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
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 (optionally null
)public static java.util.List<LayoutBranch> findByPlid(long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutBranch findByPlid_First(long plid, OrderByComparator<LayoutBranch> orderByComparator) throws NoSuchLayoutBranchException
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic static LayoutBranch fetchByPlid_First(long plid, OrderByComparator<LayoutBranch> orderByComparator)
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout branch could not be foundpublic static LayoutBranch findByPlid_Last(long plid, OrderByComparator<LayoutBranch> orderByComparator) throws NoSuchLayoutBranchException
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic static LayoutBranch fetchByPlid_Last(long plid, OrderByComparator<LayoutBranch> orderByComparator)
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout branch could not be foundpublic static LayoutBranch[] findByPlid_PrevAndNext(long layoutBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) throws NoSuchLayoutBranchException
layoutBranchId
- the primary key of the current layout branchplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutBranchException
- if a layout branch with the primary key could not be foundpublic static void removeByPlid(long plid)
plid
- the plidpublic static int countByPlid(long plid)
plid
- the plidpublic static java.util.List<LayoutBranch> findByL_P(long layoutSetBranchId, long plid)
layoutSetBranchId
- the layout set branch IDplid
- the plidpublic static java.util.List<LayoutBranch> findByL_P(long layoutSetBranchId, long plid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
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)public static java.util.List<LayoutBranch> findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
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 (optionally null
)public static java.util.List<LayoutBranch> findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutBranch findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) throws NoSuchLayoutBranchException
layoutSetBranchId
- the layout set branch IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic static LayoutBranch fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
layoutSetBranchId
- the layout set branch IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout branch could not be foundpublic static LayoutBranch findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) throws NoSuchLayoutBranchException
layoutSetBranchId
- the layout set branch IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic static LayoutBranch fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator)
layoutSetBranchId
- the layout set branch IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout branch could not be foundpublic static LayoutBranch[] findByL_P_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) throws NoSuchLayoutBranchException
layoutBranchId
- the primary key of the current layout branchlayoutSetBranchId
- the layout set branch IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutBranchException
- if a layout branch with the primary key could not be foundpublic static void removeByL_P(long layoutSetBranchId, long plid)
layoutSetBranchId
- the layout set branch IDplid
- the plidpublic static int countByL_P(long layoutSetBranchId, long plid)
layoutSetBranchId
- the layout set branch IDplid
- the plidpublic static LayoutBranch findByL_P_N(long layoutSetBranchId, long plid, java.lang.String name) throws NoSuchLayoutBranchException
NoSuchLayoutBranchException
if it could not be found.layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the nameNoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic static LayoutBranch fetchByL_P_N(long layoutSetBranchId, long plid, java.lang.String name)
null
if it could not be found. Uses the finder cache.layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the namenull
if a matching layout branch could not be foundpublic static LayoutBranch fetchByL_P_N(long layoutSetBranchId, long plid, java.lang.String name, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the nameuseFinderCache
- whether to use the finder cachenull
if a matching layout branch could not be foundpublic static LayoutBranch removeByL_P_N(long layoutSetBranchId, long plid, java.lang.String name) throws NoSuchLayoutBranchException
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the nameNoSuchLayoutBranchException
public static int countByL_P_N(long layoutSetBranchId, long plid, java.lang.String name)
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the namepublic static java.util.List<LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master)
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterpublic static java.util.List<LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
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)public static java.util.List<LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
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 (optionally null
)public static java.util.List<LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutBranch findByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) throws NoSuchLayoutBranchException
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic static LayoutBranch fetchByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator)
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout branch could not be foundpublic static LayoutBranch findByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) throws NoSuchLayoutBranchException
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic static LayoutBranch fetchByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator)
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout branch could not be foundpublic static LayoutBranch[] findByL_P_M_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) throws NoSuchLayoutBranchException
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 (optionally null
)NoSuchLayoutBranchException
- if a layout branch with the primary key could not be foundpublic static void removeByL_P_M(long layoutSetBranchId, long plid, boolean master)
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterpublic static int countByL_P_M(long layoutSetBranchId, long plid, boolean master)
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterpublic static void cacheResult(LayoutBranch layoutBranch)
layoutBranch
- the layout branchpublic static void cacheResult(java.util.List<LayoutBranch> layoutBranchs)
layoutBranchs
- the layout branchespublic static LayoutBranch create(long layoutBranchId)
layoutBranchId
- the primary key for the new layout branchpublic static LayoutBranch remove(long layoutBranchId) throws NoSuchLayoutBranchException
layoutBranchId
- the primary key of the layout branchNoSuchLayoutBranchException
- if a layout branch with the primary key could not be foundpublic static LayoutBranch updateImpl(LayoutBranch layoutBranch)
public static LayoutBranch findByPrimaryKey(long layoutBranchId) throws NoSuchLayoutBranchException
NoSuchLayoutBranchException
if it could not be found.layoutBranchId
- the primary key of the layout branchNoSuchLayoutBranchException
- if a layout branch with the primary key could not be foundpublic static LayoutBranch fetchByPrimaryKey(long layoutBranchId)
null
if it could not be found.layoutBranchId
- the primary key of the layout branchnull
if a layout branch with the primary key could not be foundpublic static java.util.List<LayoutBranch> findAll()
public static java.util.List<LayoutBranch> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
start
- the lower bound of the range of layout branchesend
- the upper bound of the range of layout branches (not inclusive)public static java.util.List<LayoutBranch> findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
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 (optionally null
)public static java.util.List<LayoutBranch> findAll(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutBranchModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeAll()
public static int countAll()
public static LayoutBranchPersistence getPersistence()
public static void setPersistence(LayoutBranchPersistence persistence)