Class StyleBookEntryUtil

java.lang.Object
com.liferay.style.book.service.persistence.StyleBookEntryUtil

public class StyleBookEntryUtil extends Object
The persistence utility for the style book entry service. This utility wraps com.liferay.style.book.service.persistence.impl.StyleBookEntryPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    cacheResult(StyleBookEntry styleBookEntry)
    Caches the style book entry in the entity cache if it is enabled.
    static void
    cacheResult(List<StyleBookEntry> styleBookEntries)
    Caches the style book entries in the entity cache if it is enabled.
    static void
     
    static void
    clearCache(StyleBookEntry styleBookEntry)
     
    static int
    Returns the number of style book entries.
    static int
    countByERC_G(String externalReferenceCode, long groupId)
    Returns the number of style book entries where externalReferenceCode = ? and groupId = ?.
    static int
    countByERC_G_Head(String externalReferenceCode, long groupId, boolean head)
    Returns the number of style book entries where externalReferenceCode = ? and groupId = ? and head = ?.
    static int
    countByG_D(long groupId, boolean defaultStyleBookEntry)
    Returns the number of style book entries where groupId = ? and defaultStyleBookEntry = ?.
    static int
    countByG_D_Head(long groupId, boolean defaultStyleBookEntry, boolean head)
    Returns the number of style book entries where groupId = ? and defaultStyleBookEntry = ? and head = ?.
    static int
    countByG_D_T(long groupId, boolean defaultStyleBookEntry, String themeId)
    Returns the number of style book entries where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.
    static 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 = ?.
    static int
    countByG_LikeN(long groupId, String name)
    Returns the number of style book entries where groupId = ? and name LIKE ?.
    static int
    countByG_LikeN_Head(long groupId, String name, boolean head)
    Returns the number of style book entries where groupId = ? and name LIKE ? and head = ?.
    static int
    countByG_SBEK(long groupId, String styleBookEntryKey)
    Returns the number of style book entries where groupId = ? and styleBookEntryKey = ?.
    static int
    countByG_SBEK_Head(long groupId, String styleBookEntryKey, boolean head)
    Returns the number of style book entries where groupId = ? and styleBookEntryKey = ? and head = ?.
    static int
    countByG_T(long groupId, String themeId)
    Returns the number of style book entries where groupId = ? and themeId = ?.
    static int
    countByG_T_Head(long groupId, String themeId, boolean head)
    Returns the number of style book entries where groupId = ? and themeId = ? and head = ?.
    static int
    countByGroupId(long groupId)
    Returns the number of style book entries where groupId = ?.
    static int
    countByGroupId_Head(long groupId, boolean head)
    Returns the number of style book entries where groupId = ? and head = ?.
    static int
    countByHeadId(long headId)
    Returns the number of style book entries where headId = ?.
    static int
    Returns the number of style book entries where uuid = ?.
    static int
    countByUuid_C(String uuid, long companyId)
    Returns the number of style book entries where uuid = ? and companyId = ?.
    static int
    countByUuid_C_Head(String uuid, long companyId, boolean head)
    Returns the number of style book entries where uuid = ? and companyId = ? and head = ?.
    static int
    countByUUID_G(String uuid, long groupId)
    Returns the number of style book entries where uuid = ? and groupId = ?.
    static int
    countByUUID_G_Head(String uuid, long groupId, boolean head)
    Returns the number of style book entries where uuid = ? and groupId = ? and head = ?.
    static int
    countByUuid_Head(String uuid, boolean head)
    Returns the number of style book entries where uuid = ? and head = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    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 = ?.
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator)
     
     
    remove(long styleBookEntryId)
    Removes the style book entry with the primary key from the database.
    static void
    Removes all the style book entries from the database.
    static 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.
    static void
    removeByG_D(long groupId, boolean defaultStyleBookEntry)
    Removes all the style book entries where groupId = ? and defaultStyleBookEntry = ? from the database.
    static 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.
    static 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.
    static 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.
    static void
    removeByG_LikeN(long groupId, String name)
    Removes all the style book entries where groupId = ? and name LIKE ? from the database.
    static 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.
    static 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.
    static void
    removeByG_T(long groupId, String themeId)
    Removes all the style book entries where groupId = ? and themeId = ? from the database.
    static 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.
    static void
    removeByGroupId(long groupId)
    Removes all the style book entries where groupId = ? from the database.
    static 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.
    static void
    Removes all the style book entries where uuid = ? from the database.
    static void
    removeByUuid_C(String uuid, long companyId)
    Removes all the style book entries where uuid = ? and companyId = ? from the database.
    static 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.
    static 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.
    static void
    removeByUuid_Head(String uuid, boolean head)
    Removes all the style book entries where uuid = ? and head = ? from the database.
    static void
     
    update(StyleBookEntry styleBookEntry)
     
    update(StyleBookEntry styleBookEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    updateImpl(StyleBookEntry styleBookEntry)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StyleBookEntryUtil

      public StyleBookEntryUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
      • BasePersistence.clearCache()
    • clearCache

      public static void clearCache(StyleBookEntry styleBookEntry)
      See Also:
      • BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
    • countWithDynamicQuery

      public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.countWithDynamicQuery(DynamicQuery)
    • fetchByPrimaryKeys

      public static Map<Serializable,StyleBookEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

      public static List<StyleBookEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery)
    • findWithDynamicQuery

      public static List<StyleBookEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
    • findWithDynamicQuery

      public static List<StyleBookEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntry> orderByComparator)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
    • update

      public static StyleBookEntry update(StyleBookEntry styleBookEntry)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
    • update

      public static StyleBookEntry update(StyleBookEntry styleBookEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByUuid

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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUuid_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUuid_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByUuid

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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUuid_Head_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUuid_Head_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByUuid_Head

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUUID_G_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUUID_G_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByUUID_G

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUUID_G_Head

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUuid_C_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUuid_C_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByUuid_C

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUuid_C_Head_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByUuid_C_Head_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByUuid_C_Head

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByGroupId_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByGroupId_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByGroupId

      public static void removeByGroupId(long groupId)
      Removes all the style book entries where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByGroupId_Head_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByGroupId_Head_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByGroupId_Head

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_D_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_D_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByG_D

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_D_Head_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_D_Head_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByG_D_Head

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_LikeN_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_LikeN_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByG_LikeN

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_LikeN_Head_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_LikeN_Head_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByG_LikeN_Head

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_SBEK_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_SBEK_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByG_SBEK

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_SBEK_Head

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_T_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_T_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByG_T

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_T_Head_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_T_Head_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByG_T_Head

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_D_T_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_D_T_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByG_D_T

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_D_T_Head_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByG_D_T_Head_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByG_D_T_Head

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByERC_G_First

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByERC_G_Last

      public static 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

      public static 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
      NoSuchEntryException
    • removeByERC_G

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByERC_G_Head

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • fetchByHeadId

      public static 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

      public static 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

      public static 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

      public static 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

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

      public static 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

      public static 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

      public static 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
      NoSuchEntryException
    • updateImpl

      public static StyleBookEntry updateImpl(StyleBookEntry styleBookEntry)
    • findByPrimaryKey

      public static 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
      NoSuchEntryException
    • fetchByPrimaryKey

      public static 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

      public static List<StyleBookEntry> findAll()
      Returns all the style book entries.
      Returns:
      the style book entries
    • findAll

      public static 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

      public static 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

      public static 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

      public static void removeAll()
      Removes all the style book entries from the database.
    • countAll

      public static int countAll()
      Returns the number of style book entries.
      Returns:
      the number of style book entries
    • getPersistence

      public static StyleBookEntryPersistence getPersistence()
    • setPersistence

      public static void setPersistence(StyleBookEntryPersistence persistence)