@ProviderType public interface StyleBookEntryVersionPersistence extends BasePersistence<StyleBookEntryVersion>
Caching information and settings can be found in portal.properties
StyleBookEntryVersionUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(java.util.List<StyleBookEntryVersion> styleBookEntryVersions)
Caches the style book entry versions in the entity cache if it is enabled.
|
void |
cacheResult(StyleBookEntryVersion styleBookEntryVersion)
Caches the style book entry version in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of style book entry versions.
|
int |
countByG_D_Version(long groupId,
boolean defaultStyleBookEntry,
int version)
Returns the number of style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.
|
int |
countByG_D(long groupId,
boolean defaultStyleBookEntry)
Returns the number of style book entry versions where groupId = ? and defaultStyleBookEntry = ?.
|
int |
countByG_LikeN_Version(long groupId,
java.lang.String name,
int version)
Returns the number of style book entry versions where groupId = ? and name = ? and version = ?.
|
int |
countByG_LikeN(long groupId,
java.lang.String name)
Returns the number of style book entry versions where groupId = ? and name = ?.
|
int |
countByG_SBEK_Version(long groupId,
java.lang.String styleBookEntryKey,
int version)
Returns the number of style book entry versions where groupId = ? and styleBookEntryKey = ? and version = ?.
|
int |
countByG_SBEK(long groupId,
java.lang.String styleBookEntryKey)
Returns the number of style book entry versions where groupId = ? and styleBookEntryKey = ?.
|
int |
countByGroupId_Version(long groupId,
int version)
Returns the number of style book entry versions where groupId = ? and version = ?.
|
int |
countByGroupId(long groupId)
Returns the number of style book entry versions where groupId = ?.
|
int |
countByStyleBookEntryId_Version(long styleBookEntryId,
int version)
Returns the number of style book entry versions where styleBookEntryId = ? and version = ?.
|
int |
countByStyleBookEntryId(long styleBookEntryId)
Returns the number of style book entry versions where styleBookEntryId = ?.
|
StyleBookEntryVersion |
create(long styleBookEntryVersionId)
Creates a new style book entry version with the primary key.
|
StyleBookEntryVersion |
fetchByG_D_First(long groupId,
boolean defaultStyleBookEntry,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.
|
StyleBookEntryVersion |
fetchByG_D_Last(long groupId,
boolean defaultStyleBookEntry,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.
|
StyleBookEntryVersion |
fetchByG_D_Version_First(long groupId,
boolean defaultStyleBookEntry,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.
|
StyleBookEntryVersion |
fetchByG_D_Version_Last(long groupId,
boolean defaultStyleBookEntry,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.
|
StyleBookEntryVersion |
fetchByG_LikeN_First(long groupId,
java.lang.String name,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where groupId = ? and name = ?.
|
StyleBookEntryVersion |
fetchByG_LikeN_Last(long groupId,
java.lang.String name,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where groupId = ? and name = ?.
|
StyleBookEntryVersion |
fetchByG_LikeN_Version_First(long groupId,
java.lang.String name,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where groupId = ? and name = ? and version = ?.
|
StyleBookEntryVersion |
fetchByG_LikeN_Version_Last(long groupId,
java.lang.String name,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where groupId = ? and name = ? and version = ?.
|
StyleBookEntryVersion |
fetchByG_SBEK_First(long groupId,
java.lang.String styleBookEntryKey,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.
|
StyleBookEntryVersion |
fetchByG_SBEK_Last(long groupId,
java.lang.String styleBookEntryKey,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.
|
StyleBookEntryVersion |
fetchByG_SBEK_Version(long groupId,
java.lang.String styleBookEntryKey,
int version)
Returns the style book entry version where groupId = ? and styleBookEntryKey = ? and version = ? or returns
null if it could not be found. |
StyleBookEntryVersion |
fetchByG_SBEK_Version(long groupId,
java.lang.String styleBookEntryKey,
int version,
boolean useFinderCache)
Returns the style book entry version where groupId = ? and styleBookEntryKey = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
StyleBookEntryVersion |
fetchByGroupId_First(long groupId,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where groupId = ?.
|
StyleBookEntryVersion |
fetchByGroupId_Last(long groupId,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where groupId = ?.
|
StyleBookEntryVersion |
fetchByGroupId_Version_First(long groupId,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where groupId = ? and version = ?.
|
StyleBookEntryVersion |
fetchByGroupId_Version_Last(long groupId,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where groupId = ? and version = ?.
|
StyleBookEntryVersion |
fetchByPrimaryKey(long styleBookEntryVersionId)
Returns the style book entry version with the primary key or returns
null if it could not be found. |
StyleBookEntryVersion |
fetchByStyleBookEntryId_First(long styleBookEntryId,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where styleBookEntryId = ?.
|
StyleBookEntryVersion |
fetchByStyleBookEntryId_Last(long styleBookEntryId,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where styleBookEntryId = ?.
|
StyleBookEntryVersion |
fetchByStyleBookEntryId_Version(long styleBookEntryId,
int version)
Returns the style book entry version where styleBookEntryId = ? and version = ? or returns
null if it could not be found. |
StyleBookEntryVersion |
fetchByStyleBookEntryId_Version(long styleBookEntryId,
int version,
boolean useFinderCache)
Returns the style book entry version where styleBookEntryId = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
java.util.List<StyleBookEntryVersion> |
findAll()
Returns all the style book entry versions.
|
java.util.List<StyleBookEntryVersion> |
findAll(int start,
int end)
Returns a range of all the style book entry versions.
|
java.util.List<StyleBookEntryVersion> |
findAll(int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns an ordered range of all the style book entry versions.
|
java.util.List<StyleBookEntryVersion> |
findAll(int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entry versions.
|
StyleBookEntryVersion |
findByG_D_First(long groupId,
boolean defaultStyleBookEntry,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.
|
StyleBookEntryVersion |
findByG_D_Last(long groupId,
boolean defaultStyleBookEntry,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.
|
StyleBookEntryVersion[] |
findByG_D_PrevAndNext(long styleBookEntryVersionId,
long groupId,
boolean defaultStyleBookEntry,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.
|
StyleBookEntryVersion |
findByG_D_Version_First(long groupId,
boolean defaultStyleBookEntry,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.
|
StyleBookEntryVersion |
findByG_D_Version_Last(long groupId,
boolean defaultStyleBookEntry,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.
|
StyleBookEntryVersion[] |
findByG_D_Version_PrevAndNext(long styleBookEntryVersionId,
long groupId,
boolean defaultStyleBookEntry,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_D_Version(long groupId,
boolean defaultStyleBookEntry,
int version)
Returns all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_D_Version(long groupId,
boolean defaultStyleBookEntry,
int version,
int start,
int end)
Returns a range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_D_Version(long groupId,
boolean defaultStyleBookEntry,
int version,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_D_Version(long groupId,
boolean defaultStyleBookEntry,
int version,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_D(long groupId,
boolean defaultStyleBookEntry)
Returns all the style book entry versions where groupId = ? and defaultStyleBookEntry = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_D(long groupId,
boolean defaultStyleBookEntry,
int start,
int end)
Returns a range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_D(long groupId,
boolean defaultStyleBookEntry,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_D(long groupId,
boolean defaultStyleBookEntry,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ?.
|
StyleBookEntryVersion |
findByG_LikeN_First(long groupId,
java.lang.String name,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where groupId = ? and name = ?.
|
StyleBookEntryVersion |
findByG_LikeN_Last(long groupId,
java.lang.String name,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where groupId = ? and name = ?.
|
StyleBookEntryVersion[] |
findByG_LikeN_PrevAndNext(long styleBookEntryVersionId,
long groupId,
java.lang.String name,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and name = ?.
|
StyleBookEntryVersion |
findByG_LikeN_Version_First(long groupId,
java.lang.String name,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where groupId = ? and name = ? and version = ?.
|
StyleBookEntryVersion |
findByG_LikeN_Version_Last(long groupId,
java.lang.String name,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where groupId = ? and name = ? and version = ?.
|
StyleBookEntryVersion[] |
findByG_LikeN_Version_PrevAndNext(long styleBookEntryVersionId,
long groupId,
java.lang.String name,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and name = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_LikeN_Version(long groupId,
java.lang.String name,
int version)
Returns all the style book entry versions where groupId = ? and name = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_LikeN_Version(long groupId,
java.lang.String name,
int version,
int start,
int end)
Returns a range of all the style book entry versions where groupId = ? and name = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_LikeN_Version(long groupId,
java.lang.String name,
int version,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns an ordered range of all the style book entry versions where groupId = ? and name = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_LikeN_Version(long groupId,
java.lang.String name,
int version,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entry versions where groupId = ? and name = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_LikeN(long groupId,
java.lang.String name)
Returns all the style book entry versions where groupId = ? and name = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_LikeN(long groupId,
java.lang.String name,
int start,
int end)
Returns a range of all the style book entry versions where groupId = ? and name = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_LikeN(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns an ordered range of all the style book entry versions where groupId = ? and name = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_LikeN(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entry versions where groupId = ? and name = ?.
|
StyleBookEntryVersion |
findByG_SBEK_First(long groupId,
java.lang.String styleBookEntryKey,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.
|
StyleBookEntryVersion |
findByG_SBEK_Last(long groupId,
java.lang.String styleBookEntryKey,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.
|
StyleBookEntryVersion[] |
findByG_SBEK_PrevAndNext(long styleBookEntryVersionId,
long groupId,
java.lang.String styleBookEntryKey,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.
|
StyleBookEntryVersion |
findByG_SBEK_Version(long groupId,
java.lang.String styleBookEntryKey,
int version)
Returns the style book entry version where groupId = ? and styleBookEntryKey = ? and version = ? or throws a
NoSuchEntryVersionException if it could not be found. |
java.util.List<StyleBookEntryVersion> |
findByG_SBEK(long groupId,
java.lang.String styleBookEntryKey)
Returns all the style book entry versions where groupId = ? and styleBookEntryKey = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_SBEK(long groupId,
java.lang.String styleBookEntryKey,
int start,
int end)
Returns a range of all the style book entry versions where groupId = ? and styleBookEntryKey = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_SBEK(long groupId,
java.lang.String styleBookEntryKey,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns an ordered range of all the style book entry versions where groupId = ? and styleBookEntryKey = ?.
|
java.util.List<StyleBookEntryVersion> |
findByG_SBEK(long groupId,
java.lang.String styleBookEntryKey,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entry versions where groupId = ? and styleBookEntryKey = ?.
|
StyleBookEntryVersion |
findByGroupId_First(long groupId,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where groupId = ?.
|
StyleBookEntryVersion |
findByGroupId_Last(long groupId,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where groupId = ?.
|
StyleBookEntryVersion[] |
findByGroupId_PrevAndNext(long styleBookEntryVersionId,
long groupId,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ?.
|
StyleBookEntryVersion |
findByGroupId_Version_First(long groupId,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where groupId = ? and version = ?.
|
StyleBookEntryVersion |
findByGroupId_Version_Last(long groupId,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where groupId = ? and version = ?.
|
StyleBookEntryVersion[] |
findByGroupId_Version_PrevAndNext(long styleBookEntryVersionId,
long groupId,
int version,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByGroupId_Version(long groupId,
int version)
Returns all the style book entry versions where groupId = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByGroupId_Version(long groupId,
int version,
int start,
int end)
Returns a range of all the style book entry versions where groupId = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByGroupId_Version(long groupId,
int version,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns an ordered range of all the style book entry versions where groupId = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByGroupId_Version(long groupId,
int version,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entry versions where groupId = ? and version = ?.
|
java.util.List<StyleBookEntryVersion> |
findByGroupId(long groupId)
Returns all the style book entry versions where groupId = ?.
|
java.util.List<StyleBookEntryVersion> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the style book entry versions where groupId = ?.
|
java.util.List<StyleBookEntryVersion> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns an ordered range of all the style book entry versions where groupId = ?.
|
java.util.List<StyleBookEntryVersion> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entry versions where groupId = ?.
|
StyleBookEntryVersion |
findByPrimaryKey(long styleBookEntryVersionId)
Returns the style book entry version with the primary key or throws a
NoSuchEntryVersionException if it could not be found. |
StyleBookEntryVersion |
findByStyleBookEntryId_First(long styleBookEntryId,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the first style book entry version in the ordered set where styleBookEntryId = ?.
|
StyleBookEntryVersion |
findByStyleBookEntryId_Last(long styleBookEntryId,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the last style book entry version in the ordered set where styleBookEntryId = ?.
|
StyleBookEntryVersion[] |
findByStyleBookEntryId_PrevAndNext(long styleBookEntryVersionId,
long styleBookEntryId,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns the style book entry versions before and after the current style book entry version in the ordered set where styleBookEntryId = ?.
|
StyleBookEntryVersion |
findByStyleBookEntryId_Version(long styleBookEntryId,
int version)
Returns the style book entry version where styleBookEntryId = ? and version = ? or throws a
NoSuchEntryVersionException if it could not be found. |
java.util.List<StyleBookEntryVersion> |
findByStyleBookEntryId(long styleBookEntryId)
Returns all the style book entry versions where styleBookEntryId = ?.
|
java.util.List<StyleBookEntryVersion> |
findByStyleBookEntryId(long styleBookEntryId,
int start,
int end)
Returns a range of all the style book entry versions where styleBookEntryId = ?.
|
java.util.List<StyleBookEntryVersion> |
findByStyleBookEntryId(long styleBookEntryId,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator)
Returns an ordered range of all the style book entry versions where styleBookEntryId = ?.
|
java.util.List<StyleBookEntryVersion> |
findByStyleBookEntryId(long styleBookEntryId,
int start,
int end,
OrderByComparator<StyleBookEntryVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the style book entry versions where styleBookEntryId = ?.
|
StyleBookEntryVersion |
remove(long styleBookEntryVersionId)
Removes the style book entry version with the primary key from the database.
|
void |
removeAll()
Removes all the style book entry versions from the database.
|
void |
removeByG_D_Version(long groupId,
boolean defaultStyleBookEntry,
int version)
Removes all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ? from the database.
|
void |
removeByG_D(long groupId,
boolean defaultStyleBookEntry)
Removes all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? from the database.
|
void |
removeByG_LikeN_Version(long groupId,
java.lang.String name,
int version)
Removes all the style book entry versions where groupId = ? and name = ? and version = ? from the database.
|
void |
removeByG_LikeN(long groupId,
java.lang.String name)
Removes all the style book entry versions where groupId = ? and name = ? from the database.
|
StyleBookEntryVersion |
removeByG_SBEK_Version(long groupId,
java.lang.String styleBookEntryKey,
int version)
Removes the style book entry version where groupId = ? and styleBookEntryKey = ? and version = ? from the database.
|
void |
removeByG_SBEK(long groupId,
java.lang.String styleBookEntryKey)
Removes all the style book entry versions where groupId = ? and styleBookEntryKey = ? from the database.
|
void |
removeByGroupId_Version(long groupId,
int version)
Removes all the style book entry versions where groupId = ? and version = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the style book entry versions where groupId = ? from the database.
|
StyleBookEntryVersion |
removeByStyleBookEntryId_Version(long styleBookEntryId,
int version)
Removes the style book entry version where styleBookEntryId = ? and version = ? from the database.
|
void |
removeByStyleBookEntryId(long styleBookEntryId)
Removes all the style book entry versions where styleBookEntryId = ? from the database.
|
StyleBookEntryVersion |
updateImpl(StyleBookEntryVersion styleBookEntryVersion) |
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<StyleBookEntryVersion> findByStyleBookEntryId(long styleBookEntryId)
styleBookEntryId - the style book entry IDjava.util.List<StyleBookEntryVersion> findByStyleBookEntryId(long styleBookEntryId, 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 StyleBookEntryVersionModelImpl.
styleBookEntryId - the style book entry IDstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)java.util.List<StyleBookEntryVersion> findByStyleBookEntryId(long styleBookEntryId, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
styleBookEntryId - the style book entry IDstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntryVersion> findByStyleBookEntryId(long styleBookEntryId, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
styleBookEntryId - the style book entry IDstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntryVersion findByStyleBookEntryId_First(long styleBookEntryId, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
styleBookEntryId - the style book entry IDorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByStyleBookEntryId_First(long styleBookEntryId, OrderByComparator<StyleBookEntryVersion> orderByComparator)
styleBookEntryId - the style book entry IDorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry version could not be foundStyleBookEntryVersion findByStyleBookEntryId_Last(long styleBookEntryId, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
styleBookEntryId - the style book entry IDorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByStyleBookEntryId_Last(long styleBookEntryId, OrderByComparator<StyleBookEntryVersion> orderByComparator)
styleBookEntryId - the style book entry IDorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry version could not be foundStyleBookEntryVersion[] findByStyleBookEntryId_PrevAndNext(long styleBookEntryVersionId, long styleBookEntryId, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
styleBookEntryVersionId - the primary key of the current style book entry versionstyleBookEntryId - the style book entry IDorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a style book entry version with the primary key could not be foundvoid removeByStyleBookEntryId(long styleBookEntryId)
styleBookEntryId - the style book entry IDint countByStyleBookEntryId(long styleBookEntryId)
styleBookEntryId - the style book entry IDStyleBookEntryVersion findByStyleBookEntryId_Version(long styleBookEntryId, int version) throws NoSuchEntryVersionException
NoSuchEntryVersionException if it could not be found.styleBookEntryId - the style book entry IDversion - the versionNoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByStyleBookEntryId_Version(long styleBookEntryId, int version)
null if it could not be found. Uses the finder cache.styleBookEntryId - the style book entry IDversion - the versionnull if a matching style book entry version could not be foundStyleBookEntryVersion fetchByStyleBookEntryId_Version(long styleBookEntryId, int version, boolean useFinderCache)
null if it could not be found, optionally using the finder cache.styleBookEntryId - the style book entry IDversion - the versionuseFinderCache - whether to use the finder cachenull if a matching style book entry version could not be foundStyleBookEntryVersion removeByStyleBookEntryId_Version(long styleBookEntryId, int version) throws NoSuchEntryVersionException
styleBookEntryId - the style book entry IDversion - the versionNoSuchEntryVersionExceptionint countByStyleBookEntryId_Version(long styleBookEntryId,
int version)
styleBookEntryId - the style book entry IDversion - the versionjava.util.List<StyleBookEntryVersion> findByGroupId(long groupId)
groupId - the group IDjava.util.List<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)java.util.List<StyleBookEntryVersion> findByGroupId(long groupId, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntryVersion> findByGroupId(long groupId, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntryVersion findByGroupId_First(long groupId, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByGroupId_First(long groupId, OrderByComparator<StyleBookEntryVersion> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry version could not be foundStyleBookEntryVersion findByGroupId_Last(long groupId, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByGroupId_Last(long groupId, OrderByComparator<StyleBookEntryVersion> orderByComparator)
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry version could not be foundStyleBookEntryVersion[] findByGroupId_PrevAndNext(long styleBookEntryVersionId, long groupId, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
styleBookEntryVersionId - the primary key of the current style book entry versiongroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a style book entry version with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId - the group IDint countByGroupId(long groupId)
groupId - the group IDjava.util.List<StyleBookEntryVersion> findByGroupId_Version(long groupId, int version)
groupId - the group IDversion - the versionjava.util.List<StyleBookEntryVersion> findByGroupId_Version(long groupId, int version, 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 StyleBookEntryVersionModelImpl.
groupId - the group IDversion - the versionstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)java.util.List<StyleBookEntryVersion> findByGroupId_Version(long groupId, int version, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDversion - the versionstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntryVersion> findByGroupId_Version(long groupId, int version, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDversion - the versionstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntryVersion findByGroupId_Version_First(long groupId, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
groupId - the group IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByGroupId_Version_First(long groupId, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator)
groupId - the group IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry version could not be foundStyleBookEntryVersion findByGroupId_Version_Last(long groupId, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
groupId - the group IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByGroupId_Version_Last(long groupId, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator)
groupId - the group IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry version could not be foundStyleBookEntryVersion[] findByGroupId_Version_PrevAndNext(long styleBookEntryVersionId, long groupId, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
styleBookEntryVersionId - the primary key of the current style book entry versiongroupId - the group IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a style book entry version with the primary key could not be foundvoid removeByGroupId_Version(long groupId,
int version)
groupId - the group IDversion - the versionint countByGroupId_Version(long groupId,
int version)
groupId - the group IDversion - the versionjava.util.List<StyleBookEntryVersion> findByG_D(long groupId, boolean defaultStyleBookEntry)
groupId - the group IDdefaultStyleBookEntry - the default style book entryjava.util.List<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDdefaultStyleBookEntry - the default style book entrystart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)java.util.List<StyleBookEntryVersion> findByG_D(long groupId, boolean defaultStyleBookEntry, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDdefaultStyleBookEntry - the default style book entrystart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntryVersion> findByG_D(long groupId, boolean defaultStyleBookEntry, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDdefaultStyleBookEntry - the default style book entrystart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntryVersion findByG_D_First(long groupId, boolean defaultStyleBookEntry, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
groupId - the group IDdefaultStyleBookEntry - the default style book entryorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByG_D_First(long groupId, boolean defaultStyleBookEntry, OrderByComparator<StyleBookEntryVersion> 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 version could not be foundStyleBookEntryVersion findByG_D_Last(long groupId, boolean defaultStyleBookEntry, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
groupId - the group IDdefaultStyleBookEntry - the default style book entryorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByG_D_Last(long groupId, boolean defaultStyleBookEntry, OrderByComparator<StyleBookEntryVersion> 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 version could not be foundStyleBookEntryVersion[] findByG_D_PrevAndNext(long styleBookEntryVersionId, long groupId, boolean defaultStyleBookEntry, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
styleBookEntryVersionId - the primary key of the current style book entry versiongroupId - the group IDdefaultStyleBookEntry - the default style book entryorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a style book entry version 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<StyleBookEntryVersion> findByG_D_Version(long groupId, boolean defaultStyleBookEntry, int version)
groupId - the group IDdefaultStyleBookEntry - the default style book entryversion - the versionjava.util.List<StyleBookEntryVersion> findByG_D_Version(long groupId, boolean defaultStyleBookEntry, int version, 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 StyleBookEntryVersionModelImpl.
groupId - the group IDdefaultStyleBookEntry - the default style book entryversion - the versionstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)java.util.List<StyleBookEntryVersion> findByG_D_Version(long groupId, boolean defaultStyleBookEntry, int version, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDdefaultStyleBookEntry - the default style book entryversion - the versionstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntryVersion> findByG_D_Version(long groupId, boolean defaultStyleBookEntry, int version, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDdefaultStyleBookEntry - the default style book entryversion - the versionstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntryVersion findByG_D_Version_First(long groupId, boolean defaultStyleBookEntry, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
groupId - the group IDdefaultStyleBookEntry - the default style book entryversion - the versionorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByG_D_Version_First(long groupId, boolean defaultStyleBookEntry, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator)
groupId - the group IDdefaultStyleBookEntry - the default style book entryversion - the versionorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry version could not be foundStyleBookEntryVersion findByG_D_Version_Last(long groupId, boolean defaultStyleBookEntry, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
groupId - the group IDdefaultStyleBookEntry - the default style book entryversion - the versionorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByG_D_Version_Last(long groupId, boolean defaultStyleBookEntry, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator)
groupId - the group IDdefaultStyleBookEntry - the default style book entryversion - the versionorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry version could not be foundStyleBookEntryVersion[] findByG_D_Version_PrevAndNext(long styleBookEntryVersionId, long groupId, boolean defaultStyleBookEntry, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
styleBookEntryVersionId - the primary key of the current style book entry versiongroupId - the group IDdefaultStyleBookEntry - the default style book entryversion - the versionorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a style book entry version with the primary key could not be foundvoid removeByG_D_Version(long groupId,
boolean defaultStyleBookEntry,
int version)
groupId - the group IDdefaultStyleBookEntry - the default style book entryversion - the versionint countByG_D_Version(long groupId,
boolean defaultStyleBookEntry,
int version)
groupId - the group IDdefaultStyleBookEntry - the default style book entryversion - the versionjava.util.List<StyleBookEntryVersion> findByG_LikeN(long groupId, java.lang.String name)
groupId - the group IDname - the namejava.util.List<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDname - the namestart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)java.util.List<StyleBookEntryVersion> findByG_LikeN(long groupId, java.lang.String name, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDname - the namestart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntryVersion> findByG_LikeN(long groupId, java.lang.String name, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDname - the namestart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntryVersion findByG_LikeN_First(long groupId, java.lang.String name, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
groupId - the group IDname - the nameorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByG_LikeN_First(long groupId, java.lang.String name, OrderByComparator<StyleBookEntryVersion> orderByComparator)
groupId - the group IDname - the nameorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry version could not be foundStyleBookEntryVersion findByG_LikeN_Last(long groupId, java.lang.String name, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
groupId - the group IDname - the nameorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByG_LikeN_Last(long groupId, java.lang.String name, OrderByComparator<StyleBookEntryVersion> orderByComparator)
groupId - the group IDname - the nameorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry version could not be foundStyleBookEntryVersion[] findByG_LikeN_PrevAndNext(long styleBookEntryVersionId, long groupId, java.lang.String name, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
styleBookEntryVersionId - the primary key of the current style book entry versiongroupId - the group IDname - the nameorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a style book entry version 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<StyleBookEntryVersion> findByG_LikeN_Version(long groupId, java.lang.String name, int version)
groupId - the group IDname - the nameversion - the versionjava.util.List<StyleBookEntryVersion> findByG_LikeN_Version(long groupId, java.lang.String name, int version, 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 StyleBookEntryVersionModelImpl.
groupId - the group IDname - the nameversion - the versionstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)java.util.List<StyleBookEntryVersion> findByG_LikeN_Version(long groupId, java.lang.String name, int version, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDname - the nameversion - the versionstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntryVersion> findByG_LikeN_Version(long groupId, java.lang.String name, int version, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDname - the nameversion - the versionstart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntryVersion findByG_LikeN_Version_First(long groupId, java.lang.String name, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
groupId - the group IDname - the nameversion - the versionorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByG_LikeN_Version_First(long groupId, java.lang.String name, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator)
groupId - the group IDname - the nameversion - the versionorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry version could not be foundStyleBookEntryVersion findByG_LikeN_Version_Last(long groupId, java.lang.String name, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
groupId - the group IDname - the nameversion - the versionorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByG_LikeN_Version_Last(long groupId, java.lang.String name, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator)
groupId - the group IDname - the nameversion - the versionorderByComparator - the comparator to order the set by (optionally null)null if a matching style book entry version could not be foundStyleBookEntryVersion[] findByG_LikeN_Version_PrevAndNext(long styleBookEntryVersionId, long groupId, java.lang.String name, int version, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
styleBookEntryVersionId - the primary key of the current style book entry versiongroupId - the group IDname - the nameversion - the versionorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a style book entry version with the primary key could not be foundvoid removeByG_LikeN_Version(long groupId,
java.lang.String name,
int version)
groupId - the group IDname - the nameversion - the versionint countByG_LikeN_Version(long groupId,
java.lang.String name,
int version)
groupId - the group IDname - the nameversion - the versionjava.util.List<StyleBookEntryVersion> findByG_SBEK(long groupId, java.lang.String styleBookEntryKey)
groupId - the group IDstyleBookEntryKey - the style book entry keyjava.util.List<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDstyleBookEntryKey - the style book entry keystart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)java.util.List<StyleBookEntryVersion> findByG_SBEK(long groupId, java.lang.String styleBookEntryKey, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDstyleBookEntryKey - the style book entry keystart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntryVersion> findByG_SBEK(long groupId, java.lang.String styleBookEntryKey, int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
groupId - the group IDstyleBookEntryKey - the style book entry keystart - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cacheStyleBookEntryVersion findByG_SBEK_First(long groupId, java.lang.String styleBookEntryKey, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
groupId - the group IDstyleBookEntryKey - the style book entry keyorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByG_SBEK_First(long groupId, java.lang.String styleBookEntryKey, OrderByComparator<StyleBookEntryVersion> 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 version could not be foundStyleBookEntryVersion findByG_SBEK_Last(long groupId, java.lang.String styleBookEntryKey, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
groupId - the group IDstyleBookEntryKey - the style book entry keyorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByG_SBEK_Last(long groupId, java.lang.String styleBookEntryKey, OrderByComparator<StyleBookEntryVersion> 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 version could not be foundStyleBookEntryVersion[] findByG_SBEK_PrevAndNext(long styleBookEntryVersionId, long groupId, java.lang.String styleBookEntryKey, OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException
styleBookEntryVersionId - the primary key of the current style book entry versiongroupId - the group IDstyleBookEntryKey - the style book entry keyorderByComparator - the comparator to order the set by (optionally null)NoSuchEntryVersionException - if a style book entry version 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 keyStyleBookEntryVersion findByG_SBEK_Version(long groupId, java.lang.String styleBookEntryKey, int version) throws NoSuchEntryVersionException
NoSuchEntryVersionException if it could not be found.groupId - the group IDstyleBookEntryKey - the style book entry keyversion - the versionNoSuchEntryVersionException - if a matching style book entry version could not be foundStyleBookEntryVersion fetchByG_SBEK_Version(long groupId, java.lang.String styleBookEntryKey, int version)
null if it could not be found. Uses the finder cache.groupId - the group IDstyleBookEntryKey - the style book entry keyversion - the versionnull if a matching style book entry version could not be foundStyleBookEntryVersion fetchByG_SBEK_Version(long groupId, java.lang.String styleBookEntryKey, int version, boolean useFinderCache)
null if it could not be found, optionally using the finder cache.groupId - the group IDstyleBookEntryKey - the style book entry keyversion - the versionuseFinderCache - whether to use the finder cachenull if a matching style book entry version could not be foundStyleBookEntryVersion removeByG_SBEK_Version(long groupId, java.lang.String styleBookEntryKey, int version) throws NoSuchEntryVersionException
groupId - the group IDstyleBookEntryKey - the style book entry keyversion - the versionNoSuchEntryVersionExceptionint countByG_SBEK_Version(long groupId,
java.lang.String styleBookEntryKey,
int version)
groupId - the group IDstyleBookEntryKey - the style book entry keyversion - the versionvoid cacheResult(StyleBookEntryVersion styleBookEntryVersion)
styleBookEntryVersion - the style book entry versionvoid cacheResult(java.util.List<StyleBookEntryVersion> styleBookEntryVersions)
styleBookEntryVersions - the style book entry versionsStyleBookEntryVersion create(long styleBookEntryVersionId)
styleBookEntryVersionId - the primary key for the new style book entry versionStyleBookEntryVersion remove(long styleBookEntryVersionId) throws NoSuchEntryVersionException
styleBookEntryVersionId - the primary key of the style book entry versionNoSuchEntryVersionException - if a style book entry version with the primary key could not be foundStyleBookEntryVersion updateImpl(StyleBookEntryVersion styleBookEntryVersion)
StyleBookEntryVersion findByPrimaryKey(long styleBookEntryVersionId) throws NoSuchEntryVersionException
NoSuchEntryVersionException if it could not be found.styleBookEntryVersionId - the primary key of the style book entry versionNoSuchEntryVersionException - if a style book entry version with the primary key could not be foundStyleBookEntryVersion fetchByPrimaryKey(long styleBookEntryVersionId)
null if it could not be found.styleBookEntryVersionId - the primary key of the style book entry versionnull if a style book entry version with the primary key could not be foundjava.util.List<StyleBookEntryVersion> findAll()
java.util.List<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
start - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)java.util.List<StyleBookEntryVersion> findAll(int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
start - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<StyleBookEntryVersion> findAll(int start, int end, OrderByComparator<StyleBookEntryVersion> 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 StyleBookEntryVersionModelImpl.
start - the lower bound of the range of style book entry versionsend - the upper bound of the range of style book entry versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachevoid removeAll()
int countAll()