|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<LayoutBranch>
com.liferay.portal.service.persistence.LayoutBranchPersistenceImpl
public class LayoutBranchPersistenceImpl
The persistence implementation for the layout branch service.
Caching information and settings can be found in portal.properties
LayoutBranchPersistence
,
LayoutBranchUtil
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
---|
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, 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 | |
---|---|
LayoutBranchPersistenceImpl()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
Initializes the layout branch persistence. |
void |
cacheResult(LayoutBranch layoutBranch)
Caches the layout branch in the entity cache if it is enabled. |
void |
cacheResult(List<LayoutBranch> layoutBranchs)
Caches the layout branchs in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(LayoutBranch layoutBranch)
|
void |
clearCache()
Clears the cache for all layout branchs. |
void |
clearCache(LayoutBranch layoutBranch)
Clears the cache for the layout branch. |
void |
clearCache(List<LayoutBranch> layoutBranchs)
Clears the cache for a List instances of this model. |
protected void |
clearUniqueFindersCache(LayoutBranch layoutBranch)
|
int |
countAll()
Returns the number of layout branchs. |
int |
countByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ? and master = ?. |
int |
countByL_P_N(long layoutSetBranchId,
long plid,
String name)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ? and name = ?. |
int |
countByL_P(long layoutSetBranchId,
long plid)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ?. |
int |
countByLayoutSetBranchId(long layoutSetBranchId)
Returns the number of layout branchs where layoutSetBranchId = ?. |
LayoutBranch |
create(long LayoutBranchId)
Creates a new layout branch with the primary key. |
void |
destroy()
|
LayoutBranch |
fetchByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutBranch |
fetchByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
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 = ?. |
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 = ?. |
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. |
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. |
LayoutBranch |
fetchByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?. |
LayoutBranch |
fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?. |
LayoutBranch |
fetchByPrimaryKey(long LayoutBranchId)
Returns the layout branch with the primary key or returns null if it could not be found. |
LayoutBranch |
fetchByPrimaryKey(Serializable primaryKey)
Returns the layout branch with the primary key or returns null if it could not be found. |
List<LayoutBranch> |
findAll()
Returns all the layout branchs. |
List<LayoutBranch> |
findAll(int start,
int end)
Returns a range of all the layout branchs. |
List<LayoutBranch> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout branchs. |
LayoutBranch |
findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutBranch |
findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
List<LayoutBranch> |
findByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Returns all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?. |
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 = ?. |
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 = ?. |
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. |
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 = ?. |
List<LayoutBranch> |
findByL_P(long layoutSetBranchId,
long plid)
Returns all the layout branchs where layoutSetBranchId = ? and plid = ?. |
List<LayoutBranch> |
findByL_P(long layoutSetBranchId,
long plid,
int start,
int end)
Returns a range of all the layout branchs where layoutSetBranchId = ? and plid = ?. |
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 = ?. |
LayoutBranch |
findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?. |
LayoutBranch |
findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?. |
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 = ?. |
List<LayoutBranch> |
findByLayoutSetBranchId(long layoutSetBranchId)
Returns all the layout branchs where layoutSetBranchId = ?. |
List<LayoutBranch> |
findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
Returns a range of all the layout branchs where layoutSetBranchId = ?. |
List<LayoutBranch> |
findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ?. |
LayoutBranch |
findByPrimaryKey(long LayoutBranchId)
Returns the layout branch with the primary key or throws a NoSuchLayoutBranchException if it could not be found. |
LayoutBranch |
findByPrimaryKey(Serializable primaryKey)
Returns the layout branch with the primary key or throws a NoSuchModelException if it could not be found. |
protected LayoutBranch |
getByL_P_M_PrevAndNext(Session session,
LayoutBranch layoutBranch,
long layoutSetBranchId,
long plid,
boolean master,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutBranch |
getByL_P_PrevAndNext(Session session,
LayoutBranch layoutBranch,
long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutBranch |
getByLayoutSetBranchId_PrevAndNext(Session session,
LayoutBranch layoutBranch,
long layoutSetBranchId,
OrderByComparator orderByComparator,
boolean previous)
|
LayoutBranch |
remove(long LayoutBranchId)
Removes the layout branch with the primary key from the database. |
LayoutBranch |
remove(Serializable primaryKey)
Removes the layout branch with the primary key from the database. |
void |
removeAll()
Removes all the layout branchs from the database. |
void |
removeByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Removes all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ? from the database. |
LayoutBranch |
removeByL_P_N(long layoutSetBranchId,
long plid,
String name)
Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database. |
void |
removeByL_P(long layoutSetBranchId,
long plid)
Removes all the layout branchs where layoutSetBranchId = ? and plid = ? from the database. |
void |
removeByLayoutSetBranchId(long layoutSetBranchId)
Removes all the layout branchs where layoutSetBranchId = ? from the database. |
protected LayoutBranch |
removeImpl(LayoutBranch layoutBranch)
Removes the model instance from the database. |
protected LayoutBranch |
toUnwrappedModel(LayoutBranch layoutBranch)
|
LayoutBranch |
updateImpl(LayoutBranch layoutBranch)
Updates the model instance in the database or adds it if it does not yet exist. |
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
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.service.persistence.BasePersistence |
---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
Field Detail |
---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_LAYOUTSETBRANCHID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_LAYOUTSETBRANCHID
public static final FinderPath FINDER_PATH_COUNT_BY_LAYOUTSETBRANCHID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_L_P
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_L_P
public static final FinderPath FINDER_PATH_COUNT_BY_L_P
public static final FinderPath FINDER_PATH_FETCH_BY_L_P_N
public static final FinderPath FINDER_PATH_COUNT_BY_L_P_N
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_L_P_M
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_L_P_M
public static final FinderPath FINDER_PATH_COUNT_BY_L_P_M
Constructor Detail |
---|
public LayoutBranchPersistenceImpl()
Method Detail |
---|
public List<LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId) throws SystemException
findByLayoutSetBranchId
in interface LayoutBranchPersistence
layoutSetBranchId
- the layout set branch ID
SystemException
- if a system exception occurredpublic 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from LayoutBranchModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByLayoutSetBranchId
in interface LayoutBranchPersistence
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 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from LayoutBranchModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByLayoutSetBranchId
in interface LayoutBranchPersistence
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 LayoutBranch findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
findByLayoutSetBranchId_First
in interface LayoutBranchPersistence
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 LayoutBranch fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator) throws SystemException
fetchByLayoutSetBranchId_First
in interface LayoutBranchPersistence
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 LayoutBranch findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
findByLayoutSetBranchId_Last
in interface LayoutBranchPersistence
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 LayoutBranch fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator) throws SystemException
fetchByLayoutSetBranchId_Last
in interface LayoutBranchPersistence
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 LayoutBranch[] findByLayoutSetBranchId_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
findByLayoutSetBranchId_PrevAndNext
in interface LayoutBranchPersistence
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 occurredprotected LayoutBranch getByLayoutSetBranchId_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, OrderByComparator orderByComparator, boolean previous)
public void removeByLayoutSetBranchId(long layoutSetBranchId) throws SystemException
removeByLayoutSetBranchId
in interface LayoutBranchPersistence
layoutSetBranchId
- the layout set branch ID
SystemException
- if a system exception occurredpublic int countByLayoutSetBranchId(long layoutSetBranchId) throws SystemException
countByLayoutSetBranchId
in interface LayoutBranchPersistence
layoutSetBranchId
- the layout set branch ID
SystemException
- if a system exception occurredpublic List<LayoutBranch> findByL_P(long layoutSetBranchId, long plid) throws SystemException
findByL_P
in interface LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plid
SystemException
- if a system exception occurredpublic 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from LayoutBranchModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByL_P
in interface LayoutBranchPersistence
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 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from LayoutBranchModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByL_P
in interface LayoutBranchPersistence
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 LayoutBranch findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
findByL_P_First
in interface LayoutBranchPersistence
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 LayoutBranch fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator) throws SystemException
fetchByL_P_First
in interface LayoutBranchPersistence
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 LayoutBranch findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
findByL_P_Last
in interface LayoutBranchPersistence
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 LayoutBranch fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator) throws SystemException
fetchByL_P_Last
in interface LayoutBranchPersistence
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 LayoutBranch[] findByL_P_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
findByL_P_PrevAndNext
in interface LayoutBranchPersistence
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 occurredprotected LayoutBranch getByL_P_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, long plid, OrderByComparator orderByComparator, boolean previous)
public void removeByL_P(long layoutSetBranchId, long plid) throws SystemException
removeByL_P
in interface LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plid
SystemException
- if a system exception occurredpublic int countByL_P(long layoutSetBranchId, long plid) throws SystemException
countByL_P
in interface LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plid
SystemException
- if a system exception occurredpublic LayoutBranch findByL_P_N(long layoutSetBranchId, long plid, String name) throws NoSuchLayoutBranchException, SystemException
NoSuchLayoutBranchException
if it could not be found.
findByL_P_N
in interface LayoutBranchPersistence
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 LayoutBranch fetchByL_P_N(long layoutSetBranchId, long plid, String name) throws SystemException
null
if it could not be found. Uses the finder cache.
fetchByL_P_N
in interface LayoutBranchPersistence
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 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.
fetchByL_P_N
in interface LayoutBranchPersistence
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 LayoutBranch removeByL_P_N(long layoutSetBranchId, long plid, String name) throws NoSuchLayoutBranchException, SystemException
removeByL_P_N
in interface LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the name
SystemException
- if a system exception occurred
NoSuchLayoutBranchException
public int countByL_P_N(long layoutSetBranchId, long plid, String name) throws SystemException
countByL_P_N
in interface LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the name
SystemException
- if a system exception occurredpublic List<LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master) throws SystemException
findByL_P_M
in interface LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the master
SystemException
- if a system exception occurredpublic 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from LayoutBranchModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByL_P_M
in interface LayoutBranchPersistence
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 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from LayoutBranchModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByL_P_M
in interface LayoutBranchPersistence
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 LayoutBranch findByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
findByL_P_M_First
in interface LayoutBranchPersistence
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 LayoutBranch fetchByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator) throws SystemException
fetchByL_P_M_First
in interface LayoutBranchPersistence
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 LayoutBranch findByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
findByL_P_M_Last
in interface LayoutBranchPersistence
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 LayoutBranch fetchByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator) throws SystemException
fetchByL_P_M_Last
in interface LayoutBranchPersistence
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 LayoutBranch[] findByL_P_M_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator) throws NoSuchLayoutBranchException, SystemException
findByL_P_M_PrevAndNext
in interface LayoutBranchPersistence
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 occurredprotected LayoutBranch getByL_P_M_PrevAndNext(Session session, LayoutBranch layoutBranch, long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator, boolean previous)
public void removeByL_P_M(long layoutSetBranchId, long plid, boolean master) throws SystemException
removeByL_P_M
in interface LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the master
SystemException
- if a system exception occurredpublic int countByL_P_M(long layoutSetBranchId, long plid, boolean master) throws SystemException
countByL_P_M
in interface LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the master
SystemException
- if a system exception occurredpublic void cacheResult(LayoutBranch layoutBranch)
cacheResult
in interface LayoutBranchPersistence
layoutBranch
- the layout branchpublic void cacheResult(List<LayoutBranch> layoutBranchs)
cacheResult
in interface LayoutBranchPersistence
layoutBranchs
- the layout branchspublic void clearCache()
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface BasePersistence<LayoutBranch>
clearCache
in class BasePersistenceImpl<LayoutBranch>
public void clearCache(LayoutBranch layoutBranch)
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface BasePersistence<LayoutBranch>
clearCache
in class BasePersistenceImpl<LayoutBranch>
layoutBranch
- the instance of this model to clear the cache forpublic void clearCache(List<LayoutBranch> layoutBranchs)
BasePersistence
The EntityCache
and FinderCache
are both cleared by this
method.
clearCache
in interface BasePersistence<LayoutBranch>
clearCache
in class BasePersistenceImpl<LayoutBranch>
layoutBranchs
- the List instances of this model to clear the cache forprotected void cacheUniqueFindersCache(LayoutBranch layoutBranch)
protected void clearUniqueFindersCache(LayoutBranch layoutBranch)
public LayoutBranch create(long LayoutBranchId)
create
in interface LayoutBranchPersistence
LayoutBranchId
- the primary key for the new layout branch
public LayoutBranch remove(long LayoutBranchId) throws NoSuchLayoutBranchException, SystemException
remove
in interface LayoutBranchPersistence
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 LayoutBranch remove(Serializable primaryKey) throws NoSuchLayoutBranchException, SystemException
remove
in interface BasePersistence<LayoutBranch>
remove
in class BasePersistenceImpl<LayoutBranch>
primaryKey
- 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 occurredprotected LayoutBranch removeImpl(LayoutBranch layoutBranch) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.update(BaseModel,
boolean)
depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl
in class BasePersistenceImpl<LayoutBranch>
layoutBranch
- the model instance to remove
SystemException
- if a system exception occurredpublic LayoutBranch updateImpl(LayoutBranch layoutBranch) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.remove(BaseModel)
depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl
in interface LayoutBranchPersistence
updateImpl
in class BasePersistenceImpl<LayoutBranch>
layoutBranch
- the model instance to update
SystemException
- if a system exception occurredprotected LayoutBranch toUnwrappedModel(LayoutBranch layoutBranch)
public LayoutBranch findByPrimaryKey(Serializable primaryKey) throws NoSuchLayoutBranchException, SystemException
NoSuchModelException
if it could not be found.
findByPrimaryKey
in interface BasePersistence<LayoutBranch>
findByPrimaryKey
in class BasePersistenceImpl<LayoutBranch>
primaryKey
- 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 LayoutBranch findByPrimaryKey(long LayoutBranchId) throws NoSuchLayoutBranchException, SystemException
NoSuchLayoutBranchException
if it could not be found.
findByPrimaryKey
in interface LayoutBranchPersistence
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 LayoutBranch fetchByPrimaryKey(Serializable primaryKey) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface BasePersistence<LayoutBranch>
fetchByPrimaryKey
in class BasePersistenceImpl<LayoutBranch>
primaryKey
- 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 LayoutBranch fetchByPrimaryKey(long LayoutBranchId) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface LayoutBranchPersistence
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 List<LayoutBranch> findAll() throws SystemException
findAll
in interface LayoutBranchPersistence
SystemException
- if a system exception occurredpublic 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from LayoutBranchModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll
in interface LayoutBranchPersistence
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 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from LayoutBranchModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll
in interface LayoutBranchPersistence
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 void removeAll() throws SystemException
removeAll
in interface LayoutBranchPersistence
SystemException
- if a system exception occurredpublic int countAll() throws SystemException
countAll
in interface LayoutBranchPersistence
SystemException
- if a system exception occurredpublic void afterPropertiesSet()
public void destroy()
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |