Interface LayoutSetBranchPersistence
- All Superinterfaces:
BasePersistence<LayoutSetBranch>
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 branches in the entity cache if it is enabled.int
countAll()
Returns the number of layout set branches.int
countByG_P
(long groupId, boolean privateLayout) Returns the number of layout set branches where groupId = ? and privateLayout = ?.int
countByG_P_M
(long groupId, boolean privateLayout, boolean master) Returns the number of layout set branches where groupId = ? and privateLayout = ? and master = ?.int
countByG_P_N
(long groupId, boolean privateLayout, String name) Returns the number of layout set branches where groupId = ? and privateLayout = ? and name = ?.int
countByGroupId
(long groupId) Returns the number of layout set branches where groupId = ?.create
(long layoutSetBranchId) Creates a new layout set branch with the primary key.fetchByG_P_First
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.fetchByG_P_Last
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.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 = ?.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 = ?.fetchByG_P_N
(long groupId, boolean privateLayout, String name) Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returnsnull
if it could not be found.fetchByG_P_N
(long groupId, boolean privateLayout, String name, boolean useFinderCache) Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByGroupId_First
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ?.fetchByGroupId_Last
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ?.fetchByPrimaryKey
(long layoutSetBranchId) Returns the layout set branch with the primary key or returnsnull
if it could not be found.int
filterCountByG_P
(long groupId, boolean privateLayout) Returns the number of layout set branches that the user has permission to view where groupId = ? and privateLayout = ?.int
filterCountByG_P_M
(long groupId, boolean privateLayout, boolean master) Returns the number of layout set branches that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.int
filterCountByGroupId
(long groupId) Returns the number of layout set branches that the user has permission to view where groupId = ?.filterFindByG_P
(long groupId, boolean privateLayout) Returns all the layout set branches that the user has permission to view where groupId = ? and privateLayout = ?.filterFindByG_P
(long groupId, boolean privateLayout, int start, int end) Returns a range of all the layout set branches that the user has permission to view where groupId = ? and privateLayout = ?.filterFindByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches that the user has permissions to view where groupId = ? and privateLayout = ?.filterFindByG_P_M
(long groupId, boolean privateLayout, boolean master) Returns all the layout set branches that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.filterFindByG_P_M
(long groupId, boolean privateLayout, boolean master, int start, int end) Returns a range of all the layout set branches that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.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 branches that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?.filterFindByG_P_M_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.filterFindByG_P_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ? and privateLayout = ?.filterFindByGroupId
(long groupId) Returns all the layout set branches that the user has permission to view where groupId = ?.filterFindByGroupId
(long groupId, int start, int end) Returns a range of all the layout set branches that the user has permission to view where groupId = ?.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches that the user has permissions to view where groupId = ?.filterFindByGroupId_PrevAndNext
(long layoutSetBranchId, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ?.findAll()
Returns all the layout set branches.findAll
(int start, int end) Returns a range of all the layout set branches.findAll
(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches.findAll
(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches.findByG_P
(long groupId, boolean privateLayout) Returns all the layout set branches where groupId = ? and privateLayout = ?.findByG_P
(long groupId, boolean privateLayout, int start, int end) Returns a range of all the layout set branches where groupId = ? and privateLayout = ?.findByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches where groupId = ? and privateLayout = ?.findByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches where groupId = ? and privateLayout = ?.findByG_P_First
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.findByG_P_Last
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.findByG_P_M
(long groupId, boolean privateLayout, boolean master) Returns all the layout set branches where groupId = ? and privateLayout = ? and master = ?.findByG_P_M
(long groupId, boolean privateLayout, boolean master, int start, int end) Returns a range of all the layout set branches where groupId = ? and privateLayout = ? and master = ?.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 branches where groupId = ? and privateLayout = ? and master = ?.findByG_P_M
(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches where groupId = ? and privateLayout = ? and master = ?.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 = ?.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 = ?.findByG_P_M_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.findByG_P_N
(long groupId, boolean privateLayout, String name) Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or throws aNoSuchLayoutSetBranchException
if it could not be found.findByG_P_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?.findByGroupId
(long groupId) Returns all the layout set branches where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the layout set branches where groupId = ?.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches where groupId = ?.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches where groupId = ?.findByGroupId_First
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ?.findByGroupId_Last
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ?.findByGroupId_PrevAndNext
(long layoutSetBranchId, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ?.findByPrimaryKey
(long layoutSetBranchId) Returns the layout set branch with the primary key or throws aNoSuchLayoutSetBranchException
if it could not be found.remove
(long layoutSetBranchId) Removes the layout set branch with the primary key from the database.void
Removes all the layout set branches from the database.void
removeByG_P
(long groupId, boolean privateLayout) Removes all the layout set branches where groupId = ? and privateLayout = ? from the database.void
removeByG_P_M
(long groupId, boolean privateLayout, boolean master) Removes all the layout set branches where groupId = ? and privateLayout = ? and master = ? from the database.removeByG_P_N
(long groupId, boolean privateLayout, String name) Removes the layout set branch where groupId = ? and privateLayout = ? and name = ? from the database.void
removeByGroupId
(long groupId) Removes all the layout set branches where groupId = ? from the database.updateImpl
(LayoutSetBranch layoutSetBranch) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Method Details
-
findByGroupId
Returns all the layout set branches where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching layout set branches
-
findByGroupId
Returns a range of all the layout set branches where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)- Returns:
- the range of matching layout set branches
-
findByGroupId
List<LayoutSetBranch> findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout set branches
-
findByGroupId
List<LayoutSetBranch> findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout set branches
-
findByGroupId_First
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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout set branch
- Throws:
NoSuchLayoutSetBranchException
- if a matching layout set branch could not be found
-
fetchByGroupId_First
LayoutSetBranch fetchByGroupId_First(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout set branch, or
null
if a matching layout set branch could not be found
-
findByGroupId_Last
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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout set branch
- Throws:
NoSuchLayoutSetBranchException
- if a matching layout set branch could not be found
-
fetchByGroupId_Last
LayoutSetBranch fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout set branch, or
null
if a matching layout set branch could not be found
-
findByGroupId_PrevAndNext
LayoutSetBranch[] findByGroupId_PrevAndNext(long layoutSetBranchId, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) throws NoSuchLayoutSetBranchException Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ?.- Parameters:
layoutSetBranchId
- the primary key of the current layout set branchgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the layout set branches that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching layout set branches that the user has permission to view
-
filterFindByGroupId
Returns a range of all the layout set branches that the user has permission to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)- Returns:
- the range of matching layout set branches that the user has permission to view
-
filterFindByGroupId
List<LayoutSetBranch> filterFindByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches that the user has permissions to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout set branches that the user has permission to view
-
filterFindByGroupId_PrevAndNext
LayoutSetBranch[] filterFindByGroupId_PrevAndNext(long layoutSetBranchId, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) throws NoSuchLayoutSetBranchException Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ?.- Parameters:
layoutSetBranchId
- the primary key of the current layout set branchgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
void removeByGroupId(long groupId) Removes all the layout set branches where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of layout set branches where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching layout set branches
-
filterCountByGroupId
int filterCountByGroupId(long groupId) Returns the number of layout set branches that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching layout set branches that the user has permission to view
-
findByG_P
Returns all the layout set branches where groupId = ? and privateLayout = ?.- Parameters:
groupId
- the group IDprivateLayout
- the private layout- Returns:
- the matching layout set branches
-
findByG_P
Returns a range of all the layout set branches where groupId = ? and privateLayout = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)- Returns:
- the range of matching layout set branches
-
findByG_P
List<LayoutSetBranch> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches where groupId = ? and privateLayout = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout set branches
-
findByG_P
List<LayoutSetBranch> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches where groupId = ? and privateLayout = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout set branches
-
findByG_P_First
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 IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout set branch
- Throws:
NoSuchLayoutSetBranchException
- if a matching layout set branch could not be found
-
fetchByG_P_First
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 IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout set branch, or
null
if a matching layout set branch could not be found
-
findByG_P_Last
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 IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout set branch
- Throws:
NoSuchLayoutSetBranchException
- if a matching layout set branch could not be found
-
fetchByG_P_Last
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 IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout set branch, or
null
if a matching layout set branch could not be found
-
findByG_P_PrevAndNext
LayoutSetBranch[] findByG_P_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) throws NoSuchLayoutSetBranchException Returns the layout set branches 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 branchgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the layout set branches that the user has permission to view where groupId = ? and privateLayout = ?.- Parameters:
groupId
- the group IDprivateLayout
- the private layout- Returns:
- the matching layout set branches that the user has permission to view
-
filterFindByG_P
Returns a range of all the layout set branches that the user has permission to view where groupId = ? and privateLayout = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)- Returns:
- the range of matching layout set branches that the user has permission to view
-
filterFindByG_P
List<LayoutSetBranch> filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches that the user has permissions to view where groupId = ? and privateLayout = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout set branches that the user has permission to view
-
filterFindByG_P_PrevAndNext
LayoutSetBranch[] filterFindByG_P_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) throws NoSuchLayoutSetBranchException Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ? and privateLayout = ?.- Parameters:
layoutSetBranchId
- the primary key of the current layout set branchgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionallynull
)- 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
void removeByG_P(long groupId, boolean privateLayout) Removes all the layout set branches where groupId = ? and privateLayout = ? from the database.- Parameters:
groupId
- the group IDprivateLayout
- the private layout
-
countByG_P
int countByG_P(long groupId, boolean privateLayout) Returns the number of layout set branches where groupId = ? and privateLayout = ?.- Parameters:
groupId
- the group IDprivateLayout
- the private layout- Returns:
- the number of matching layout set branches
-
filterCountByG_P
int filterCountByG_P(long groupId, boolean privateLayout) Returns the number of layout set branches that the user has permission to view where groupId = ? and privateLayout = ?.- Parameters:
groupId
- the group IDprivateLayout
- the private layout- Returns:
- the number of matching layout set branches that the user has permission to view
-
findByG_P_N
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 aNoSuchLayoutSetBranchException
if it could not be found.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutname
- the name- Returns:
- the matching layout set branch
- Throws:
NoSuchLayoutSetBranchException
- if a matching layout set branch could not be found
-
fetchByG_P_N
Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutname
- the name- Returns:
- the matching layout set branch, or
null
if a matching layout set branch could not be found
-
fetchByG_P_N
LayoutSetBranch fetchByG_P_N(long groupId, boolean privateLayout, String name, boolean useFinderCache) Returns the layout set branch where groupId = ? and privateLayout = ? and name = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutname
- the nameuseFinderCache
- whether to use the finder cache- Returns:
- the matching layout set branch, or
null
if a matching layout set branch could not be found
-
removeByG_P_N
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 IDprivateLayout
- the private layoutname
- the name- Returns:
- the layout set branch that was removed
- Throws:
NoSuchLayoutSetBranchException
-
countByG_P_N
Returns the number of layout set branches where groupId = ? and privateLayout = ? and name = ?.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutname
- the name- Returns:
- the number of matching layout set branches
-
findByG_P_M
Returns all the layout set branches where groupId = ? and privateLayout = ? and master = ?.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutmaster
- the master- Returns:
- the matching layout set branches
-
findByG_P_M
List<LayoutSetBranch> findByG_P_M(long groupId, boolean privateLayout, boolean master, int start, int end) Returns a range of all the layout set branches where groupId = ? and privateLayout = ? and master = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutmaster
- the masterstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)- Returns:
- the range of matching layout set branches
-
findByG_P_M
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 branches where groupId = ? and privateLayout = ? and master = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutmaster
- the masterstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout set branches
-
findByG_P_M
List<LayoutSetBranch> findByG_P_M(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches where groupId = ? and privateLayout = ? and master = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutmaster
- the masterstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout set branches
-
findByG_P_M_First
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 IDprivateLayout
- the private layoutmaster
- the masterorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout set branch
- Throws:
NoSuchLayoutSetBranchException
- if a matching layout set branch could not be found
-
fetchByG_P_M_First
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 IDprivateLayout
- the private layoutmaster
- the masterorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout set branch, or
null
if a matching layout set branch could not be found
-
findByG_P_M_Last
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 IDprivateLayout
- the private layoutmaster
- the masterorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout set branch
- Throws:
NoSuchLayoutSetBranchException
- if a matching layout set branch could not be found
-
fetchByG_P_M_Last
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 IDprivateLayout
- the private layoutmaster
- the masterorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout set branch, or
null
if a matching layout set branch could not be found
-
findByG_P_M_PrevAndNext
LayoutSetBranch[] findByG_P_M_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) throws NoSuchLayoutSetBranchException Returns the layout set branches 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 branchgroupId
- the group IDprivateLayout
- the private layoutmaster
- the masterorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Returns all the layout set branches that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutmaster
- the master- Returns:
- the matching layout set branches that the user has permission to view
-
filterFindByG_P_M
List<LayoutSetBranch> filterFindByG_P_M(long groupId, boolean privateLayout, boolean master, int start, int end) Returns a range of all the layout set branches 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutmaster
- the masterstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)- Returns:
- the range of matching layout set branches that the user has permission to view
-
filterFindByG_P_M
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 branches 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutmaster
- the masterstart
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching layout set branches that the user has permission to view
-
filterFindByG_P_M_PrevAndNext
LayoutSetBranch[] filterFindByG_P_M_PrevAndNext(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) throws NoSuchLayoutSetBranchException Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.- Parameters:
layoutSetBranchId
- the primary key of the current layout set branchgroupId
- the group IDprivateLayout
- the private layoutmaster
- the masterorderByComparator
- the comparator to order the set by (optionallynull
)- 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
void removeByG_P_M(long groupId, boolean privateLayout, boolean master) Removes all the layout set branches where groupId = ? and privateLayout = ? and master = ? from the database.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutmaster
- the master
-
countByG_P_M
int countByG_P_M(long groupId, boolean privateLayout, boolean master) Returns the number of layout set branches where groupId = ? and privateLayout = ? and master = ?.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutmaster
- the master- Returns:
- the number of matching layout set branches
-
filterCountByG_P_M
int filterCountByG_P_M(long groupId, boolean privateLayout, boolean master) Returns the number of layout set branches that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutmaster
- the master- Returns:
- the number of matching layout set branches that the user has permission to view
-
cacheResult
Caches the layout set branch in the entity cache if it is enabled.- Parameters:
layoutSetBranch
- the layout set branch
-
cacheResult
Caches the layout set branches in the entity cache if it is enabled.- Parameters:
layoutSetBranchs
- the layout set branches
-
create
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
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
-
findByPrimaryKey
Returns the layout set branch with the primary key or throws aNoSuchLayoutSetBranchException
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
Returns the layout set branch with the primary key or returnsnull
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
-
findAll
List<LayoutSetBranch> findAll()Returns all the layout set branches.- Returns:
- the layout set branches
-
findAll
Returns a range of all the layout set branches.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
start
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)- Returns:
- the range of layout set branches
-
findAll
List<LayoutSetBranch> findAll(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
start
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of layout set branches
-
findAll
List<LayoutSetBranch> findAll(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutSetBranchModelImpl
.- Parameters:
start
- the lower bound of the range of layout set branchesend
- the upper bound of the range of layout set branches (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of layout set branches
-
removeAll
void removeAll()Removes all the layout set branches from the database. -
countAll
int countAll()Returns the number of layout set branches.- Returns:
- the number of layout set branches
-