|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<LayoutSetBranch>
com.liferay.portal.service.persistence.impl.LayoutSetBranchPersistenceImpl
@ProviderType public class LayoutSetBranchPersistenceImpl
The persistence implementation for the layout set branch service.
Caching information and settings can be found in portal.properties
LayoutSetBranchPersistence,
LayoutSetBranchUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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 | |
|---|---|
LayoutSetBranchPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the layout set branch persistence. |
void |
cacheResult(LayoutSetBranch layoutSetBranch)
Caches the layout set branch in the entity cache if it is enabled. |
void |
cacheResult(List<LayoutSetBranch> layoutSetBranchs)
Caches the layout set branchs in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(LayoutSetBranchModelImpl layoutSetBranchModelImpl,
boolean isNew)
|
void |
clearCache()
Clears the cache for all layout set branchs. |
void |
clearCache(LayoutSetBranch layoutSetBranch)
Clears the cache for the layout set branch. |
void |
clearCache(List<LayoutSetBranch> layoutSetBranchs)
Clears the cache for a List instances of this model. |
protected void |
clearUniqueFindersCache(LayoutSetBranchModelImpl layoutSetBranchModelImpl)
|
int |
countAll()
Returns the number of layout set branchs. |
int |
countByG_P_M(long groupId,
boolean privateLayout,
boolean master)
Returns the number of layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
int |
countByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the number of layout set branchs where groupId = ? and privateLayout = ? and name = ?. |
int |
countByG_P(long groupId,
boolean privateLayout)
Returns the number of layout set branchs where groupId = ? and privateLayout = ?. |
int |
countByGroupId(long groupId)
Returns the number of layout set branchs where groupId = ?. |
LayoutSetBranch |
create(long layoutSetBranchId)
Creates a new layout set branch with the primary key. |
void |
destroy()
|
LayoutSetBranch |
fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
fetchByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
fetchByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
fetchByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returns null if it could not be found. |
LayoutSetBranch |
fetchByG_P_N(long groupId,
boolean privateLayout,
String name,
boolean retrieveFromCache)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
LayoutSetBranch |
fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
fetchByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or returns null if it could not be found. |
LayoutSetBranch |
fetchByPrimaryKey(Serializable primaryKey)
Returns the layout set branch with the primary key or returns null if it could not be found. |
Map<Serializable,LayoutSetBranch> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
int |
filterCountByG_P_M(long groupId,
boolean privateLayout,
boolean master)
Returns the number of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
int |
filterCountByG_P(long groupId,
boolean privateLayout)
Returns the number of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
int |
filterCountByGroupId(long groupId)
Returns the number of layout set branchs that the user has permission to view where groupId = ?. |
LayoutSetBranch[] |
filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master)
Returns all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch[] |
filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
filterFindByG_P(long groupId,
boolean privateLayout)
Returns all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ? and privateLayout = ?. |
LayoutSetBranch[] |
filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set of layout set branchs that the user has permission to view where groupId = ?. |
List<LayoutSetBranch> |
filterFindByGroupId(long groupId)
Returns all the layout set branchs that the user has permission to view where groupId = ?. |
List<LayoutSetBranch> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout set branchs that the user has permission to view where groupId = ?. |
List<LayoutSetBranch> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?. |
protected LayoutSetBranch |
filterGetByG_P_M_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean previous)
|
protected LayoutSetBranch |
filterGetByG_P_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean previous)
|
protected LayoutSetBranch |
filterGetByGroupId_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean previous)
|
List<LayoutSetBranch> |
findAll()
Returns all the layout set branchs. |
List<LayoutSetBranch> |
findAll(int start,
int end)
Returns a range of all the layout set branchs. |
List<LayoutSetBranch> |
findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs. |
List<LayoutSetBranch> |
findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs. |
LayoutSetBranch |
findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
findByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
findByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch[] |
findByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
findByG_P_M(long groupId,
boolean privateLayout,
boolean master)
Returns all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
List<LayoutSetBranch> |
findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ? and master = ?. |
LayoutSetBranch |
findByG_P_N(long groupId,
boolean privateLayout,
String name)
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws a NoSuchLayoutSetBranchException if it could not be found. |
LayoutSetBranch[] |
findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
findByG_P(long groupId,
boolean privateLayout)
Returns all the layout set branchs where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
List<LayoutSetBranch> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?. |
LayoutSetBranch |
findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch |
findByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?. |
LayoutSetBranch[] |
findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?. |
List<LayoutSetBranch> |
findByGroupId(long groupId)
Returns all the layout set branchs where groupId = ?. |
List<LayoutSetBranch> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout set branchs where groupId = ?. |
List<LayoutSetBranch> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ?. |
List<LayoutSetBranch> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs where groupId = ?. |
LayoutSetBranch |
findByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or throws a NoSuchLayoutSetBranchException if it could not be found. |
LayoutSetBranch |
findByPrimaryKey(Serializable primaryKey)
Returns the layout set branch with the primary key or throws a NoSuchModelException if it could not be found. |
Set<String> |
getBadColumnNames()
|
protected LayoutSetBranch |
getByG_P_M_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean previous)
|
protected LayoutSetBranch |
getByG_P_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean previous)
|
protected LayoutSetBranch |
getByGroupId_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
LayoutSetBranch |
remove(long layoutSetBranchId)
Removes the layout set branch with the primary key from the database. |
LayoutSetBranch |
remove(Serializable primaryKey)
Removes the layout set branch with the primary key from the database. |
void |
removeAll()
Removes all the layout set branchs from the database. |
void |
removeByG_P_M(long groupId,
boolean privateLayout,
boolean master)
Removes all the layout set branchs where groupId = ? and privateLayout = ? and master = ? from the database. |
LayoutSetBranch |
removeByG_P_N(long groupId,
boolean privateLayout,
String name)
Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database. |
void |
removeByG_P(long groupId,
boolean privateLayout)
Removes all the layout set branchs where groupId = ? and privateLayout = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the layout set branchs where groupId = ? from the database. |
protected LayoutSetBranch |
removeImpl(LayoutSetBranch layoutSetBranch)
Removes the model instance from the database. |
protected LayoutSetBranch |
toUnwrappedModel(LayoutSetBranch layoutSetBranch)
|
LayoutSetBranch |
updateImpl(LayoutSetBranch layoutSetBranch)
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, getClassLoader, getColumnName, 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_GROUPID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P
public static final FinderPath FINDER_PATH_COUNT_BY_G_P
public static final FinderPath FINDER_PATH_FETCH_BY_G_P_N
public static final FinderPath FINDER_PATH_COUNT_BY_G_P_N
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P_M
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P_M
public static final FinderPath FINDER_PATH_COUNT_BY_G_P_M
@BeanReference(type=CompanyProviderWrapper.class) protected CompanyProvider companyProvider
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public LayoutSetBranchPersistenceImpl()
| Method Detail |
|---|
public List<LayoutSetBranch> findByGroupId(long groupId)
findByGroupId in interface LayoutSetBranchPersistencegroupId - the group ID
public List<LayoutSetBranch> findByGroupId(long groupId,
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. 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.
findByGroupId in interface LayoutSetBranchPersistencegroupId - the group IDstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)
public List<LayoutSetBranch> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. 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.
findByGroupId in interface LayoutSetBranchPersistencegroupId - the group IDstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<LayoutSetBranch> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
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 LayoutSetBranchModelImpl. 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.
findByGroupId in interface LayoutSetBranchPersistencegroupId - the group IDstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public LayoutSetBranch findByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
throws NoSuchLayoutSetBranchException
findByGroupId_First in interface LayoutSetBranchPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found
public LayoutSetBranch fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
fetchByGroupId_First in interface LayoutSetBranchPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout set branch could not be found
public LayoutSetBranch findByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
throws NoSuchLayoutSetBranchException
findByGroupId_Last in interface LayoutSetBranchPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found
public LayoutSetBranch fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
fetchByGroupId_Last in interface LayoutSetBranchPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout set branch could not be found
public LayoutSetBranch[] findByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
throws NoSuchLayoutSetBranchException
findByGroupId_PrevAndNext in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the current layout set branchgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found
protected LayoutSetBranch getByGroupId_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean previous)
public List<LayoutSetBranch> filterFindByGroupId(long groupId)
filterFindByGroupId in interface LayoutSetBranchPersistencegroupId - the group ID
public List<LayoutSetBranch> filterFindByGroupId(long groupId,
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. 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.
filterFindByGroupId in interface LayoutSetBranchPersistencegroupId - the group IDstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)
public List<LayoutSetBranch> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSetBranch> 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. 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.
filterFindByGroupId in interface LayoutSetBranchPersistencegroupId - the group IDstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public LayoutSetBranch[] filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator)
throws NoSuchLayoutSetBranchException
filterFindByGroupId_PrevAndNext in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the current layout set branchgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found
protected LayoutSetBranch filterGetByGroupId_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean previous)
public void removeByGroupId(long groupId)
removeByGroupId in interface LayoutSetBranchPersistencegroupId - the group IDpublic int countByGroupId(long groupId)
countByGroupId in interface LayoutSetBranchPersistencegroupId - the group ID
public int filterCountByGroupId(long groupId)
filterCountByGroupId in interface LayoutSetBranchPersistencegroupId - the group ID
public List<LayoutSetBranch> findByG_P(long groupId,
boolean privateLayout)
findByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layout
public List<LayoutSetBranch> findByG_P(long groupId,
boolean privateLayout,
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. 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.
findByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)
public List<LayoutSetBranch> findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. 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.
findByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<LayoutSetBranch> findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
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 LayoutSetBranchModelImpl. 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.
findByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public LayoutSetBranch findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
throws NoSuchLayoutSetBranchException
findByG_P_First in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found
public LayoutSetBranch fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
fetchByG_P_First in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout set branch could not be found
public LayoutSetBranch findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
throws NoSuchLayoutSetBranchException
findByG_P_Last in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found
public LayoutSetBranch fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
fetchByG_P_Last in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout set branch could not be found
public LayoutSetBranch[] findByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
throws NoSuchLayoutSetBranchException
findByG_P_PrevAndNext in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the current layout set branchgroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found
protected LayoutSetBranch getByG_P_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean previous)
public List<LayoutSetBranch> filterFindByG_P(long groupId,
boolean privateLayout)
filterFindByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layout
public List<LayoutSetBranch> filterFindByG_P(long groupId,
boolean privateLayout,
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. 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.
filterFindByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)
public List<LayoutSetBranch> filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSetBranch> 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. 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.
filterFindByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public LayoutSetBranch[] filterFindByG_P_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator)
throws NoSuchLayoutSetBranchException
filterFindByG_P_PrevAndNext in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the current layout set branchgroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found
protected LayoutSetBranch filterGetByG_P_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean previous)
public void removeByG_P(long groupId,
boolean privateLayout)
removeByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layout
public int countByG_P(long groupId,
boolean privateLayout)
countByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layout
public int filterCountByG_P(long groupId,
boolean privateLayout)
filterCountByG_P in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layout
public LayoutSetBranch findByG_P_N(long groupId,
boolean privateLayout,
String name)
throws NoSuchLayoutSetBranchException
NoSuchLayoutSetBranchException if it could not be found.
findByG_P_N in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutname - the name
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found
public LayoutSetBranch fetchByG_P_N(long groupId,
boolean privateLayout,
String name)
null if it could not be found. Uses the finder cache.
fetchByG_P_N in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutname - the name
null if a matching layout set branch could not be found
public LayoutSetBranch fetchByG_P_N(long groupId,
boolean privateLayout,
String name,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByG_P_N in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutname - the nameretrieveFromCache - whether to retrieve from the finder cache
null if a matching layout set branch could not be found
public LayoutSetBranch removeByG_P_N(long groupId,
boolean privateLayout,
String name)
throws NoSuchLayoutSetBranchException
removeByG_P_N in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutname - the name
NoSuchLayoutSetBranchException
public int countByG_P_N(long groupId,
boolean privateLayout,
String name)
countByG_P_N in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutname - the name
public List<LayoutSetBranch> findByG_P_M(long groupId,
boolean privateLayout,
boolean master)
findByG_P_M in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutmaster - the master
public List<LayoutSetBranch> findByG_P_M(long groupId,
boolean privateLayout,
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. 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.
findByG_P_M in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutmaster - the masterstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)
public List<LayoutSetBranch> findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. 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.
findByG_P_M in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutmaster - the masterstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<LayoutSetBranch> findByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
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 LayoutSetBranchModelImpl. 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.
findByG_P_M in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutmaster - the masterstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public LayoutSetBranch findByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
throws NoSuchLayoutSetBranchException
findByG_P_M_First in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutmaster - the masterorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found
public LayoutSetBranch fetchByG_P_M_First(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
fetchByG_P_M_First in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutmaster - the masterorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout set branch could not be found
public LayoutSetBranch findByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
throws NoSuchLayoutSetBranchException
findByG_P_M_Last in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutmaster - the masterorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found
public LayoutSetBranch fetchByG_P_M_Last(long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
fetchByG_P_M_Last in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutmaster - the masterorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout set branch could not be found
public LayoutSetBranch[] findByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
throws NoSuchLayoutSetBranchException
findByG_P_M_PrevAndNext in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the current layout set branchgroupId - the group IDprivateLayout - the private layoutmaster - the masterorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found
protected LayoutSetBranch getByG_P_M_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean previous)
public List<LayoutSetBranch> filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master)
filterFindByG_P_M in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutmaster - the master
public List<LayoutSetBranch> filterFindByG_P_M(long groupId,
boolean privateLayout,
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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. 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.
filterFindByG_P_M in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutmaster - the masterstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)
public List<LayoutSetBranch> filterFindByG_P_M(long groupId,
boolean privateLayout,
boolean master,
int start,
int end,
OrderByComparator<LayoutSetBranch> 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. 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.
filterFindByG_P_M in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutmaster - the masterstart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public LayoutSetBranch[] filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator)
throws NoSuchLayoutSetBranchException
filterFindByG_P_M_PrevAndNext in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the current layout set branchgroupId - the group IDprivateLayout - the private layoutmaster - the masterorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found
protected LayoutSetBranch filterGetByG_P_M_PrevAndNext(Session session,
LayoutSetBranch layoutSetBranch,
long groupId,
boolean privateLayout,
boolean master,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean previous)
public void removeByG_P_M(long groupId,
boolean privateLayout,
boolean master)
removeByG_P_M in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutmaster - the master
public int countByG_P_M(long groupId,
boolean privateLayout,
boolean master)
countByG_P_M in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutmaster - the master
public int filterCountByG_P_M(long groupId,
boolean privateLayout,
boolean master)
filterCountByG_P_M in interface LayoutSetBranchPersistencegroupId - the group IDprivateLayout - the private layoutmaster - the master
public void cacheResult(LayoutSetBranch layoutSetBranch)
cacheResult in interface LayoutSetBranchPersistencelayoutSetBranch - the layout set branchpublic void cacheResult(List<LayoutSetBranch> layoutSetBranchs)
cacheResult in interface LayoutSetBranchPersistencelayoutSetBranchs - the layout set branchspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<LayoutSetBranch>clearCache in class BasePersistenceImpl<LayoutSetBranch>public void clearCache(LayoutSetBranch layoutSetBranch)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<LayoutSetBranch>clearCache in class BasePersistenceImpl<LayoutSetBranch>layoutSetBranch - the instance of this model to clear the cache forpublic void clearCache(List<LayoutSetBranch> layoutSetBranchs)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<LayoutSetBranch>clearCache in class BasePersistenceImpl<LayoutSetBranch>layoutSetBranchs - the List instances of this model to clear the cache for
protected void cacheUniqueFindersCache(LayoutSetBranchModelImpl layoutSetBranchModelImpl,
boolean isNew)
protected void clearUniqueFindersCache(LayoutSetBranchModelImpl layoutSetBranchModelImpl)
public LayoutSetBranch create(long layoutSetBranchId)
create in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key for the new layout set branch
public LayoutSetBranch remove(long layoutSetBranchId)
throws NoSuchLayoutSetBranchException
remove in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the layout set branch
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found
public LayoutSetBranch remove(Serializable primaryKey)
throws NoSuchLayoutSetBranchException
remove in interface BasePersistence<LayoutSetBranch>remove in class BasePersistenceImpl<LayoutSetBranch>primaryKey - the primary key of the layout set branch
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be foundprotected LayoutSetBranch removeImpl(LayoutSetBranch layoutSetBranch)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<LayoutSetBranch>layoutSetBranch - the model instance to remove
public LayoutSetBranch updateImpl(LayoutSetBranch layoutSetBranch)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface LayoutSetBranchPersistenceupdateImpl in class BasePersistenceImpl<LayoutSetBranch>layoutSetBranch - the model instance to update
protected LayoutSetBranch toUnwrappedModel(LayoutSetBranch layoutSetBranch)
public LayoutSetBranch findByPrimaryKey(Serializable primaryKey)
throws NoSuchLayoutSetBranchException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<LayoutSetBranch>findByPrimaryKey in class BasePersistenceImpl<LayoutSetBranch>primaryKey - the primary key of the layout set branch
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found
public LayoutSetBranch findByPrimaryKey(long layoutSetBranchId)
throws NoSuchLayoutSetBranchException
NoSuchLayoutSetBranchException if it could not be found.
findByPrimaryKey in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the layout set branch
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be foundpublic LayoutSetBranch fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<LayoutSetBranch>fetchByPrimaryKey in class BasePersistenceImpl<LayoutSetBranch>primaryKey - the primary key of the layout set branch
null if a layout set branch with the primary key could not be foundpublic LayoutSetBranch fetchByPrimaryKey(long layoutSetBranchId)
null if it could not be found.
fetchByPrimaryKey in interface LayoutSetBranchPersistencelayoutSetBranchId - the primary key of the layout set branch
null if a layout set branch with the primary key could not be foundpublic Map<Serializable,LayoutSetBranch> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<LayoutSetBranch>fetchByPrimaryKeys in interface LayoutSetBranchPersistencefetchByPrimaryKeys in class BasePersistenceImpl<LayoutSetBranch>public List<LayoutSetBranch> findAll()
findAll in interface LayoutSetBranchPersistence
public List<LayoutSetBranch> 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. 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 LayoutSetBranchPersistencestart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)
public List<LayoutSetBranch> findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutSetBranchModelImpl. 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 LayoutSetBranchPersistencestart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<LayoutSetBranch> findAll(int start,
int end,
OrderByComparator<LayoutSetBranch> orderByComparator,
boolean retrieveFromCache)
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 LayoutSetBranchModelImpl. 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 LayoutSetBranchPersistencestart - the lower bound of the range of layout set branchsend - the upper bound of the range of layout set branchs (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface LayoutSetBranchPersistencepublic int countAll()
countAll in interface LayoutSetBranchPersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<LayoutSetBranch>getBadColumnNames in interface LayoutSetBranchPersistencegetBadColumnNames in class BasePersistenceImpl<LayoutSetBranch>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<LayoutSetBranch>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||