@ProviderType public interface LayoutSetPersistence extends BasePersistence<LayoutSet>
Caching information and settings can be found in portal.properties
LayoutSetUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(LayoutSet layoutSet)
Caches the layout set in the entity cache if it is enabled.
|
void |
cacheResult(List<LayoutSet> layoutSets)
Caches the layout sets in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of layout sets.
|
int |
countByC_L_Head(long companyId,
String layoutSetPrototypeUuid,
boolean head)
Returns the number of layout sets where companyId = ? and layoutSetPrototypeUuid = ? and head = ?.
|
int |
countByC_L(long companyId,
String layoutSetPrototypeUuid)
Returns the number of layout sets where companyId = ? and layoutSetPrototypeUuid = ?.
|
int |
countByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Returns the number of layout sets where groupId = ? and privateLayout = ? and head = ?.
|
int |
countByG_P(long groupId,
boolean privateLayout)
Returns the number of layout sets where groupId = ? and privateLayout = ?.
|
int |
countByGroupId_Head(long groupId,
boolean head)
Returns the number of layout sets where groupId = ? and head = ?.
|
int |
countByGroupId(long groupId)
Returns the number of layout sets where groupId = ?.
|
int |
countByHeadId(long headId)
Returns the number of layout sets where headId = ?.
|
int |
countByLayoutSetPrototypeUuid_Head(String layoutSetPrototypeUuid,
boolean head)
Returns the number of layout sets where layoutSetPrototypeUuid = ? and head = ?.
|
int |
countByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
Returns the number of layout sets where layoutSetPrototypeUuid = ?.
|
int |
countByP_L_Head(boolean privateLayout,
long logoId,
boolean head)
Returns the number of layout sets where privateLayout = ? and logoId = ? and head = ?.
|
int |
countByP_L(boolean privateLayout,
long logoId)
Returns the number of layout sets where privateLayout = ? and logoId = ?.
|
LayoutSet |
create(long layoutSetId)
Creates a new layout set with the primary key.
|
LayoutSet |
fetchByC_L_First(long companyId,
String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.
|
LayoutSet |
fetchByC_L_Head_First(long companyId,
String layoutSetPrototypeUuid,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ? and head = ?.
|
LayoutSet |
fetchByC_L_Head_Last(long companyId,
String layoutSetPrototypeUuid,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ? and head = ?.
|
LayoutSet |
fetchByC_L_Last(long companyId,
String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.
|
LayoutSet |
fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ? and privateLayout = ?.
|
LayoutSet |
fetchByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Returns the layout set where groupId = ? and privateLayout = ? and head = ? or returns
null if it could not be found. |
LayoutSet |
fetchByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
boolean useFinderCache)
Returns the layout set where groupId = ? and privateLayout = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutSet |
fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where groupId = ? and privateLayout = ?.
|
LayoutSet |
fetchByGroupId_First(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ?.
|
LayoutSet |
fetchByGroupId_Head_First(long groupId,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ? and head = ?.
|
LayoutSet |
fetchByGroupId_Head_Last(long groupId,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where groupId = ? and head = ?.
|
LayoutSet |
fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where groupId = ?.
|
LayoutSet |
fetchByHeadId(long headId)
Returns the layout set where headId = ? or returns
null if it could not be found. |
LayoutSet |
fetchByHeadId(long headId,
boolean useFinderCache)
Returns the layout set where headId = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutSet |
fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
LayoutSet |
fetchByLayoutSetPrototypeUuid_Head_First(String layoutSetPrototypeUuid,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ? and head = ?.
|
LayoutSet |
fetchByLayoutSetPrototypeUuid_Head_Last(String layoutSetPrototypeUuid,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ? and head = ?.
|
LayoutSet |
fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
LayoutSet |
fetchByP_L_First(boolean privateLayout,
long logoId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where privateLayout = ? and logoId = ?.
|
LayoutSet |
fetchByP_L_Head(boolean privateLayout,
long logoId,
boolean head)
Returns the layout set where privateLayout = ? and logoId = ? and head = ? or returns
null if it could not be found. |
LayoutSet |
fetchByP_L_Head(boolean privateLayout,
long logoId,
boolean head,
boolean useFinderCache)
Returns the layout set where privateLayout = ? and logoId = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutSet |
fetchByP_L_Last(boolean privateLayout,
long logoId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where privateLayout = ? and logoId = ?.
|
LayoutSet |
fetchByPrimaryKey(long layoutSetId)
Returns the layout set with the primary key or returns
null if it could not be found. |
List<LayoutSet> |
findAll()
Returns all the layout sets.
|
List<LayoutSet> |
findAll(int start,
int end)
Returns a range of all the layout sets.
|
List<LayoutSet> |
findAll(int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets.
|
List<LayoutSet> |
findAll(int start,
int end,
OrderByComparator<LayoutSet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout sets.
|
LayoutSet |
findByC_L_First(long companyId,
String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.
|
LayoutSet |
findByC_L_Head_First(long companyId,
String layoutSetPrototypeUuid,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ? and head = ?.
|
LayoutSet |
findByC_L_Head_Last(long companyId,
String layoutSetPrototypeUuid,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ? and head = ?.
|
LayoutSet[] |
findByC_L_Head_PrevAndNext(long layoutSetId,
long companyId,
String layoutSetPrototypeUuid,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ? and head = ?.
|
List<LayoutSet> |
findByC_L_Head(long companyId,
String layoutSetPrototypeUuid,
boolean head)
Returns all the layout sets where companyId = ? and layoutSetPrototypeUuid = ? and head = ?.
|
List<LayoutSet> |
findByC_L_Head(long companyId,
String layoutSetPrototypeUuid,
boolean head,
int start,
int end)
Returns a range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ? and head = ?.
|
List<LayoutSet> |
findByC_L_Head(long companyId,
String layoutSetPrototypeUuid,
boolean head,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ? and head = ?.
|
List<LayoutSet> |
findByC_L_Head(long companyId,
String layoutSetPrototypeUuid,
boolean head,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ? and head = ?.
|
LayoutSet |
findByC_L_Last(long companyId,
String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.
|
LayoutSet[] |
findByC_L_PrevAndNext(long layoutSetId,
long companyId,
String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.
|
List<LayoutSet> |
findByC_L(long companyId,
String layoutSetPrototypeUuid)
Returns all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.
|
List<LayoutSet> |
findByC_L(long companyId,
String layoutSetPrototypeUuid,
int start,
int end)
Returns a range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.
|
List<LayoutSet> |
findByC_L(long companyId,
String layoutSetPrototypeUuid,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.
|
List<LayoutSet> |
findByC_L(long companyId,
String layoutSetPrototypeUuid,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.
|
LayoutSet |
findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ? and privateLayout = ?.
|
LayoutSet |
findByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Returns the layout set where groupId = ? and privateLayout = ? and head = ? or throws a
NoSuchLayoutSetException if it could not be found. |
LayoutSet |
findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where groupId = ? and privateLayout = ?.
|
LayoutSet[] |
findByG_P_PrevAndNext(long layoutSetId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where groupId = ? and privateLayout = ?.
|
List<LayoutSet> |
findByG_P(long groupId,
boolean privateLayout)
Returns all the layout sets where groupId = ? and privateLayout = ?.
|
List<LayoutSet> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout sets where groupId = ? and privateLayout = ?.
|
List<LayoutSet> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets where groupId = ? and privateLayout = ?.
|
List<LayoutSet> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout sets where groupId = ? and privateLayout = ?.
|
LayoutSet |
findByGroupId_First(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ?.
|
LayoutSet |
findByGroupId_Head_First(long groupId,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where groupId = ? and head = ?.
|
LayoutSet |
findByGroupId_Head_Last(long groupId,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where groupId = ? and head = ?.
|
LayoutSet[] |
findByGroupId_Head_PrevAndNext(long layoutSetId,
long groupId,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where groupId = ? and head = ?.
|
List<LayoutSet> |
findByGroupId_Head(long groupId,
boolean head)
Returns all the layout sets where groupId = ? and head = ?.
|
List<LayoutSet> |
findByGroupId_Head(long groupId,
boolean head,
int start,
int end)
Returns a range of all the layout sets where groupId = ? and head = ?.
|
List<LayoutSet> |
findByGroupId_Head(long groupId,
boolean head,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets where groupId = ? and head = ?.
|
List<LayoutSet> |
findByGroupId_Head(long groupId,
boolean head,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout sets where groupId = ? and head = ?.
|
LayoutSet |
findByGroupId_Last(long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where groupId = ?.
|
LayoutSet[] |
findByGroupId_PrevAndNext(long layoutSetId,
long groupId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.
|
List<LayoutSet> |
findByGroupId(long groupId)
Returns all the layout sets where groupId = ?.
|
List<LayoutSet> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout sets where groupId = ?.
|
List<LayoutSet> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets where groupId = ?.
|
List<LayoutSet> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout sets where groupId = ?.
|
LayoutSet |
findByHeadId(long headId)
Returns the layout set where headId = ? or throws a
NoSuchLayoutSetException if it could not be found. |
LayoutSet |
findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
LayoutSet |
findByLayoutSetPrototypeUuid_Head_First(String layoutSetPrototypeUuid,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ? and head = ?.
|
LayoutSet |
findByLayoutSetPrototypeUuid_Head_Last(String layoutSetPrototypeUuid,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ? and head = ?.
|
LayoutSet[] |
findByLayoutSetPrototypeUuid_Head_PrevAndNext(long layoutSetId,
String layoutSetPrototypeUuid,
boolean head,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ? and head = ?.
|
List<LayoutSet> |
findByLayoutSetPrototypeUuid_Head(String layoutSetPrototypeUuid,
boolean head)
Returns all the layout sets where layoutSetPrototypeUuid = ? and head = ?.
|
List<LayoutSet> |
findByLayoutSetPrototypeUuid_Head(String layoutSetPrototypeUuid,
boolean head,
int start,
int end)
Returns a range of all the layout sets where layoutSetPrototypeUuid = ? and head = ?.
|
List<LayoutSet> |
findByLayoutSetPrototypeUuid_Head(String layoutSetPrototypeUuid,
boolean head,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ? and head = ?.
|
List<LayoutSet> |
findByLayoutSetPrototypeUuid_Head(String layoutSetPrototypeUuid,
boolean head,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ? and head = ?.
|
LayoutSet |
findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
LayoutSet[] |
findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId,
String layoutSetPrototypeUuid,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.
|
List<LayoutSet> |
findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
Returns all the layout sets where layoutSetPrototypeUuid = ?.
|
List<LayoutSet> |
findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid,
int start,
int end)
Returns a range of all the layout sets where layoutSetPrototypeUuid = ?.
|
List<LayoutSet> |
findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
|
List<LayoutSet> |
findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.
|
LayoutSet |
findByP_L_First(boolean privateLayout,
long logoId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the first layout set in the ordered set where privateLayout = ? and logoId = ?.
|
LayoutSet |
findByP_L_Head(boolean privateLayout,
long logoId,
boolean head)
Returns the layout set where privateLayout = ? and logoId = ? and head = ? or throws a
NoSuchLayoutSetException if it could not be found. |
LayoutSet |
findByP_L_Last(boolean privateLayout,
long logoId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the last layout set in the ordered set where privateLayout = ? and logoId = ?.
|
LayoutSet[] |
findByP_L_PrevAndNext(long layoutSetId,
boolean privateLayout,
long logoId,
OrderByComparator<LayoutSet> orderByComparator)
Returns the layout sets before and after the current layout set in the ordered set where privateLayout = ? and logoId = ?.
|
List<LayoutSet> |
findByP_L(boolean privateLayout,
long logoId)
Returns all the layout sets where privateLayout = ? and logoId = ?.
|
List<LayoutSet> |
findByP_L(boolean privateLayout,
long logoId,
int start,
int end)
Returns a range of all the layout sets where privateLayout = ? and logoId = ?.
|
List<LayoutSet> |
findByP_L(boolean privateLayout,
long logoId,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator)
Returns an ordered range of all the layout sets where privateLayout = ? and logoId = ?.
|
List<LayoutSet> |
findByP_L(boolean privateLayout,
long logoId,
int start,
int end,
OrderByComparator<LayoutSet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout sets where privateLayout = ? and logoId = ?.
|
LayoutSet |
findByPrimaryKey(long layoutSetId)
Returns the layout set with the primary key or throws a
NoSuchLayoutSetException if it could not be found. |
LayoutSet |
remove(long layoutSetId)
Removes the layout set with the primary key from the database.
|
void |
removeAll()
Removes all the layout sets from the database.
|
void |
removeByC_L_Head(long companyId,
String layoutSetPrototypeUuid,
boolean head)
Removes all the layout sets where companyId = ? and layoutSetPrototypeUuid = ? and head = ? from the database.
|
void |
removeByC_L(long companyId,
String layoutSetPrototypeUuid)
Removes all the layout sets where companyId = ? and layoutSetPrototypeUuid = ? from the database.
|
LayoutSet |
removeByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Removes the layout set where groupId = ? and privateLayout = ? and head = ? from the database.
|
void |
removeByG_P(long groupId,
boolean privateLayout)
Removes all the layout sets where groupId = ? and privateLayout = ? from the database.
|
void |
removeByGroupId_Head(long groupId,
boolean head)
Removes all the layout sets where groupId = ? and head = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the layout sets where groupId = ? from the database.
|
LayoutSet |
removeByHeadId(long headId)
Removes the layout set where headId = ? from the database.
|
void |
removeByLayoutSetPrototypeUuid_Head(String layoutSetPrototypeUuid,
boolean head)
Removes all the layout sets where layoutSetPrototypeUuid = ? and head = ? from the database.
|
void |
removeByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
Removes all the layout sets where layoutSetPrototypeUuid = ? from the database.
|
LayoutSet |
removeByP_L_Head(boolean privateLayout,
long logoId,
boolean head)
Removes the layout set where privateLayout = ? and logoId = ? and head = ? from the database.
|
void |
removeByP_L(boolean privateLayout,
long logoId)
Removes all the layout sets where privateLayout = ? and logoId = ? from the database.
|
LayoutSet |
updateImpl(LayoutSet layoutSet) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
List<LayoutSet> findByGroupId(long groupId)
groupId
- the group IDList<LayoutSet> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)List<LayoutSet> findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<LayoutSet> findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheLayoutSet findByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByGroupId_First(long groupId, OrderByComparator<LayoutSet> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet findByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByGroupId_Last(long groupId, OrderByComparator<LayoutSet> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet[] findByGroupId_PrevAndNext(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
layoutSetId
- the primary key of the current layout setgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a layout set with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDList<LayoutSet> findByGroupId_Head(long groupId, boolean head)
groupId
- the group IDhead
- the headList<LayoutSet> findByGroupId_Head(long groupId, boolean head, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDhead
- the headstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)List<LayoutSet> findByGroupId_Head(long groupId, boolean head, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDhead
- the headstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<LayoutSet> findByGroupId_Head(long groupId, boolean head, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDhead
- the headstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheLayoutSet findByGroupId_Head_First(long groupId, boolean head, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
groupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByGroupId_Head_First(long groupId, boolean head, OrderByComparator<LayoutSet> orderByComparator)
groupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet findByGroupId_Head_Last(long groupId, boolean head, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
groupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByGroupId_Head_Last(long groupId, boolean head, OrderByComparator<LayoutSet> orderByComparator)
groupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet[] findByGroupId_Head_PrevAndNext(long layoutSetId, long groupId, boolean head, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
layoutSetId
- the primary key of the current layout setgroupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a layout set with the primary key could not be foundvoid removeByGroupId_Head(long groupId, boolean head)
groupId
- the group IDhead
- the headint countByGroupId_Head(long groupId, boolean head)
groupId
- the group IDhead
- the headList<LayoutSet> findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
layoutSetPrototypeUuid
- the layout set prototype uuidList<LayoutSet> findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutSetPrototypeUuid
- the layout set prototype uuidstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)List<LayoutSet> findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutSetPrototypeUuid
- the layout set prototype uuidstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<LayoutSet> findByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutSetPrototypeUuid
- the layout set prototype uuidstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheLayoutSet findByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
layoutSetPrototypeUuid
- the layout set prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByLayoutSetPrototypeUuid_First(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
layoutSetPrototypeUuid
- the layout set prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet findByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
layoutSetPrototypeUuid
- the layout set prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByLayoutSetPrototypeUuid_Last(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
layoutSetPrototypeUuid
- the layout set prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet[] findByLayoutSetPrototypeUuid_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
layoutSetId
- the primary key of the current layout setlayoutSetPrototypeUuid
- the layout set prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a layout set with the primary key could not be foundvoid removeByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
layoutSetPrototypeUuid
- the layout set prototype uuidint countByLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
layoutSetPrototypeUuid
- the layout set prototype uuidList<LayoutSet> findByLayoutSetPrototypeUuid_Head(String layoutSetPrototypeUuid, boolean head)
layoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headList<LayoutSet> findByLayoutSetPrototypeUuid_Head(String layoutSetPrototypeUuid, boolean head, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)List<LayoutSet> findByLayoutSetPrototypeUuid_Head(String layoutSetPrototypeUuid, boolean head, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<LayoutSet> findByLayoutSetPrototypeUuid_Head(String layoutSetPrototypeUuid, boolean head, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheLayoutSet findByLayoutSetPrototypeUuid_Head_First(String layoutSetPrototypeUuid, boolean head, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
layoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByLayoutSetPrototypeUuid_Head_First(String layoutSetPrototypeUuid, boolean head, OrderByComparator<LayoutSet> orderByComparator)
layoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet findByLayoutSetPrototypeUuid_Head_Last(String layoutSetPrototypeUuid, boolean head, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
layoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByLayoutSetPrototypeUuid_Head_Last(String layoutSetPrototypeUuid, boolean head, OrderByComparator<LayoutSet> orderByComparator)
layoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet[] findByLayoutSetPrototypeUuid_Head_PrevAndNext(long layoutSetId, String layoutSetPrototypeUuid, boolean head, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
layoutSetId
- the primary key of the current layout setlayoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a layout set with the primary key could not be foundvoid removeByLayoutSetPrototypeUuid_Head(String layoutSetPrototypeUuid, boolean head)
layoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headint countByLayoutSetPrototypeUuid_Head(String layoutSetPrototypeUuid, boolean head)
layoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headList<LayoutSet> findByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutList<LayoutSet> findByG_P(long groupId, boolean privateLayout, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)List<LayoutSet> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<LayoutSet> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheLayoutSet findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<LayoutSet> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<LayoutSet> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet[] findByG_P_PrevAndNext(long layoutSetId, long groupId, boolean privateLayout, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
layoutSetId
- the primary key of the current layout setgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a layout set with the primary key could not be foundvoid removeByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutint countByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutLayoutSet findByG_P_Head(long groupId, boolean privateLayout, boolean head) throws NoSuchLayoutSetException
NoSuchLayoutSetException
if it could not be found.groupId
- the group IDprivateLayout
- the private layouthead
- the headNoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByG_P_Head(long groupId, boolean privateLayout, boolean head)
null
if it could not be found. Uses the finder cache.groupId
- the group IDprivateLayout
- the private layouthead
- the headnull
if a matching layout set could not be foundLayoutSet fetchByG_P_Head(long groupId, boolean privateLayout, boolean head, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDprivateLayout
- the private layouthead
- the headuseFinderCache
- whether to use the finder cachenull
if a matching layout set could not be foundLayoutSet removeByG_P_Head(long groupId, boolean privateLayout, boolean head) throws NoSuchLayoutSetException
groupId
- the group IDprivateLayout
- the private layouthead
- the headNoSuchLayoutSetException
int countByG_P_Head(long groupId, boolean privateLayout, boolean head)
groupId
- the group IDprivateLayout
- the private layouthead
- the headList<LayoutSet> findByC_L(long companyId, String layoutSetPrototypeUuid)
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidList<LayoutSet> findByC_L(long companyId, String layoutSetPrototypeUuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)List<LayoutSet> findByC_L(long companyId, String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<LayoutSet> findByC_L(long companyId, String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheLayoutSet findByC_L_First(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByC_L_First(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet findByC_L_Last(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByC_L_Last(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator)
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet[] findByC_L_PrevAndNext(long layoutSetId, long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
layoutSetId
- the primary key of the current layout setcompanyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a layout set with the primary key could not be foundvoid removeByC_L(long companyId, String layoutSetPrototypeUuid)
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidint countByC_L(long companyId, String layoutSetPrototypeUuid)
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidList<LayoutSet> findByC_L_Head(long companyId, String layoutSetPrototypeUuid, boolean head)
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headList<LayoutSet> findByC_L_Head(long companyId, String layoutSetPrototypeUuid, boolean head, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)List<LayoutSet> findByC_L_Head(long companyId, String layoutSetPrototypeUuid, boolean head, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<LayoutSet> findByC_L_Head(long companyId, String layoutSetPrototypeUuid, boolean head, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheLayoutSet findByC_L_Head_First(long companyId, String layoutSetPrototypeUuid, boolean head, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByC_L_Head_First(long companyId, String layoutSetPrototypeUuid, boolean head, OrderByComparator<LayoutSet> orderByComparator)
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet findByC_L_Head_Last(long companyId, String layoutSetPrototypeUuid, boolean head, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByC_L_Head_Last(long companyId, String layoutSetPrototypeUuid, boolean head, OrderByComparator<LayoutSet> orderByComparator)
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet[] findByC_L_Head_PrevAndNext(long layoutSetId, long companyId, String layoutSetPrototypeUuid, boolean head, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
layoutSetId
- the primary key of the current layout setcompanyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a layout set with the primary key could not be foundvoid removeByC_L_Head(long companyId, String layoutSetPrototypeUuid, boolean head)
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headint countByC_L_Head(long companyId, String layoutSetPrototypeUuid, boolean head)
companyId
- the company IDlayoutSetPrototypeUuid
- the layout set prototype uuidhead
- the headList<LayoutSet> findByP_L(boolean privateLayout, long logoId)
privateLayout
- the private layoutlogoId
- the logo IDList<LayoutSet> findByP_L(boolean privateLayout, long logoId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
privateLayout
- the private layoutlogoId
- the logo IDstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)List<LayoutSet> findByP_L(boolean privateLayout, long logoId, int start, int end, OrderByComparator<LayoutSet> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
privateLayout
- the private layoutlogoId
- the logo IDstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<LayoutSet> findByP_L(boolean privateLayout, long logoId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
privateLayout
- the private layoutlogoId
- the logo IDstart
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheLayoutSet findByP_L_First(boolean privateLayout, long logoId, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
privateLayout
- the private layoutlogoId
- the logo IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByP_L_First(boolean privateLayout, long logoId, OrderByComparator<LayoutSet> orderByComparator)
privateLayout
- the private layoutlogoId
- the logo IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet findByP_L_Last(boolean privateLayout, long logoId, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
privateLayout
- the private layoutlogoId
- the logo IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByP_L_Last(boolean privateLayout, long logoId, OrderByComparator<LayoutSet> orderByComparator)
privateLayout
- the private layoutlogoId
- the logo IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout set could not be foundLayoutSet[] findByP_L_PrevAndNext(long layoutSetId, boolean privateLayout, long logoId, OrderByComparator<LayoutSet> orderByComparator) throws NoSuchLayoutSetException
layoutSetId
- the primary key of the current layout setprivateLayout
- the private layoutlogoId
- the logo IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutSetException
- if a layout set with the primary key could not be foundvoid removeByP_L(boolean privateLayout, long logoId)
privateLayout
- the private layoutlogoId
- the logo IDint countByP_L(boolean privateLayout, long logoId)
privateLayout
- the private layoutlogoId
- the logo IDLayoutSet findByP_L_Head(boolean privateLayout, long logoId, boolean head) throws NoSuchLayoutSetException
NoSuchLayoutSetException
if it could not be found.privateLayout
- the private layoutlogoId
- the logo IDhead
- the headNoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByP_L_Head(boolean privateLayout, long logoId, boolean head)
null
if it could not be found. Uses the finder cache.privateLayout
- the private layoutlogoId
- the logo IDhead
- the headnull
if a matching layout set could not be foundLayoutSet fetchByP_L_Head(boolean privateLayout, long logoId, boolean head, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.privateLayout
- the private layoutlogoId
- the logo IDhead
- the headuseFinderCache
- whether to use the finder cachenull
if a matching layout set could not be foundLayoutSet removeByP_L_Head(boolean privateLayout, long logoId, boolean head) throws NoSuchLayoutSetException
privateLayout
- the private layoutlogoId
- the logo IDhead
- the headNoSuchLayoutSetException
int countByP_L_Head(boolean privateLayout, long logoId, boolean head)
privateLayout
- the private layoutlogoId
- the logo IDhead
- the headLayoutSet findByHeadId(long headId) throws NoSuchLayoutSetException
NoSuchLayoutSetException
if it could not be found.headId
- the head IDNoSuchLayoutSetException
- if a matching layout set could not be foundLayoutSet fetchByHeadId(long headId)
null
if it could not be found. Uses the finder cache.headId
- the head IDnull
if a matching layout set could not be foundLayoutSet fetchByHeadId(long headId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.headId
- the head IDuseFinderCache
- whether to use the finder cachenull
if a matching layout set could not be foundLayoutSet removeByHeadId(long headId) throws NoSuchLayoutSetException
headId
- the head IDNoSuchLayoutSetException
int countByHeadId(long headId)
headId
- the head IDvoid cacheResult(LayoutSet layoutSet)
layoutSet
- the layout setvoid cacheResult(List<LayoutSet> layoutSets)
layoutSets
- the layout setsLayoutSet create(long layoutSetId)
layoutSetId
- the primary key for the new layout setLayoutSet remove(long layoutSetId) throws NoSuchLayoutSetException
layoutSetId
- the primary key of the layout setNoSuchLayoutSetException
- if a layout set with the primary key could not be foundLayoutSet findByPrimaryKey(long layoutSetId) throws NoSuchLayoutSetException
NoSuchLayoutSetException
if it could not be found.layoutSetId
- the primary key of the layout setNoSuchLayoutSetException
- if a layout set with the primary key could not be foundLayoutSet fetchByPrimaryKey(long layoutSetId)
null
if it could not be found.layoutSetId
- the primary key of the layout setnull
if a layout set with the primary key could not be foundList<LayoutSet> findAll()
List<LayoutSet> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)List<LayoutSet> findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<LayoutSet> findAll(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutSetModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of layout setsend
- the upper bound of the range of layout sets (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()