Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Interface LayoutSetBranchPersistence

All Superinterfaces:
BasePersistence<LayoutSetBranch>
All Known Implementing Classes:
LayoutSetBranchPersistenceImpl

public interface LayoutSetBranchPersistence
extends BasePersistence<LayoutSetBranch>

The persistence interface for the layout set branch service.

Caching information and settings can be found in portal.properties

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

Method Summary
 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.
 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.
 LayoutSetBranch fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
 LayoutSetBranch fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator 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 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 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 orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
 LayoutSetBranch fetchByGroupId_Last(long groupId, OrderByComparator 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.
 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 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 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 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 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 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 orderByComparator)
          Returns an ordered range of all the layout set branchs that the user has permissions to view where groupId = ?.
 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 orderByComparator)
          Returns an ordered range of all the layout set branchs.
 LayoutSetBranch findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.
 LayoutSetBranch findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator 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 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 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 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 orderByComparator)
          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 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 orderByComparator)
          Returns an ordered range of all the layout set branchs where groupId = ? and privateLayout = ?.
 LayoutSetBranch findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout set branch in the ordered set where groupId = ?.
 LayoutSetBranch findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout set branch in the ordered set where groupId = ?.
 LayoutSetBranch[] findByGroupId_PrevAndNext(long layoutSetBranchId, long groupId, OrderByComparator 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 orderByComparator)
          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 remove(long layoutSetBranchId)
          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.
 LayoutSetBranch updateImpl(LayoutSetBranch layoutSetBranch, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
 

Method Detail

cacheResult

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

Parameters:
layoutSetBranch - the layout set branch

cacheResult

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

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

LayoutSetBranch remove(long layoutSetBranchId)
                       throws NoSuchLayoutSetBranchException,
                              SystemException
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
SystemException - if a system exception occurred

updateImpl

LayoutSetBranch updateImpl(LayoutSetBranch layoutSetBranch,
                           boolean merge)
                           throws SystemException
Throws:
SystemException

findByPrimaryKey

LayoutSetBranch findByPrimaryKey(long layoutSetBranchId)
                                 throws NoSuchLayoutSetBranchException,
                                        SystemException
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
SystemException - if a system exception occurred

fetchByPrimaryKey

LayoutSetBranch fetchByPrimaryKey(long layoutSetBranchId)
                                  throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByGroupId

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

Parameters:
groupId - the group ID
Returns:
the matching layout set branchs
Throws:
SystemException - if a system exception occurred

findByGroupId

List<LayoutSetBranch> findByGroupId(long groupId,
                                    int start,
                                    int end)
                                    throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

findByGroupId

List<LayoutSetBranch> findByGroupId(long groupId,
                                    int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

findByGroupId_First

LayoutSetBranch findByGroupId_First(long groupId,
                                    OrderByComparator orderByComparator)
                                    throws NoSuchLayoutSetBranchException,
                                           SystemException
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
SystemException - if a system exception occurred

fetchByGroupId_First

LayoutSetBranch fetchByGroupId_First(long groupId,
                                     OrderByComparator orderByComparator)
                                     throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByGroupId_Last

LayoutSetBranch findByGroupId_Last(long groupId,
                                   OrderByComparator orderByComparator)
                                   throws NoSuchLayoutSetBranchException,
                                          SystemException
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
SystemException - if a system exception occurred

fetchByGroupId_Last

LayoutSetBranch fetchByGroupId_Last(long groupId,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByGroupId_PrevAndNext

LayoutSetBranch[] findByGroupId_PrevAndNext(long layoutSetBranchId,
                                            long groupId,
                                            OrderByComparator orderByComparator)
                                            throws NoSuchLayoutSetBranchException,
                                                   SystemException
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
SystemException - if a system exception occurred

filterFindByGroupId

List<LayoutSetBranch> filterFindByGroupId(long groupId)
                                          throws SystemException
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
Throws:
SystemException - if a system exception occurred

filterFindByGroupId

List<LayoutSetBranch> filterFindByGroupId(long groupId,
                                          int start,
                                          int end)
                                          throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

filterFindByGroupId

List<LayoutSetBranch> filterFindByGroupId(long groupId,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                          throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

filterFindByGroupId_PrevAndNext

LayoutSetBranch[] filterFindByGroupId_PrevAndNext(long layoutSetBranchId,
                                                  long groupId,
                                                  OrderByComparator orderByComparator)
                                                  throws NoSuchLayoutSetBranchException,
                                                         SystemException
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
SystemException - if a system exception occurred

findByG_P

List<LayoutSetBranch> findByG_P(long groupId,
                                boolean privateLayout)
                                throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_P

List<LayoutSetBranch> findByG_P(long groupId,
                                boolean privateLayout,
                                int start,
                                int end)
                                throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

findByG_P

List<LayoutSetBranch> findByG_P(long groupId,
                                boolean privateLayout,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                                throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

findByG_P_First

LayoutSetBranch findByG_P_First(long groupId,
                                boolean privateLayout,
                                OrderByComparator orderByComparator)
                                throws NoSuchLayoutSetBranchException,
                                       SystemException
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
SystemException - if a system exception occurred

fetchByG_P_First

LayoutSetBranch fetchByG_P_First(long groupId,
                                 boolean privateLayout,
                                 OrderByComparator orderByComparator)
                                 throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_P_Last

LayoutSetBranch findByG_P_Last(long groupId,
                               boolean privateLayout,
                               OrderByComparator orderByComparator)
                               throws NoSuchLayoutSetBranchException,
                                      SystemException
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
SystemException - if a system exception occurred

fetchByG_P_Last

LayoutSetBranch fetchByG_P_Last(long groupId,
                                boolean privateLayout,
                                OrderByComparator orderByComparator)
                                throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_P_PrevAndNext

LayoutSetBranch[] findByG_P_PrevAndNext(long layoutSetBranchId,
                                        long groupId,
                                        boolean privateLayout,
                                        OrderByComparator orderByComparator)
                                        throws NoSuchLayoutSetBranchException,
                                               SystemException
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
SystemException - if a system exception occurred

filterFindByG_P

List<LayoutSetBranch> filterFindByG_P(long groupId,
                                      boolean privateLayout)
                                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

filterFindByG_P

List<LayoutSetBranch> filterFindByG_P(long groupId,
                                      boolean privateLayout,
                                      int start,
                                      int end)
                                      throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

filterFindByG_P

List<LayoutSetBranch> filterFindByG_P(long groupId,
                                      boolean privateLayout,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

filterFindByG_P_PrevAndNext

LayoutSetBranch[] filterFindByG_P_PrevAndNext(long layoutSetBranchId,
                                              long groupId,
                                              boolean privateLayout,
                                              OrderByComparator orderByComparator)
                                              throws NoSuchLayoutSetBranchException,
                                                     SystemException
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
SystemException - if a system exception occurred

findByG_P_N

LayoutSetBranch findByG_P_N(long groupId,
                            boolean privateLayout,
                            String name)
                            throws NoSuchLayoutSetBranchException,
                                   SystemException
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
SystemException - if a system exception occurred

fetchByG_P_N

LayoutSetBranch fetchByG_P_N(long groupId,
                             boolean privateLayout,
                             String name)
                             throws SystemException
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
Throws:
SystemException - if a system exception occurred

fetchByG_P_N

LayoutSetBranch fetchByG_P_N(long groupId,
                             boolean privateLayout,
                             String name,
                             boolean retrieveFromCache)
                             throws SystemException
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 use the finder cache
Returns:
the matching layout set branch, or null if a matching layout set branch could not be found
Throws:
SystemException - if a system exception occurred

findByG_P_M

List<LayoutSetBranch> findByG_P_M(long groupId,
                                  boolean privateLayout,
                                  boolean master)
                                  throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_P_M

List<LayoutSetBranch> findByG_P_M(long groupId,
                                  boolean privateLayout,
                                  boolean master,
                                  int start,
                                  int end)
                                  throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

findByG_P_M

List<LayoutSetBranch> findByG_P_M(long groupId,
                                  boolean privateLayout,
                                  boolean master,
                                  int start,
                                  int end,
                                  OrderByComparator orderByComparator)
                                  throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

findByG_P_M_First

LayoutSetBranch findByG_P_M_First(long groupId,
                                  boolean privateLayout,
                                  boolean master,
                                  OrderByComparator orderByComparator)
                                  throws NoSuchLayoutSetBranchException,
                                         SystemException
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
SystemException - if a system exception occurred

fetchByG_P_M_First

LayoutSetBranch fetchByG_P_M_First(long groupId,
                                   boolean privateLayout,
                                   boolean master,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_P_M_Last

LayoutSetBranch findByG_P_M_Last(long groupId,
                                 boolean privateLayout,
                                 boolean master,
                                 OrderByComparator orderByComparator)
                                 throws NoSuchLayoutSetBranchException,
                                        SystemException
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
SystemException - if a system exception occurred

fetchByG_P_M_Last

LayoutSetBranch fetchByG_P_M_Last(long groupId,
                                  boolean privateLayout,
                                  boolean master,
                                  OrderByComparator orderByComparator)
                                  throws SystemException
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
Throws:
SystemException - if a system exception occurred

findByG_P_M_PrevAndNext

LayoutSetBranch[] findByG_P_M_PrevAndNext(long layoutSetBranchId,
                                          long groupId,
                                          boolean privateLayout,
                                          boolean master,
                                          OrderByComparator orderByComparator)
                                          throws NoSuchLayoutSetBranchException,
                                                 SystemException
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
SystemException - if a system exception occurred

filterFindByG_P_M

List<LayoutSetBranch> filterFindByG_P_M(long groupId,
                                        boolean privateLayout,
                                        boolean master)
                                        throws SystemException
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
Throws:
SystemException - if a system exception occurred

filterFindByG_P_M

List<LayoutSetBranch> filterFindByG_P_M(long groupId,
                                        boolean privateLayout,
                                        boolean master,
                                        int start,
                                        int end)
                                        throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

filterFindByG_P_M

List<LayoutSetBranch> filterFindByG_P_M(long groupId,
                                        boolean privateLayout,
                                        boolean master,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                        throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

filterFindByG_P_M_PrevAndNext

LayoutSetBranch[] filterFindByG_P_M_PrevAndNext(long layoutSetBranchId,
                                                long groupId,
                                                boolean privateLayout,
                                                boolean master,
                                                OrderByComparator orderByComparator)
                                                throws NoSuchLayoutSetBranchException,
                                                       SystemException
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
SystemException - if a system exception occurred

findAll

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

Returns:
the layout set branchs
Throws:
SystemException - if a system exception occurred

findAll

List<LayoutSetBranch> findAll(int start,
                              int end)
                              throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

findAll

List<LayoutSetBranch> findAll(int start,
                              int end,
                              OrderByComparator orderByComparator)
                              throws SystemException
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.

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
Throws:
SystemException - if a system exception occurred

removeByGroupId

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

Parameters:
groupId - the group ID
Throws:
SystemException - if a system exception occurred

removeByG_P

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

Parameters:
groupId - the group ID
privateLayout - the private layout
Throws:
SystemException - if a system exception occurred

removeByG_P_N

LayoutSetBranch removeByG_P_N(long groupId,
                              boolean privateLayout,
                              String name)
                              throws NoSuchLayoutSetBranchException,
                                     SystemException
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:
SystemException - if a system exception occurred
NoSuchLayoutSetBranchException

removeByG_P_M

void removeByG_P_M(long groupId,
                   boolean privateLayout,
                   boolean master)
                   throws SystemException
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
Throws:
SystemException - if a system exception occurred

removeAll

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

Throws:
SystemException - if a system exception occurred

countByGroupId

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

Parameters:
groupId - the group ID
Returns:
the number of matching layout set branchs
Throws:
SystemException - if a system exception occurred

filterCountByGroupId

int filterCountByGroupId(long groupId)
                         throws SystemException
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
Throws:
SystemException - if a system exception occurred

countByG_P

int countByG_P(long groupId,
               boolean privateLayout)
               throws SystemException
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
Throws:
SystemException - if a system exception occurred

filterCountByG_P

int filterCountByG_P(long groupId,
                     boolean privateLayout)
                     throws SystemException
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
Throws:
SystemException - if a system exception occurred

countByG_P_N

int countByG_P_N(long groupId,
                 boolean privateLayout,
                 String name)
                 throws SystemException
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
Throws:
SystemException - if a system exception occurred

countByG_P_M

int countByG_P_M(long groupId,
                 boolean privateLayout,
                 boolean master)
                 throws SystemException
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
Throws:
SystemException - if a system exception occurred

filterCountByG_P_M

int filterCountByG_P_M(long groupId,
                       boolean privateLayout,
                       boolean master)
                       throws SystemException
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
Throws:
SystemException - if a system exception occurred

countAll

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

Returns:
the number of layout set branchs
Throws:
SystemException - if a system exception occurred

Liferay 6.1.2-ce-ga3