Class StyleBookEntryVersionUtil
com.liferay.style.book.service.persistence.impl.StyleBookEntryVersionPersistenceImpl
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(StyleBookEntryVersion styleBookEntryVersion) Caches the style book entry version in the entity cache if it is enabled.static void
cacheResult
(List<StyleBookEntryVersion> styleBookEntryVersions) Caches the style book entry versions in the entity cache if it is enabled.static void
static void
clearCache
(StyleBookEntryVersion styleBookEntryVersion) static int
countAll()
Returns the number of style book entry versions.static int
countByG_D
(long groupId, boolean defaultStyleBookEntry) Returns the number of style book entry versions where groupId = ? and defaultStyleBookEntry = ?.static int
countByG_D_T
(long groupId, boolean defaultStyleBookEntry, String themeId) Returns the number of style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.static int
countByG_D_T_Version
(long groupId, boolean defaultStyleBookEntry, String themeId, int version) Returns the number of style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.static int
countByG_D_Version
(long groupId, boolean defaultStyleBookEntry, int version) Returns the number of style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.static int
countByG_LikeN
(long groupId, String name) Returns the number of style book entry versions where groupId = ? and name = ?.static int
countByG_LikeN_Version
(long groupId, String name, int version) Returns the number of style book entry versions where groupId = ? and name = ? and version = ?.static int
countByG_SBEK
(long groupId, String styleBookEntryKey) Returns the number of style book entry versions where groupId = ? and styleBookEntryKey = ?.static int
countByG_SBEK_Version
(long groupId, String styleBookEntryKey, int version) Returns the number of style book entry versions where groupId = ? and styleBookEntryKey = ? and version = ?.static int
countByG_T
(long groupId, String themeId) Returns the number of style book entry versions where groupId = ? and themeId = ?.static int
countByG_T_Version
(long groupId, String themeId, int version) Returns the number of style book entry versions where groupId = ? and themeId = ? and version = ?.static int
countByGroupId
(long groupId) Returns the number of style book entry versions where groupId = ?.static int
countByGroupId_Version
(long groupId, int version) Returns the number of style book entry versions where groupId = ? and version = ?.static int
countByStyleBookEntryId
(long styleBookEntryId) Returns the number of style book entry versions where styleBookEntryId = ?.static int
countByStyleBookEntryId_Version
(long styleBookEntryId, int version) Returns the number of style book entry versions where styleBookEntryId = ? and version = ?.static int
countByUuid
(String uuid) Returns the number of style book entry versions where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of style book entry versions where uuid = ? and companyId = ?.static int
countByUuid_C_Version
(String uuid, long companyId, int version) Returns the number of style book entry versions where uuid = ? and companyId = ? and version = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of style book entry versions where uuid = ? and groupId = ?.static int
countByUUID_G_Version
(String uuid, long groupId, int version) Returns the number of style book entry versions where uuid = ? and groupId = ? and version = ?.static int
countByUuid_Version
(String uuid, int version) Returns the number of style book entry versions where uuid = ? and version = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static StyleBookEntryVersion
create
(long styleBookEntryVersionId) Creates a new style book entry version with the primary key.static StyleBookEntryVersion
fetchByG_D_First
(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.static StyleBookEntryVersion
fetchByG_D_Last
(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.static StyleBookEntryVersion
fetchByG_D_T_First
(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.static StyleBookEntryVersion
fetchByG_D_T_Last
(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.static StyleBookEntryVersion
fetchByG_D_T_Version_First
(long groupId, boolean defaultStyleBookEntry, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.static StyleBookEntryVersion
fetchByG_D_T_Version_Last
(long groupId, boolean defaultStyleBookEntry, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.static StyleBookEntryVersion
fetchByG_D_Version_First
(long groupId, boolean defaultStyleBookEntry, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.static StyleBookEntryVersion
fetchByG_D_Version_Last
(long groupId, boolean defaultStyleBookEntry, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.static StyleBookEntryVersion
fetchByG_LikeN_First
(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and name = ?.static StyleBookEntryVersion
fetchByG_LikeN_Last
(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and name = ?.static StyleBookEntryVersion
fetchByG_LikeN_Version_First
(long groupId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and name = ? and version = ?.static StyleBookEntryVersion
fetchByG_LikeN_Version_Last
(long groupId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and name = ? and version = ?.static StyleBookEntryVersion
fetchByG_SBEK_First
(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.static StyleBookEntryVersion
fetchByG_SBEK_Last
(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.static StyleBookEntryVersion
fetchByG_SBEK_Version
(long groupId, String styleBookEntryKey, int version) Returns the style book entry version where groupId = ? and styleBookEntryKey = ? and version = ? or returnsnull
if it could not be found.static StyleBookEntryVersion
fetchByG_SBEK_Version
(long groupId, String styleBookEntryKey, int version, boolean useFinderCache) Returns the style book entry version where groupId = ? and styleBookEntryKey = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.static StyleBookEntryVersion
fetchByG_T_First
(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and themeId = ?.static StyleBookEntryVersion
fetchByG_T_Last
(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and themeId = ?.static StyleBookEntryVersion
fetchByG_T_Version_First
(long groupId, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and themeId = ? and version = ?.static StyleBookEntryVersion
fetchByG_T_Version_Last
(long groupId, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and themeId = ? and version = ?.static StyleBookEntryVersion
fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ?.static StyleBookEntryVersion
fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ?.static StyleBookEntryVersion
fetchByGroupId_Version_First
(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and version = ?.static StyleBookEntryVersion
fetchByGroupId_Version_Last
(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and version = ?.static StyleBookEntryVersion
fetchByPrimaryKey
(long styleBookEntryVersionId) Returns the style book entry version with the primary key or returnsnull
if it could not be found.static Map<Serializable,
StyleBookEntryVersion> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static StyleBookEntryVersion
fetchByStyleBookEntryId_First
(long styleBookEntryId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where styleBookEntryId = ?.static StyleBookEntryVersion
fetchByStyleBookEntryId_Last
(long styleBookEntryId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where styleBookEntryId = ?.static StyleBookEntryVersion
fetchByStyleBookEntryId_Version
(long styleBookEntryId, int version) Returns the style book entry version where styleBookEntryId = ? and version = ? or returnsnull
if it could not be found.static StyleBookEntryVersion
fetchByStyleBookEntryId_Version
(long styleBookEntryId, int version, boolean useFinderCache) Returns the style book entry version where styleBookEntryId = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.static StyleBookEntryVersion
fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ? and companyId = ?.static StyleBookEntryVersion
fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ? and companyId = ?.static StyleBookEntryVersion
fetchByUuid_C_Version_First
(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ? and companyId = ? and version = ?.static StyleBookEntryVersion
fetchByUuid_C_Version_Last
(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ? and companyId = ? and version = ?.static StyleBookEntryVersion
fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ?.static StyleBookEntryVersion
fetchByUUID_G_First
(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ? and groupId = ?.static StyleBookEntryVersion
fetchByUUID_G_Last
(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ? and groupId = ?.static StyleBookEntryVersion
fetchByUUID_G_Version
(String uuid, long groupId, int version) Returns the style book entry version where uuid = ? and groupId = ? and version = ? or returnsnull
if it could not be found.static StyleBookEntryVersion
fetchByUUID_G_Version
(String uuid, long groupId, int version, boolean useFinderCache) Returns the style book entry version where uuid = ? and groupId = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.static StyleBookEntryVersion
fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ?.static StyleBookEntryVersion
fetchByUuid_Version_First
(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ? and version = ?.static StyleBookEntryVersion
fetchByUuid_Version_Last
(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ? and version = ?.static List<StyleBookEntryVersion>
findAll()
Returns all the style book entry versions.static List<StyleBookEntryVersion>
findAll
(int start, int end) Returns a range of all the style book entry versions.static List<StyleBookEntryVersion>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions.static List<StyleBookEntryVersion>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions.static List<StyleBookEntryVersion>
findByG_D
(long groupId, boolean defaultStyleBookEntry) Returns all the style book entry versions where groupId = ? and defaultStyleBookEntry = ?.static List<StyleBookEntryVersion>
findByG_D
(long groupId, boolean defaultStyleBookEntry, int start, int end) Returns a range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ?.static List<StyleBookEntryVersion>
findByG_D
(long groupId, boolean defaultStyleBookEntry, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ?.static List<StyleBookEntryVersion>
findByG_D
(long groupId, boolean defaultStyleBookEntry, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ?.static StyleBookEntryVersion
findByG_D_First
(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.static StyleBookEntryVersion
findByG_D_Last
(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.static StyleBookEntryVersion[]
findByG_D_PrevAndNext
(long styleBookEntryVersionId, long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.static List<StyleBookEntryVersion>
findByG_D_T
(long groupId, boolean defaultStyleBookEntry, String themeId) Returns all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.static List<StyleBookEntryVersion>
findByG_D_T
(long groupId, boolean defaultStyleBookEntry, String themeId, int start, int end) Returns a range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.static List<StyleBookEntryVersion>
findByG_D_T
(long groupId, boolean defaultStyleBookEntry, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.static List<StyleBookEntryVersion>
findByG_D_T
(long groupId, boolean defaultStyleBookEntry, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.static StyleBookEntryVersion
findByG_D_T_First
(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.static StyleBookEntryVersion
findByG_D_T_Last
(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.static StyleBookEntryVersion[]
findByG_D_T_PrevAndNext
(long styleBookEntryVersionId, long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.static List<StyleBookEntryVersion>
findByG_D_T_Version
(long groupId, boolean defaultStyleBookEntry, String themeId, int version) Returns all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.static List<StyleBookEntryVersion>
findByG_D_T_Version
(long groupId, boolean defaultStyleBookEntry, String themeId, int version, int start, int end) Returns a range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.static List<StyleBookEntryVersion>
findByG_D_T_Version
(long groupId, boolean defaultStyleBookEntry, String themeId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.static List<StyleBookEntryVersion>
findByG_D_T_Version
(long groupId, boolean defaultStyleBookEntry, String themeId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.static StyleBookEntryVersion
findByG_D_T_Version_First
(long groupId, boolean defaultStyleBookEntry, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.static StyleBookEntryVersion
findByG_D_T_Version_Last
(long groupId, boolean defaultStyleBookEntry, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.static StyleBookEntryVersion[]
findByG_D_T_Version_PrevAndNext
(long styleBookEntryVersionId, long groupId, boolean defaultStyleBookEntry, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.static List<StyleBookEntryVersion>
findByG_D_Version
(long groupId, boolean defaultStyleBookEntry, int version) Returns all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.static List<StyleBookEntryVersion>
findByG_D_Version
(long groupId, boolean defaultStyleBookEntry, int version, int start, int end) Returns a range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.static List<StyleBookEntryVersion>
findByG_D_Version
(long groupId, boolean defaultStyleBookEntry, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.static List<StyleBookEntryVersion>
findByG_D_Version
(long groupId, boolean defaultStyleBookEntry, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.static StyleBookEntryVersion
findByG_D_Version_First
(long groupId, boolean defaultStyleBookEntry, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.static StyleBookEntryVersion
findByG_D_Version_Last
(long groupId, boolean defaultStyleBookEntry, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.static StyleBookEntryVersion[]
findByG_D_Version_PrevAndNext
(long styleBookEntryVersionId, long groupId, boolean defaultStyleBookEntry, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.static List<StyleBookEntryVersion>
findByG_LikeN
(long groupId, String name) Returns all the style book entry versions where groupId = ? and name = ?.static List<StyleBookEntryVersion>
findByG_LikeN
(long groupId, String name, int start, int end) Returns a range of all the style book entry versions where groupId = ? and name = ?.static List<StyleBookEntryVersion>
findByG_LikeN
(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and name = ?.static List<StyleBookEntryVersion>
findByG_LikeN
(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and name = ?.static StyleBookEntryVersion
findByG_LikeN_First
(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and name = ?.static StyleBookEntryVersion
findByG_LikeN_Last
(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and name = ?.static StyleBookEntryVersion[]
findByG_LikeN_PrevAndNext
(long styleBookEntryVersionId, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and name = ?.static List<StyleBookEntryVersion>
findByG_LikeN_Version
(long groupId, String name, int version) Returns all the style book entry versions where groupId = ? and name = ? and version = ?.static List<StyleBookEntryVersion>
findByG_LikeN_Version
(long groupId, String name, int version, int start, int end) Returns a range of all the style book entry versions where groupId = ? and name = ? and version = ?.static List<StyleBookEntryVersion>
findByG_LikeN_Version
(long groupId, String name, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and name = ? and version = ?.static List<StyleBookEntryVersion>
findByG_LikeN_Version
(long groupId, String name, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and name = ? and version = ?.static StyleBookEntryVersion
findByG_LikeN_Version_First
(long groupId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and name = ? and version = ?.static StyleBookEntryVersion
findByG_LikeN_Version_Last
(long groupId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and name = ? and version = ?.static StyleBookEntryVersion[]
findByG_LikeN_Version_PrevAndNext
(long styleBookEntryVersionId, long groupId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and name = ? and version = ?.static List<StyleBookEntryVersion>
findByG_SBEK
(long groupId, String styleBookEntryKey) Returns all the style book entry versions where groupId = ? and styleBookEntryKey = ?.static List<StyleBookEntryVersion>
findByG_SBEK
(long groupId, String styleBookEntryKey, int start, int end) Returns a range of all the style book entry versions where groupId = ? and styleBookEntryKey = ?.static List<StyleBookEntryVersion>
findByG_SBEK
(long groupId, String styleBookEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and styleBookEntryKey = ?.static List<StyleBookEntryVersion>
findByG_SBEK
(long groupId, String styleBookEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and styleBookEntryKey = ?.static StyleBookEntryVersion
findByG_SBEK_First
(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.static StyleBookEntryVersion
findByG_SBEK_Last
(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.static StyleBookEntryVersion[]
findByG_SBEK_PrevAndNext
(long styleBookEntryVersionId, long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.static StyleBookEntryVersion
findByG_SBEK_Version
(long groupId, String styleBookEntryKey, int version) Returns the style book entry version where groupId = ? and styleBookEntryKey = ? and version = ? or throws aNoSuchEntryVersionException
if it could not be found.static List<StyleBookEntryVersion>
Returns all the style book entry versions where groupId = ? and themeId = ?.static List<StyleBookEntryVersion>
Returns a range of all the style book entry versions where groupId = ? and themeId = ?.static List<StyleBookEntryVersion>
findByG_T
(long groupId, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and themeId = ?.static List<StyleBookEntryVersion>
findByG_T
(long groupId, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and themeId = ?.static StyleBookEntryVersion
findByG_T_First
(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and themeId = ?.static StyleBookEntryVersion
findByG_T_Last
(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and themeId = ?.static StyleBookEntryVersion[]
findByG_T_PrevAndNext
(long styleBookEntryVersionId, long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and themeId = ?.static List<StyleBookEntryVersion>
findByG_T_Version
(long groupId, String themeId, int version) Returns all the style book entry versions where groupId = ? and themeId = ? and version = ?.static List<StyleBookEntryVersion>
findByG_T_Version
(long groupId, String themeId, int version, int start, int end) Returns a range of all the style book entry versions where groupId = ? and themeId = ? and version = ?.static List<StyleBookEntryVersion>
findByG_T_Version
(long groupId, String themeId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and themeId = ? and version = ?.static List<StyleBookEntryVersion>
findByG_T_Version
(long groupId, String themeId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and themeId = ? and version = ?.static StyleBookEntryVersion
findByG_T_Version_First
(long groupId, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and themeId = ? and version = ?.static StyleBookEntryVersion
findByG_T_Version_Last
(long groupId, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and themeId = ? and version = ?.static StyleBookEntryVersion[]
findByG_T_Version_PrevAndNext
(long styleBookEntryVersionId, long groupId, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and themeId = ? and version = ?.static List<StyleBookEntryVersion>
findByGroupId
(long groupId) Returns all the style book entry versions where groupId = ?.static List<StyleBookEntryVersion>
findByGroupId
(long groupId, int start, int end) Returns a range of all the style book entry versions where groupId = ?.static List<StyleBookEntryVersion>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ?.static List<StyleBookEntryVersion>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ?.static StyleBookEntryVersion
findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ?.static StyleBookEntryVersion
findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ?.static StyleBookEntryVersion[]
findByGroupId_PrevAndNext
(long styleBookEntryVersionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ?.static List<StyleBookEntryVersion>
findByGroupId_Version
(long groupId, int version) Returns all the style book entry versions where groupId = ? and version = ?.static List<StyleBookEntryVersion>
findByGroupId_Version
(long groupId, int version, int start, int end) Returns a range of all the style book entry versions where groupId = ? and version = ?.static List<StyleBookEntryVersion>
findByGroupId_Version
(long groupId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and version = ?.static List<StyleBookEntryVersion>
findByGroupId_Version
(long groupId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and version = ?.static StyleBookEntryVersion
findByGroupId_Version_First
(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and version = ?.static StyleBookEntryVersion
findByGroupId_Version_Last
(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and version = ?.static StyleBookEntryVersion[]
findByGroupId_Version_PrevAndNext
(long styleBookEntryVersionId, long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and version = ?.static StyleBookEntryVersion
findByPrimaryKey
(long styleBookEntryVersionId) Returns the style book entry version with the primary key or throws aNoSuchEntryVersionException
if it could not be found.static List<StyleBookEntryVersion>
findByStyleBookEntryId
(long styleBookEntryId) Returns all the style book entry versions where styleBookEntryId = ?.static List<StyleBookEntryVersion>
findByStyleBookEntryId
(long styleBookEntryId, int start, int end) Returns a range of all the style book entry versions where styleBookEntryId = ?.static List<StyleBookEntryVersion>
findByStyleBookEntryId
(long styleBookEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where styleBookEntryId = ?.static List<StyleBookEntryVersion>
findByStyleBookEntryId
(long styleBookEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where styleBookEntryId = ?.static StyleBookEntryVersion
findByStyleBookEntryId_First
(long styleBookEntryId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where styleBookEntryId = ?.static StyleBookEntryVersion
findByStyleBookEntryId_Last
(long styleBookEntryId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where styleBookEntryId = ?.static StyleBookEntryVersion[]
findByStyleBookEntryId_PrevAndNext
(long styleBookEntryVersionId, long styleBookEntryId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where styleBookEntryId = ?.static StyleBookEntryVersion
findByStyleBookEntryId_Version
(long styleBookEntryId, int version) Returns the style book entry version where styleBookEntryId = ? and version = ? or throws aNoSuchEntryVersionException
if it could not be found.static List<StyleBookEntryVersion>
findByUuid
(String uuid) Returns all the style book entry versions where uuid = ?.static List<StyleBookEntryVersion>
findByUuid
(String uuid, int start, int end) Returns a range of all the style book entry versions where uuid = ?.static List<StyleBookEntryVersion>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where uuid = ?.static List<StyleBookEntryVersion>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where uuid = ?.static List<StyleBookEntryVersion>
findByUuid_C
(String uuid, long companyId) Returns all the style book entry versions where uuid = ? and companyId = ?.static List<StyleBookEntryVersion>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the style book entry versions where uuid = ? and companyId = ?.static List<StyleBookEntryVersion>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where uuid = ? and companyId = ?.static List<StyleBookEntryVersion>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where uuid = ? and companyId = ?.static StyleBookEntryVersion
findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ? and companyId = ?.static StyleBookEntryVersion
findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ? and companyId = ?.static StyleBookEntryVersion[]
findByUuid_C_PrevAndNext
(long styleBookEntryVersionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where uuid = ? and companyId = ?.static List<StyleBookEntryVersion>
findByUuid_C_Version
(String uuid, long companyId, int version) Returns all the style book entry versions where uuid = ? and companyId = ? and version = ?.static List<StyleBookEntryVersion>
findByUuid_C_Version
(String uuid, long companyId, int version, int start, int end) Returns a range of all the style book entry versions where uuid = ? and companyId = ? and version = ?.static List<StyleBookEntryVersion>
findByUuid_C_Version
(String uuid, long companyId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where uuid = ? and companyId = ? and version = ?.static List<StyleBookEntryVersion>
findByUuid_C_Version
(String uuid, long companyId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where uuid = ? and companyId = ? and version = ?.static StyleBookEntryVersion
findByUuid_C_Version_First
(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ? and companyId = ? and version = ?.static StyleBookEntryVersion
findByUuid_C_Version_Last
(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ? and companyId = ? and version = ?.static StyleBookEntryVersion[]
findByUuid_C_Version_PrevAndNext
(long styleBookEntryVersionId, String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where uuid = ? and companyId = ? and version = ?.static StyleBookEntryVersion
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ?.static List<StyleBookEntryVersion>
findByUUID_G
(String uuid, long groupId) Returns all the style book entry versions where uuid = ? and groupId = ?.static List<StyleBookEntryVersion>
findByUUID_G
(String uuid, long groupId, int start, int end) Returns a range of all the style book entry versions where uuid = ? and groupId = ?.static List<StyleBookEntryVersion>
findByUUID_G
(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where uuid = ? and groupId = ?.static List<StyleBookEntryVersion>
findByUUID_G
(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where uuid = ? and groupId = ?.static StyleBookEntryVersion
findByUUID_G_First
(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ? and groupId = ?.static StyleBookEntryVersion
findByUUID_G_Last
(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ? and groupId = ?.static StyleBookEntryVersion[]
findByUUID_G_PrevAndNext
(long styleBookEntryVersionId, String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where uuid = ? and groupId = ?.static StyleBookEntryVersion
findByUUID_G_Version
(String uuid, long groupId, int version) Returns the style book entry version where uuid = ? and groupId = ? and version = ? or throws aNoSuchEntryVersionException
if it could not be found.static StyleBookEntryVersion
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ?.static StyleBookEntryVersion[]
findByUuid_PrevAndNext
(long styleBookEntryVersionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where uuid = ?.static List<StyleBookEntryVersion>
findByUuid_Version
(String uuid, int version) Returns all the style book entry versions where uuid = ? and version = ?.static List<StyleBookEntryVersion>
findByUuid_Version
(String uuid, int version, int start, int end) Returns a range of all the style book entry versions where uuid = ? and version = ?.static List<StyleBookEntryVersion>
findByUuid_Version
(String uuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where uuid = ? and version = ?.static List<StyleBookEntryVersion>
findByUuid_Version
(String uuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where uuid = ? and version = ?.static StyleBookEntryVersion
findByUuid_Version_First
(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ? and version = ?.static StyleBookEntryVersion
findByUuid_Version_Last
(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ? and version = ?.static StyleBookEntryVersion[]
findByUuid_Version_PrevAndNext
(long styleBookEntryVersionId, String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the style book entry versions before and after the current style book entry version in the ordered set where uuid = ? and version = ?.static List<StyleBookEntryVersion>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<StyleBookEntryVersion>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<StyleBookEntryVersion>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) static StyleBookEntryVersion
remove
(long styleBookEntryVersionId) Removes the style book entry version with the primary key from the database.static void
Removes all the style book entry versions from the database.static void
removeByG_D
(long groupId, boolean defaultStyleBookEntry) Removes all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? from the database.static void
removeByG_D_T
(long groupId, boolean defaultStyleBookEntry, String themeId) Removes all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ? from the database.static void
removeByG_D_T_Version
(long groupId, boolean defaultStyleBookEntry, String themeId, int version) Removes all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ? from the database.static void
removeByG_D_Version
(long groupId, boolean defaultStyleBookEntry, int version) Removes all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ? from the database.static void
removeByG_LikeN
(long groupId, String name) Removes all the style book entry versions where groupId = ? and name = ? from the database.static void
removeByG_LikeN_Version
(long groupId, String name, int version) Removes all the style book entry versions where groupId = ? and name = ? and version = ? from the database.static void
removeByG_SBEK
(long groupId, String styleBookEntryKey) Removes all the style book entry versions where groupId = ? and styleBookEntryKey = ? from the database.static StyleBookEntryVersion
removeByG_SBEK_Version
(long groupId, String styleBookEntryKey, int version) Removes the style book entry version where groupId = ? and styleBookEntryKey = ? and version = ? from the database.static void
removeByG_T
(long groupId, String themeId) Removes all the style book entry versions where groupId = ? and themeId = ? from the database.static void
removeByG_T_Version
(long groupId, String themeId, int version) Removes all the style book entry versions where groupId = ? and themeId = ? and version = ? from the database.static void
removeByGroupId
(long groupId) Removes all the style book entry versions where groupId = ? from the database.static void
removeByGroupId_Version
(long groupId, int version) Removes all the style book entry versions where groupId = ? and version = ? from the database.static void
removeByStyleBookEntryId
(long styleBookEntryId) Removes all the style book entry versions where styleBookEntryId = ? from the database.static StyleBookEntryVersion
removeByStyleBookEntryId_Version
(long styleBookEntryId, int version) Removes the style book entry version where styleBookEntryId = ? and version = ? from the database.static void
removeByUuid
(String uuid) Removes all the style book entry versions where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the style book entry versions where uuid = ? and companyId = ? from the database.static void
removeByUuid_C_Version
(String uuid, long companyId, int version) Removes all the style book entry versions where uuid = ? and companyId = ? and version = ? from the database.static void
removeByUUID_G
(String uuid, long groupId) Removes all the style book entry versions where uuid = ? and groupId = ? from the database.static StyleBookEntryVersion
removeByUUID_G_Version
(String uuid, long groupId, int version) Removes the style book entry version where uuid = ? and groupId = ? and version = ? from the database.static void
removeByUuid_Version
(String uuid, int version) Removes all the style book entry versions where uuid = ? and version = ? from the database.static void
setPersistence
(StyleBookEntryVersionPersistence persistence) static StyleBookEntryVersion
update
(StyleBookEntryVersion styleBookEntryVersion) static StyleBookEntryVersion
update
(StyleBookEntryVersion styleBookEntryVersion, com.liferay.portal.kernel.service.ServiceContext serviceContext) static StyleBookEntryVersion
updateImpl
(StyleBookEntryVersion styleBookEntryVersion)
-
Constructor Details
-
StyleBookEntryVersionUtil
public StyleBookEntryVersionUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- 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,StyleBookEntryVersion> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<StyleBookEntryVersion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<StyleBookEntryVersion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<StyleBookEntryVersion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static StyleBookEntryVersion update(StyleBookEntryVersion styleBookEntryVersion, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByStyleBookEntryId
Returns all the style book entry versions where styleBookEntryId = ?.- Parameters:
styleBookEntryId
- the style book entry ID- Returns:
- the matching style book entry versions
-
findByStyleBookEntryId
public static List<StyleBookEntryVersion> findByStyleBookEntryId(long styleBookEntryId, int start, int end) Returns a range of all the style book entry versions where styleBookEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
styleBookEntryId
- the style book entry IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByStyleBookEntryId
public static List<StyleBookEntryVersion> findByStyleBookEntryId(long styleBookEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where styleBookEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
styleBookEntryId
- the style book entry IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByStyleBookEntryId
public static List<StyleBookEntryVersion> findByStyleBookEntryId(long styleBookEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where styleBookEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
styleBookEntryId
- the style book entry IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByStyleBookEntryId_First
public static StyleBookEntryVersion findByStyleBookEntryId_First(long styleBookEntryId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where styleBookEntryId = ?.- Parameters:
styleBookEntryId
- the style book entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByStyleBookEntryId_First
public static StyleBookEntryVersion fetchByStyleBookEntryId_First(long styleBookEntryId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where styleBookEntryId = ?.- Parameters:
styleBookEntryId
- the style book entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByStyleBookEntryId_Last
public static StyleBookEntryVersion findByStyleBookEntryId_Last(long styleBookEntryId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where styleBookEntryId = ?.- Parameters:
styleBookEntryId
- the style book entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByStyleBookEntryId_Last
public static StyleBookEntryVersion fetchByStyleBookEntryId_Last(long styleBookEntryId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where styleBookEntryId = ?.- Parameters:
styleBookEntryId
- the style book entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByStyleBookEntryId_PrevAndNext
public static StyleBookEntryVersion[] findByStyleBookEntryId_PrevAndNext(long styleBookEntryVersionId, long styleBookEntryId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where styleBookEntryId = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versionstyleBookEntryId
- the style book entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByStyleBookEntryId
public static void removeByStyleBookEntryId(long styleBookEntryId) Removes all the style book entry versions where styleBookEntryId = ? from the database.- Parameters:
styleBookEntryId
- the style book entry ID
-
countByStyleBookEntryId
public static int countByStyleBookEntryId(long styleBookEntryId) Returns the number of style book entry versions where styleBookEntryId = ?.- Parameters:
styleBookEntryId
- the style book entry ID- Returns:
- the number of matching style book entry versions
-
findByStyleBookEntryId_Version
public static StyleBookEntryVersion findByStyleBookEntryId_Version(long styleBookEntryId, int version) throws NoSuchEntryVersionException Returns the style book entry version where styleBookEntryId = ? and version = ? or throws aNoSuchEntryVersionException
if it could not be found.- Parameters:
styleBookEntryId
- the style book entry IDversion
- the version- Returns:
- the matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByStyleBookEntryId_Version
public static StyleBookEntryVersion fetchByStyleBookEntryId_Version(long styleBookEntryId, int version) Returns the style book entry version where styleBookEntryId = ? and version = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
styleBookEntryId
- the style book entry IDversion
- the version- Returns:
- the matching style book entry version, or
null
if a matching style book entry version could not be found
-
fetchByStyleBookEntryId_Version
public static StyleBookEntryVersion fetchByStyleBookEntryId_Version(long styleBookEntryId, int version, boolean useFinderCache) Returns the style book entry version where styleBookEntryId = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
styleBookEntryId
- the style book entry IDversion
- the versionuseFinderCache
- whether to use the finder cache- Returns:
- the matching style book entry version, or
null
if a matching style book entry version could not be found
-
removeByStyleBookEntryId_Version
public static StyleBookEntryVersion removeByStyleBookEntryId_Version(long styleBookEntryId, int version) throws NoSuchEntryVersionException Removes the style book entry version where styleBookEntryId = ? and version = ? from the database.- Parameters:
styleBookEntryId
- the style book entry IDversion
- the version- Returns:
- the style book entry version that was removed
- Throws:
NoSuchEntryVersionException
-
countByStyleBookEntryId_Version
public static int countByStyleBookEntryId_Version(long styleBookEntryId, int version) Returns the number of style book entry versions where styleBookEntryId = ? and version = ?.- Parameters:
styleBookEntryId
- the style book entry IDversion
- the version- Returns:
- the number of matching style book entry versions
-
findByUuid
Returns all the style book entry versions where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching style book entry versions
-
findByUuid
Returns a range of all the style book entry versions where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByUuid
public static List<StyleBookEntryVersion> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByUuid
public static List<StyleBookEntryVersion> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByUuid_First
public static StyleBookEntryVersion findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_First
public static StyleBookEntryVersion fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByUuid_Last
public static StyleBookEntryVersion findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_Last
public static StyleBookEntryVersion fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByUuid_PrevAndNext
public static StyleBookEntryVersion[] findByUuid_PrevAndNext(long styleBookEntryVersionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where uuid = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByUuid
Removes all the style book entry versions where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of style book entry versions where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching style book entry versions
-
findByUuid_Version
Returns all the style book entry versions where uuid = ? and version = ?.- Parameters:
uuid
- the uuidversion
- the version- Returns:
- the matching style book entry versions
-
findByUuid_Version
public static List<StyleBookEntryVersion> findByUuid_Version(String uuid, int version, int start, int end) Returns a range of all the style book entry versions where uuid = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByUuid_Version
public static List<StyleBookEntryVersion> findByUuid_Version(String uuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where uuid = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByUuid_Version
public static List<StyleBookEntryVersion> findByUuid_Version(String uuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where uuid = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByUuid_Version_First
public static StyleBookEntryVersion findByUuid_Version_First(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where uuid = ? and version = ?.- Parameters:
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_Version_First
public static StyleBookEntryVersion fetchByUuid_Version_First(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ? and version = ?.- Parameters:
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByUuid_Version_Last
public static StyleBookEntryVersion findByUuid_Version_Last(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where uuid = ? and version = ?.- Parameters:
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_Version_Last
public static StyleBookEntryVersion fetchByUuid_Version_Last(String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ? and version = ?.- Parameters:
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByUuid_Version_PrevAndNext
public static StyleBookEntryVersion[] findByUuid_Version_PrevAndNext(long styleBookEntryVersionId, String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where uuid = ? and version = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versionuuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByUuid_Version
Removes all the style book entry versions where uuid = ? and version = ? from the database.- Parameters:
uuid
- the uuidversion
- the version
-
countByUuid_Version
Returns the number of style book entry versions where uuid = ? and version = ?.- Parameters:
uuid
- the uuidversion
- the version- Returns:
- the number of matching style book entry versions
-
findByUUID_G
Returns all the style book entry versions where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching style book entry versions
-
findByUUID_G
public static List<StyleBookEntryVersion> findByUUID_G(String uuid, long groupId, int start, int end) Returns a range of all the style book entry versions where uuid = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidgroupId
- the group IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByUUID_G
public static List<StyleBookEntryVersion> findByUUID_G(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where uuid = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidgroupId
- the group IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByUUID_G
public static List<StyleBookEntryVersion> findByUUID_G(String uuid, long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where uuid = ? and groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidgroupId
- the group IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByUUID_G_First
public static StyleBookEntryVersion findByUUID_G_First(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByUUID_G_First
public static StyleBookEntryVersion fetchByUUID_G_First(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByUUID_G_Last
public static StyleBookEntryVersion findByUUID_G_Last(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByUUID_G_Last
public static StyleBookEntryVersion fetchByUUID_G_Last(String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByUUID_G_PrevAndNext
public static StyleBookEntryVersion[] findByUUID_G_PrevAndNext(long styleBookEntryVersionId, String uuid, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where uuid = ? and groupId = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versionuuid
- the uuidgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByUUID_G
Removes all the style book entry versions where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID
-
countByUUID_G
Returns the number of style book entry versions where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching style book entry versions
-
findByUUID_G_Version
public static StyleBookEntryVersion findByUUID_G_Version(String uuid, long groupId, int version) throws NoSuchEntryVersionException Returns the style book entry version where uuid = ? and groupId = ? and version = ? or throws aNoSuchEntryVersionException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group IDversion
- the version- Returns:
- the matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByUUID_G_Version
Returns the style book entry version where uuid = ? and groupId = ? and version = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDversion
- the version- Returns:
- the matching style book entry version, or
null
if a matching style book entry version could not be found
-
fetchByUUID_G_Version
public static StyleBookEntryVersion fetchByUUID_G_Version(String uuid, long groupId, int version, boolean useFinderCache) Returns the style book entry version where uuid = ? and groupId = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDversion
- the versionuseFinderCache
- whether to use the finder cache- Returns:
- the matching style book entry version, or
null
if a matching style book entry version could not be found
-
removeByUUID_G_Version
public static StyleBookEntryVersion removeByUUID_G_Version(String uuid, long groupId, int version) throws NoSuchEntryVersionException Removes the style book entry version where uuid = ? and groupId = ? and version = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group IDversion
- the version- Returns:
- the style book entry version that was removed
- Throws:
NoSuchEntryVersionException
-
countByUUID_G_Version
Returns the number of style book entry versions where uuid = ? and groupId = ? and version = ?.- Parameters:
uuid
- the uuidgroupId
- the group IDversion
- the version- Returns:
- the number of matching style book entry versions
-
findByUuid_C
Returns all the style book entry versions where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching style book entry versions
-
findByUuid_C
public static List<StyleBookEntryVersion> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the style book entry versions where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByUuid_C
public static List<StyleBookEntryVersion> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByUuid_C
public static List<StyleBookEntryVersion> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByUuid_C_First
public static StyleBookEntryVersion findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_C_First
public static StyleBookEntryVersion fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByUuid_C_Last
public static StyleBookEntryVersion findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_C_Last
public static StyleBookEntryVersion fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByUuid_C_PrevAndNext
public static StyleBookEntryVersion[] findByUuid_C_PrevAndNext(long styleBookEntryVersionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where uuid = ? and companyId = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByUuid_C
Removes all the style book entry versions where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of style book entry versions where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching style book entry versions
-
findByUuid_C_Version
public static List<StyleBookEntryVersion> findByUuid_C_Version(String uuid, long companyId, int version) Returns all the style book entry versions where uuid = ? and companyId = ? and version = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the version- Returns:
- the matching style book entry versions
-
findByUuid_C_Version
public static List<StyleBookEntryVersion> findByUuid_C_Version(String uuid, long companyId, int version, int start, int end) Returns a range of all the style book entry versions where uuid = ? and companyId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByUuid_C_Version
public static List<StyleBookEntryVersion> findByUuid_C_Version(String uuid, long companyId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where uuid = ? and companyId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByUuid_C_Version
public static List<StyleBookEntryVersion> findByUuid_C_Version(String uuid, long companyId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where uuid = ? and companyId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByUuid_C_Version_First
public static StyleBookEntryVersion findByUuid_C_Version_First(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where uuid = ? and companyId = ? and version = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_C_Version_First
public static StyleBookEntryVersion fetchByUuid_C_Version_First(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where uuid = ? and companyId = ? and version = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByUuid_C_Version_Last
public static StyleBookEntryVersion findByUuid_C_Version_Last(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where uuid = ? and companyId = ? and version = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByUuid_C_Version_Last
public static StyleBookEntryVersion fetchByUuid_C_Version_Last(String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where uuid = ? and companyId = ? and version = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByUuid_C_Version_PrevAndNext
public static StyleBookEntryVersion[] findByUuid_C_Version_PrevAndNext(long styleBookEntryVersionId, String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where uuid = ? and companyId = ? and version = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versionuuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByUuid_C_Version
Removes all the style book entry versions where uuid = ? and companyId = ? and version = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the version
-
countByUuid_C_Version
Returns the number of style book entry versions where uuid = ? and companyId = ? and version = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDversion
- the version- Returns:
- the number of matching style book entry versions
-
findByGroupId
Returns all the style book entry versions where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching style book entry versions
-
findByGroupId
Returns a range of all the style book entry versions where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByGroupId
public static List<StyleBookEntryVersion> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByGroupId
public static List<StyleBookEntryVersion> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByGroupId_First
public static StyleBookEntryVersion findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByGroupId_First
public static StyleBookEntryVersion fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByGroupId_Last
public static StyleBookEntryVersion findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByGroupId_Last
public static StyleBookEntryVersion fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByGroupId_PrevAndNext
public static StyleBookEntryVersion[] findByGroupId_PrevAndNext(long styleBookEntryVersionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versiongroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the style book entry versions where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
public static int countByGroupId(long groupId) Returns the number of style book entry versions where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching style book entry versions
-
findByGroupId_Version
Returns all the style book entry versions where groupId = ? and version = ?.- Parameters:
groupId
- the group IDversion
- the version- Returns:
- the matching style book entry versions
-
findByGroupId_Version
public static List<StyleBookEntryVersion> findByGroupId_Version(long groupId, int version, int start, int end) Returns a range of all the style book entry versions where groupId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByGroupId_Version
public static List<StyleBookEntryVersion> findByGroupId_Version(long groupId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByGroupId_Version
public static List<StyleBookEntryVersion> findByGroupId_Version(long groupId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByGroupId_Version_First
public static StyleBookEntryVersion findByGroupId_Version_First(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where groupId = ? and version = ?.- Parameters:
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByGroupId_Version_First
public static StyleBookEntryVersion fetchByGroupId_Version_First(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and version = ?.- Parameters:
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByGroupId_Version_Last
public static StyleBookEntryVersion findByGroupId_Version_Last(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where groupId = ? and version = ?.- Parameters:
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByGroupId_Version_Last
public static StyleBookEntryVersion fetchByGroupId_Version_Last(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and version = ?.- Parameters:
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByGroupId_Version_PrevAndNext
public static StyleBookEntryVersion[] findByGroupId_Version_PrevAndNext(long styleBookEntryVersionId, long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and version = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versiongroupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByGroupId_Version
public static void removeByGroupId_Version(long groupId, int version) Removes all the style book entry versions where groupId = ? and version = ? from the database.- Parameters:
groupId
- the group IDversion
- the version
-
countByGroupId_Version
public static int countByGroupId_Version(long groupId, int version) Returns the number of style book entry versions where groupId = ? and version = ?.- Parameters:
groupId
- the group IDversion
- the version- Returns:
- the number of matching style book entry versions
-
findByG_D
Returns all the style book entry versions where groupId = ? and defaultStyleBookEntry = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entry- Returns:
- the matching style book entry versions
-
findByG_D
public static List<StyleBookEntryVersion> findByG_D(long groupId, boolean defaultStyleBookEntry, int start, int end) Returns a range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrystart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByG_D
public static List<StyleBookEntryVersion> findByG_D(long groupId, boolean defaultStyleBookEntry, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrystart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByG_D
public static List<StyleBookEntryVersion> findByG_D(long groupId, boolean defaultStyleBookEntry, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrystart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByG_D_First
public static StyleBookEntryVersion findByG_D_First(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_D_First
public static StyleBookEntryVersion fetchByG_D_First(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_D_Last
public static StyleBookEntryVersion findByG_D_Last(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_D_Last
public static StyleBookEntryVersion fetchByG_D_Last(long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_D_PrevAndNext
public static StyleBookEntryVersion[] findByG_D_PrevAndNext(long styleBookEntryVersionId, long groupId, boolean defaultStyleBookEntry, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versiongroupId
- the group IDdefaultStyleBookEntry
- the default style book entryorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_D
public static void removeByG_D(long groupId, boolean defaultStyleBookEntry) Removes all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? from the database.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entry
-
countByG_D
public static int countByG_D(long groupId, boolean defaultStyleBookEntry) Returns the number of style book entry versions where groupId = ? and defaultStyleBookEntry = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entry- Returns:
- the number of matching style book entry versions
-
findByG_D_Version
public static List<StyleBookEntryVersion> findByG_D_Version(long groupId, boolean defaultStyleBookEntry, int version) Returns all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryversion
- the version- Returns:
- the matching style book entry versions
-
findByG_D_Version
public static List<StyleBookEntryVersion> findByG_D_Version(long groupId, boolean defaultStyleBookEntry, int version, int start, int end) Returns a range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByG_D_Version
public static List<StyleBookEntryVersion> findByG_D_Version(long groupId, boolean defaultStyleBookEntry, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByG_D_Version
public static List<StyleBookEntryVersion> findByG_D_Version(long groupId, boolean defaultStyleBookEntry, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByG_D_Version_First
public static StyleBookEntryVersion findByG_D_Version_First(long groupId, boolean defaultStyleBookEntry, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_D_Version_First
public static StyleBookEntryVersion fetchByG_D_Version_First(long groupId, boolean defaultStyleBookEntry, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_D_Version_Last
public static StyleBookEntryVersion findByG_D_Version_Last(long groupId, boolean defaultStyleBookEntry, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_D_Version_Last
public static StyleBookEntryVersion fetchByG_D_Version_Last(long groupId, boolean defaultStyleBookEntry, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_D_Version_PrevAndNext
public static StyleBookEntryVersion[] findByG_D_Version_PrevAndNext(long styleBookEntryVersionId, long groupId, boolean defaultStyleBookEntry, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and version = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versiongroupId
- the group IDdefaultStyleBookEntry
- the default style book entryversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_D_Version
public static void removeByG_D_Version(long groupId, boolean defaultStyleBookEntry, int version) Removes all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ? from the database.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryversion
- the version
-
countByG_D_Version
public static int countByG_D_Version(long groupId, boolean defaultStyleBookEntry, int version) Returns the number of style book entry versions where groupId = ? and defaultStyleBookEntry = ? and version = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entryversion
- the version- Returns:
- the number of matching style book entry versions
-
findByG_LikeN
Returns all the style book entry versions where groupId = ? and name = ?.- Parameters:
groupId
- the group IDname
- the name- Returns:
- the matching style book entry versions
-
findByG_LikeN
public static List<StyleBookEntryVersion> findByG_LikeN(long groupId, String name, int start, int end) Returns a range of all the style book entry versions where groupId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDname
- the namestart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByG_LikeN
public static List<StyleBookEntryVersion> findByG_LikeN(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDname
- the namestart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByG_LikeN
public static List<StyleBookEntryVersion> findByG_LikeN(long groupId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and name = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDname
- the namestart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByG_LikeN_First
public static StyleBookEntryVersion findByG_LikeN_First(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where groupId = ? and name = ?.- Parameters:
groupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_LikeN_First
public static StyleBookEntryVersion fetchByG_LikeN_First(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and name = ?.- Parameters:
groupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_LikeN_Last
public static StyleBookEntryVersion findByG_LikeN_Last(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where groupId = ? and name = ?.- Parameters:
groupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_LikeN_Last
public static StyleBookEntryVersion fetchByG_LikeN_Last(long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and name = ?.- Parameters:
groupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_LikeN_PrevAndNext
public static StyleBookEntryVersion[] findByG_LikeN_PrevAndNext(long styleBookEntryVersionId, long groupId, String name, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and name = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versiongroupId
- the group IDname
- the nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_LikeN
Removes all the style book entry versions where groupId = ? and name = ? from the database.- Parameters:
groupId
- the group IDname
- the name
-
countByG_LikeN
Returns the number of style book entry versions where groupId = ? and name = ?.- Parameters:
groupId
- the group IDname
- the name- Returns:
- the number of matching style book entry versions
-
findByG_LikeN_Version
public static List<StyleBookEntryVersion> findByG_LikeN_Version(long groupId, String name, int version) Returns all the style book entry versions where groupId = ? and name = ? and version = ?.- Parameters:
groupId
- the group IDname
- the nameversion
- the version- Returns:
- the matching style book entry versions
-
findByG_LikeN_Version
public static List<StyleBookEntryVersion> findByG_LikeN_Version(long groupId, String name, int version, int start, int end) Returns a range of all the style book entry versions where groupId = ? and name = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDname
- the nameversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByG_LikeN_Version
public static List<StyleBookEntryVersion> findByG_LikeN_Version(long groupId, String name, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and name = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDname
- the nameversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByG_LikeN_Version
public static List<StyleBookEntryVersion> findByG_LikeN_Version(long groupId, String name, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and name = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDname
- the nameversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByG_LikeN_Version_First
public static StyleBookEntryVersion findByG_LikeN_Version_First(long groupId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where groupId = ? and name = ? and version = ?.- Parameters:
groupId
- the group IDname
- the nameversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_LikeN_Version_First
public static StyleBookEntryVersion fetchByG_LikeN_Version_First(long groupId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and name = ? and version = ?.- Parameters:
groupId
- the group IDname
- the nameversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_LikeN_Version_Last
public static StyleBookEntryVersion findByG_LikeN_Version_Last(long groupId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where groupId = ? and name = ? and version = ?.- Parameters:
groupId
- the group IDname
- the nameversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_LikeN_Version_Last
public static StyleBookEntryVersion fetchByG_LikeN_Version_Last(long groupId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and name = ? and version = ?.- Parameters:
groupId
- the group IDname
- the nameversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_LikeN_Version_PrevAndNext
public static StyleBookEntryVersion[] findByG_LikeN_Version_PrevAndNext(long styleBookEntryVersionId, long groupId, String name, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and name = ? and version = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versiongroupId
- the group IDname
- the nameversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_LikeN_Version
Removes all the style book entry versions where groupId = ? and name = ? and version = ? from the database.- Parameters:
groupId
- the group IDname
- the nameversion
- the version
-
countByG_LikeN_Version
Returns the number of style book entry versions where groupId = ? and name = ? and version = ?.- Parameters:
groupId
- the group IDname
- the nameversion
- the version- Returns:
- the number of matching style book entry versions
-
findByG_SBEK
Returns all the style book entry versions where groupId = ? and styleBookEntryKey = ?.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry key- Returns:
- the matching style book entry versions
-
findByG_SBEK
public static List<StyleBookEntryVersion> findByG_SBEK(long groupId, String styleBookEntryKey, int start, int end) Returns a range of all the style book entry versions where groupId = ? and styleBookEntryKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keystart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByG_SBEK
public static List<StyleBookEntryVersion> findByG_SBEK(long groupId, String styleBookEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and styleBookEntryKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keystart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByG_SBEK
public static List<StyleBookEntryVersion> findByG_SBEK(long groupId, String styleBookEntryKey, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and styleBookEntryKey = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keystart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByG_SBEK_First
public static StyleBookEntryVersion findByG_SBEK_First(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_SBEK_First
public static StyleBookEntryVersion fetchByG_SBEK_First(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_SBEK_Last
public static StyleBookEntryVersion findByG_SBEK_Last(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_SBEK_Last
public static StyleBookEntryVersion fetchByG_SBEK_Last(long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_SBEK_PrevAndNext
public static StyleBookEntryVersion[] findByG_SBEK_PrevAndNext(long styleBookEntryVersionId, long groupId, String styleBookEntryKey, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and styleBookEntryKey = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versiongroupId
- the group IDstyleBookEntryKey
- the style book entry keyorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_SBEK
Removes all the style book entry versions where groupId = ? and styleBookEntryKey = ? from the database.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry key
-
countByG_SBEK
Returns the number of style book entry versions where groupId = ? and styleBookEntryKey = ?.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry key- Returns:
- the number of matching style book entry versions
-
findByG_SBEK_Version
public static StyleBookEntryVersion findByG_SBEK_Version(long groupId, String styleBookEntryKey, int version) throws NoSuchEntryVersionException Returns the style book entry version where groupId = ? and styleBookEntryKey = ? and version = ? or throws aNoSuchEntryVersionException
if it could not be found.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyversion
- the version- Returns:
- the matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_SBEK_Version
public static StyleBookEntryVersion fetchByG_SBEK_Version(long groupId, String styleBookEntryKey, int version) Returns the style book entry version where groupId = ? and styleBookEntryKey = ? and version = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyversion
- the version- Returns:
- the matching style book entry version, or
null
if a matching style book entry version could not be found
-
fetchByG_SBEK_Version
public static StyleBookEntryVersion fetchByG_SBEK_Version(long groupId, String styleBookEntryKey, int version, boolean useFinderCache) Returns the style book entry version where groupId = ? and styleBookEntryKey = ? and version = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyversion
- the versionuseFinderCache
- whether to use the finder cache- Returns:
- the matching style book entry version, or
null
if a matching style book entry version could not be found
-
removeByG_SBEK_Version
public static StyleBookEntryVersion removeByG_SBEK_Version(long groupId, String styleBookEntryKey, int version) throws NoSuchEntryVersionException Removes the style book entry version where groupId = ? and styleBookEntryKey = ? and version = ? from the database.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyversion
- the version- Returns:
- the style book entry version that was removed
- Throws:
NoSuchEntryVersionException
-
countByG_SBEK_Version
Returns the number of style book entry versions where groupId = ? and styleBookEntryKey = ? and version = ?.- Parameters:
groupId
- the group IDstyleBookEntryKey
- the style book entry keyversion
- the version- Returns:
- the number of matching style book entry versions
-
findByG_T
Returns all the style book entry versions where groupId = ? and themeId = ?.- Parameters:
groupId
- the group IDthemeId
- the theme ID- Returns:
- the matching style book entry versions
-
findByG_T
public static List<StyleBookEntryVersion> findByG_T(long groupId, String themeId, int start, int end) Returns a range of all the style book entry versions where groupId = ? and themeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDthemeId
- the theme IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByG_T
public static List<StyleBookEntryVersion> findByG_T(long groupId, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and themeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDthemeId
- the theme IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByG_T
public static List<StyleBookEntryVersion> findByG_T(long groupId, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and themeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDthemeId
- the theme IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByG_T_First
public static StyleBookEntryVersion findByG_T_First(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where groupId = ? and themeId = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_T_First
public static StyleBookEntryVersion fetchByG_T_First(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and themeId = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_T_Last
public static StyleBookEntryVersion findByG_T_Last(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where groupId = ? and themeId = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_T_Last
public static StyleBookEntryVersion fetchByG_T_Last(long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and themeId = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_T_PrevAndNext
public static StyleBookEntryVersion[] findByG_T_PrevAndNext(long styleBookEntryVersionId, long groupId, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and themeId = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versiongroupId
- the group IDthemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_T
Removes all the style book entry versions where groupId = ? and themeId = ? from the database.- Parameters:
groupId
- the group IDthemeId
- the theme ID
-
countByG_T
Returns the number of style book entry versions where groupId = ? and themeId = ?.- Parameters:
groupId
- the group IDthemeId
- the theme ID- Returns:
- the number of matching style book entry versions
-
findByG_T_Version
public static List<StyleBookEntryVersion> findByG_T_Version(long groupId, String themeId, int version) Returns all the style book entry versions where groupId = ? and themeId = ? and version = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDversion
- the version- Returns:
- the matching style book entry versions
-
findByG_T_Version
public static List<StyleBookEntryVersion> findByG_T_Version(long groupId, String themeId, int version, int start, int end) Returns a range of all the style book entry versions where groupId = ? and themeId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDthemeId
- the theme IDversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByG_T_Version
public static List<StyleBookEntryVersion> findByG_T_Version(long groupId, String themeId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and themeId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDthemeId
- the theme IDversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByG_T_Version
public static List<StyleBookEntryVersion> findByG_T_Version(long groupId, String themeId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and themeId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDthemeId
- the theme IDversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByG_T_Version_First
public static StyleBookEntryVersion findByG_T_Version_First(long groupId, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where groupId = ? and themeId = ? and version = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_T_Version_First
public static StyleBookEntryVersion fetchByG_T_Version_First(long groupId, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and themeId = ? and version = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_T_Version_Last
public static StyleBookEntryVersion findByG_T_Version_Last(long groupId, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where groupId = ? and themeId = ? and version = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_T_Version_Last
public static StyleBookEntryVersion fetchByG_T_Version_Last(long groupId, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and themeId = ? and version = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_T_Version_PrevAndNext
public static StyleBookEntryVersion[] findByG_T_Version_PrevAndNext(long styleBookEntryVersionId, long groupId, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and themeId = ? and version = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versiongroupId
- the group IDthemeId
- the theme IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_T_Version
Removes all the style book entry versions where groupId = ? and themeId = ? and version = ? from the database.- Parameters:
groupId
- the group IDthemeId
- the theme IDversion
- the version
-
countByG_T_Version
Returns the number of style book entry versions where groupId = ? and themeId = ? and version = ?.- Parameters:
groupId
- the group IDthemeId
- the theme IDversion
- the version- Returns:
- the number of matching style book entry versions
-
findByG_D_T
public static List<StyleBookEntryVersion> findByG_D_T(long groupId, boolean defaultStyleBookEntry, String themeId) Returns all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme ID- Returns:
- the matching style book entry versions
-
findByG_D_T
public static List<StyleBookEntryVersion> findByG_D_T(long groupId, boolean defaultStyleBookEntry, String themeId, int start, int end) Returns a range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByG_D_T
public static List<StyleBookEntryVersion> findByG_D_T(long groupId, boolean defaultStyleBookEntry, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByG_D_T
public static List<StyleBookEntryVersion> findByG_D_T(long groupId, boolean defaultStyleBookEntry, String themeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByG_D_T_First
public static StyleBookEntryVersion findByG_D_T_First(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_D_T_First
public static StyleBookEntryVersion fetchByG_D_T_First(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_D_T_Last
public static StyleBookEntryVersion findByG_D_T_Last(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_D_T_Last
public static StyleBookEntryVersion fetchByG_D_T_Last(long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_D_T_PrevAndNext
public static StyleBookEntryVersion[] findByG_D_T_PrevAndNext(long styleBookEntryVersionId, long groupId, boolean defaultStyleBookEntry, String themeId, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versiongroupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_D_T
Removes all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ? from the database.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme ID
-
countByG_D_T
Returns the number of style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme ID- Returns:
- the number of matching style book entry versions
-
findByG_D_T_Version
public static List<StyleBookEntryVersion> findByG_D_T_Version(long groupId, boolean defaultStyleBookEntry, String themeId, int version) Returns all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDversion
- the version- Returns:
- the matching style book entry versions
-
findByG_D_T_Version
public static List<StyleBookEntryVersion> findByG_D_T_Version(long groupId, boolean defaultStyleBookEntry, String themeId, int version, int start, int end) Returns a range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of matching style book entry versions
-
findByG_D_T_Version
public static List<StyleBookEntryVersion> findByG_D_T_Version(long groupId, boolean defaultStyleBookEntry, String themeId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching style book entry versions
-
findByG_D_T_Version
public static List<StyleBookEntryVersion> findByG_D_T_Version(long groupId, boolean defaultStyleBookEntry, String themeId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDversion
- the versionstart
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching style book entry versions
-
findByG_D_T_Version_First
public static StyleBookEntryVersion findByG_D_T_Version_First(long groupId, boolean defaultStyleBookEntry, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_D_T_Version_First
public static StyleBookEntryVersion fetchByG_D_T_Version_First(long groupId, boolean defaultStyleBookEntry, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the first style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_D_T_Version_Last
public static StyleBookEntryVersion findByG_D_T_Version_Last(long groupId, boolean defaultStyleBookEntry, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version
- Throws:
NoSuchEntryVersionException
- if a matching style book entry version could not be foundNoSuchEntryVersionException
-
fetchByG_D_T_Version_Last
public static StyleBookEntryVersion fetchByG_D_T_Version_Last(long groupId, boolean defaultStyleBookEntry, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns the last style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching style book entry version, or
null
if a matching style book entry version could not be found
-
findByG_D_T_Version_PrevAndNext
public static StyleBookEntryVersion[] findByG_D_T_Version_PrevAndNext(long styleBookEntryVersionId, long groupId, boolean defaultStyleBookEntry, String themeId, int version, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) throws NoSuchEntryVersionException Returns the style book entry versions before and after the current style book entry version in the ordered set where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.- Parameters:
styleBookEntryVersionId
- the primary key of the current style book entry versiongroupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDversion
- the versionorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
removeByG_D_T_Version
public static void removeByG_D_T_Version(long groupId, boolean defaultStyleBookEntry, String themeId, int version) Removes all the style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ? from the database.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDversion
- the version
-
countByG_D_T_Version
public static int countByG_D_T_Version(long groupId, boolean defaultStyleBookEntry, String themeId, int version) Returns the number of style book entry versions where groupId = ? and defaultStyleBookEntry = ? and themeId = ? and version = ?.- Parameters:
groupId
- the group IDdefaultStyleBookEntry
- the default style book entrythemeId
- the theme IDversion
- the version- Returns:
- the number of matching style book entry versions
-
cacheResult
Caches the style book entry version in the entity cache if it is enabled.- Parameters:
styleBookEntryVersion
- the style book entry version
-
cacheResult
Caches the style book entry versions in the entity cache if it is enabled.- Parameters:
styleBookEntryVersions
- the style book entry versions
-
create
Creates a new style book entry version with the primary key. Does not add the style book entry version to the database.- Parameters:
styleBookEntryVersionId
- the primary key for the new style book entry version- Returns:
- the new style book entry version
-
remove
public static StyleBookEntryVersion remove(long styleBookEntryVersionId) throws NoSuchEntryVersionException Removes the style book entry version with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
styleBookEntryVersionId
- the primary key of the style book entry version- Returns:
- the style book entry version that was removed
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
updateImpl
-
findByPrimaryKey
public static StyleBookEntryVersion findByPrimaryKey(long styleBookEntryVersionId) throws NoSuchEntryVersionException Returns the style book entry version with the primary key or throws aNoSuchEntryVersionException
if it could not be found.- Parameters:
styleBookEntryVersionId
- the primary key of the style book entry version- Returns:
- the style book entry version
- Throws:
NoSuchEntryVersionException
- if a style book entry version with the primary key could not be foundNoSuchEntryVersionException
-
fetchByPrimaryKey
Returns the style book entry version with the primary key or returnsnull
if it could not be found.- Parameters:
styleBookEntryVersionId
- the primary key of the style book entry version- Returns:
- the style book entry version, or
null
if a style book entry version with the primary key could not be found
-
findAll
Returns all the style book entry versions.- Returns:
- the style book entry versions
-
findAll
Returns a range of all the style book entry versions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
start
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)- Returns:
- the range of style book entry versions
-
findAll
public static List<StyleBookEntryVersion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator) Returns an ordered range of all the style book entry versions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
start
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of style book entry versions
-
findAll
public static List<StyleBookEntryVersion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<StyleBookEntryVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the style book entry versions.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromStyleBookEntryVersionModelImpl
.- Parameters:
start
- the lower bound of the range of style book entry versionsend
- the upper bound of the range of style book entry versions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of style book entry versions
-
removeAll
public static void removeAll()Removes all the style book entry versions from the database. -
countAll
public static int countAll()Returns the number of style book entry versions.- Returns:
- the number of style book entry versions
-
getPersistence
-
setPersistence
-