Liferay 7.0-ce-b4

com.liferay.portal.service.persistence.impl
Class LayoutSetBranchPersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<LayoutSetBranch>
      extended by com.liferay.portal.service.persistence.impl.LayoutSetBranchPersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<LayoutSetBranch>, LayoutSetBranchPersistence

@ProviderType
public class LayoutSetBranchPersistenceImpl
extends BasePersistenceImpl<LayoutSetBranch>
implements LayoutSetBranchPersistence

The persistence implementation for the layout set branch service.

Caching information and settings can be found in portal.properties

See Also:
LayoutSetBranchPersistence, LayoutSetBranchUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  CompanyProvider companyProvider
           
protected  EntityCache entityCache
           
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
           
static String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_G_P
           
static FinderPath FINDER_PATH_COUNT_BY_G_P_M
           
static FinderPath FINDER_PATH_COUNT_BY_G_P_N
           
static FinderPath FINDER_PATH_COUNT_BY_GROUPID
           
static FinderPath FINDER_PATH_FETCH_BY_G_P_N
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P_M
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P_M
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
           
protected  FinderCache finderCache
           
 
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

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST_WITH_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION

FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

FINDER_PATH_WITH_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID

FINDER_PATH_COUNT_BY_GROUPID

public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID

FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P

FINDER_PATH_COUNT_BY_G_P

public static final FinderPath FINDER_PATH_COUNT_BY_G_P

FINDER_PATH_FETCH_BY_G_P_N

public static final FinderPath FINDER_PATH_FETCH_BY_G_P_N

FINDER_PATH_COUNT_BY_G_P_N

public static final FinderPath FINDER_PATH_COUNT_BY_G_P_N

FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P_M

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P_M

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P_M

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P_M

FINDER_PATH_COUNT_BY_G_P_M

public static final FinderPath FINDER_PATH_COUNT_BY_G_P_M

companyProvider

@BeanReference(type=CompanyProviderWrapper.class)
protected CompanyProvider companyProvider

entityCache

protected EntityCache entityCache

finderCache

protected FinderCache finderCache
Constructor Detail

LayoutSetBranchPersistenceImpl

public LayoutSetBranchPersistenceImpl()
Method Detail

findByGroupId

public List<LayoutSetBranch> findByGroupId(long groupId)
Returns all the layout set branchs where groupId = ?.

Specified by:
findByGroupId in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
Returns:
the matching layout set branchs

findByGroupId

public List<LayoutSetBranch> findByGroupId(long groupId,
                                           int start,
                                           int end)
Returns a range of all the layout set branchs where groupId = ?.

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.

Specified by:
findByGroupId in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
Returns:
the range of matching layout set branchs

findByGroupId

public List<LayoutSetBranch> findByGroupId(long groupId,
                                           int start,
                                           int end,
                                           OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs where groupId = ?.

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.

Specified by:
findByGroupId in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout set branchs

findByGroupId

public 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 = ?.

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.

Specified by:
findByGroupId in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of layout set branchs
end - 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
Returns:
the ordered range of matching layout set branchs

findByGroupId_First

public LayoutSetBranch findByGroupId_First(long groupId,
                                           OrderByComparator<LayoutSetBranch> orderByComparator)
                                    throws NoSuchLayoutSetBranchException
Returns the first layout set branch in the ordered set where groupId = ?.

Specified by:
findByGroupId_First in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout set branch
Throws:
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found

fetchByGroupId_First

public LayoutSetBranch fetchByGroupId_First(long groupId,
                                            OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?.

Specified by:
fetchByGroupId_First in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout set branch, or null if a matching layout set branch could not be found

findByGroupId_Last

public LayoutSetBranch findByGroupId_Last(long groupId,
                                          OrderByComparator<LayoutSetBranch> orderByComparator)
                                   throws NoSuchLayoutSetBranchException
Returns the last layout set branch in the ordered set where groupId = ?.

Specified by:
findByGroupId_Last in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout set branch
Throws:
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found

fetchByGroupId_Last

public LayoutSetBranch fetchByGroupId_Last(long groupId,
                                           OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?.

Specified by:
fetchByGroupId_Last in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout set branch, or null if a matching layout set branch could not be found

findByGroupId_PrevAndNext

public LayoutSetBranch[] findByGroupId_PrevAndNext(long layoutSetBranchId,
                                                   long groupId,
                                                   OrderByComparator<LayoutSetBranch> orderByComparator)
                                            throws NoSuchLayoutSetBranchException
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ?.

Specified by:
findByGroupId_PrevAndNext in interface LayoutSetBranchPersistence
Parameters:
layoutSetBranchId - the primary key of the current layout set branch
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout set branch
Throws:
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found

getByGroupId_PrevAndNext

protected LayoutSetBranch getByGroupId_PrevAndNext(Session session,
                                                   LayoutSetBranch layoutSetBranch,
                                                   long groupId,
                                                   OrderByComparator<LayoutSetBranch> orderByComparator,
                                                   boolean previous)

filterFindByGroupId

public List<LayoutSetBranch> filterFindByGroupId(long groupId)
Returns all the layout set branchs that the user has permission to view where groupId = ?.

Specified by:
filterFindByGroupId in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
Returns:
the matching layout set branchs that the user has permission to view

filterFindByGroupId

public 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 = ?.

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.

Specified by:
filterFindByGroupId in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
Returns:
the range of matching layout set branchs that the user has permission to view

filterFindByGroupId

public 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 = ?.

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.

Specified by:
filterFindByGroupId in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout set branchs that the user has permission to view

filterFindByGroupId_PrevAndNext

public LayoutSetBranch[] filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
                                                         long groupId,
                                                         OrderByComparator<LayoutSetBranch> orderByComparator)
                                                  throws NoSuchLayoutSetBranchException
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 = ?.

Specified by:
filterFindByGroupId_PrevAndNext in interface LayoutSetBranchPersistence
Parameters:
layoutSetBranchId - the primary key of the current layout set branch
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout set branch
Throws:
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found

filterGetByGroupId_PrevAndNext

protected LayoutSetBranch filterGetByGroupId_PrevAndNext(Session session,
                                                         LayoutSetBranch layoutSetBranch,
                                                         long groupId,
                                                         OrderByComparator<LayoutSetBranch> orderByComparator,
                                                         boolean previous)

removeByGroupId

public void removeByGroupId(long groupId)
Removes all the layout set branchs where groupId = ? from the database.

Specified by:
removeByGroupId in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID

countByGroupId

public int countByGroupId(long groupId)
Returns the number of layout set branchs where groupId = ?.

Specified by:
countByGroupId in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
Returns:
the number of matching layout set branchs

filterCountByGroupId

public int filterCountByGroupId(long groupId)
Returns the number of layout set branchs that the user has permission to view where groupId = ?.

Specified by:
filterCountByGroupId in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
Returns:
the number of matching layout set branchs that the user has permission to view

findByG_P

public List<LayoutSetBranch> findByG_P(long groupId,
                                       boolean privateLayout)
Returns all the layout set branchs where groupId = ? and privateLayout = ?.

Specified by:
findByG_P in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
Returns:
the matching layout set branchs

findByG_P

public 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 = ?.

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.

Specified by:
findByG_P in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
Returns:
the range of matching layout set branchs

findByG_P

public 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 = ?.

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.

Specified by:
findByG_P in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout set branchs

findByG_P

public 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 = ?.

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.

Specified by:
findByG_P in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
start - the lower bound of the range of layout set branchs
end - 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
Returns:
the ordered range of matching layout set branchs

findByG_P_First

public LayoutSetBranch findByG_P_First(long groupId,
                                       boolean privateLayout,
                                       OrderByComparator<LayoutSetBranch> orderByComparator)
                                throws NoSuchLayoutSetBranchException
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.

Specified by:
findByG_P_First in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout set branch
Throws:
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found

fetchByG_P_First

public 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 = ?.

Specified by:
fetchByG_P_First in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout set branch, or null if a matching layout set branch could not be found

findByG_P_Last

public LayoutSetBranch findByG_P_Last(long groupId,
                                      boolean privateLayout,
                                      OrderByComparator<LayoutSetBranch> orderByComparator)
                               throws NoSuchLayoutSetBranchException
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.

Specified by:
findByG_P_Last in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout set branch
Throws:
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found

fetchByG_P_Last

public 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 = ?.

Specified by:
fetchByG_P_Last in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout set branch, or null if a matching layout set branch could not be found

findByG_P_PrevAndNext

public LayoutSetBranch[] findByG_P_PrevAndNext(long layoutSetBranchId,
                                               long groupId,
                                               boolean privateLayout,
                                               OrderByComparator<LayoutSetBranch> orderByComparator)
                                        throws NoSuchLayoutSetBranchException
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?.

Specified by:
findByG_P_PrevAndNext in interface LayoutSetBranchPersistence
Parameters:
layoutSetBranchId - the primary key of the current layout set branch
groupId - the group ID
privateLayout - the private layout
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout set branch
Throws:
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found

getByG_P_PrevAndNext

protected LayoutSetBranch getByG_P_PrevAndNext(Session session,
                                               LayoutSetBranch layoutSetBranch,
                                               long groupId,
                                               boolean privateLayout,
                                               OrderByComparator<LayoutSetBranch> orderByComparator,
                                               boolean previous)

filterFindByG_P

public 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 = ?.

Specified by:
filterFindByG_P in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
Returns:
the matching layout set branchs that the user has permission to view

filterFindByG_P

public 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 = ?.

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.

Specified by:
filterFindByG_P in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
Returns:
the range of matching layout set branchs that the user has permission to view

filterFindByG_P

public 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 = ?.

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.

Specified by:
filterFindByG_P in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout set branchs that the user has permission to view

filterFindByG_P_PrevAndNext

public LayoutSetBranch[] filterFindByG_P_PrevAndNext(long layoutSetBranchId,
                                                     long groupId,
                                                     boolean privateLayout,
                                                     OrderByComparator<LayoutSetBranch> orderByComparator)
                                              throws NoSuchLayoutSetBranchException
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 = ?.

Specified by:
filterFindByG_P_PrevAndNext in interface LayoutSetBranchPersistence
Parameters:
layoutSetBranchId - the primary key of the current layout set branch
groupId - the group ID
privateLayout - the private layout
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout set branch
Throws:
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found

filterGetByG_P_PrevAndNext

protected LayoutSetBranch filterGetByG_P_PrevAndNext(Session session,
                                                     LayoutSetBranch layoutSetBranch,
                                                     long groupId,
                                                     boolean privateLayout,
                                                     OrderByComparator<LayoutSetBranch> orderByComparator,
                                                     boolean previous)

removeByG_P

public void removeByG_P(long groupId,
                        boolean privateLayout)
Removes all the layout set branchs where groupId = ? and privateLayout = ? from the database.

Specified by:
removeByG_P in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout

countByG_P

public int countByG_P(long groupId,
                      boolean privateLayout)
Returns the number of layout set branchs where groupId = ? and privateLayout = ?.

Specified by:
countByG_P in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
Returns:
the number of matching layout set branchs

filterCountByG_P

public 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 = ?.

Specified by:
filterCountByG_P in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
Returns:
the number of matching layout set branchs that the user has permission to view

findByG_P_N

public LayoutSetBranch findByG_P_N(long groupId,
                                   boolean privateLayout,
                                   String name)
                            throws NoSuchLayoutSetBranchException
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws a NoSuchLayoutSetBranchException if it could not be found.

Specified by:
findByG_P_N in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
name - the name
Returns:
the matching layout set branch
Throws:
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found

fetchByG_P_N

public 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. Uses the finder cache.

Specified by:
fetchByG_P_N in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
name - the name
Returns:
the matching layout set branch, or null if a matching layout set branch could not be found

fetchByG_P_N

public 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.

Specified by:
fetchByG_P_N in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
name - the name
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching layout set branch, or null if a matching layout set branch could not be found

removeByG_P_N

public LayoutSetBranch removeByG_P_N(long groupId,
                                     boolean privateLayout,
                                     String name)
                              throws NoSuchLayoutSetBranchException
Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database.

Specified by:
removeByG_P_N in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
name - the name
Returns:
the layout set branch that was removed
Throws:
NoSuchLayoutSetBranchException

countByG_P_N

public int countByG_P_N(long groupId,
                        boolean privateLayout,
                        String name)
Returns the number of layout set branchs where groupId = ? and privateLayout = ? and name = ?.

Specified by:
countByG_P_N in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
name - the name
Returns:
the number of matching layout set branchs

findByG_P_M

public List<LayoutSetBranch> findByG_P_M(long groupId,
                                         boolean privateLayout,
                                         boolean master)
Returns all the layout set branchs where groupId = ? and privateLayout = ? and master = ?.

Specified by:
findByG_P_M in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
Returns:
the matching layout set branchs

findByG_P_M

public 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 = ?.

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.

Specified by:
findByG_P_M in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
Returns:
the range of matching layout set branchs

findByG_P_M

public 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 = ?.

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.

Specified by:
findByG_P_M in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout set branchs

findByG_P_M

public 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 = ?.

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.

Specified by:
findByG_P_M in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
start - the lower bound of the range of layout set branchs
end - 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
Returns:
the ordered range of matching layout set branchs

findByG_P_M_First

public LayoutSetBranch findByG_P_M_First(long groupId,
                                         boolean privateLayout,
                                         boolean master,
                                         OrderByComparator<LayoutSetBranch> orderByComparator)
                                  throws NoSuchLayoutSetBranchException
Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.

Specified by:
findByG_P_M_First in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout set branch
Throws:
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found

fetchByG_P_M_First

public 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 = ?.

Specified by:
fetchByG_P_M_First in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout set branch, or null if a matching layout set branch could not be found

findByG_P_M_Last

public LayoutSetBranch findByG_P_M_Last(long groupId,
                                        boolean privateLayout,
                                        boolean master,
                                        OrderByComparator<LayoutSetBranch> orderByComparator)
                                 throws NoSuchLayoutSetBranchException
Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.

Specified by:
findByG_P_M_Last in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout set branch
Throws:
NoSuchLayoutSetBranchException - if a matching layout set branch could not be found

fetchByG_P_M_Last

public 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 = ?.

Specified by:
fetchByG_P_M_Last in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout set branch, or null if a matching layout set branch could not be found

findByG_P_M_PrevAndNext

public LayoutSetBranch[] findByG_P_M_PrevAndNext(long layoutSetBranchId,
                                                 long groupId,
                                                 boolean privateLayout,
                                                 boolean master,
                                                 OrderByComparator<LayoutSetBranch> orderByComparator)
                                          throws NoSuchLayoutSetBranchException
Returns the layout set branchs before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.

Specified by:
findByG_P_M_PrevAndNext in interface LayoutSetBranchPersistence
Parameters:
layoutSetBranchId - the primary key of the current layout set branch
groupId - the group ID
privateLayout - the private layout
master - the master
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout set branch
Throws:
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found

getByG_P_M_PrevAndNext

protected LayoutSetBranch getByG_P_M_PrevAndNext(Session session,
                                                 LayoutSetBranch layoutSetBranch,
                                                 long groupId,
                                                 boolean privateLayout,
                                                 boolean master,
                                                 OrderByComparator<LayoutSetBranch> orderByComparator,
                                                 boolean previous)

filterFindByG_P_M

public 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 = ?.

Specified by:
filterFindByG_P_M in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
Returns:
the matching layout set branchs that the user has permission to view

filterFindByG_P_M

public 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 = ?.

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.

Specified by:
filterFindByG_P_M in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
Returns:
the range of matching layout set branchs that the user has permission to view

filterFindByG_P_M

public 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 = ?.

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.

Specified by:
filterFindByG_P_M in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout set branchs that the user has permission to view

filterFindByG_P_M_PrevAndNext

public LayoutSetBranch[] filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
                                                       long groupId,
                                                       boolean privateLayout,
                                                       boolean master,
                                                       OrderByComparator<LayoutSetBranch> orderByComparator)
                                                throws NoSuchLayoutSetBranchException
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 = ?.

Specified by:
filterFindByG_P_M_PrevAndNext in interface LayoutSetBranchPersistence
Parameters:
layoutSetBranchId - the primary key of the current layout set branch
groupId - the group ID
privateLayout - the private layout
master - the master
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout set branch
Throws:
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found

filterGetByG_P_M_PrevAndNext

protected LayoutSetBranch filterGetByG_P_M_PrevAndNext(Session session,
                                                       LayoutSetBranch layoutSetBranch,
                                                       long groupId,
                                                       boolean privateLayout,
                                                       boolean master,
                                                       OrderByComparator<LayoutSetBranch> orderByComparator,
                                                       boolean previous)

removeByG_P_M

public 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.

Specified by:
removeByG_P_M in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master

countByG_P_M

public int countByG_P_M(long groupId,
                        boolean privateLayout,
                        boolean master)
Returns the number of layout set branchs where groupId = ? and privateLayout = ? and master = ?.

Specified by:
countByG_P_M in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
Returns:
the number of matching layout set branchs

filterCountByG_P_M

public 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 = ?.

Specified by:
filterCountByG_P_M in interface LayoutSetBranchPersistence
Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
Returns:
the number of matching layout set branchs that the user has permission to view

cacheResult

public void cacheResult(LayoutSetBranch layoutSetBranch)
Caches the layout set branch in the entity cache if it is enabled.

Specified by:
cacheResult in interface LayoutSetBranchPersistence
Parameters:
layoutSetBranch - the layout set branch

cacheResult

public void cacheResult(List<LayoutSetBranch> layoutSetBranchs)
Caches the layout set branchs in the entity cache if it is enabled.

Specified by:
cacheResult in interface LayoutSetBranchPersistence
Parameters:
layoutSetBranchs - the layout set branchs

clearCache

public void clearCache()
Clears the cache for all layout set branchs.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<LayoutSetBranch>
Overrides:
clearCache in class BasePersistenceImpl<LayoutSetBranch>

clearCache

public void clearCache(LayoutSetBranch layoutSetBranch)
Clears the cache for the layout set branch.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<LayoutSetBranch>
Overrides:
clearCache in class BasePersistenceImpl<LayoutSetBranch>
Parameters:
layoutSetBranch - the instance of this model to clear the cache for

clearCache

public void clearCache(List<LayoutSetBranch> layoutSetBranchs)
Description copied from interface: BasePersistence
Clears the cache for a List instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<LayoutSetBranch>
Overrides:
clearCache in class BasePersistenceImpl<LayoutSetBranch>
Parameters:
layoutSetBranchs - the List instances of this model to clear the cache for

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(LayoutSetBranchModelImpl layoutSetBranchModelImpl,
                                       boolean isNew)

clearUniqueFindersCache

protected void clearUniqueFindersCache(LayoutSetBranchModelImpl layoutSetBranchModelImpl)

create

public LayoutSetBranch create(long layoutSetBranchId)
Creates a new layout set branch with the primary key. Does not add the layout set branch to the database.

Specified by:
create in interface LayoutSetBranchPersistence
Parameters:
layoutSetBranchId - the primary key for the new layout set branch
Returns:
the new layout set branch

remove

public LayoutSetBranch remove(long layoutSetBranchId)
                       throws NoSuchLayoutSetBranchException
Removes the layout set branch with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface LayoutSetBranchPersistence
Parameters:
layoutSetBranchId - the primary key of the layout set branch
Returns:
the layout set branch that was removed
Throws:
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found

remove

public LayoutSetBranch remove(Serializable primaryKey)
                       throws NoSuchLayoutSetBranchException
Removes the layout set branch with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<LayoutSetBranch>
Overrides:
remove in class BasePersistenceImpl<LayoutSetBranch>
Parameters:
primaryKey - the primary key of the layout set branch
Returns:
the layout set branch that was removed
Throws:
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found

removeImpl

protected LayoutSetBranch removeImpl(LayoutSetBranch layoutSetBranch)
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<LayoutSetBranch>
Parameters:
layoutSetBranch - the model instance to remove
Returns:
the model instance that was removed

updateImpl

public LayoutSetBranch updateImpl(LayoutSetBranch layoutSetBranch)
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface LayoutSetBranchPersistence
Overrides:
updateImpl in class BasePersistenceImpl<LayoutSetBranch>
Parameters:
layoutSetBranch - the model instance to update
Returns:
the model instance that was updated

toUnwrappedModel

protected LayoutSetBranch toUnwrappedModel(LayoutSetBranch layoutSetBranch)

findByPrimaryKey

public LayoutSetBranch findByPrimaryKey(Serializable primaryKey)
                                 throws NoSuchLayoutSetBranchException
Returns the layout set branch with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<LayoutSetBranch>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<LayoutSetBranch>
Parameters:
primaryKey - the primary key of the layout set branch
Returns:
the layout set branch
Throws:
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found

findByPrimaryKey

public LayoutSetBranch findByPrimaryKey(long layoutSetBranchId)
                                 throws NoSuchLayoutSetBranchException
Returns the layout set branch with the primary key or throws a NoSuchLayoutSetBranchException if it could not be found.

Specified by:
findByPrimaryKey in interface LayoutSetBranchPersistence
Parameters:
layoutSetBranchId - the primary key of the layout set branch
Returns:
the layout set branch
Throws:
NoSuchLayoutSetBranchException - if a layout set branch with the primary key could not be found

fetchByPrimaryKey

public LayoutSetBranch fetchByPrimaryKey(Serializable primaryKey)
Returns the layout set branch with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<LayoutSetBranch>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<LayoutSetBranch>
Parameters:
primaryKey - the primary key of the layout set branch
Returns:
the layout set branch, or null if a layout set branch with the primary key could not be found

fetchByPrimaryKey

public LayoutSetBranch fetchByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface LayoutSetBranchPersistence
Parameters:
layoutSetBranchId - the primary key of the layout set branch
Returns:
the layout set branch, or null if a layout set branch with the primary key could not be found

fetchByPrimaryKeys

public Map<Serializable,LayoutSetBranch> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Specified by:
fetchByPrimaryKeys in interface BasePersistence<LayoutSetBranch>
Specified by:
fetchByPrimaryKeys in interface LayoutSetBranchPersistence
Overrides:
fetchByPrimaryKeys in class BasePersistenceImpl<LayoutSetBranch>

findAll

public List<LayoutSetBranch> findAll()
Returns all the layout set branchs.

Specified by:
findAll in interface LayoutSetBranchPersistence
Returns:
the layout set branchs

findAll

public List<LayoutSetBranch> findAll(int start,
                                     int end)
Returns a range of all the layout set branchs.

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.

Specified by:
findAll in interface LayoutSetBranchPersistence
Parameters:
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
Returns:
the range of layout set branchs

findAll

public List<LayoutSetBranch> findAll(int start,
                                     int end,
                                     OrderByComparator<LayoutSetBranch> orderByComparator)
Returns an ordered range of all the layout set branchs.

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.

Specified by:
findAll in interface LayoutSetBranchPersistence
Parameters:
start - the lower bound of the range of layout set branchs
end - the upper bound of the range of layout set branchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of layout set branchs

findAll

public List<LayoutSetBranch> findAll(int start,
                                     int end,
                                     OrderByComparator<LayoutSetBranch> orderByComparator,
                                     boolean retrieveFromCache)
Returns an ordered range of all the layout set branchs.

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.

Specified by:
findAll in interface LayoutSetBranchPersistence
Parameters:
start - the lower bound of the range of layout set branchs
end - 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
Returns:
the ordered range of layout set branchs

removeAll

public void removeAll()
Removes all the layout set branchs from the database.

Specified by:
removeAll in interface LayoutSetBranchPersistence

countAll

public int countAll()
Returns the number of layout set branchs.

Specified by:
countAll in interface LayoutSetBranchPersistence
Returns:
the number of layout set branchs

getBadColumnNames

public Set<String> getBadColumnNames()
Specified by:
getBadColumnNames in interface BasePersistence<LayoutSetBranch>
Specified by:
getBadColumnNames in interface LayoutSetBranchPersistence
Overrides:
getBadColumnNames in class BasePersistenceImpl<LayoutSetBranch>

getTableColumnsMap

protected Map<String,Integer> getTableColumnsMap()
Overrides:
getTableColumnsMap in class BasePersistenceImpl<LayoutSetBranch>

afterPropertiesSet

public void afterPropertiesSet()
Initializes the layout set branch persistence.


destroy

public void destroy()

Liferay 7.0-ce-b4