@ProviderType public interface StyleBookEntryPersistence extends BasePersistence<StyleBookEntry>
Caching information and settings can be found in portal.properties
StyleBookEntryUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(java.util.List<StyleBookEntry> styleBookEntries)
Caches the style book entries in the entity cache if it is enabled.
|
void |
cacheResult(StyleBookEntry styleBookEntry)
Caches the style book entry in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of style book entries.
|
int |
countByG_D_Head(long groupId,
boolean defaultStyleBookEntry,
boolean head)
Returns the number of style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ?.
|
int |
countByG_D(long groupId,
boolean defaultStyleBookEntry)
Returns the number of style book entries where groupId = ? and defaultStyleBookEntry = ?.
|
int |
countByG_LikeN_Head(long groupId,
java.lang.String name,
boolean head)
Returns the number of style book entries where groupId = ? and name LIKE ? and head = ?.
|
int |
countByG_LikeN(long groupId,
java.lang.String name)
Returns the number of style book entries where groupId = ? and name LIKE ?.
|
int |
countByG_SBEK_Head(long groupId,
java.lang.String styleBookEntryKey,
boolean head)
Returns the number of style book entries where groupId = ? and styleBookEntryKey = ? and head = ?.
|
int |
countByG_SBEK(long groupId,
java.lang.String styleBookEntryKey)
Returns the number of style book entries where groupId = ? and styleBookEntryKey = ?.
|
int |
countByGroupId_Head(long groupId,
boolean head)
Returns the number of style book entries where groupId = ? and head = ?.
|
int |
countByGroupId(long groupId)
Returns the number of style book entries where groupId = ?.
|
int |
countByHeadId(long headId)
Returns the number of style book entries where headId = ?.
|
StyleBookEntry |
create(long styleBookEntryId)
Creates a new style book entry with the primary key.
|
StyleBookEntry |
fetchByG_D_First(long groupId,
boolean defaultStyleBookEntry,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.
|
StyleBookEntry |
fetchByG_D_Head_First(long groupId,
boolean defaultStyleBookEntry,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and head = ?.
|
StyleBookEntry |
fetchByG_D_Head_Last(long groupId,
boolean defaultStyleBookEntry,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and head = ?.
|
StyleBookEntry |
fetchByG_D_Last(long groupId,
boolean defaultStyleBookEntry,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.
|
StyleBookEntry |
fetchByG_LikeN_First(long groupId,
java.lang.String name,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the first style book entry in the ordered set where groupId = ? and name LIKE ?.
|
StyleBookEntry |
fetchByG_LikeN_Head_First(long groupId,
java.lang.String name,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the first style book entry in the ordered set where groupId = ? and name LIKE ? and head = ?.
|
StyleBookEntry |
fetchByG_LikeN_Head_Last(long groupId,
java.lang.String name,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the last style book entry in the ordered set where groupId = ? and name LIKE ? and head = ?.
|
StyleBookEntry |
fetchByG_LikeN_Last(long groupId,
java.lang.String name,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the last style book entry in the ordered set where groupId = ? and name LIKE ?.
|
StyleBookEntry |
fetchByG_SBEK_First(long groupId,
java.lang.String styleBookEntryKey,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the first style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.
|
StyleBookEntry |
fetchByG_SBEK_Head(long groupId,
java.lang.String styleBookEntryKey,
boolean head)
Returns the style book entry where groupId = ? and styleBookEntryKey = ? and head = ? or returns
null if it could not be found. |
StyleBookEntry |
fetchByG_SBEK_Head(long groupId,
java.lang.String styleBookEntryKey,
boolean head,
boolean useFinderCache)
Returns the style book entry where groupId = ? and styleBookEntryKey = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
StyleBookEntry |
fetchByG_SBEK_Last(long groupId,
java.lang.String styleBookEntryKey,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the last style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.
|
StyleBookEntry |
fetchByGroupId_First(long groupId,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the first style book entry in the ordered set where groupId = ?.
|
StyleBookEntry |
fetchByGroupId_Head_First(long groupId,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the first style book entry in the ordered set where groupId = ? and head = ?.
|
StyleBookEntry |
fetchByGroupId_Head_Last(long groupId,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the last style book entry in the ordered set where groupId = ? and head = ?.
|
StyleBookEntry |
fetchByGroupId_Last(long groupId,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the last style book entry in the ordered set where groupId = ?.
|
StyleBookEntry |
fetchByHeadId(long headId)
Returns the style book entry where headId = ? or returns
null if it could not be found. |
StyleBookEntry |
fetchByHeadId(long headId,
boolean useFinderCache)
Returns the style book entry where headId = ? or returns
null if it could not be found, optionally using the finder cache. |
StyleBookEntry |
fetchByPrimaryKey(long styleBookEntryId)
Returns the style book entry with the primary key or returns
null if it could not be found. |
java.util.List<StyleBookEntry> |
findAll()
Returns all the style book entries.
|
java.util.List<StyleBookEntry> |
findAll(int start,
int end)
Returns a range of all the style book entries.
|
java.util.List<StyleBookEntry> |
findAll(int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns an ordered range of all the style book entries.
|
java.util.List<StyleBookEntry> |
findAll(int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entries.
|
StyleBookEntry |
findByG_D_First(long groupId,
boolean defaultStyleBookEntry,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.
|
StyleBookEntry |
findByG_D_Head_First(long groupId,
boolean defaultStyleBookEntry,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and head = ?.
|
StyleBookEntry |
findByG_D_Head_Last(long groupId,
boolean defaultStyleBookEntry,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and head = ?.
|
StyleBookEntry[] |
findByG_D_Head_PrevAndNext(long styleBookEntryId,
long groupId,
boolean defaultStyleBookEntry,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and head = ?.
|
java.util.List<StyleBookEntry> |
findByG_D_Head(long groupId,
boolean defaultStyleBookEntry,
boolean head)
Returns all the style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ?.
|
java.util.List<StyleBookEntry> |
findByG_D_Head(long groupId,
boolean defaultStyleBookEntry,
boolean head,
int start,
int end)
Returns a range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ?.
|
java.util.List<StyleBookEntry> |
findByG_D_Head(long groupId,
boolean defaultStyleBookEntry,
boolean head,
int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ?.
|
java.util.List<StyleBookEntry> |
findByG_D_Head(long groupId,
boolean defaultStyleBookEntry,
boolean head,
int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ?.
|
StyleBookEntry |
findByG_D_Last(long groupId,
boolean defaultStyleBookEntry,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.
|
StyleBookEntry[] |
findByG_D_PrevAndNext(long styleBookEntryId,
long groupId,
boolean defaultStyleBookEntry,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.
|
java.util.List<StyleBookEntry> |
findByG_D(long groupId,
boolean defaultStyleBookEntry)
Returns all the style book entries where groupId = ? and defaultStyleBookEntry = ?.
|
java.util.List<StyleBookEntry> |
findByG_D(long groupId,
boolean defaultStyleBookEntry,
int start,
int end)
Returns a range of all the style book entries where groupId = ? and defaultStyleBookEntry = ?.
|
java.util.List<StyleBookEntry> |
findByG_D(long groupId,
boolean defaultStyleBookEntry,
int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ?.
|
java.util.List<StyleBookEntry> |
findByG_D(long groupId,
boolean defaultStyleBookEntry,
int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ?.
|
StyleBookEntry |
findByG_LikeN_First(long groupId,
java.lang.String name,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the first style book entry in the ordered set where groupId = ? and name LIKE ?.
|
StyleBookEntry |
findByG_LikeN_Head_First(long groupId,
java.lang.String name,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the first style book entry in the ordered set where groupId = ? and name LIKE ? and head = ?.
|
StyleBookEntry |
findByG_LikeN_Head_Last(long groupId,
java.lang.String name,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the last style book entry in the ordered set where groupId = ? and name LIKE ? and head = ?.
|
StyleBookEntry[] |
findByG_LikeN_Head_PrevAndNext(long styleBookEntryId,
long groupId,
java.lang.String name,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and name LIKE ? and head = ?.
|
java.util.List<StyleBookEntry> |
findByG_LikeN_Head(long groupId,
java.lang.String name,
boolean head)
Returns all the style book entries where groupId = ? and name LIKE ? and head = ?.
|
java.util.List<StyleBookEntry> |
findByG_LikeN_Head(long groupId,
java.lang.String name,
boolean head,
int start,
int end)
Returns a range of all the style book entries where groupId = ? and name LIKE ? and head = ?.
|
java.util.List<StyleBookEntry> |
findByG_LikeN_Head(long groupId,
java.lang.String name,
boolean head,
int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns an ordered range of all the style book entries where groupId = ? and name LIKE ? and head = ?.
|
java.util.List<StyleBookEntry> |
findByG_LikeN_Head(long groupId,
java.lang.String name,
boolean head,
int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entries where groupId = ? and name LIKE ? and head = ?.
|
StyleBookEntry |
findByG_LikeN_Last(long groupId,
java.lang.String name,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the last style book entry in the ordered set where groupId = ? and name LIKE ?.
|
StyleBookEntry[] |
findByG_LikeN_PrevAndNext(long styleBookEntryId,
long groupId,
java.lang.String name,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and name LIKE ?.
|
java.util.List<StyleBookEntry> |
findByG_LikeN(long groupId,
java.lang.String name)
Returns all the style book entries where groupId = ? and name LIKE ?.
|
java.util.List<StyleBookEntry> |
findByG_LikeN(long groupId,
java.lang.String name,
int start,
int end)
Returns a range of all the style book entries where groupId = ? and name LIKE ?.
|
java.util.List<StyleBookEntry> |
findByG_LikeN(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns an ordered range of all the style book entries where groupId = ? and name LIKE ?.
|
java.util.List<StyleBookEntry> |
findByG_LikeN(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entries where groupId = ? and name LIKE ?.
|
StyleBookEntry |
findByG_SBEK_First(long groupId,
java.lang.String styleBookEntryKey,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the first style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.
|
StyleBookEntry |
findByG_SBEK_Head(long groupId,
java.lang.String styleBookEntryKey,
boolean head)
Returns the style book entry where groupId = ? and styleBookEntryKey = ? and head = ? or throws a
NoSuchEntryException if it could not be found. |
StyleBookEntry |
findByG_SBEK_Last(long groupId,
java.lang.String styleBookEntryKey,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the last style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.
|
StyleBookEntry[] |
findByG_SBEK_PrevAndNext(long styleBookEntryId,
long groupId,
java.lang.String styleBookEntryKey,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.
|
java.util.List<StyleBookEntry> |
findByG_SBEK(long groupId,
java.lang.String styleBookEntryKey)
Returns all the style book entries where groupId = ? and styleBookEntryKey = ?.
|
java.util.List<StyleBookEntry> |
findByG_SBEK(long groupId,
java.lang.String styleBookEntryKey,
int start,
int end)
Returns a range of all the style book entries where groupId = ? and styleBookEntryKey = ?.
|
java.util.List<StyleBookEntry> |
findByG_SBEK(long groupId,
java.lang.String styleBookEntryKey,
int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns an ordered range of all the style book entries where groupId = ? and styleBookEntryKey = ?.
|
java.util.List<StyleBookEntry> |
findByG_SBEK(long groupId,
java.lang.String styleBookEntryKey,
int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entries where groupId = ? and styleBookEntryKey = ?.
|
StyleBookEntry |
findByGroupId_First(long groupId,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the first style book entry in the ordered set where groupId = ?.
|
StyleBookEntry |
findByGroupId_Head_First(long groupId,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the first style book entry in the ordered set where groupId = ? and head = ?.
|
StyleBookEntry |
findByGroupId_Head_Last(long groupId,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the last style book entry in the ordered set where groupId = ? and head = ?.
|
StyleBookEntry[] |
findByGroupId_Head_PrevAndNext(long styleBookEntryId,
long groupId,
boolean head,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and head = ?.
|
java.util.List<StyleBookEntry> |
findByGroupId_Head(long groupId,
boolean head)
Returns all the style book entries where groupId = ? and head = ?.
|
java.util.List<StyleBookEntry> |
findByGroupId_Head(long groupId,
boolean head,
int start,
int end)
Returns a range of all the style book entries where groupId = ? and head = ?.
|
java.util.List<StyleBookEntry> |
findByGroupId_Head(long groupId,
boolean head,
int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns an ordered range of all the style book entries where groupId = ? and head = ?.
|
java.util.List<StyleBookEntry> |
findByGroupId_Head(long groupId,
boolean head,
int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entries where groupId = ? and head = ?.
|
StyleBookEntry |
findByGroupId_Last(long groupId,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the last style book entry in the ordered set where groupId = ?.
|
StyleBookEntry[] |
findByGroupId_PrevAndNext(long styleBookEntryId,
long groupId,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns the style book entries before and after the current style book entry in the ordered set where groupId = ?.
|
java.util.List<StyleBookEntry> |
findByGroupId(long groupId)
Returns all the style book entries where groupId = ?.
|
java.util.List<StyleBookEntry> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the style book entries where groupId = ?.
|
java.util.List<StyleBookEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator)
Returns an ordered range of all the style book entries where groupId = ?.
|
java.util.List<StyleBookEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<StyleBookEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entries where groupId = ?.
|
StyleBookEntry |
findByHeadId(long headId)
Returns the style book entry where headId = ? or throws a
NoSuchEntryException if it could not be found. |
StyleBookEntry |
findByPrimaryKey(long styleBookEntryId)
Returns the style book entry with the primary key or throws a
NoSuchEntryException if it could not be found. |
StyleBookEntry |
remove(long styleBookEntryId)
Removes the style book entry with the primary key from the database.
|
void |
removeAll()
Removes all the style book entries from the database.
|
void |
removeByG_D_Head(long groupId,
boolean defaultStyleBookEntry,
boolean head)
Removes all the style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ? from the database.
|
void |
removeByG_D(long groupId,
boolean defaultStyleBookEntry)
Removes all the style book entries where groupId = ? and defaultStyleBookEntry = ? from the database.
|
void |
removeByG_LikeN_Head(long groupId,
java.lang.String name,
boolean head)
Removes all the style book entries where groupId = ? and name LIKE ? and head = ? from the database.
|
void |
removeByG_LikeN(long groupId,
java.lang.String name)
Removes all the style book entries where groupId = ? and name LIKE ? from the database.
|
StyleBookEntry |
removeByG_SBEK_Head(long groupId,
java.lang.String styleBookEntryKey,
boolean head)
Removes the style book entry where groupId = ? and styleBookEntryKey = ? and head = ? from the database.
|
void |
removeByG_SBEK(long groupId,
java.lang.String styleBookEntryKey)
Removes all the style book entries where groupId = ? and styleBookEntryKey = ? from the database.
|
void |
removeByGroupId_Head(long groupId,
boolean head)
Removes all the style book entries where groupId = ? and head = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the style book entries where groupId = ? from the database.
|
StyleBookEntry |
removeByHeadId(long headId)
Removes the style book entry where headId = ? from the database.
|
StyleBookEntry |
updateImpl(StyleBookEntry styleBookEntry) |
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, updatejava.util.List<StyleBookEntry> findByGroupId(long groupId)
groupId - the group IDjava.util.List<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDstart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)java.util.List<StyleBookEntry> findByGroupId(long groupId, int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDstart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntry> findByGroupId(long groupId, int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDstart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntry findByGroupId_First(long groupId, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByGroupId_First(long groupId, OrderByComparator<StyleBookEntry> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry could not be foundStyleBookEntry findByGroupId_Last(long groupId, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByGroupId_Last(long groupId, OrderByComparator<StyleBookEntry> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry could not be foundStyleBookEntry[] findByGroupId_PrevAndNext(long styleBookEntryId, long groupId, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
styleBookEntryId - the primary key of the current style book entrygroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a style book entry with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId - the group IDint countByGroupId(long groupId)
groupId - the group IDjava.util.List<StyleBookEntry> findByGroupId_Head(long groupId, boolean head)
groupId - the group IDhead - the headjava.util.List<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDhead - the headstart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)java.util.List<StyleBookEntry> findByGroupId_Head(long groupId, boolean head, int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDhead - the headstart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntry> findByGroupId_Head(long groupId, boolean head, int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDhead - the headstart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntry findByGroupId_Head_First(long groupId, boolean head, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
groupId - the group IDhead - the headorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByGroupId_Head_First(long groupId, boolean head, OrderByComparator<StyleBookEntry> orderByComparator)
groupId - the group IDhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry could not be foundStyleBookEntry findByGroupId_Head_Last(long groupId, boolean head, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
groupId - the group IDhead - the headorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByGroupId_Head_Last(long groupId, boolean head, OrderByComparator<StyleBookEntry> orderByComparator)
groupId - the group IDhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry could not be foundStyleBookEntry[] findByGroupId_Head_PrevAndNext(long styleBookEntryId, long groupId, boolean head, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
styleBookEntryId - the primary key of the current style book entrygroupId - the group IDhead - the headorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a style book entry 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 headjava.util.List<StyleBookEntry> findByG_D(long groupId, boolean defaultStyleBookEntry)
groupId - the group IDdefaultStyleBookEntry - the default style book entryjava.util.List<StyleBookEntry> findByG_D(long groupId, boolean defaultStyleBookEntry, 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDdefaultStyleBookEntry - the default style book entrystart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)java.util.List<StyleBookEntry> findByG_D(long groupId, boolean defaultStyleBookEntry, int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDdefaultStyleBookEntry - the default style book entrystart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntry> findByG_D(long groupId, boolean defaultStyleBookEntry, int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDdefaultStyleBookEntry - the default style book entrystart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntry findByG_D_First(long groupId, boolean defaultStyleBookEntry, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
groupId - the group IDdefaultStyleBookEntry - the default style book entryorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByG_D_First(long groupId, boolean defaultStyleBookEntry, OrderByComparator<StyleBookEntry> orderByComparator)
groupId - the group IDdefaultStyleBookEntry - the default style book entryorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry could not be foundStyleBookEntry findByG_D_Last(long groupId, boolean defaultStyleBookEntry, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
groupId - the group IDdefaultStyleBookEntry - the default style book entryorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByG_D_Last(long groupId, boolean defaultStyleBookEntry, OrderByComparator<StyleBookEntry> orderByComparator)
groupId - the group IDdefaultStyleBookEntry - the default style book entryorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry could not be foundStyleBookEntry[] findByG_D_PrevAndNext(long styleBookEntryId, long groupId, boolean defaultStyleBookEntry, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
styleBookEntryId - the primary key of the current style book entrygroupId - the group IDdefaultStyleBookEntry - the default style book entryorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a style book entry with the primary key could not be foundvoid removeByG_D(long groupId,
boolean defaultStyleBookEntry)
groupId - the group IDdefaultStyleBookEntry - the default style book entryint countByG_D(long groupId,
boolean defaultStyleBookEntry)
groupId - the group IDdefaultStyleBookEntry - the default style book entryjava.util.List<StyleBookEntry> findByG_D_Head(long groupId, boolean defaultStyleBookEntry, boolean head)
groupId - the group IDdefaultStyleBookEntry - the default style book entryhead - the headjava.util.List<StyleBookEntry> findByG_D_Head(long groupId, boolean defaultStyleBookEntry, 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDdefaultStyleBookEntry - the default style book entryhead - the headstart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)java.util.List<StyleBookEntry> findByG_D_Head(long groupId, boolean defaultStyleBookEntry, boolean head, int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDdefaultStyleBookEntry - the default style book entryhead - the headstart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntry> findByG_D_Head(long groupId, boolean defaultStyleBookEntry, boolean head, int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDdefaultStyleBookEntry - the default style book entryhead - the headstart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntry findByG_D_Head_First(long groupId, boolean defaultStyleBookEntry, boolean head, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
groupId - the group IDdefaultStyleBookEntry - the default style book entryhead - the headorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByG_D_Head_First(long groupId, boolean defaultStyleBookEntry, boolean head, OrderByComparator<StyleBookEntry> orderByComparator)
groupId - the group IDdefaultStyleBookEntry - the default style book entryhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry could not be foundStyleBookEntry findByG_D_Head_Last(long groupId, boolean defaultStyleBookEntry, boolean head, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
groupId - the group IDdefaultStyleBookEntry - the default style book entryhead - the headorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByG_D_Head_Last(long groupId, boolean defaultStyleBookEntry, boolean head, OrderByComparator<StyleBookEntry> orderByComparator)
groupId - the group IDdefaultStyleBookEntry - the default style book entryhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry could not be foundStyleBookEntry[] findByG_D_Head_PrevAndNext(long styleBookEntryId, long groupId, boolean defaultStyleBookEntry, boolean head, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
styleBookEntryId - the primary key of the current style book entrygroupId - the group IDdefaultStyleBookEntry - the default style book entryhead - the headorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a style book entry with the primary key could not be foundvoid removeByG_D_Head(long groupId,
boolean defaultStyleBookEntry,
boolean head)
groupId - the group IDdefaultStyleBookEntry - the default style book entryhead - the headint countByG_D_Head(long groupId,
boolean defaultStyleBookEntry,
boolean head)
groupId - the group IDdefaultStyleBookEntry - the default style book entryhead - the headjava.util.List<StyleBookEntry> findByG_LikeN(long groupId, java.lang.String name)
groupId - the group IDname - the namejava.util.List<StyleBookEntry> findByG_LikeN(long groupId, java.lang.String name, 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDname - the namestart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)java.util.List<StyleBookEntry> findByG_LikeN(long groupId, java.lang.String name, int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDname - the namestart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntry> findByG_LikeN(long groupId, java.lang.String name, int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDname - the namestart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntry findByG_LikeN_First(long groupId, java.lang.String name, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
groupId - the group IDname - the nameorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByG_LikeN_First(long groupId, java.lang.String name, OrderByComparator<StyleBookEntry> orderByComparator)
groupId - the group IDname - the nameorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry could not be foundStyleBookEntry findByG_LikeN_Last(long groupId, java.lang.String name, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
groupId - the group IDname - the nameorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByG_LikeN_Last(long groupId, java.lang.String name, OrderByComparator<StyleBookEntry> orderByComparator)
groupId - the group IDname - the nameorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry could not be foundStyleBookEntry[] findByG_LikeN_PrevAndNext(long styleBookEntryId, long groupId, java.lang.String name, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
styleBookEntryId - the primary key of the current style book entrygroupId - the group IDname - the nameorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a style book entry with the primary key could not be foundvoid removeByG_LikeN(long groupId,
java.lang.String name)
groupId - the group IDname - the nameint countByG_LikeN(long groupId,
java.lang.String name)
groupId - the group IDname - the namejava.util.List<StyleBookEntry> findByG_LikeN_Head(long groupId, java.lang.String name, boolean head)
groupId - the group IDname - the namehead - the headjava.util.List<StyleBookEntry> findByG_LikeN_Head(long groupId, java.lang.String name, 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDname - the namehead - the headstart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)java.util.List<StyleBookEntry> findByG_LikeN_Head(long groupId, java.lang.String name, boolean head, int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDname - the namehead - the headstart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntry> findByG_LikeN_Head(long groupId, java.lang.String name, boolean head, int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDname - the namehead - the headstart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntry findByG_LikeN_Head_First(long groupId, java.lang.String name, boolean head, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
groupId - the group IDname - the namehead - the headorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByG_LikeN_Head_First(long groupId, java.lang.String name, boolean head, OrderByComparator<StyleBookEntry> orderByComparator)
groupId - the group IDname - the namehead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry could not be foundStyleBookEntry findByG_LikeN_Head_Last(long groupId, java.lang.String name, boolean head, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
groupId - the group IDname - the namehead - the headorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByG_LikeN_Head_Last(long groupId, java.lang.String name, boolean head, OrderByComparator<StyleBookEntry> orderByComparator)
groupId - the group IDname - the namehead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry could not be foundStyleBookEntry[] findByG_LikeN_Head_PrevAndNext(long styleBookEntryId, long groupId, java.lang.String name, boolean head, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
styleBookEntryId - the primary key of the current style book entrygroupId - the group IDname - the namehead - the headorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a style book entry with the primary key could not be foundvoid removeByG_LikeN_Head(long groupId,
java.lang.String name,
boolean head)
groupId - the group IDname - the namehead - the headint countByG_LikeN_Head(long groupId,
java.lang.String name,
boolean head)
groupId - the group IDname - the namehead - the headjava.util.List<StyleBookEntry> findByG_SBEK(long groupId, java.lang.String styleBookEntryKey)
groupId - the group IDstyleBookEntryKey - the style book entry keyjava.util.List<StyleBookEntry> findByG_SBEK(long groupId, java.lang.String styleBookEntryKey, 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDstyleBookEntryKey - the style book entry keystart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)java.util.List<StyleBookEntry> findByG_SBEK(long groupId, java.lang.String styleBookEntryKey, int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDstyleBookEntryKey - the style book entry keystart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntry> findByG_SBEK(long groupId, java.lang.String styleBookEntryKey, int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
groupId - the group IDstyleBookEntryKey - the style book entry keystart - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntry findByG_SBEK_First(long groupId, java.lang.String styleBookEntryKey, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
groupId - the group IDstyleBookEntryKey - the style book entry keyorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByG_SBEK_First(long groupId, java.lang.String styleBookEntryKey, OrderByComparator<StyleBookEntry> orderByComparator)
groupId - the group IDstyleBookEntryKey - the style book entry keyorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry could not be foundStyleBookEntry findByG_SBEK_Last(long groupId, java.lang.String styleBookEntryKey, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
groupId - the group IDstyleBookEntryKey - the style book entry keyorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByG_SBEK_Last(long groupId, java.lang.String styleBookEntryKey, OrderByComparator<StyleBookEntry> orderByComparator)
groupId - the group IDstyleBookEntryKey - the style book entry keyorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry could not be foundStyleBookEntry[] findByG_SBEK_PrevAndNext(long styleBookEntryId, long groupId, java.lang.String styleBookEntryKey, OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException
styleBookEntryId - the primary key of the current style book entrygroupId - the group IDstyleBookEntryKey - the style book entry keyorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryException - if a style book entry with the primary key could not be foundvoid removeByG_SBEK(long groupId,
java.lang.String styleBookEntryKey)
groupId - the group IDstyleBookEntryKey - the style book entry keyint countByG_SBEK(long groupId,
java.lang.String styleBookEntryKey)
groupId - the group IDstyleBookEntryKey - the style book entry keyStyleBookEntry findByG_SBEK_Head(long groupId, java.lang.String styleBookEntryKey, boolean head) throws NoSuchEntryException
NoSuchEntryException if it could not be found.groupId - the group IDstyleBookEntryKey - the style book entry keyhead - the headNoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByG_SBEK_Head(long groupId, java.lang.String styleBookEntryKey, boolean head)
null if it could not be found. Uses the finder cache.groupId - the group IDstyleBookEntryKey - the style book entry keyhead - the headnull if a matching style book entry could not be foundStyleBookEntry fetchByG_SBEK_Head(long groupId, java.lang.String styleBookEntryKey, boolean head, boolean useFinderCache)
null if it could not be found, optionally using the finder cache.groupId - the group IDstyleBookEntryKey - the style book entry keyhead - the headuseFinderCache - whether to use the finder cachenull if a matching style book entry could not be foundStyleBookEntry removeByG_SBEK_Head(long groupId, java.lang.String styleBookEntryKey, boolean head) throws NoSuchEntryException
groupId - the group IDstyleBookEntryKey - the style book entry keyhead - the headNoSuchEntryExceptionint countByG_SBEK_Head(long groupId,
java.lang.String styleBookEntryKey,
boolean head)
groupId - the group IDstyleBookEntryKey - the style book entry keyhead - the headStyleBookEntry findByHeadId(long headId) throws NoSuchEntryException
NoSuchEntryException if it could not be found.headId - the head IDNoSuchEntryException - if a matching style book entry could not be foundStyleBookEntry fetchByHeadId(long headId)
null if it could not be found. Uses the finder cache.headId - the head IDnull if a matching style book entry could not be foundStyleBookEntry 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 style book entry could not be foundStyleBookEntry removeByHeadId(long headId) throws NoSuchEntryException
headId - the head IDNoSuchEntryExceptionint countByHeadId(long headId)
headId - the head IDvoid cacheResult(StyleBookEntry styleBookEntry)
styleBookEntry - the style book entryvoid cacheResult(java.util.List<StyleBookEntry> styleBookEntries)
styleBookEntries - the style book entriesStyleBookEntry create(long styleBookEntryId)
styleBookEntryId - the primary key for the new style book entryStyleBookEntry remove(long styleBookEntryId) throws NoSuchEntryException
styleBookEntryId - the primary key of the style book entryNoSuchEntryException - if a style book entry with the primary key could not be foundStyleBookEntry updateImpl(StyleBookEntry styleBookEntry)
StyleBookEntry findByPrimaryKey(long styleBookEntryId) throws NoSuchEntryException
NoSuchEntryException if it could not be found.styleBookEntryId - the primary key of the style book entryNoSuchEntryException - if a style book entry with the primary key could not be foundStyleBookEntry fetchByPrimaryKey(long styleBookEntryId)
null if it could not be found.styleBookEntryId - the primary key of the style book entrynull if a style book entry with the primary key could not be foundjava.util.List<StyleBookEntry> findAll()
java.util.List<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
start - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)java.util.List<StyleBookEntry> findAll(int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
start - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntry> findAll(int start, int end, OrderByComparator<StyleBookEntry> 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, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.
start - the lower bound of the range of style book entriesend - the upper bound of the range of style book entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachevoid removeAll()
int countAll()