Interface StyleBookEntryPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<StyleBookEntry>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<StyleBookEntry>

@ProviderType public interface StyleBookEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<StyleBookEntry>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<StyleBookEntry>
The persistence interface for the style book entry service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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
    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
    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 returns null 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 returns null 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 returns null 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 returns null 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 returns null if it could not be found.
    fetchByHeadId(long headId, boolean useFinderCache)
    Returns the style book entry where headId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByPrimaryKey(long styleBookEntryId)
    Returns the style book entry with the primary key or returns null 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 returns null 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 returns null 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 = ?.
    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 a NoSuchEntryException 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 a NoSuchEntryException 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 = ?.
    findByG_T(long groupId, String themeId)
    Returns all the style book entries where groupId = ? and themeId = ?.
    findByG_T(long groupId, String themeId, int start, int end)
    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 a NoSuchEntryException if it could not be found.
    findByPrimaryKey(long styleBookEntryId)
    Returns the style book entry with the primary key or throws a NoSuchEntryException if it could not be found.
    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 a NoSuchEntryException 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
    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

      List<StyleBookEntry> findByUuid(String uuid)
      Returns all the style book entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching style book entries
    • findByUuid

      List<StyleBookEntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the style book entries where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void removeByUuid(String uuid)
      Removes all the style book entries where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of style book entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching style book entries
    • findByUuid_Head

      List<StyleBookEntry> findByUuid_Head(String uuid, boolean head)
      Returns all the style book entries where uuid = ? and head = ?.
      Parameters:
      uuid - the uuid
      head - the head
      Returns:
      the matching style book entries
    • findByUuid_Head

      List<StyleBookEntry> findByUuid_Head(String uuid, boolean head, int start, int end)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      head - the head
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      head - the head
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      head - the head
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 uuid
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      uuid - the uuid
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void removeByUuid_Head(String uuid, boolean head)
      Removes all the style book entries where uuid = ? and head = ? from the database.
      Parameters:
      uuid - the uuid
      head - the head
    • countByUuid_Head

      int countByUuid_Head(String uuid, boolean head)
      Returns the number of style book entries where uuid = ? and head = ?.
      Parameters:
      uuid - the uuid
      head - the head
      Returns:
      the number of matching style book entries
    • findByUUID_G

      List<StyleBookEntry> findByUUID_G(String uuid, long groupId)
      Returns all the style book entries where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching style book entries
    • findByUUID_G

      List<StyleBookEntry> findByUUID_G(String uuid, long groupId, int start, int end)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      groupId - the group ID
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      groupId - the group ID
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      groupId - the group ID
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 uuid
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      uuid - the uuid
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void removeByUUID_G(String uuid, long groupId)
      Removes all the style book entries where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
    • countByUUID_G

      int countByUUID_G(String uuid, long groupId)
      Returns the number of style book entries where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - 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 a NoSuchEntryException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      head - the head
      Returns:
      the matching style book entry
      Throws:
      NoSuchEntryException - if a matching style book entry could not be found
    • fetchByUUID_G_Head

      StyleBookEntry fetchByUUID_G_Head(String uuid, long groupId, boolean head)
      Returns the style book entry where uuid = ? and groupId = ? and head = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      head - the head
      Returns:
      the matching style book entry, or null if a matching style book entry could not be found
    • fetchByUUID_G_Head

      StyleBookEntry fetchByUUID_G_Head(String uuid, long groupId, boolean head, boolean useFinderCache)
      Returns the style book entry where uuid = ? and groupId = ? and head = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      head - the head
      useFinderCache - 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 uuid
      groupId - the group ID
      head - the head
      Returns:
      the style book entry that was removed
      Throws:
      NoSuchEntryException
    • countByUUID_G_Head

      int countByUUID_G_Head(String uuid, long groupId, boolean head)
      Returns the number of style book entries where uuid = ? and groupId = ? and head = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      head - the head
      Returns:
      the number of matching style book entries
    • findByUuid_C

      List<StyleBookEntry> findByUuid_C(String uuid, long companyId)
      Returns all the style book entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching style book entries
    • findByUuid_C

      List<StyleBookEntry> findByUuid_C(String uuid, long companyId, int start, int end)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void removeByUuid_C(String uuid, long companyId)
      Removes all the style book entries where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of style book entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching style book entries
    • findByUuid_C_Head

      List<StyleBookEntry> findByUuid_C_Head(String uuid, long companyId, boolean head)
      Returns all the style book entries where uuid = ? and companyId = ? and head = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - the head
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - the head
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - the head
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 uuid
      companyId - the company ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      uuid - the uuid
      companyId - the company ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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

      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.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - the head
    • countByUuid_C_Head

      int countByUuid_C_Head(String uuid, long companyId, boolean head)
      Returns the number of style book entries where uuid = ? and companyId = ? and head = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      head - the head
      Returns:
      the number of matching style book entries
    • findByGroupId

      List<StyleBookEntry> findByGroupId(long groupId)
      Returns all the style book entries where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching style book entries
    • findByGroupId

      List<StyleBookEntry> findByGroupId(long groupId, int start, int end)
      Returns a range of all the style book entries where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<StyleBookEntry> findByGroupId_Head(long groupId, boolean head)
      Returns all the style book entries where groupId = ? and head = ?.
      Parameters:
      groupId - the group ID
      head - the head
      Returns:
      the matching style book entries
    • findByGroupId_Head

      List<StyleBookEntry> findByGroupId_Head(long groupId, boolean head, int start, int end)
      Returns a range of all the style book entries where groupId = ? and head = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      head - the head
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      head - the head
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      head - the head
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      groupId - the group ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      head - 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 ID
      head - the head
      Returns:
      the number of matching style book entries
    • findByG_D

      List<StyleBookEntry> findByG_D(long groupId, boolean defaultStyleBookEntry)
      Returns all the style book entries where groupId = ? and defaultStyleBookEntry = ?.
      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      Returns:
      the matching style book entries
    • findByG_D

      List<StyleBookEntry> findByG_D(long groupId, boolean defaultStyleBookEntry, int start, int end)
      Returns a range of all the style book entries where groupId = ? and defaultStyleBookEntry = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 ID
      defaultStyleBookEntry - the default style book entry
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      defaultStyleBookEntry - the default style book entry
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      defaultStyleBookEntry - the default style book entry
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      defaultStyleBookEntry - the default style book entry
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      defaultStyleBookEntry - 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 ID
      defaultStyleBookEntry - the default style book entry
      Returns:
      the number of matching style book entries
    • findByG_D_Head

      List<StyleBookEntry> findByG_D_Head(long groupId, boolean defaultStyleBookEntry, boolean head)
      Returns all the style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ?.
      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      head - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      head - the head
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      head - the head
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      head - the head
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 ID
      defaultStyleBookEntry - the default style book entry
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      defaultStyleBookEntry - the default style book entry
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      defaultStyleBookEntry - the default style book entry
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      defaultStyleBookEntry - the default style book entry
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      defaultStyleBookEntry - the default style book entry
      head - 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 ID
      defaultStyleBookEntry - the default style book entry
      head - the head
      Returns:
      the number of matching style book entries
    • findByG_LikeN

      List<StyleBookEntry> findByG_LikeN(long groupId, String name)
      Returns all the style book entries where groupId = ? and name LIKE ?.
      Parameters:
      groupId - the group ID
      name - the name
      Returns:
      the matching style book entries
    • findByG_LikeN

      List<StyleBookEntry> findByG_LikeN(long groupId, String name, int start, int end)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      groupId - the group ID
      name - the name
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void removeByG_LikeN(long groupId, String name)
      Removes all the style book entries where groupId = ? and name LIKE ? from the database.
      Parameters:
      groupId - the group ID
      name - the name
    • countByG_LikeN

      int countByG_LikeN(long groupId, String name)
      Returns the number of style book entries where groupId = ? and name LIKE ?.
      Parameters:
      groupId - the group ID
      name - the name
      Returns:
      the number of matching style book entries
    • findByG_LikeN_Head

      List<StyleBookEntry> findByG_LikeN_Head(long groupId, String name, boolean head)
      Returns all the style book entries where groupId = ? and name LIKE ? and head = ?.
      Parameters:
      groupId - the group ID
      name - the name
      head - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      head - the head
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      head - the head
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      head - the head
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 ID
      name - the name
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      name - the name
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      name - the name
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      name - the name
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      groupId - the group ID
      name - the name
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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

      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.
      Parameters:
      groupId - the group ID
      name - the name
      head - the head
    • countByG_LikeN_Head

      int countByG_LikeN_Head(long groupId, String name, boolean head)
      Returns the number of style book entries where groupId = ? and name LIKE ? and head = ?.
      Parameters:
      groupId - the group ID
      name - the name
      head - the head
      Returns:
      the number of matching style book entries
    • findByG_SBEK

      List<StyleBookEntry> findByG_SBEK(long groupId, String styleBookEntryKey)
      Returns all the style book entries where groupId = ? and styleBookEntryKey = ?.
      Parameters:
      groupId - the group ID
      styleBookEntryKey - the style book entry key
      Returns:
      the matching style book entries
    • findByG_SBEK

      List<StyleBookEntry> findByG_SBEK(long groupId, String styleBookEntryKey, int start, int end)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      styleBookEntryKey - the style book entry key
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      styleBookEntryKey - the style book entry key
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      styleBookEntryKey - the style book entry key
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 ID
      styleBookEntryKey - the style book entry key
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      styleBookEntryKey - the style book entry key
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      styleBookEntryKey - the style book entry key
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      styleBookEntryKey - the style book entry key
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      groupId - the group ID
      styleBookEntryKey - the style book entry key
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void removeByG_SBEK(long groupId, String styleBookEntryKey)
      Removes all the style book entries where groupId = ? and styleBookEntryKey = ? from the database.
      Parameters:
      groupId - the group ID
      styleBookEntryKey - the style book entry key
    • countByG_SBEK

      int countByG_SBEK(long groupId, String styleBookEntryKey)
      Returns the number of style book entries where groupId = ? and styleBookEntryKey = ?.
      Parameters:
      groupId - the group ID
      styleBookEntryKey - 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 a NoSuchEntryException if it could not be found.
      Parameters:
      groupId - the group ID
      styleBookEntryKey - the style book entry key
      head - the head
      Returns:
      the matching style book entry
      Throws:
      NoSuchEntryException - if a matching style book entry could not be found
    • fetchByG_SBEK_Head

      StyleBookEntry fetchByG_SBEK_Head(long groupId, String styleBookEntryKey, boolean head)
      Returns the style book entry where groupId = ? and styleBookEntryKey = ? and head = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      styleBookEntryKey - the style book entry key
      head - 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 returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      styleBookEntryKey - the style book entry key
      head - the head
      useFinderCache - 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 ID
      styleBookEntryKey - the style book entry key
      head - the head
      Returns:
      the style book entry that was removed
      Throws:
      NoSuchEntryException
    • countByG_SBEK_Head

      int countByG_SBEK_Head(long groupId, String styleBookEntryKey, boolean head)
      Returns the number of style book entries where groupId = ? and styleBookEntryKey = ? and head = ?.
      Parameters:
      groupId - the group ID
      styleBookEntryKey - the style book entry key
      head - the head
      Returns:
      the number of matching style book entries
    • findByG_T

      List<StyleBookEntry> findByG_T(long groupId, String themeId)
      Returns all the style book entries where groupId = ? and themeId = ?.
      Parameters:
      groupId - the group ID
      themeId - the theme ID
      Returns:
      the matching style book entries
    • findByG_T

      List<StyleBookEntry> findByG_T(long groupId, String themeId, int start, int end)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      themeId - the theme ID
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      themeId - the theme ID
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      themeId - the theme ID
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 ID
      themeId - the theme ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      themeId - the theme ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      themeId - the theme ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      themeId - the theme ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      groupId - the group ID
      themeId - the theme ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void removeByG_T(long groupId, String themeId)
      Removes all the style book entries where groupId = ? and themeId = ? from the database.
      Parameters:
      groupId - the group ID
      themeId - the theme ID
    • countByG_T

      int countByG_T(long groupId, String themeId)
      Returns the number of style book entries where groupId = ? and themeId = ?.
      Parameters:
      groupId - the group ID
      themeId - the theme ID
      Returns:
      the number of matching style book entries
    • findByG_T_Head

      List<StyleBookEntry> findByG_T_Head(long groupId, String themeId, boolean head)
      Returns all the style book entries where groupId = ? and themeId = ? and head = ?.
      Parameters:
      groupId - the group ID
      themeId - the theme ID
      head - the head
      Returns:
      the matching style book entries
    • findByG_T_Head

      List<StyleBookEntry> 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 = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      themeId - the theme ID
      head - the head
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      themeId - the theme ID
      head - the head
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      themeId - the theme ID
      head - the head
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 ID
      themeId - the theme ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      themeId - the theme ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      themeId - the theme ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      themeId - the theme ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      groupId - the group ID
      themeId - the theme ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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

      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.
      Parameters:
      groupId - the group ID
      themeId - the theme ID
      head - the head
    • countByG_T_Head

      int countByG_T_Head(long groupId, String themeId, boolean head)
      Returns the number of style book entries where groupId = ? and themeId = ? and head = ?.
      Parameters:
      groupId - the group ID
      themeId - the theme ID
      head - the head
      Returns:
      the number of matching style book entries
    • findByG_D_T

      List<StyleBookEntry> findByG_D_T(long groupId, boolean defaultStyleBookEntry, String themeId)
      Returns all the style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.
      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      themeId - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      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.
      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
    • countByG_D_T

      int countByG_D_T(long groupId, boolean defaultStyleBookEntry, String themeId)
      Returns the number of style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.
      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      themeId - 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 ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      head - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      head - the head
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      head - the head
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      head - the head
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      head - the head
      orderByComparator - the comparator to order the set by (optionally null)
      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

      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.
      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      head - the head
    • countByG_D_T_Head

      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 = ?.
      Parameters:
      groupId - the group ID
      defaultStyleBookEntry - the default style book entry
      themeId - the theme ID
      head - the head
      Returns:
      the number of matching style book entries
    • findByERC_G

      List<StyleBookEntry> findByERC_G(String externalReferenceCode, long groupId)
      Returns all the style book entries where externalReferenceCode = ? and groupId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching style book entries
    • findByERC_G

      List<StyleBookEntry> findByERC_G(String externalReferenceCode, long groupId, int start, int end)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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 code
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 code
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 code
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 code
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 entry
      externalReferenceCode - the external reference code
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void removeByERC_G(String externalReferenceCode, long groupId)
      Removes all the style book entries where externalReferenceCode = ? and groupId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
    • countByERC_G

      int countByERC_G(String externalReferenceCode, long groupId)
      Returns the number of style book entries where externalReferenceCode = ? and groupId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - 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 a NoSuchEntryException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      head - the head
      Returns:
      the matching style book entry
      Throws:
      NoSuchEntryException - if a matching style book entry could not be found
    • fetchByERC_G_Head

      StyleBookEntry fetchByERC_G_Head(String externalReferenceCode, long groupId, boolean head)
      Returns the style book entry where externalReferenceCode = ? and groupId = ? and head = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      head - 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 returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      head - the head
      useFinderCache - 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 code
      groupId - the group ID
      head - the head
      Returns:
      the style book entry that was removed
      Throws:
      NoSuchEntryException
    • countByERC_G_Head

      int countByERC_G_Head(String externalReferenceCode, long groupId, boolean head)
      Returns the number of style book entries where externalReferenceCode = ? and groupId = ? and head = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      head - the head
      Returns:
      the number of matching style book entries
    • findByHeadId

      StyleBookEntry findByHeadId(long headId) throws NoSuchEntryException
      Returns the style book entry where headId = ? or throws a NoSuchEntryException 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

      StyleBookEntry fetchByHeadId(long headId)
      Returns the style book entry where headId = ? or returns null 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

      StyleBookEntry fetchByHeadId(long headId, boolean useFinderCache)
      Returns the style book entry where headId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      headId - the head ID
      useFinderCache - 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

      StyleBookEntry removeByHeadId(long headId) throws NoSuchEntryException
      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

      void cacheResult(StyleBookEntry styleBookEntry)
      Caches the style book entry in the entity cache if it is enabled.
      Parameters:
      styleBookEntry - the style book entry
    • cacheResult

      void cacheResult(List<StyleBookEntry> styleBookEntries)
      Caches the style book entries in the entity cache if it is enabled.
      Parameters:
      styleBookEntries - the style book entries
    • create

      StyleBookEntry create(long styleBookEntryId)
      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

      StyleBookEntry remove(long styleBookEntryId) throws NoSuchEntryException
      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

      StyleBookEntry updateImpl(StyleBookEntry styleBookEntry)
    • findByPrimaryKey

      StyleBookEntry findByPrimaryKey(long styleBookEntryId) throws NoSuchEntryException
      Returns the style book entry with the primary key or throws a NoSuchEntryException 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

      StyleBookEntry fetchByPrimaryKey(long styleBookEntryId)
      Returns the style book entry with the primary key or returns null 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

      List<StyleBookEntry> findAll(int start, int end)
      Returns a range of all the style book entries.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      start - the lower bound of the range of style book entries
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from StyleBookEntryModelImpl.

      Parameters:
      start - the lower bound of the range of style book entries
      end - the upper bound of the range of style book entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder 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