Interface StyleBookEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<StyleBookEntry>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<StyleBookEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(StyleBookEntry styleBookEntry) Caches the style book entry in the entity cache if it is enabled.void
cacheResult
(List<StyleBookEntry> styleBookEntries) Caches the style book entries in the entity cache if it is enabled.int
countAll()
Returns the number of style book entries.int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of style book entries where externalReferenceCode = ? and groupId = ?.int
countByERC_G_Head
(String externalReferenceCode, long groupId, boolean head) Returns the number of style book entries where externalReferenceCode = ? and groupId = ? and head = ?.int
countByG_D
(long groupId, boolean defaultStyleBookEntry) Returns the number of style book entries where groupId = ? and defaultStyleBookEntry = ?.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_T
(long groupId, boolean defaultStyleBookEntry, String themeId) Returns the number of style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.int
countByG_D_T_Head
(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head) Returns the number of style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.int
countByG_LikeN
(long groupId, String name) Returns the number of style book entries where groupId = ? and name LIKE ?.int
countByG_LikeN_Head
(long groupId, String name, boolean head) Returns the number of style book entries where groupId = ? and name LIKE ? and head = ?.int
countByG_SBEK
(long groupId, String styleBookEntryKey) Returns the number of style book entries where groupId = ? and styleBookEntryKey = ?.int
countByG_SBEK_Head
(long groupId, String styleBookEntryKey, boolean head) Returns the number of style book entries where groupId = ? and styleBookEntryKey = ? and head = ?.int
countByG_T
(long groupId, String themeId) Returns the number of style book entries where groupId = ? and themeId = ?.int
countByG_T_Head
(long groupId, String themeId, boolean head) Returns the number of style book entries where groupId = ? and themeId = ? and head = ?.int
countByGroupId
(long groupId) Returns the number of style book entries where groupId = ?.int
countByGroupId_Head
(long groupId, boolean head) Returns the number of style book entries where groupId = ? and head = ?.int
countByHeadId
(long headId) Returns the number of style book entries where headId = ?.int
countByUuid
(String uuid) Returns the number of style book entries where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of style book entries where uuid = ? and companyId = ?.int
countByUuid_C_Head
(String uuid, long companyId, boolean head) Returns the number of style book entries where uuid = ? and companyId = ? and head = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of style book entries where uuid = ? and groupId = ?.int
countByUUID_G_Head
(String uuid, long groupId, boolean head) Returns the number of style book entries where uuid = ? and groupId = ? and head = ?.int
countByUuid_Head
(String uuid, boolean head) Returns the number of style book entries where uuid = ? and head = ?.create
(long styleBookEntryId) Creates a new style book entry with the primary key.fetchByERC_G_First
(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where externalReferenceCode = ? and groupId = ?.fetchByERC_G_Head
(String externalReferenceCode, long groupId, boolean head) Returns the style book entry where externalReferenceCode = ? and groupId = ? and head = ? or returnsnull
if it could not be found.fetchByERC_G_Head
(String externalReferenceCode, long groupId, boolean head, boolean useFinderCache) Returns the style book entry where externalReferenceCode = ? and groupId = ? and head = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByERC_G_Last
(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where externalReferenceCode = ? and groupId = ?.fetchByG_D_First
(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.fetchByG_D_Head_First
(long groupId, boolean defaultStyleBookEntry, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and head = ?.fetchByG_D_Head_Last
(long groupId, boolean defaultStyleBookEntry, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and head = ?.fetchByG_D_Last
(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.fetchByG_D_T_First
(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.fetchByG_D_T_Head_First
(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.fetchByG_D_T_Head_Last
(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.fetchByG_D_T_Last
(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.fetchByG_LikeN_First
(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and name LIKE ?.fetchByG_LikeN_Head_First
(long groupId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and name LIKE ? and head = ?.fetchByG_LikeN_Head_Last
(long groupId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and name LIKE ? and head = ?.fetchByG_LikeN_Last
(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and name LIKE ?.fetchByG_SBEK_First
(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.fetchByG_SBEK_Head
(long groupId, String styleBookEntryKey, boolean head) Returns the style book entry where groupId = ? and styleBookEntryKey = ? and head = ? or returnsnull
if it could not be found.fetchByG_SBEK_Head
(long groupId, String styleBookEntryKey, boolean head, boolean useFinderCache) Returns the style book entry where groupId = ? and styleBookEntryKey = ? and head = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_SBEK_Last
(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.fetchByG_T_First
(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and themeId = ?.fetchByG_T_Head_First
(long groupId, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and themeId = ? and head = ?.fetchByG_T_Head_Last
(long groupId, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and themeId = ? and head = ?.fetchByG_T_Last
(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and themeId = ?.fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ?.fetchByGroupId_Head_First
(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and head = ?.fetchByGroupId_Head_Last
(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and head = ?.fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ?.fetchByHeadId
(long headId) Returns the style book entry where headId = ? or returnsnull
if it could not be found.fetchByHeadId
(long headId, boolean useFinderCache) Returns the style book entry where headId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long styleBookEntryId) Returns the style book entry with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Head_First
(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ? and companyId = ? and head = ?.fetchByUuid_C_Head_Last
(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ? and companyId = ? and head = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ?.fetchByUUID_G_First
(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ? and groupId = ?.fetchByUUID_G_Head
(String uuid, long groupId, boolean head) Returns the style book entry where uuid = ? and groupId = ? and head = ? or returnsnull
if it could not be found.fetchByUUID_G_Head
(String uuid, long groupId, boolean head, boolean useFinderCache) Returns the style book entry where uuid = ? and groupId = ? and head = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUUID_G_Last
(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ? and groupId = ?.fetchByUuid_Head_First
(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ? and head = ?.fetchByUuid_Head_Last
(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ? and head = ?.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ?.findAll()
Returns all the style book entries.findAll
(int start, int end) Returns a range of all the style book entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries.findByERC_G
(String externalReferenceCode, long groupId) Returns all the style book entries where externalReferenceCode = ? and groupId = ?.findByERC_G
(String externalReferenceCode, long groupId, int start, int end) Returns a range of all the style book entries where externalReferenceCode = ? and groupId = ?.findByERC_G
(String externalReferenceCode, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where externalReferenceCode = ? and groupId = ?.findByERC_G
(String externalReferenceCode, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where externalReferenceCode = ? and groupId = ?.findByERC_G_First
(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where externalReferenceCode = ? and groupId = ?.findByERC_G_Head
(String externalReferenceCode, long groupId, boolean head) Returns the style book entry where externalReferenceCode = ? and groupId = ? and head = ? or throws aNoSuchEntryException
if it could not be found.findByERC_G_Last
(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where externalReferenceCode = ? and groupId = ?.findByERC_G_PrevAndNext
(long styleBookEntryId, String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the style book entries before and after the current style book entry in the ordered set where externalReferenceCode = ? and groupId = ?.findByG_D
(long groupId, boolean defaultStyleBookEntry) Returns all the style book entries where groupId = ? and defaultStyleBookEntry = ?.findByG_D
(long groupId, boolean defaultStyleBookEntry, int start, int end) Returns a range of all the style book entries where groupId = ? and defaultStyleBookEntry = ?.findByG_D
(long groupId, boolean defaultStyleBookEntry, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ?.findByG_D
(long groupId, boolean defaultStyleBookEntry, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ?.findByG_D_First
(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.findByG_D_Head
(long groupId, boolean defaultStyleBookEntry, boolean head) Returns all the style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ?.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 = ?.findByG_D_Head
(long groupId, boolean defaultStyleBookEntry, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ?.findByG_D_Head
(long groupId, boolean defaultStyleBookEntry, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ?.findByG_D_Head_First
(long groupId, boolean defaultStyleBookEntry, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and head = ?.findByG_D_Head_Last
(long groupId, boolean defaultStyleBookEntry, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and head = ?.findByG_D_Head_PrevAndNext
(long styleBookEntryId, long groupId, boolean defaultStyleBookEntry, boolean head, com.liferay.portal.kernel.util.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 = ?.findByG_D_Last
(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.findByG_D_PrevAndNext
(long styleBookEntryId, long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.findByG_D_T
(long groupId, boolean defaultStyleBookEntry, String themeId) Returns all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.findByG_D_T
(long groupId, boolean defaultStyleBookEntry, String themeId, int start, int end) Returns a range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.findByG_D_T
(long groupId, boolean defaultStyleBookEntry, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.findByG_D_T
(long groupId, boolean defaultStyleBookEntry, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.findByG_D_T_First
(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.findByG_D_T_Head
(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head) Returns all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.findByG_D_T_Head
(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, int start, int end) Returns a range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.findByG_D_T_Head
(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.findByG_D_T_Head
(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.findByG_D_T_Head_First
(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.findByG_D_T_Head_Last
(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.findByG_D_T_Head_PrevAndNext
(long styleBookEntryId, long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, com.liferay.portal.kernel.util.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 themeId = ? and head = ?.findByG_D_T_Last
(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.findByG_D_T_PrevAndNext
(long styleBookEntryId, long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.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 themeId = ?.findByG_LikeN
(long groupId, String name) Returns all the style book entries where groupId = ? and name LIKE ?.findByG_LikeN
(long groupId, String name, int start, int end) Returns a range of all the style book entries where groupId = ? and name LIKE ?.findByG_LikeN
(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and name LIKE ?.findByG_LikeN
(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and name LIKE ?.findByG_LikeN_First
(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and name LIKE ?.findByG_LikeN_Head
(long groupId, String name, boolean head) Returns all the style book entries where groupId = ? and name LIKE ? and head = ?.findByG_LikeN_Head
(long groupId, String name, boolean head, int start, int end) Returns a range of all the style book entries where groupId = ? and name LIKE ? and head = ?.findByG_LikeN_Head
(long groupId, String name, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and name LIKE ? and head = ?.findByG_LikeN_Head
(long groupId, String name, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and name LIKE ? and head = ?.findByG_LikeN_Head_First
(long groupId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and name LIKE ? and head = ?.findByG_LikeN_Head_Last
(long groupId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and name LIKE ? and head = ?.findByG_LikeN_Head_PrevAndNext
(long styleBookEntryId, long groupId, String name, boolean head, com.liferay.portal.kernel.util.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 = ?.findByG_LikeN_Last
(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and name LIKE ?.findByG_LikeN_PrevAndNext
(long styleBookEntryId, long groupId, String name, com.liferay.portal.kernel.util.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 ?.findByG_SBEK
(long groupId, String styleBookEntryKey) Returns all the style book entries where groupId = ? and styleBookEntryKey = ?.findByG_SBEK
(long groupId, String styleBookEntryKey, int start, int end) Returns a range of all the style book entries where groupId = ? and styleBookEntryKey = ?.findByG_SBEK
(long groupId, String styleBookEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and styleBookEntryKey = ?.findByG_SBEK
(long groupId, String styleBookEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and styleBookEntryKey = ?.findByG_SBEK_First
(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.findByG_SBEK_Head
(long groupId, String styleBookEntryKey, boolean head) Returns the style book entry where groupId = ? and styleBookEntryKey = ? and head = ? or throws aNoSuchEntryException
if it could not be found.findByG_SBEK_Last
(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.findByG_SBEK_PrevAndNext
(long styleBookEntryId, long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.Returns all the style book entries where groupId = ? and themeId = ?.Returns a range of all the style book entries where groupId = ? and themeId = ?.findByG_T
(long groupId, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and themeId = ?.findByG_T
(long groupId, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and themeId = ?.findByG_T_First
(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and themeId = ?.findByG_T_Head
(long groupId, String themeId, boolean head) Returns all the style book entries where groupId = ? and themeId = ? and head = ?.findByG_T_Head
(long groupId, String themeId, boolean head, int start, int end) Returns a range of all the style book entries where groupId = ? and themeId = ? and head = ?.findByG_T_Head
(long groupId, String themeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and themeId = ? and head = ?.findByG_T_Head
(long groupId, String themeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and themeId = ? and head = ?.findByG_T_Head_First
(long groupId, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and themeId = ? and head = ?.findByG_T_Head_Last
(long groupId, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and themeId = ? and head = ?.findByG_T_Head_PrevAndNext
(long styleBookEntryId, long groupId, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and themeId = ? and head = ?.findByG_T_Last
(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and themeId = ?.findByG_T_PrevAndNext
(long styleBookEntryId, long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and themeId = ?.findByGroupId
(long groupId) Returns all the style book entries where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the style book entries where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ?.findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ?.findByGroupId_Head
(long groupId, boolean head) Returns all the style book entries where groupId = ? and head = ?.findByGroupId_Head
(long groupId, boolean head, int start, int end) Returns a range of all the style book entries where groupId = ? and head = ?.findByGroupId_Head
(long groupId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and head = ?.findByGroupId_Head
(long groupId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and head = ?.findByGroupId_Head_First
(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and head = ?.findByGroupId_Head_Last
(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and head = ?.findByGroupId_Head_PrevAndNext
(long styleBookEntryId, long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and head = ?.findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ?.findByGroupId_PrevAndNext
(long styleBookEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the style book entries before and after the current style book entry in the ordered set where groupId = ?.findByHeadId
(long headId) Returns the style book entry where headId = ? or throws aNoSuchEntryException
if it could not be found.findByPrimaryKey
(long styleBookEntryId) Returns the style book entry with the primary key or throws aNoSuchEntryException
if it could not be found.findByUuid
(String uuid) Returns all the style book entries where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the style book entries where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the style book entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the style book entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Head
(String uuid, long companyId, boolean head) Returns all the style book entries where uuid = ? and companyId = ? and head = ?.findByUuid_C_Head
(String uuid, long companyId, boolean head, int start, int end) Returns a range of all the style book entries where uuid = ? and companyId = ? and head = ?.findByUuid_C_Head
(String uuid, long companyId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where uuid = ? and companyId = ? and head = ?.findByUuid_C_Head
(String uuid, long companyId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where uuid = ? and companyId = ? and head = ?.findByUuid_C_Head_First
(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ? and companyId = ? and head = ?.findByUuid_C_Head_Last
(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ? and companyId = ? and head = ?.findByUuid_C_Head_PrevAndNext
(long styleBookEntryId, String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the style book entries before and after the current style book entry in the ordered set where uuid = ? and companyId = ? and head = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long styleBookEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the style book entries before and after the current style book entry in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns all the style book entries where uuid = ? and groupId = ?.findByUUID_G
(String uuid, long groupId, int start, int end) Returns a range of all the style book entries where uuid = ? and groupId = ?.findByUUID_G
(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where uuid = ? and groupId = ?.findByUUID_G
(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where uuid = ? and groupId = ?.findByUUID_G_First
(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ? and groupId = ?.findByUUID_G_Head
(String uuid, long groupId, boolean head) Returns the style book entry where uuid = ? and groupId = ? and head = ? or throws aNoSuchEntryException
if it could not be found.findByUUID_G_Last
(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ? and groupId = ?.findByUUID_G_PrevAndNext
(long styleBookEntryId, String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the style book entries before and after the current style book entry in the ordered set where uuid = ? and groupId = ?.findByUuid_Head
(String uuid, boolean head) Returns all the style book entries where uuid = ? and head = ?.findByUuid_Head
(String uuid, boolean head, int start, int end) Returns a range of all the style book entries where uuid = ? and head = ?.findByUuid_Head
(String uuid, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where uuid = ? and head = ?.findByUuid_Head
(String uuid, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where uuid = ? and head = ?.findByUuid_Head_First
(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ? and head = ?.findByUuid_Head_Last
(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ? and head = ?.findByUuid_Head_PrevAndNext
(long styleBookEntryId, String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the style book entries before and after the current style book entry in the ordered set where uuid = ? and head = ?.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long styleBookEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the style book entries before and after the current style book entry in the ordered set where uuid = ?.remove
(long styleBookEntryId) Removes the style book entry with the primary key from the database.void
Removes all the style book entries from the database.void
removeByERC_G
(String externalReferenceCode, long groupId) Removes all the style book entries where externalReferenceCode = ? and groupId = ? from the database.removeByERC_G_Head
(String externalReferenceCode, long groupId, boolean head) Removes the style book entry where externalReferenceCode = ? and groupId = ? 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_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_T
(long groupId, boolean defaultStyleBookEntry, String themeId) Removes all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ? from the database.void
removeByG_D_T_Head
(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head) Removes all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ? from the database.void
removeByG_LikeN
(long groupId, String name) Removes all the style book entries where groupId = ? and name LIKE ? from the database.void
removeByG_LikeN_Head
(long groupId, String name, boolean head) Removes all the style book entries where groupId = ? and name LIKE ? and head = ? from the database.void
removeByG_SBEK
(long groupId, String styleBookEntryKey) Removes all the style book entries where groupId = ? and styleBookEntryKey = ? from the database.removeByG_SBEK_Head
(long groupId, String styleBookEntryKey, boolean head) Removes the style book entry where groupId = ? and styleBookEntryKey = ? and head = ? from the database.void
removeByG_T
(long groupId, String themeId) Removes all the style book entries where groupId = ? and themeId = ? from the database.void
removeByG_T_Head
(long groupId, String themeId, boolean head) Removes all the style book entries where groupId = ? and themeId = ? and head = ? from the database.void
removeByGroupId
(long groupId) Removes all the style book entries where groupId = ? from the database.void
removeByGroupId_Head
(long groupId, boolean head) Removes all the style book entries where groupId = ? and head = ? from the database.removeByHeadId
(long headId) Removes the style book entry where headId = ? from the database.void
removeByUuid
(String uuid) Removes all the style book entries where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the style book entries where uuid = ? and companyId = ? from the database.void
removeByUuid_C_Head
(String uuid, long companyId, boolean head) Removes all the style book entries where uuid = ? and companyId = ? and head = ? from the database.void
removeByUUID_G
(String uuid, long groupId) Removes all the style book entries where uuid = ? and groupId = ? from the database.removeByUUID_G_Head
(String uuid, long groupId, boolean head) Removes the style book entry where uuid = ? and groupId = ? and head = ? from the database.void
removeByUuid_Head
(String uuid, boolean head) Removes all the style book entries where uuid = ? and head = ? from the database.updateImpl
(StyleBookEntry styleBookEntry) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the style book entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching style book entries
-
findByUuid
Returns a range of all the style book entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of style book entriesend
- the upper bound of the range of style book entries (not inclusive)- Returns:
- the range of matching style book entries
-
findByUuid
List<StyleBookEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- 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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByUuid
List<StyleBookEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByUuid_First
StyleBookEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByUuid_First
StyleBookEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByUuid_Last
StyleBookEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByUuid_Last
StyleBookEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByUuid_PrevAndNext
StyleBookEntry[] findByUuid_PrevAndNext(long styleBookEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where uuid = ?.- Parameters:
styleBookEntryId
- the primary key of the current style book entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByUuid
Removes all the style book entries where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of style book entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching style book entries
-
findByUuid_Head
Returns all the style book entries where uuid = ? and head = ?.- Parameters:
uuid
- the uuidhead
- the head- Returns:
- the matching style book entries
-
findByUuid_Head
Returns a range of all the style book entries where uuid = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidhead
- the headstart
- the lower bound of the range of style book entriesend
- the upper bound of the range of style book entries (not inclusive)- Returns:
- the range of matching style book entries
-
findByUuid_Head
List<StyleBookEntry> findByUuid_Head(String uuid, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where uuid = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidhead
- 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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByUuid_Head
List<StyleBookEntry> findByUuid_Head(String uuid, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where uuid = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidhead
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByUuid_Head_First
StyleBookEntry findByUuid_Head_First(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where uuid = ? and head = ?.- Parameters:
uuid
- the uuidhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByUuid_Head_First
StyleBookEntry fetchByUuid_Head_First(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ? and head = ?.- Parameters:
uuid
- the uuidhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByUuid_Head_Last
StyleBookEntry findByUuid_Head_Last(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where uuid = ? and head = ?.- Parameters:
uuid
- the uuidhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByUuid_Head_Last
StyleBookEntry fetchByUuid_Head_Last(String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ? and head = ?.- Parameters:
uuid
- the uuidhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByUuid_Head_PrevAndNext
StyleBookEntry[] findByUuid_Head_PrevAndNext(long styleBookEntryId, String uuid, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where uuid = ? and head = ?.- Parameters:
styleBookEntryId
- the primary key of the current style book entryuuid
- the uuidhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByUuid_Head
Removes all the style book entries where uuid = ? and head = ? from the database.- Parameters:
uuid
- the uuidhead
- the head
-
countByUuid_Head
Returns the number of style book entries where uuid = ? and head = ?.- Parameters:
uuid
- the uuidhead
- the head- Returns:
- the number of matching style book entries
-
findByUUID_G
Returns all the style book entries where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching style book entries
-
findByUUID_G
Returns a range of all the style book entries where uuid = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidgroupId
- 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)- Returns:
- the range of matching style book entries
-
findByUUID_G
List<StyleBookEntry> findByUUID_G(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where uuid = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidgroupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByUUID_G
List<StyleBookEntry> findByUUID_G(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where uuid = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidgroupId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByUUID_G_First
StyleBookEntry findByUUID_G_First(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByUUID_G_First
StyleBookEntry fetchByUUID_G_First(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByUUID_G_Last
StyleBookEntry findByUUID_G_Last(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByUUID_G_Last
StyleBookEntry fetchByUUID_G_Last(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByUUID_G_PrevAndNext
StyleBookEntry[] findByUUID_G_PrevAndNext(long styleBookEntryId, String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where uuid = ? and groupId = ?.- Parameters:
styleBookEntryId
- the primary key of the current style book entryuuid
- the uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByUUID_G
Removes all the style book entries where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID
-
countByUUID_G
Returns the number of style book entries where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching style book entries
-
findByUUID_G_Head
StyleBookEntry findByUUID_G_Head(String uuid, long groupId, boolean head) throws NoSuchEntryException Returns the style book entry where uuid = ? and groupId = ? and head = ? or throws aNoSuchEntryException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group IDhead
- the head- Returns:
- the matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByUUID_G_Head
Returns the style book entry where uuid = ? and groupId = ? and head = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDhead
- the head- Returns:
- the matching style book entry, or
null
if a matching style book entry could not be found
-
fetchByUUID_G_Head
Returns the style book entry where uuid = ? and groupId = ? and head = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDhead
- the headuseFinderCache
- whether to use the finder cache- Returns:
- the matching style book entry, or
null
if a matching style book entry could not be found
-
removeByUUID_G_Head
StyleBookEntry removeByUUID_G_Head(String uuid, long groupId, boolean head) throws NoSuchEntryException Removes the style book entry where uuid = ? and groupId = ? and head = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group IDhead
- the head- Returns:
- the style book entry that was removed
- Throws:
NoSuchEntryException
-
countByUUID_G_Head
Returns the number of style book entries where uuid = ? and groupId = ? and head = ?.- Parameters:
uuid
- the uuidgroupId
- the group IDhead
- the head- Returns:
- the number of matching style book entries
-
findByUuid_C
Returns all the style book entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching style book entries
-
findByUuid_C
Returns a range of all the style book entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of style book entriesend
- the upper bound of the range of style book entries (not inclusive)- Returns:
- the range of matching style book entries
-
findByUuid_C
List<StyleBookEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company 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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByUuid_C
List<StyleBookEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByUuid_C_First
StyleBookEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByUuid_C_First
StyleBookEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByUuid_C_Last
StyleBookEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByUuid_C_Last
StyleBookEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByUuid_C_PrevAndNext
StyleBookEntry[] findByUuid_C_PrevAndNext(long styleBookEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
styleBookEntryId
- the primary key of the current style book entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByUuid_C
Removes all the style book entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of style book entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching style book entries
-
findByUuid_C_Head
Returns all the style book entries where uuid = ? and companyId = ? and head = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDhead
- the head- Returns:
- the matching style book entries
-
findByUuid_C_Head
List<StyleBookEntry> findByUuid_C_Head(String uuid, long companyId, boolean head, int start, int end) Returns a range of all the style book entries where uuid = ? and companyId = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company 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)- Returns:
- the range of matching style book entries
-
findByUuid_C_Head
List<StyleBookEntry> findByUuid_C_Head(String uuid, long companyId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where uuid = ? and companyId = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company 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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByUuid_C_Head
List<StyleBookEntry> findByUuid_C_Head(String uuid, long companyId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where uuid = ? and companyId = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByUuid_C_Head_First
StyleBookEntry findByUuid_C_Head_First(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where uuid = ? and companyId = ? and head = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByUuid_C_Head_First
StyleBookEntry fetchByUuid_C_Head_First(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where uuid = ? and companyId = ? and head = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByUuid_C_Head_Last
StyleBookEntry findByUuid_C_Head_Last(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where uuid = ? and companyId = ? and head = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByUuid_C_Head_Last
StyleBookEntry fetchByUuid_C_Head_Last(String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where uuid = ? and companyId = ? and head = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByUuid_C_Head_PrevAndNext
StyleBookEntry[] findByUuid_C_Head_PrevAndNext(long styleBookEntryId, String uuid, long companyId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where uuid = ? and companyId = ? and head = ?.- Parameters:
styleBookEntryId
- the primary key of the current style book entryuuid
- the uuidcompanyId
- the company IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByUuid_C_Head
Removes all the style book entries where uuid = ? and companyId = ? and head = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company IDhead
- the head
-
countByUuid_C_Head
Returns the number of style book entries where uuid = ? and companyId = ? and head = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDhead
- the head- Returns:
- the number of matching style book entries
-
findByGroupId
Returns all the style book entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching style book entries
-
findByGroupId
Returns a range of all the style book entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching style book entries
-
findByGroupId
List<StyleBookEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByGroupId
List<StyleBookEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByGroupId_First
StyleBookEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByGroupId_First
StyleBookEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByGroupId_Last
StyleBookEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByGroupId_Last
StyleBookEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByGroupId_PrevAndNext
StyleBookEntry[] findByGroupId_PrevAndNext(long styleBookEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where groupId = ?.- Parameters:
styleBookEntryId
- the primary key of the current style book entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the style book entries where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of style book entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching style book entries
-
findByGroupId_Head
Returns all the style book entries where groupId = ? and head = ?.- Parameters:
groupId
- the group IDhead
- the head- Returns:
- the matching style book entries
-
findByGroupId_Head
Returns a range of all the style book entries where groupId = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching style book entries
-
findByGroupId_Head
List<StyleBookEntry> findByGroupId_Head(long groupId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByGroupId_Head
List<StyleBookEntry> findByGroupId_Head(long groupId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByGroupId_Head_First
StyleBookEntry findByGroupId_Head_First(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where groupId = ? and head = ?.- Parameters:
groupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByGroupId_Head_First
StyleBookEntry fetchByGroupId_Head_First(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and head = ?.- Parameters:
groupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByGroupId_Head_Last
StyleBookEntry findByGroupId_Head_Last(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where groupId = ? and head = ?.- Parameters:
groupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByGroupId_Head_Last
StyleBookEntry fetchByGroupId_Head_Last(long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and head = ?.- Parameters:
groupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByGroupId_Head_PrevAndNext
StyleBookEntry[] findByGroupId_Head_PrevAndNext(long styleBookEntryId, long groupId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and head = ?.- Parameters:
styleBookEntryId
- the primary key of the current style book entrygroupId
- the group IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByGroupId_Head
void removeByGroupId_Head(long groupId, boolean head) Removes all the style book entries where groupId = ? and head = ? from the database.- Parameters:
groupId
- the group IDhead
- the head
-
countByGroupId_Head
int countByGroupId_Head(long groupId, boolean head) Returns the number of style book entries where groupId = ? and head = ?.- Parameters:
groupId
- the group IDhead
- the head- Returns:
- the number of matching style book entries
-
findByG_D
Returns all the style book entries where groupId = ? and defaultStyleBookEntry = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entry- Returns:
- the matching style book entries
-
findByG_D
Returns a range of all the style book entries where groupId = ? and defaultStyleBookEntry = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching style book entries
-
findByG_D
List<StyleBookEntry> findByG_D(long groupId, boolean defaultStyleBookEntry, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByG_D
List<StyleBookEntry> findByG_D(long groupId, boolean defaultStyleBookEntry, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByG_D_First
StyleBookEntry findByG_D_First(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_D_First
StyleBookEntry fetchByG_D_First(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_D_Last
StyleBookEntry findByG_D_Last(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_D_Last
StyleBookEntry fetchByG_D_Last(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_D_PrevAndNext
StyleBookEntry[] findByG_D_PrevAndNext(long styleBookEntryId, long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByG_D
void removeByG_D(long groupId, boolean defaultStyleBookEntry) Removes all the style book entries where groupId = ? and defaultStyleBookEntry = ? from the database.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entry
-
countByG_D
int countByG_D(long groupId, boolean defaultStyleBookEntry) Returns the number of style book entries where groupId = ? and defaultStyleBookEntry = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entry- Returns:
- the number of matching style book entries
-
findByG_D_Head
Returns all the style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryhead
- the head- Returns:
- the matching style book entries
-
findByG_D_Head
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching style book entries
-
findByG_D_Head
List<StyleBookEntry> findByG_D_Head(long groupId, boolean defaultStyleBookEntry, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByG_D_Head
List<StyleBookEntry> findByG_D_Head(long groupId, boolean defaultStyleBookEntry, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByG_D_Head_First
StyleBookEntry findByG_D_Head_First(long groupId, boolean defaultStyleBookEntry, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and head = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_D_Head_First
StyleBookEntry fetchByG_D_Head_First(long groupId, boolean defaultStyleBookEntry, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and head = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_D_Head_Last
StyleBookEntry findByG_D_Head_Last(long groupId, boolean defaultStyleBookEntry, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and head = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_D_Head_Last
StyleBookEntry fetchByG_D_Head_Last(long groupId, boolean defaultStyleBookEntry, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and head = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_D_Head_PrevAndNext
StyleBookEntry[] findByG_D_Head_PrevAndNext(long styleBookEntryId, long groupId, boolean defaultStyleBookEntry, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and head = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByG_D_Head
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.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryhead
- the head
-
countByG_D_Head
int countByG_D_Head(long groupId, boolean defaultStyleBookEntry, boolean head) Returns the number of style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryhead
- the head- Returns:
- the number of matching style book entries
-
findByG_LikeN
Returns all the style book entries where groupId = ? and name LIKE ?.- Parameters:
groupId
- the group IDname
- the name- Returns:
- the matching style book entries
-
findByG_LikeN
Returns a range of all the style book entries where groupId = ? and name LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching style book entries
-
findByG_LikeN
List<StyleBookEntry> findByG_LikeN(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and name LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByG_LikeN
List<StyleBookEntry> findByG_LikeN(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and name LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByG_LikeN_First
StyleBookEntry findByG_LikeN_First(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where groupId = ? and name LIKE ?.- Parameters:
groupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_LikeN_First
StyleBookEntry fetchByG_LikeN_First(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and name LIKE ?.- Parameters:
groupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_LikeN_Last
StyleBookEntry findByG_LikeN_Last(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where groupId = ? and name LIKE ?.- Parameters:
groupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_LikeN_Last
StyleBookEntry fetchByG_LikeN_Last(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and name LIKE ?.- Parameters:
groupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_LikeN_PrevAndNext
StyleBookEntry[] findByG_LikeN_PrevAndNext(long styleBookEntryId, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and name LIKE ?.- Parameters:
styleBookEntryId
- the primary key of the current style book entrygroupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByG_LikeN
Removes all the style book entries where groupId = ? and name LIKE ? from the database.- Parameters:
groupId
- the group IDname
- the name
-
countByG_LikeN
Returns the number of style book entries where groupId = ? and name LIKE ?.- Parameters:
groupId
- the group IDname
- the name- Returns:
- the number of matching style book entries
-
findByG_LikeN_Head
Returns all the style book entries where groupId = ? and name LIKE ? and head = ?.- Parameters:
groupId
- the group IDname
- the namehead
- the head- Returns:
- the matching style book entries
-
findByG_LikeN_Head
List<StyleBookEntry> findByG_LikeN_Head(long groupId, String name, boolean head, int start, int end) Returns a range of all the style book entries where groupId = ? and name LIKE ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching style book entries
-
findByG_LikeN_Head
List<StyleBookEntry> findByG_LikeN_Head(long groupId, String name, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and name LIKE ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByG_LikeN_Head
List<StyleBookEntry> findByG_LikeN_Head(long groupId, String name, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and name LIKE ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByG_LikeN_Head_First
StyleBookEntry findByG_LikeN_Head_First(long groupId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where groupId = ? and name LIKE ? and head = ?.- Parameters:
groupId
- the group IDname
- the namehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_LikeN_Head_First
StyleBookEntry fetchByG_LikeN_Head_First(long groupId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and name LIKE ? and head = ?.- Parameters:
groupId
- the group IDname
- the namehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_LikeN_Head_Last
StyleBookEntry findByG_LikeN_Head_Last(long groupId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where groupId = ? and name LIKE ? and head = ?.- Parameters:
groupId
- the group IDname
- the namehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_LikeN_Head_Last
StyleBookEntry fetchByG_LikeN_Head_Last(long groupId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and name LIKE ? and head = ?.- Parameters:
groupId
- the group IDname
- the namehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_LikeN_Head_PrevAndNext
StyleBookEntry[] findByG_LikeN_Head_PrevAndNext(long styleBookEntryId, long groupId, String name, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and name LIKE ? and head = ?.- Parameters:
styleBookEntryId
- the primary key of the current style book entrygroupId
- the group IDname
- the namehead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByG_LikeN_Head
Removes all the style book entries where groupId = ? and name LIKE ? and head = ? from the database.- Parameters:
groupId
- the group IDname
- the namehead
- the head
-
countByG_LikeN_Head
Returns the number of style book entries where groupId = ? and name LIKE ? and head = ?.- Parameters:
groupId
- the group IDname
- the namehead
- the head- Returns:
- the number of matching style book entries
-
findByG_SBEK
Returns all the style book entries where groupId = ? and styleBookEntryKey = ?.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry key- Returns:
- the matching style book entries
-
findByG_SBEK
Returns a range of all the style book entries where groupId = ? and styleBookEntryKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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)- Returns:
- the range of matching style book entries
-
findByG_SBEK
List<StyleBookEntry> findByG_SBEK(long groupId, String styleBookEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and styleBookEntryKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByG_SBEK
List<StyleBookEntry> findByG_SBEK(long groupId, String styleBookEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and styleBookEntryKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByG_SBEK_First
StyleBookEntry findByG_SBEK_First(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_SBEK_First
StyleBookEntry fetchByG_SBEK_First(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_SBEK_Last
StyleBookEntry findByG_SBEK_Last(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_SBEK_Last
StyleBookEntry fetchByG_SBEK_Last(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_SBEK_PrevAndNext
StyleBookEntry[] findByG_SBEK_PrevAndNext(long styleBookEntryId, long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and styleBookEntryKey = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByG_SBEK
Removes all the style book entries where groupId = ? and styleBookEntryKey = ? from the database.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry key
-
countByG_SBEK
Returns the number of style book entries where groupId = ? and styleBookEntryKey = ?.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry key- Returns:
- the number of matching style book entries
-
findByG_SBEK_Head
StyleBookEntry findByG_SBEK_Head(long groupId, String styleBookEntryKey, boolean head) throws NoSuchEntryException Returns the style book entry where groupId = ? and styleBookEntryKey = ? and head = ? or throws aNoSuchEntryException
if it could not be found.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyhead
- the head- Returns:
- the matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_SBEK_Head
Returns the style book entry where groupId = ? and styleBookEntryKey = ? and head = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyhead
- the head- Returns:
- the matching style book entry, or
null
if a matching style book entry could not be found
-
fetchByG_SBEK_Head
StyleBookEntry fetchByG_SBEK_Head(long groupId, String styleBookEntryKey, boolean head, boolean useFinderCache) Returns the style book entry where groupId = ? and styleBookEntryKey = ? and head = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyhead
- the headuseFinderCache
- whether to use the finder cache- Returns:
- the matching style book entry, or
null
if a matching style book entry could not be found
-
removeByG_SBEK_Head
StyleBookEntry removeByG_SBEK_Head(long groupId, String styleBookEntryKey, boolean head) throws NoSuchEntryException Removes the style book entry where groupId = ? and styleBookEntryKey = ? and head = ? from the database.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyhead
- the head- Returns:
- the style book entry that was removed
- Throws:
NoSuchEntryException
-
countByG_SBEK_Head
Returns the number of style book entries where groupId = ? and styleBookEntryKey = ? and head = ?.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyhead
- the head- Returns:
- the number of matching style book entries
-
findByG_T
Returns all the style book entries where groupId = ? and themeId = ?.- Parameters:
groupId
- the group IDthemeId
- the theme ID- Returns:
- the matching style book entries
-
findByG_T
Returns a range of all the style book entries where groupId = ? and themeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
groupId
- the group IDthemeId
- the theme IDstart
- the lower bound of the range of style book entriesend
- the upper bound of the range of style book entries (not inclusive)- Returns:
- the range of matching style book entries
-
findByG_T
List<StyleBookEntry> findByG_T(long groupId, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and themeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
groupId
- the group IDthemeId
- the theme 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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByG_T
List<StyleBookEntry> findByG_T(long groupId, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and themeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
groupId
- the group IDthemeId
- the theme 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByG_T_First
StyleBookEntry findByG_T_First(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where groupId = ? and themeId = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_T_First
StyleBookEntry fetchByG_T_First(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and themeId = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_T_Last
StyleBookEntry findByG_T_Last(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where groupId = ? and themeId = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_T_Last
StyleBookEntry fetchByG_T_Last(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and themeId = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_T_PrevAndNext
StyleBookEntry[] findByG_T_PrevAndNext(long styleBookEntryId, long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and themeId = ?.- Parameters:
styleBookEntryId
- the primary key of the current style book entrygroupId
- the group IDthemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByG_T
Removes all the style book entries where groupId = ? and themeId = ? from the database.- Parameters:
groupId
- the group IDthemeId
- the theme ID
-
countByG_T
Returns the number of style book entries where groupId = ? and themeId = ?.- Parameters:
groupId
- the group IDthemeId
- the theme ID- Returns:
- the number of matching style book entries
-
findByG_T_Head
Returns all the style book entries where groupId = ? and themeId = ? and head = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDhead
- the head- Returns:
- the matching style book entries
-
findByG_T_Head
Returns a range of all the style book entries where groupId = ? and themeId = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
groupId
- the group IDthemeId
- the theme 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)- Returns:
- the range of matching style book entries
-
findByG_T_Head
List<StyleBookEntry> findByG_T_Head(long groupId, String themeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and themeId = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
groupId
- the group IDthemeId
- the theme 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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByG_T_Head
List<StyleBookEntry> findByG_T_Head(long groupId, String themeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and themeId = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
groupId
- the group IDthemeId
- the theme 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByG_T_Head_First
StyleBookEntry findByG_T_Head_First(long groupId, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where groupId = ? and themeId = ? and head = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_T_Head_First
StyleBookEntry fetchByG_T_Head_First(long groupId, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and themeId = ? and head = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_T_Head_Last
StyleBookEntry findByG_T_Head_Last(long groupId, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where groupId = ? and themeId = ? and head = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_T_Head_Last
StyleBookEntry fetchByG_T_Head_Last(long groupId, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and themeId = ? and head = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_T_Head_PrevAndNext
StyleBookEntry[] findByG_T_Head_PrevAndNext(long styleBookEntryId, long groupId, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and themeId = ? and head = ?.- Parameters:
styleBookEntryId
- the primary key of the current style book entrygroupId
- the group IDthemeId
- the theme IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByG_T_Head
Removes all the style book entries where groupId = ? and themeId = ? and head = ? from the database.- Parameters:
groupId
- the group IDthemeId
- the theme IDhead
- the head
-
countByG_T_Head
Returns the number of style book entries where groupId = ? and themeId = ? and head = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDhead
- the head- Returns:
- the number of matching style book entries
-
findByG_D_T
Returns all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme ID- Returns:
- the matching style book entries
-
findByG_D_T
List<StyleBookEntry> findByG_D_T(long groupId, boolean defaultStyleBookEntry, String themeId, int start, int end) Returns a range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDstart
- the lower bound of the range of style book entriesend
- the upper bound of the range of style book entries (not inclusive)- Returns:
- the range of matching style book entries
-
findByG_D_T
List<StyleBookEntry> findByG_D_T(long groupId, boolean defaultStyleBookEntry, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme 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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByG_D_T
List<StyleBookEntry> findByG_D_T(long groupId, boolean defaultStyleBookEntry, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByG_D_T_First
StyleBookEntry findByG_D_T_First(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_D_T_First
StyleBookEntry fetchByG_D_T_First(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_D_T_Last
StyleBookEntry findByG_D_T_Last(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_D_T_Last
StyleBookEntry fetchByG_D_T_Last(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_D_T_PrevAndNext
StyleBookEntry[] findByG_D_T_PrevAndNext(long styleBookEntryId, long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.- Parameters:
styleBookEntryId
- the primary key of the current style book entrygroupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByG_D_T
Removes all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ? from the database.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme ID
-
countByG_D_T
Returns the number of style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme ID- Returns:
- the number of matching style book entries
-
findByG_D_T_Head
List<StyleBookEntry> findByG_D_T_Head(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head) Returns all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDhead
- the head- Returns:
- the matching style book entries
-
findByG_D_T_Head
List<StyleBookEntry> findByG_D_T_Head(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, int start, int end) Returns a range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme 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)- Returns:
- the range of matching style book entries
-
findByG_D_T_Head
List<StyleBookEntry> findByG_D_T_Head(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme 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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByG_D_T_Head
List<StyleBookEntry> findByG_D_T_Head(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByG_D_T_Head_First
StyleBookEntry findByG_D_T_Head_First(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_D_T_Head_First
StyleBookEntry fetchByG_D_T_Head_First(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_D_T_Head_Last
StyleBookEntry findByG_D_T_Head_Last(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByG_D_T_Head_Last
StyleBookEntry fetchByG_D_T_Head_Last(long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByG_D_T_Head_PrevAndNext
StyleBookEntry[] findByG_D_T_Head_PrevAndNext(long styleBookEntryId, long groupId, boolean defaultStyleBookEntry, String themeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.- Parameters:
styleBookEntryId
- the primary key of the current style book entrygroupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDhead
- the headorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByG_D_T_Head
Removes all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ? from the database.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDhead
- the head
-
countByG_D_T_Head
Returns the number of style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and head = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDhead
- the head- Returns:
- the number of matching style book entries
-
findByERC_G
Returns all the style book entries where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching style book entries
-
findByERC_G
Returns a range of all the style book entries where externalReferenceCode = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
externalReferenceCode
- the external reference codegroupId
- 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)- Returns:
- the range of matching style book entries
-
findByERC_G
List<StyleBookEntry> findByERC_G(String externalReferenceCode, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries where externalReferenceCode = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
externalReferenceCode
- the external reference codegroupId
- 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 (optionallynull
)- Returns:
- the ordered range of matching style book entries
-
findByERC_G
List<StyleBookEntry> findByERC_G(String externalReferenceCode, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries where externalReferenceCode = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
externalReferenceCode
- the external reference codegroupId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entries
-
findByERC_G_First
StyleBookEntry findByERC_G_First(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the first style book entry in the ordered set where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByERC_G_First
StyleBookEntry fetchByERC_G_First(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the first style book entry in the ordered set where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry, or
null
if a matching style book entry could not be found
-
findByERC_G_Last
StyleBookEntry findByERC_G_Last(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the last style book entry in the ordered set where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByERC_G_Last
StyleBookEntry fetchByERC_G_Last(String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns the last style book entry in the ordered set where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry, or
null
if a matching style book entry could not be found
-
findByERC_G_PrevAndNext
StyleBookEntry[] findByERC_G_PrevAndNext(long styleBookEntryId, String externalReferenceCode, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) throws NoSuchEntryException Returns the style book entries before and after the current style book entry in the ordered set where externalReferenceCode = ? and groupId = ?.- Parameters:
styleBookEntryId
- the primary key of the current style book entryexternalReferenceCode
- the external reference codegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
removeByERC_G
Removes all the style book entries where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID
-
countByERC_G
Returns the number of style book entries where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the number of matching style book entries
-
findByERC_G_Head
StyleBookEntry findByERC_G_Head(String externalReferenceCode, long groupId, boolean head) throws NoSuchEntryException Returns the style book entry where externalReferenceCode = ? and groupId = ? and head = ? or throws aNoSuchEntryException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDhead
- the head- Returns:
- the matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByERC_G_Head
Returns the style book entry where externalReferenceCode = ? and groupId = ? and head = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDhead
- the head- Returns:
- the matching style book entry, or
null
if a matching style book entry could not be found
-
fetchByERC_G_Head
StyleBookEntry fetchByERC_G_Head(String externalReferenceCode, long groupId, boolean head, boolean useFinderCache) Returns the style book entry where externalReferenceCode = ? and groupId = ? and head = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDhead
- the headuseFinderCache
- whether to use the finder cache- Returns:
- the matching style book entry, or
null
if a matching style book entry could not be found
-
removeByERC_G_Head
StyleBookEntry removeByERC_G_Head(String externalReferenceCode, long groupId, boolean head) throws NoSuchEntryException Removes the style book entry where externalReferenceCode = ? and groupId = ? and head = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDhead
- the head- Returns:
- the style book entry that was removed
- Throws:
NoSuchEntryException
-
countByERC_G_Head
Returns the number of style book entries where externalReferenceCode = ? and groupId = ? and head = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDhead
- the head- Returns:
- the number of matching style book entries
-
findByHeadId
Returns the style book entry where headId = ? or throws aNoSuchEntryException
if it could not be found.- Parameters:
headId
- the head ID- Returns:
- the matching style book entry
- Throws:
NoSuchEntryException
- if a matching style book entry could not be found
-
fetchByHeadId
Returns the style book entry where headId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
headId
- the head ID- Returns:
- the matching style book entry, or
null
if a matching style book entry could not be found
-
fetchByHeadId
Returns the style book entry where headId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
headId
- the head IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching style book entry, or
null
if a matching style book entry could not be found
-
removeByHeadId
Removes the style book entry where headId = ? from the database.- Parameters:
headId
- the head ID- Returns:
- the style book entry that was removed
- Throws:
NoSuchEntryException
-
countByHeadId
int countByHeadId(long headId) Returns the number of style book entries where headId = ?.- Parameters:
headId
- the head ID- Returns:
- the number of matching style book entries
-
cacheResult
Caches the style book entry in the entity cache if it is enabled.- Parameters:
styleBookEntry
- the style book entry
-
cacheResult
Caches the style book entries in the entity cache if it is enabled.- Parameters:
styleBookEntries
- the style book entries
-
create
Creates a new style book entry with the primary key. Does not add the style book entry to the database.- Parameters:
styleBookEntryId
- the primary key for the new style book entry- Returns:
- the new style book entry
-
remove
Removes the style book entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
styleBookEntryId
- the primary key of the style book entry- Returns:
- the style book entry that was removed
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the style book entry with the primary key or throws aNoSuchEntryException
if it could not be found.- Parameters:
styleBookEntryId
- the primary key of the style book entry- Returns:
- the style book entry
- Throws:
NoSuchEntryException
- if a style book entry with the primary key could not be found
-
fetchByPrimaryKey
Returns the style book entry with the primary key or returnsnull
if it could not be found.- Parameters:
styleBookEntryId
- the primary key of the style book entry- Returns:
- the style book entry, or
null
if a style book entry with the primary key could not be found
-
findAll
List<StyleBookEntry> findAll()Returns all the style book entries.- Returns:
- the style book entries
-
findAll
Returns a range of all the style book entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
start
- the lower bound of the range of style book entriesend
- the upper bound of the range of style book entries (not inclusive)- Returns:
- the range of style book entries
-
findAll
List<StyleBookEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator) Returns an ordered range of all the style book entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of style book entries
-
findAll
List<StyleBookEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of style book entries
-
removeAll
void removeAll()Removes all the style book entries from the database. -
countAll
int countAll()Returns the number of style book entries.- Returns:
- the number of style book entries
-