Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Class LayoutSetBranchUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.LayoutSetBranchUtil

@ProviderType
public class LayoutSetBranchUtil
extends Object

The persistence utility for the layout set branch service. This utility wraps LayoutSetBranchPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

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

Constructor Summary
LayoutSetBranchUtil()
           
 
Method Summary
static void cacheResult(LayoutSetBranch layoutSetBranch)
          Caches the layout set branch in the entity cache if it is enabled.
static void cacheResult(List<LayoutSetBranch> layoutSetBranchs)
          Caches the layout set branchs in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(LayoutSetBranch layoutSetBranch)
           
static int countAll()
          Returns the number of layout set branchs.
static int countByG_P_M(long groupId, boolean privateLayout, boolean master)
          Returns the number of layout set branchs where groupId = ? and privateLayout = ? and master = ?.
static int countByG_P_N(long groupId, boolean privateLayout, String name)
          Returns the number of layout set branchs where groupId = ? and privateLayout = ? and name = ?.
static int countByG_P(long groupId, boolean privateLayout)
          Returns the number of layout set branchs where groupId = ? and privateLayout = ?.
static int countByGroupId(long groupId)
          Returns the number of layout set branchs where groupId = ?.
static long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static LayoutSetBranch create(long layoutSetBranchId)
          Creates a new layout set branch with the primary key.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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.
static 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.
static LayoutSetBranch fetchByGroupId_First(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
static LayoutSetBranch fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
static LayoutSetBranch fetchByPrimaryKey(long layoutSetBranchId)
          Returns the layout set branch with the primary key or returns null if it could not be found.
static Map<Serializable,LayoutSetBranch> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static 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 = ?.
static 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 = ?.
static int filterCountByGroupId(long groupId)
          Returns the number of layout set branchs that the user has permission to view where groupId = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static List<LayoutSetBranch> filterFindByGroupId(long groupId)
          Returns all the layout set branchs that the user has permission to view where groupId = ?.
static 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 = ?.
static 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 = ?.
static List<LayoutSetBranch> findAll()
          Returns all the layout set branchs.
static List<LayoutSetBranch> findAll(int start, int end)
          Returns a range of all the layout set branchs.
static List<LayoutSetBranch> findAll(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs.
static List<LayoutSetBranch> findAll(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set branchs.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static List<LayoutSetBranch> findByG_P_M(long groupId, boolean privateLayout, boolean master)
          Returns all the layout set branchs where groupId = ? and privateLayout = ? and master = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static 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.
static 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 = ?.
static List<LayoutSetBranch> findByG_P(long groupId, boolean privateLayout)
          Returns all the layout set branchs where groupId = ? and privateLayout = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static LayoutSetBranch findByGroupId_First(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
static LayoutSetBranch findByGroupId_Last(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
static 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 = ?.
static List<LayoutSetBranch> findByGroupId(long groupId)
          Returns all the layout set branchs where groupId = ?.
static List<LayoutSetBranch> findByGroupId(long groupId, int start, int end)
          Returns a range of all the layout set branchs where groupId = ?.
static List<LayoutSetBranch> findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ?.
static 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 = ?.
static LayoutSetBranch findByPrimaryKey(long layoutSetBranchId)
          Returns the layout set branch with the primary key or throws a NoSuchLayoutSetBranchException if it could not be found.
static List<LayoutSetBranch> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<LayoutSetBranch> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<LayoutSetBranch> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator)
           
static Set<String> getBadColumnNames()
           
static LayoutSetBranchPersistence getPersistence()
           
static LayoutSetBranch remove(long layoutSetBranchId)
          Removes the layout set branch with the primary key from the database.
static void removeAll()
          Removes all the layout set branchs from the database.
static 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.
static LayoutSetBranch removeByG_P_N(long groupId, boolean privateLayout, String name)
          Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database.
static void removeByG_P(long groupId, boolean privateLayout)
          Removes all the layout set branchs where groupId = ? and privateLayout = ? from the database.
static void removeByGroupId(long groupId)
          Removes all the layout set branchs where groupId = ? from the database.
static LayoutSetBranch update(LayoutSetBranch layoutSetBranch)
           
static LayoutSetBranch update(LayoutSetBranch layoutSetBranch, ServiceContext serviceContext)
           
static LayoutSetBranch updateImpl(LayoutSetBranch layoutSetBranch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetBranchUtil

public LayoutSetBranchUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(LayoutSetBranch layoutSetBranch)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<LayoutSetBranch> findWithDynamicQuery(DynamicQuery dynamicQuery)
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<LayoutSetBranch> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                         int start,
                                                         int end)
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<LayoutSetBranch> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                         int start,
                                                         int end,
                                                         OrderByComparator<LayoutSetBranch> orderByComparator)
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

update

public static LayoutSetBranch update(LayoutSetBranch layoutSetBranch)
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel)

update

public static LayoutSetBranch update(LayoutSetBranch layoutSetBranch,
                                     ServiceContext serviceContext)
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)

findByGroupId

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

Parameters:
groupId - the group ID
Returns:
the matching layout set branchs

findByGroupId

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

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

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

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 static LayoutSetBranch findByGroupId_First(long groupId,
                                                  OrderByComparator<LayoutSetBranch> orderByComparator)
                                           throws NoSuchLayoutSetBranchException
Returns the first layout set branch in the ordered set where groupId = ?.

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 static LayoutSetBranch fetchByGroupId_First(long groupId,
                                                   OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the first layout set branch in the ordered set where groupId = ?.

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 static LayoutSetBranch findByGroupId_Last(long groupId,
                                                 OrderByComparator<LayoutSetBranch> orderByComparator)
                                          throws NoSuchLayoutSetBranchException
Returns the last layout set branch in the ordered set where groupId = ?.

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 static LayoutSetBranch fetchByGroupId_Last(long groupId,
                                                  OrderByComparator<LayoutSetBranch> orderByComparator)
Returns the last layout set branch in the ordered set where groupId = ?.

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

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

filterFindByGroupId

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

Parameters:
groupId - the group ID
Returns:
the matching layout set branchs that the user has permission to view

filterFindByGroupId

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

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

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

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

removeByGroupId

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

Parameters:
groupId - the group ID

countByGroupId

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

Parameters:
groupId - the group ID
Returns:
the number of matching layout set branchs

filterCountByGroupId

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

Parameters:
groupId - the group ID
Returns:
the number of matching layout set branchs that the user has permission to view

findByG_P

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

Parameters:
groupId - the group ID
privateLayout - the private layout
Returns:
the matching layout set branchs

findByG_P

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

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

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

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

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

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

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

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

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

filterFindByG_P

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

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

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

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

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

removeByG_P

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

Parameters:
groupId - the group ID
privateLayout - the private layout

countByG_P

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

Parameters:
groupId - the group ID
privateLayout - the private layout
Returns:
the number of matching layout set branchs

filterCountByG_P

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

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

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

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

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

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 static int countByG_P_N(long groupId,
                               boolean privateLayout,
                               String name)
Returns the number of layout set branchs where groupId = ? and privateLayout = ? and name = ?.

Parameters:
groupId - the group ID
privateLayout - the private layout
name - the name
Returns:
the number of matching layout set branchs

findByG_P_M

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

Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
Returns:
the matching layout set branchs

findByG_P_M

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

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

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

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

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

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

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

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

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

filterFindByG_P_M

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

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

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

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

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

removeByG_P_M

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

Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master

countByG_P_M

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

Parameters:
groupId - the group ID
privateLayout - the private layout
master - the master
Returns:
the number of matching layout set branchs

filterCountByG_P_M

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

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 static void cacheResult(LayoutSetBranch layoutSetBranch)
Caches the layout set branch in the entity cache if it is enabled.

Parameters:
layoutSetBranch - the layout set branch

cacheResult

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

Parameters:
layoutSetBranchs - the layout set branchs

create

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

Parameters:
layoutSetBranchId - the primary key for the new layout set branch
Returns:
the new layout set branch

remove

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

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

updateImpl

public static LayoutSetBranch updateImpl(LayoutSetBranch layoutSetBranch)

findByPrimaryKey

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

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 static LayoutSetBranch fetchByPrimaryKey(long layoutSetBranchId)
Returns the layout set branch with the primary key or returns null if it could not be found.

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 static Map<Serializable,LayoutSetBranch> fetchByPrimaryKeys(Set<Serializable> primaryKeys)

findAll

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

Returns:
the layout set branchs

findAll

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

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

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

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 static void removeAll()
Removes all the layout set branchs from the database.


countAll

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

Returns:
the number of layout set branchs

getBadColumnNames

public static Set<String> getBadColumnNames()

getPersistence

public static LayoutSetBranchPersistence getPersistence()

Liferay 7.0-ce-b4