|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.persistence.LayoutBranchUtil
public class LayoutBranchUtil
The persistence utility for the layout branch service. This utility wraps 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
,
LayoutBranchPersistenceImpl
Constructor Summary | |
---|---|
LayoutBranchUtil()
|
Method Summary | |
---|---|
static void |
cacheResult(LayoutBranch layoutBranch)
Caches the layout branch in the entity cache if it is enabled. |
static void |
cacheResult(List<LayoutBranch> layoutBranchs)
Caches the layout branchs in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(LayoutBranch layoutBranch)
|
static int |
countAll()
Returns the number of layout branchs. |
static int |
countByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ? and master = ?. |
static int |
countByL_P_N(long layoutSetBranchId,
long plid,
String name)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ? and name = ?. |
static int |
countByL_P(long layoutSetBranchId,
long plid)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ?. |
static int |
countByLayoutSetBranchId(long layoutSetBranchId)
Returns the number of layout branchs where layoutSetBranchId = ?. |
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 orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutBranch |
fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator 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 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 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,
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,
String name,
boolean retrieveFromCache)
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 orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?. |
static LayoutBranch |
fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?. |
static LayoutBranch |
fetchByPrimaryKey(long LayoutBranchId)
Returns the layout branch with the primary key or returns null if it could not be found. |
static List<LayoutBranch> |
findAll()
Returns all the layout branchs. |
static List<LayoutBranch> |
findAll(int start,
int end)
Returns a range of all the layout branchs. |
static List<LayoutBranch> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout branchs. |
static LayoutBranch |
findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
static LayoutBranch |
findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator 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 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 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 orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?. |
static List<LayoutBranch> |
findByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Returns all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?. |
static List<LayoutBranch> |
findByL_P_M(long layoutSetBranchId,
long plid,
boolean master,
int start,
int end)
Returns a range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?. |
static List<LayoutBranch> |
findByL_P_M(long layoutSetBranchId,
long plid,
boolean master,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?. |
static LayoutBranch |
findByL_P_N(long layoutSetBranchId,
long plid,
String name)
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or throws a NoSuchLayoutBranchException if it could not be found. |
static LayoutBranch[] |
findByL_P_PrevAndNext(long LayoutBranchId,
long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
static List<LayoutBranch> |
findByL_P(long layoutSetBranchId,
long plid)
Returns all the layout branchs where layoutSetBranchId = ? and plid = ?. |
static List<LayoutBranch> |
findByL_P(long layoutSetBranchId,
long plid,
int start,
int end)
Returns a range of all the layout branchs where layoutSetBranchId = ? and plid = ?. |
static List<LayoutBranch> |
findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?. |
static LayoutBranch |
findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?. |
static LayoutBranch |
findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?. |
static LayoutBranch[] |
findByLayoutSetBranchId_PrevAndNext(long LayoutBranchId,
long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?. |
static List<LayoutBranch> |
findByLayoutSetBranchId(long layoutSetBranchId)
Returns all the layout branchs where layoutSetBranchId = ?. |
static List<LayoutBranch> |
findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
Returns a range of all the layout branchs where layoutSetBranchId = ?. |
static List<LayoutBranch> |
findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ?. |
static LayoutBranch |
findByPrimaryKey(long LayoutBranchId)
Returns the layout branch with the primary key or throws a NoSuchLayoutBranchException if it could not be found. |
static List<LayoutBranch> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<LayoutBranch> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<LayoutBranch> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator 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 branchs from the database. |
static void |
removeByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Removes all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ? from the database. |
static LayoutBranch |
removeByL_P_N(long layoutSetBranchId,
long plid,
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 branchs where layoutSetBranchId = ? and plid = ? from the database. |
static void |
removeByLayoutSetBranchId(long layoutSetBranchId)
Removes all the layout branchs where layoutSetBranchId = ? from the database. |
void |
setPersistence(LayoutBranchPersistence persistence)
Deprecated. |
static LayoutBranch |
update(LayoutBranch layoutBranch,
boolean merge)
|
static LayoutBranch |
update(LayoutBranch layoutBranch,
boolean merge,
ServiceContext serviceContext)
|
static LayoutBranch |
updateImpl(LayoutBranch layoutBranch,
boolean merge)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayoutBranchUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(LayoutBranch layoutBranch)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<LayoutBranch> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<LayoutBranch> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<LayoutBranch> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static LayoutBranch update(LayoutBranch layoutBranch, boolean merge) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static LayoutBranch update(LayoutBranch layoutBranch, boolean merge, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)
public static void cacheResult(LayoutBranch layoutBranch)
layoutBranch
- the layout branchpublic static void cacheResult(List<LayoutBranch> layoutBranchs)
layoutBranchs
- the layout branchspublic static LayoutBranch create(long LayoutBranchId)
LayoutBranchId
- the primary key for the new layout branch
public static LayoutBranch remove(long LayoutBranchId) throws NoSuchLayoutBranchException, SystemException
LayoutBranchId
- the primary key of the layout branch
NoSuchLayoutBranchException
- if a layout branch with the primary key could not be found
SystemException
- if a system exception occurredpublic static LayoutBranch updateImpl(LayoutBranch layoutBranch, boolean merge) throws SystemException
SystemException
public static LayoutBranch findByPrimaryKey(long LayoutBranchId) throws NoSuchLayoutBranchException, SystemException
NoSuchLayoutBranchException
if it could not be found.
LayoutBranchId
- the primary key of the layout branch
NoSuchLayoutBranchException
- if a layout branch with the primary key could not be found
SystemException
- if a system exception occurredpublic static LayoutBranch fetchByPrimaryKey(long LayoutBranchId) throws SystemException
null
if it could not be found.
LayoutBranchId
- the primary key of the layout branch
null
if a layout branch with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId) throws SystemException
layoutSetBranchId
- the layout set branch ID
SystemException
- if a system exception occurredpublic static List<LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId, int start, int end) throws SystemException
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.
layoutSetBranchId
- the layout set branch IDstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)
SystemException
- if a system exception occurredpublic static List<LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
layoutSetBranchId
- the layout set branch IDstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static LayoutBranch findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
layoutSetBranchId
- the layout set branch IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchLayoutBranchException
- if a matching layout branch could not be found
SystemException
- if a system exception occurredpublic static LayoutBranch fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator) throws SystemException
layoutSetBranchId
- the layout set branch IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching layout branch could not be found
SystemException
- if a system exception occurredpublic static LayoutBranch findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
layoutSetBranchId
- the layout set branch IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchLayoutBranchException
- if a matching layout branch could not be found
SystemException
- if a system exception occurredpublic static LayoutBranch fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator) throws SystemException
layoutSetBranchId
- the layout set branch IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching layout branch could not be found
SystemException
- if a system exception occurredpublic static LayoutBranch[] findByLayoutSetBranchId_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
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 found
SystemException
- if a system exception occurredpublic static List<LayoutBranch> findByL_P(long layoutSetBranchId, long plid) throws SystemException
layoutSetBranchId
- the layout set branch IDplid
- the plid
SystemException
- if a system exception occurredpublic static List<LayoutBranch> findByL_P(long layoutSetBranchId, long plid, int start, int end) throws SystemException
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.
layoutSetBranchId
- the layout set branch IDplid
- the plidstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)
SystemException
- if a system exception occurredpublic static List<LayoutBranch> findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
layoutSetBranchId
- the layout set branch IDplid
- the plidstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static LayoutBranch findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
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 found
SystemException
- if a system exception occurredpublic static LayoutBranch fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static LayoutBranch findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
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 found
SystemException
- if a system exception occurredpublic static LayoutBranch fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static LayoutBranch[] findByL_P_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
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 found
SystemException
- if a system exception occurredpublic static LayoutBranch findByL_P_N(long layoutSetBranchId, long plid, String name) throws NoSuchLayoutBranchException, SystemException
NoSuchLayoutBranchException
if it could not be found.
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the name
NoSuchLayoutBranchException
- if a matching layout branch could not be found
SystemException
- if a system exception occurredpublic static LayoutBranch fetchByL_P_N(long layoutSetBranchId, long plid, String name) throws SystemException
null
if it could not be found. Uses the finder cache.
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the name
null
if a matching layout branch could not be found
SystemException
- if a system exception occurredpublic static LayoutBranch fetchByL_P_N(long layoutSetBranchId, long plid, String name, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the nameretrieveFromCache
- whether to use the finder cache
null
if a matching layout branch could not be found
SystemException
- if a system exception occurredpublic static List<LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master) throws SystemException
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the master
SystemException
- if a system exception occurredpublic static List<LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end) throws SystemException
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.
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)
SystemException
- if a system exception occurredpublic static List<LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static LayoutBranch findByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
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 found
SystemException
- if a system exception occurredpublic static LayoutBranch fetchByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static LayoutBranch findByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
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 found
SystemException
- if a system exception occurredpublic static LayoutBranch fetchByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static LayoutBranch[] findByL_P_M_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
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 found
SystemException
- if a system exception occurredpublic static List<LayoutBranch> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<LayoutBranch> findAll(int start, int end) throws SystemException
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.
start
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)
SystemException
- if a system exception occurredpublic static List<LayoutBranch> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
start
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static void removeByLayoutSetBranchId(long layoutSetBranchId) throws SystemException
layoutSetBranchId
- the layout set branch ID
SystemException
- if a system exception occurredpublic static void removeByL_P(long layoutSetBranchId, long plid) throws SystemException
layoutSetBranchId
- the layout set branch IDplid
- the plid
SystemException
- if a system exception occurredpublic static LayoutBranch removeByL_P_N(long layoutSetBranchId, long plid, String name) throws NoSuchLayoutBranchException, SystemException
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the name
SystemException
- if a system exception occurred
NoSuchLayoutBranchException
public static void removeByL_P_M(long layoutSetBranchId, long plid, boolean master) throws SystemException
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the master
SystemException
- if a system exception occurredpublic static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countByLayoutSetBranchId(long layoutSetBranchId) throws SystemException
layoutSetBranchId
- the layout set branch ID
SystemException
- if a system exception occurredpublic static int countByL_P(long layoutSetBranchId, long plid) throws SystemException
layoutSetBranchId
- the layout set branch IDplid
- the plid
SystemException
- if a system exception occurredpublic static int countByL_P_N(long layoutSetBranchId, long plid, String name) throws SystemException
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the name
SystemException
- if a system exception occurredpublic static int countByL_P_M(long layoutSetBranchId, long plid, boolean master) throws SystemException
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the master
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static LayoutBranchPersistence getPersistence()
public void setPersistence(LayoutBranchPersistence persistence)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |