public class LayoutVersionUtil
extends Object
com.liferay.portal.service.persistence.impl.LayoutVersionPersistenceImpl
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
LayoutVersionPersistence
Constructor and Description |
---|
LayoutVersionUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(LayoutVersion layoutVersion)
Caches the layout version in the entity cache if it is enabled.
|
static void |
cacheResult(List<LayoutVersion> layoutVersions)
Caches the layout versions in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(LayoutVersion layoutVersion) |
static int |
countAll()
Returns the number of layout versions.
|
static int |
countByC_C_Version(long classNameId,
long classPK,
int version)
Returns the number of layout versions where classNameId = ? and classPK = ? and version = ?.
|
static int |
countByC_C(long classNameId,
long classPK)
Returns the number of layout versions where classNameId = ? and classPK = ?.
|
static int |
countByC_L_Version(long companyId,
String layoutPrototypeUuid,
int version)
Returns the number of layout versions where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
static int |
countByC_L(long companyId,
String layoutPrototypeUuid)
Returns the number of layout versions where companyId = ? and layoutPrototypeUuid = ?.
|
static int |
countByCompanyId_Version(long companyId,
int version)
Returns the number of layout versions where companyId = ? and version = ?.
|
static int |
countByCompanyId(long companyId)
Returns the number of layout versions where companyId = ?.
|
static int |
countByG_P_F_Version(long groupId,
boolean privateLayout,
String friendlyURL,
int version)
Returns the number of layout versions where groupId = ? and privateLayout = ? and friendlyURL = ? and version = ?.
|
static int |
countByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the number of layout versions where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static int |
countByG_P_L_Version(long groupId,
boolean privateLayout,
long layoutId,
int version)
Returns the number of layout versions where groupId = ? and privateLayout = ? and layoutId = ? and version = ?.
|
static int |
countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the number of layout versions where groupId = ? and privateLayout = ? and layoutId = ?.
|
static int |
countByG_P_P_H_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version)
Returns the number of layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
static int |
countByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden)
Returns the number of layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
static int |
countByG_P_P_LtP_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version)
Returns the number of layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
static int |
countByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
Returns the number of layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
static int |
countByG_P_P_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int version)
Returns the number of layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
static int |
countByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns the number of layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
static int |
countByG_P_SPLU_Version(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int version)
Returns the number of layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
static int |
countByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns the number of layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
static int |
countByG_P_T_Version(long groupId,
boolean privateLayout,
String type,
int version)
Returns the number of layout versions where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
static int |
countByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns the number of layout versions where groupId = ? and privateLayout = ? and type = ?.
|
static int |
countByG_P_Version(long groupId,
boolean privateLayout,
int version)
Returns the number of layout versions where groupId = ? and privateLayout = ? and version = ?.
|
static int |
countByG_P(long groupId,
boolean privateLayout)
Returns the number of layout versions where groupId = ? and privateLayout = ?.
|
static int |
countByG_T_Version(long groupId,
String type,
int version)
Returns the number of layout versions where groupId = ? and type = ? and version = ?.
|
static int |
countByG_T(long groupId,
String type)
Returns the number of layout versions where groupId = ? and type = ?.
|
static int |
countByGroupId_Version(long groupId,
int version)
Returns the number of layout versions where groupId = ? and version = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of layout versions where groupId = ?.
|
static int |
countByIconImageId_Version(long iconImageId,
int version)
Returns the number of layout versions where iconImageId = ? and version = ?.
|
static int |
countByIconImageId(long iconImageId)
Returns the number of layout versions where iconImageId = ?.
|
static int |
countByLayoutPrototypeUuid_Version(String layoutPrototypeUuid,
int version)
Returns the number of layout versions where layoutPrototypeUuid = ? and version = ?.
|
static int |
countByLayoutPrototypeUuid(String layoutPrototypeUuid)
Returns the number of layout versions where layoutPrototypeUuid = ?.
|
static int |
countByP_I_Version(boolean privateLayout,
long iconImageId,
int version)
Returns the number of layout versions where privateLayout = ? and iconImageId = ? and version = ?.
|
static int |
countByP_I(boolean privateLayout,
long iconImageId)
Returns the number of layout versions where privateLayout = ? and iconImageId = ?.
|
static int |
countByParentPlid_Version(long parentPlid,
int version)
Returns the number of layout versions where parentPlid = ? and version = ?.
|
static int |
countByParentPlid(long parentPlid)
Returns the number of layout versions where parentPlid = ?.
|
static int |
countByPlid_Version(long plid,
int version)
Returns the number of layout versions where plid = ? and version = ?.
|
static int |
countByPlid(long plid)
Returns the number of layout versions where plid = ?.
|
static int |
countBySourcePrototypeLayoutUuid_Version(String sourcePrototypeLayoutUuid,
int version)
Returns the number of layout versions where sourcePrototypeLayoutUuid = ? and version = ?.
|
static int |
countBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Returns the number of layout versions where sourcePrototypeLayoutUuid = ?.
|
static int |
countByUuid_C_Version(String uuid,
long companyId,
int version)
Returns the number of layout versions where uuid = ? and companyId = ? and version = ?.
|
static int |
countByUuid_C(String uuid,
long companyId)
Returns the number of layout versions where uuid = ? and companyId = ?.
|
static int |
countByUUID_G_P_Version(String uuid,
long groupId,
boolean privateLayout,
int version)
Returns the number of layout versions where uuid = ? and groupId = ? and privateLayout = ? and version = ?.
|
static int |
countByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Returns the number of layout versions where uuid = ? and groupId = ? and privateLayout = ?.
|
static int |
countByUuid_Version(String uuid,
int version)
Returns the number of layout versions where uuid = ? and version = ?.
|
static int |
countByUuid(String uuid)
Returns the number of layout versions where uuid = ?.
|
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery) |
static LayoutVersion |
create(long layoutVersionId)
Creates a new layout version with the primary key.
|
static LayoutVersion |
fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where classNameId = ? and classPK = ?.
|
static LayoutVersion |
fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where classNameId = ? and classPK = ?.
|
static LayoutVersion |
fetchByC_C_Version_First(long classNameId,
long classPK,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where classNameId = ? and classPK = ? and version = ?.
|
static LayoutVersion |
fetchByC_C_Version_Last(long classNameId,
long classPK,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where classNameId = ? and classPK = ? and version = ?.
|
static LayoutVersion |
fetchByC_L_First(long companyId,
String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
static LayoutVersion |
fetchByC_L_Last(long companyId,
String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
static LayoutVersion |
fetchByC_L_Version_First(long companyId,
String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
static LayoutVersion |
fetchByC_L_Version_Last(long companyId,
String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
static LayoutVersion |
fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ?.
|
static LayoutVersion |
fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ?.
|
static LayoutVersion |
fetchByCompanyId_Version_First(long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and version = ?.
|
static LayoutVersion |
fetchByCompanyId_Version_Last(long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and version = ?.
|
static LayoutVersion |
fetchByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static LayoutVersion |
fetchByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static LayoutVersion |
fetchByG_P_F_Version(long groupId,
boolean privateLayout,
String friendlyURL,
int version)
Returns the layout version where groupId = ? and privateLayout = ? and friendlyURL = ? and version = ? or returns
null if it could not be found. |
static LayoutVersion |
fetchByG_P_F_Version(long groupId,
boolean privateLayout,
String friendlyURL,
int version,
boolean useFinderCache)
Returns the layout version where groupId = ? and privateLayout = ? and friendlyURL = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
static LayoutVersion |
fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ?.
|
static LayoutVersion |
fetchByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
static LayoutVersion |
fetchByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
static LayoutVersion |
fetchByG_P_L_Version(long groupId,
boolean privateLayout,
long layoutId,
int version)
Returns the layout version where groupId = ? and privateLayout = ? and layoutId = ? and version = ? or returns
null if it could not be found. |
static LayoutVersion |
fetchByG_P_L_Version(long groupId,
boolean privateLayout,
long layoutId,
int version,
boolean useFinderCache)
Returns the layout version where groupId = ? and privateLayout = ? and layoutId = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
static LayoutVersion |
fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ?.
|
static LayoutVersion |
fetchByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
static LayoutVersion |
fetchByG_P_P_H_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
static LayoutVersion |
fetchByG_P_P_H_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
static LayoutVersion |
fetchByG_P_P_H_Version_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
static LayoutVersion |
fetchByG_P_P_H_Version_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
static LayoutVersion |
fetchByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
static LayoutVersion |
fetchByG_P_P_LtP_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
static LayoutVersion |
fetchByG_P_P_LtP_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
static LayoutVersion |
fetchByG_P_P_LtP_Version_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
static LayoutVersion |
fetchByG_P_P_LtP_Version_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
static LayoutVersion |
fetchByG_P_P_Version_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
static LayoutVersion |
fetchByG_P_P_Version_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
static LayoutVersion |
fetchByG_P_SPLU_First(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
static LayoutVersion |
fetchByG_P_SPLU_Last(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
static LayoutVersion |
fetchByG_P_SPLU_Version_First(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
static LayoutVersion |
fetchByG_P_SPLU_Version_Last(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
static LayoutVersion |
fetchByG_P_T_First(long groupId,
boolean privateLayout,
String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
static LayoutVersion |
fetchByG_P_T_Last(long groupId,
boolean privateLayout,
String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
static LayoutVersion |
fetchByG_P_T_Version_First(long groupId,
boolean privateLayout,
String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
static LayoutVersion |
fetchByG_P_T_Version_Last(long groupId,
boolean privateLayout,
String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
static LayoutVersion |
fetchByG_P_Version_First(long groupId,
boolean privateLayout,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and version = ?.
|
static LayoutVersion |
fetchByG_P_Version_Last(long groupId,
boolean privateLayout,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and version = ?.
|
static LayoutVersion |
fetchByG_T_First(long groupId,
String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and type = ?.
|
static LayoutVersion |
fetchByG_T_Last(long groupId,
String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and type = ?.
|
static LayoutVersion |
fetchByG_T_Version_First(long groupId,
String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and type = ? and version = ?.
|
static LayoutVersion |
fetchByG_T_Version_Last(long groupId,
String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and type = ? and version = ?.
|
static LayoutVersion |
fetchByGroupId_First(long groupId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ?.
|
static LayoutVersion |
fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ?.
|
static LayoutVersion |
fetchByGroupId_Version_First(long groupId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and version = ?.
|
static LayoutVersion |
fetchByGroupId_Version_Last(long groupId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and version = ?.
|
static LayoutVersion |
fetchByIconImageId_First(long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where iconImageId = ?.
|
static LayoutVersion |
fetchByIconImageId_Last(long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where iconImageId = ?.
|
static LayoutVersion |
fetchByIconImageId_Version_First(long iconImageId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where iconImageId = ? and version = ?.
|
static LayoutVersion |
fetchByIconImageId_Version_Last(long iconImageId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where iconImageId = ? and version = ?.
|
static LayoutVersion |
fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where layoutPrototypeUuid = ?.
|
static LayoutVersion |
fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where layoutPrototypeUuid = ?.
|
static LayoutVersion |
fetchByLayoutPrototypeUuid_Version_First(String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where layoutPrototypeUuid = ? and version = ?.
|
static LayoutVersion |
fetchByLayoutPrototypeUuid_Version_Last(String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where layoutPrototypeUuid = ? and version = ?.
|
static LayoutVersion |
fetchByP_I_First(boolean privateLayout,
long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where privateLayout = ? and iconImageId = ?.
|
static LayoutVersion |
fetchByP_I_Last(boolean privateLayout,
long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where privateLayout = ? and iconImageId = ?.
|
static LayoutVersion |
fetchByP_I_Version_First(boolean privateLayout,
long iconImageId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where privateLayout = ? and iconImageId = ? and version = ?.
|
static LayoutVersion |
fetchByP_I_Version_Last(boolean privateLayout,
long iconImageId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where privateLayout = ? and iconImageId = ? and version = ?.
|
static LayoutVersion |
fetchByParentPlid_First(long parentPlid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where parentPlid = ?.
|
static LayoutVersion |
fetchByParentPlid_Last(long parentPlid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where parentPlid = ?.
|
static LayoutVersion |
fetchByParentPlid_Version_First(long parentPlid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where parentPlid = ? and version = ?.
|
static LayoutVersion |
fetchByParentPlid_Version_Last(long parentPlid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where parentPlid = ? and version = ?.
|
static LayoutVersion |
fetchByPlid_First(long plid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where plid = ?.
|
static LayoutVersion |
fetchByPlid_Last(long plid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where plid = ?.
|
static LayoutVersion |
fetchByPlid_Version(long plid,
int version)
Returns the layout version where plid = ? and version = ? or returns
null if it could not be found. |
static LayoutVersion |
fetchByPlid_Version(long plid,
int version,
boolean useFinderCache)
Returns the layout version where plid = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
static LayoutVersion |
fetchByPrimaryKey(long layoutVersionId)
Returns the layout version with the primary key or returns
null if it could not be found. |
static Map<Serializable,LayoutVersion> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static LayoutVersion |
fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
static LayoutVersion |
fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
static LayoutVersion |
fetchBySourcePrototypeLayoutUuid_Version_First(String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where sourcePrototypeLayoutUuid = ? and version = ?.
|
static LayoutVersion |
fetchBySourcePrototypeLayoutUuid_Version_Last(String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where sourcePrototypeLayoutUuid = ? and version = ?.
|
static LayoutVersion |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and companyId = ?.
|
static LayoutVersion |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and companyId = ?.
|
static LayoutVersion |
fetchByUuid_C_Version_First(String uuid,
long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and companyId = ? and version = ?.
|
static LayoutVersion |
fetchByUuid_C_Version_Last(String uuid,
long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and companyId = ? and version = ?.
|
static LayoutVersion |
fetchByUuid_First(String uuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ?.
|
static LayoutVersion |
fetchByUUID_G_P_First(String uuid,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
static LayoutVersion |
fetchByUUID_G_P_Last(String uuid,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
static LayoutVersion |
fetchByUUID_G_P_Version(String uuid,
long groupId,
boolean privateLayout,
int version)
Returns the layout version where uuid = ? and groupId = ? and privateLayout = ? and version = ? or returns
null if it could not be found. |
static LayoutVersion |
fetchByUUID_G_P_Version(String uuid,
long groupId,
boolean privateLayout,
int version,
boolean useFinderCache)
Returns the layout version where uuid = ? and groupId = ? and privateLayout = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
static LayoutVersion |
fetchByUuid_Last(String uuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ?.
|
static LayoutVersion |
fetchByUuid_Version_First(String uuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and version = ?.
|
static LayoutVersion |
fetchByUuid_Version_Last(String uuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and version = ?.
|
static List<LayoutVersion> |
findAll()
Returns all the layout versions.
|
static List<LayoutVersion> |
findAll(int start,
int end)
Returns a range of all the layout versions.
|
static List<LayoutVersion> |
findAll(int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions.
|
static List<LayoutVersion> |
findAll(int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions.
|
static LayoutVersion |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where classNameId = ? and classPK = ?.
|
static LayoutVersion |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where classNameId = ? and classPK = ?.
|
static LayoutVersion[] |
findByC_C_PrevAndNext(long layoutVersionId,
long classNameId,
long classPK,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where classNameId = ? and classPK = ?.
|
static LayoutVersion |
findByC_C_Version_First(long classNameId,
long classPK,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where classNameId = ? and classPK = ? and version = ?.
|
static LayoutVersion |
findByC_C_Version_Last(long classNameId,
long classPK,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where classNameId = ? and classPK = ? and version = ?.
|
static LayoutVersion[] |
findByC_C_Version_PrevAndNext(long layoutVersionId,
long classNameId,
long classPK,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where classNameId = ? and classPK = ? and version = ?.
|
static List<LayoutVersion> |
findByC_C_Version(long classNameId,
long classPK,
int version)
Returns all the layout versions where classNameId = ? and classPK = ? and version = ?.
|
static List<LayoutVersion> |
findByC_C_Version(long classNameId,
long classPK,
int version,
int start,
int end)
Returns a range of all the layout versions where classNameId = ? and classPK = ? and version = ?.
|
static List<LayoutVersion> |
findByC_C_Version(long classNameId,
long classPK,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where classNameId = ? and classPK = ? and version = ?.
|
static List<LayoutVersion> |
findByC_C_Version(long classNameId,
long classPK,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where classNameId = ? and classPK = ? and version = ?.
|
static List<LayoutVersion> |
findByC_C(long classNameId,
long classPK)
Returns all the layout versions where classNameId = ? and classPK = ?.
|
static List<LayoutVersion> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the layout versions where classNameId = ? and classPK = ?.
|
static List<LayoutVersion> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where classNameId = ? and classPK = ?.
|
static List<LayoutVersion> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where classNameId = ? and classPK = ?.
|
static LayoutVersion |
findByC_L_First(long companyId,
String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
static LayoutVersion |
findByC_L_Last(long companyId,
String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
static LayoutVersion[] |
findByC_L_PrevAndNext(long layoutVersionId,
long companyId,
String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
static LayoutVersion |
findByC_L_Version_First(long companyId,
String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
static LayoutVersion |
findByC_L_Version_Last(long companyId,
String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
static LayoutVersion[] |
findByC_L_Version_PrevAndNext(long layoutVersionId,
long companyId,
String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByC_L_Version(long companyId,
String layoutPrototypeUuid,
int version)
Returns all the layout versions where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByC_L_Version(long companyId,
String layoutPrototypeUuid,
int version,
int start,
int end)
Returns a range of all the layout versions where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByC_L_Version(long companyId,
String layoutPrototypeUuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByC_L_Version(long companyId,
String layoutPrototypeUuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByC_L(long companyId,
String layoutPrototypeUuid)
Returns all the layout versions where companyId = ? and layoutPrototypeUuid = ?.
|
static List<LayoutVersion> |
findByC_L(long companyId,
String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layout versions where companyId = ? and layoutPrototypeUuid = ?.
|
static List<LayoutVersion> |
findByC_L(long companyId,
String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where companyId = ? and layoutPrototypeUuid = ?.
|
static List<LayoutVersion> |
findByC_L(long companyId,
String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where companyId = ? and layoutPrototypeUuid = ?.
|
static LayoutVersion |
findByCompanyId_First(long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ?.
|
static LayoutVersion |
findByCompanyId_Last(long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ?.
|
static LayoutVersion[] |
findByCompanyId_PrevAndNext(long layoutVersionId,
long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where companyId = ?.
|
static LayoutVersion |
findByCompanyId_Version_First(long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and version = ?.
|
static LayoutVersion |
findByCompanyId_Version_Last(long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and version = ?.
|
static LayoutVersion[] |
findByCompanyId_Version_PrevAndNext(long layoutVersionId,
long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where companyId = ? and version = ?.
|
static List<LayoutVersion> |
findByCompanyId_Version(long companyId,
int version)
Returns all the layout versions where companyId = ? and version = ?.
|
static List<LayoutVersion> |
findByCompanyId_Version(long companyId,
int version,
int start,
int end)
Returns a range of all the layout versions where companyId = ? and version = ?.
|
static List<LayoutVersion> |
findByCompanyId_Version(long companyId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where companyId = ? and version = ?.
|
static List<LayoutVersion> |
findByCompanyId_Version(long companyId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where companyId = ? and version = ?.
|
static List<LayoutVersion> |
findByCompanyId(long companyId)
Returns all the layout versions where companyId = ?.
|
static List<LayoutVersion> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout versions where companyId = ?.
|
static List<LayoutVersion> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where companyId = ?.
|
static List<LayoutVersion> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where companyId = ?.
|
static LayoutVersion |
findByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static LayoutVersion |
findByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static LayoutVersion[] |
findByG_P_F_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
String friendlyURL,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static LayoutVersion |
findByG_P_F_Version(long groupId,
boolean privateLayout,
String friendlyURL,
int version)
Returns the layout version where groupId = ? and privateLayout = ? and friendlyURL = ? and version = ? or throws a
NoSuchLayoutVersionException if it could not be found. |
static List<LayoutVersion> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns all the layout versions where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static List<LayoutVersion> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static List<LayoutVersion> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static List<LayoutVersion> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
static LayoutVersion |
findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ?.
|
static LayoutVersion |
findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
static LayoutVersion |
findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
static LayoutVersion[] |
findByG_P_L_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
long layoutId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
static LayoutVersion |
findByG_P_L_Version(long groupId,
boolean privateLayout,
long layoutId,
int version)
Returns the layout version where groupId = ? and privateLayout = ? and layoutId = ? and version = ? or throws a
NoSuchLayoutVersionException if it could not be found. |
static List<LayoutVersion> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns all the layout versions where groupId = ? and privateLayout = ? and layoutId = ?.
|
static List<LayoutVersion> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and layoutId = ?.
|
static List<LayoutVersion> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and layoutId = ?.
|
static List<LayoutVersion> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and layoutId = ?.
|
static LayoutVersion |
findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ?.
|
static LayoutVersion |
findByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
static LayoutVersion |
findByG_P_P_H_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
static LayoutVersion |
findByG_P_P_H_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
static LayoutVersion[] |
findByG_P_P_H_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
static LayoutVersion |
findByG_P_P_H_Version_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
static LayoutVersion |
findByG_P_P_H_Version_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
static LayoutVersion[] |
findByG_P_P_H_Version_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P_H_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version)
Returns all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P_H_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P_H_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P_H_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden)
Returns all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
static List<LayoutVersion> |
findByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
static List<LayoutVersion> |
findByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
static List<LayoutVersion> |
findByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
static LayoutVersion |
findByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
static LayoutVersion |
findByG_P_P_LtP_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
static LayoutVersion |
findByG_P_P_LtP_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
static LayoutVersion[] |
findByG_P_P_LtP_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
static LayoutVersion |
findByG_P_P_LtP_Version_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
static LayoutVersion |
findByG_P_P_LtP_Version_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
static LayoutVersion[] |
findByG_P_P_LtP_Version_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P_LtP_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version)
Returns all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P_LtP_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P_LtP_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P_LtP_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
Returns all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
static List<LayoutVersion> |
findByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
static List<LayoutVersion> |
findByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
static List<LayoutVersion> |
findByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
static LayoutVersion[] |
findByG_P_P_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
static LayoutVersion |
findByG_P_P_Version_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
static LayoutVersion |
findByG_P_P_Version_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
static LayoutVersion[] |
findByG_P_P_Version_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int version)
Returns all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
static List<LayoutVersion> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
static List<LayoutVersion> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
static List<LayoutVersion> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
static LayoutVersion[] |
findByG_P_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ?.
|
static LayoutVersion |
findByG_P_SPLU_First(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
static LayoutVersion |
findByG_P_SPLU_Last(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
static LayoutVersion[] |
findByG_P_SPLU_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
static LayoutVersion |
findByG_P_SPLU_Version_First(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
static LayoutVersion |
findByG_P_SPLU_Version_Last(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
static LayoutVersion[] |
findByG_P_SPLU_Version_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_SPLU_Version(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int version)
Returns all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_SPLU_Version(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int version,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_SPLU_Version(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_SPLU_Version(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
static List<LayoutVersion> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
static List<LayoutVersion> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
static List<LayoutVersion> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
static LayoutVersion |
findByG_P_T_First(long groupId,
boolean privateLayout,
String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
static LayoutVersion |
findByG_P_T_Last(long groupId,
boolean privateLayout,
String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
static LayoutVersion[] |
findByG_P_T_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
static LayoutVersion |
findByG_P_T_Version_First(long groupId,
boolean privateLayout,
String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
static LayoutVersion |
findByG_P_T_Version_Last(long groupId,
boolean privateLayout,
String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
static LayoutVersion[] |
findByG_P_T_Version_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_T_Version(long groupId,
boolean privateLayout,
String type,
int version)
Returns all the layout versions where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_T_Version(long groupId,
boolean privateLayout,
String type,
int version,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_T_Version(long groupId,
boolean privateLayout,
String type,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_T_Version(long groupId,
boolean privateLayout,
String type,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns all the layout versions where groupId = ? and privateLayout = ? and type = ?.
|
static List<LayoutVersion> |
findByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and type = ?.
|
static List<LayoutVersion> |
findByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and type = ?.
|
static List<LayoutVersion> |
findByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and type = ?.
|
static LayoutVersion |
findByG_P_Version_First(long groupId,
boolean privateLayout,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and version = ?.
|
static LayoutVersion |
findByG_P_Version_Last(long groupId,
boolean privateLayout,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and version = ?.
|
static LayoutVersion[] |
findByG_P_Version_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_Version(long groupId,
boolean privateLayout,
int version)
Returns all the layout versions where groupId = ? and privateLayout = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_Version(long groupId,
boolean privateLayout,
int version,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_Version(long groupId,
boolean privateLayout,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P_Version(long groupId,
boolean privateLayout,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and version = ?.
|
static List<LayoutVersion> |
findByG_P(long groupId,
boolean privateLayout)
Returns all the layout versions where groupId = ? and privateLayout = ?.
|
static List<LayoutVersion> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ?.
|
static List<LayoutVersion> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ?.
|
static List<LayoutVersion> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ?.
|
static LayoutVersion |
findByG_T_First(long groupId,
String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and type = ?.
|
static LayoutVersion |
findByG_T_Last(long groupId,
String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and type = ?.
|
static LayoutVersion[] |
findByG_T_PrevAndNext(long layoutVersionId,
long groupId,
String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and type = ?.
|
static LayoutVersion |
findByG_T_Version_First(long groupId,
String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and type = ? and version = ?.
|
static LayoutVersion |
findByG_T_Version_Last(long groupId,
String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and type = ? and version = ?.
|
static LayoutVersion[] |
findByG_T_Version_PrevAndNext(long layoutVersionId,
long groupId,
String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and type = ? and version = ?.
|
static List<LayoutVersion> |
findByG_T_Version(long groupId,
String type,
int version)
Returns all the layout versions where groupId = ? and type = ? and version = ?.
|
static List<LayoutVersion> |
findByG_T_Version(long groupId,
String type,
int version,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and type = ? and version = ?.
|
static List<LayoutVersion> |
findByG_T_Version(long groupId,
String type,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and type = ? and version = ?.
|
static List<LayoutVersion> |
findByG_T_Version(long groupId,
String type,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and type = ? and version = ?.
|
static List<LayoutVersion> |
findByG_T(long groupId,
String type)
Returns all the layout versions where groupId = ? and type = ?.
|
static List<LayoutVersion> |
findByG_T(long groupId,
String type,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and type = ?.
|
static List<LayoutVersion> |
findByG_T(long groupId,
String type,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and type = ?.
|
static List<LayoutVersion> |
findByG_T(long groupId,
String type,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and type = ?.
|
static LayoutVersion |
findByGroupId_First(long groupId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ?.
|
static LayoutVersion |
findByGroupId_Last(long groupId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ?.
|
static LayoutVersion[] |
findByGroupId_PrevAndNext(long layoutVersionId,
long groupId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ?.
|
static LayoutVersion |
findByGroupId_Version_First(long groupId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and version = ?.
|
static LayoutVersion |
findByGroupId_Version_Last(long groupId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and version = ?.
|
static LayoutVersion[] |
findByGroupId_Version_PrevAndNext(long layoutVersionId,
long groupId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and version = ?.
|
static List<LayoutVersion> |
findByGroupId_Version(long groupId,
int version)
Returns all the layout versions where groupId = ? and version = ?.
|
static List<LayoutVersion> |
findByGroupId_Version(long groupId,
int version,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and version = ?.
|
static List<LayoutVersion> |
findByGroupId_Version(long groupId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and version = ?.
|
static List<LayoutVersion> |
findByGroupId_Version(long groupId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and version = ?.
|
static List<LayoutVersion> |
findByGroupId(long groupId)
Returns all the layout versions where groupId = ?.
|
static List<LayoutVersion> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout versions where groupId = ?.
|
static List<LayoutVersion> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ?.
|
static List<LayoutVersion> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ?.
|
static LayoutVersion |
findByIconImageId_First(long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where iconImageId = ?.
|
static LayoutVersion |
findByIconImageId_Last(long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where iconImageId = ?.
|
static LayoutVersion[] |
findByIconImageId_PrevAndNext(long layoutVersionId,
long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where iconImageId = ?.
|
static LayoutVersion |
findByIconImageId_Version_First(long iconImageId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where iconImageId = ? and version = ?.
|
static LayoutVersion |
findByIconImageId_Version_Last(long iconImageId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where iconImageId = ? and version = ?.
|
static LayoutVersion[] |
findByIconImageId_Version_PrevAndNext(long layoutVersionId,
long iconImageId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where iconImageId = ? and version = ?.
|
static List<LayoutVersion> |
findByIconImageId_Version(long iconImageId,
int version)
Returns all the layout versions where iconImageId = ? and version = ?.
|
static List<LayoutVersion> |
findByIconImageId_Version(long iconImageId,
int version,
int start,
int end)
Returns a range of all the layout versions where iconImageId = ? and version = ?.
|
static List<LayoutVersion> |
findByIconImageId_Version(long iconImageId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where iconImageId = ? and version = ?.
|
static List<LayoutVersion> |
findByIconImageId_Version(long iconImageId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where iconImageId = ? and version = ?.
|
static List<LayoutVersion> |
findByIconImageId(long iconImageId)
Returns all the layout versions where iconImageId = ?.
|
static List<LayoutVersion> |
findByIconImageId(long iconImageId,
int start,
int end)
Returns a range of all the layout versions where iconImageId = ?.
|
static List<LayoutVersion> |
findByIconImageId(long iconImageId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where iconImageId = ?.
|
static List<LayoutVersion> |
findByIconImageId(long iconImageId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where iconImageId = ?.
|
static LayoutVersion |
findByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where layoutPrototypeUuid = ?.
|
static LayoutVersion |
findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where layoutPrototypeUuid = ?.
|
static LayoutVersion[] |
findByLayoutPrototypeUuid_PrevAndNext(long layoutVersionId,
String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where layoutPrototypeUuid = ?.
|
static LayoutVersion |
findByLayoutPrototypeUuid_Version_First(String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where layoutPrototypeUuid = ? and version = ?.
|
static LayoutVersion |
findByLayoutPrototypeUuid_Version_Last(String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where layoutPrototypeUuid = ? and version = ?.
|
static LayoutVersion[] |
findByLayoutPrototypeUuid_Version_PrevAndNext(long layoutVersionId,
String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where layoutPrototypeUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByLayoutPrototypeUuid_Version(String layoutPrototypeUuid,
int version)
Returns all the layout versions where layoutPrototypeUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByLayoutPrototypeUuid_Version(String layoutPrototypeUuid,
int version,
int start,
int end)
Returns a range of all the layout versions where layoutPrototypeUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByLayoutPrototypeUuid_Version(String layoutPrototypeUuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where layoutPrototypeUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByLayoutPrototypeUuid_Version(String layoutPrototypeUuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where layoutPrototypeUuid = ? and version = ?.
|
static List<LayoutVersion> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid)
Returns all the layout versions where layoutPrototypeUuid = ?.
|
static List<LayoutVersion> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layout versions where layoutPrototypeUuid = ?.
|
static List<LayoutVersion> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where layoutPrototypeUuid = ?.
|
static List<LayoutVersion> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where layoutPrototypeUuid = ?.
|
static LayoutVersion |
findByP_I_First(boolean privateLayout,
long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where privateLayout = ? and iconImageId = ?.
|
static LayoutVersion |
findByP_I_Last(boolean privateLayout,
long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where privateLayout = ? and iconImageId = ?.
|
static LayoutVersion[] |
findByP_I_PrevAndNext(long layoutVersionId,
boolean privateLayout,
long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where privateLayout = ? and iconImageId = ?.
|
static LayoutVersion |
findByP_I_Version_First(boolean privateLayout,
long iconImageId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where privateLayout = ? and iconImageId = ? and version = ?.
|
static LayoutVersion |
findByP_I_Version_Last(boolean privateLayout,
long iconImageId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where privateLayout = ? and iconImageId = ? and version = ?.
|
static LayoutVersion[] |
findByP_I_Version_PrevAndNext(long layoutVersionId,
boolean privateLayout,
long iconImageId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where privateLayout = ? and iconImageId = ? and version = ?.
|
static List<LayoutVersion> |
findByP_I_Version(boolean privateLayout,
long iconImageId,
int version)
Returns all the layout versions where privateLayout = ? and iconImageId = ? and version = ?.
|
static List<LayoutVersion> |
findByP_I_Version(boolean privateLayout,
long iconImageId,
int version,
int start,
int end)
Returns a range of all the layout versions where privateLayout = ? and iconImageId = ? and version = ?.
|
static List<LayoutVersion> |
findByP_I_Version(boolean privateLayout,
long iconImageId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where privateLayout = ? and iconImageId = ? and version = ?.
|
static List<LayoutVersion> |
findByP_I_Version(boolean privateLayout,
long iconImageId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where privateLayout = ? and iconImageId = ? and version = ?.
|
static List<LayoutVersion> |
findByP_I(boolean privateLayout,
long iconImageId)
Returns all the layout versions where privateLayout = ? and iconImageId = ?.
|
static List<LayoutVersion> |
findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end)
Returns a range of all the layout versions where privateLayout = ? and iconImageId = ?.
|
static List<LayoutVersion> |
findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where privateLayout = ? and iconImageId = ?.
|
static List<LayoutVersion> |
findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where privateLayout = ? and iconImageId = ?.
|
static LayoutVersion |
findByParentPlid_First(long parentPlid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where parentPlid = ?.
|
static LayoutVersion |
findByParentPlid_Last(long parentPlid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where parentPlid = ?.
|
static LayoutVersion[] |
findByParentPlid_PrevAndNext(long layoutVersionId,
long parentPlid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where parentPlid = ?.
|
static LayoutVersion |
findByParentPlid_Version_First(long parentPlid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where parentPlid = ? and version = ?.
|
static LayoutVersion |
findByParentPlid_Version_Last(long parentPlid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where parentPlid = ? and version = ?.
|
static LayoutVersion[] |
findByParentPlid_Version_PrevAndNext(long layoutVersionId,
long parentPlid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where parentPlid = ? and version = ?.
|
static List<LayoutVersion> |
findByParentPlid_Version(long parentPlid,
int version)
Returns all the layout versions where parentPlid = ? and version = ?.
|
static List<LayoutVersion> |
findByParentPlid_Version(long parentPlid,
int version,
int start,
int end)
Returns a range of all the layout versions where parentPlid = ? and version = ?.
|
static List<LayoutVersion> |
findByParentPlid_Version(long parentPlid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where parentPlid = ? and version = ?.
|
static List<LayoutVersion> |
findByParentPlid_Version(long parentPlid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where parentPlid = ? and version = ?.
|
static List<LayoutVersion> |
findByParentPlid(long parentPlid)
Returns all the layout versions where parentPlid = ?.
|
static List<LayoutVersion> |
findByParentPlid(long parentPlid,
int start,
int end)
Returns a range of all the layout versions where parentPlid = ?.
|
static List<LayoutVersion> |
findByParentPlid(long parentPlid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where parentPlid = ?.
|
static List<LayoutVersion> |
findByParentPlid(long parentPlid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where parentPlid = ?.
|
static LayoutVersion |
findByPlid_First(long plid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where plid = ?.
|
static LayoutVersion |
findByPlid_Last(long plid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where plid = ?.
|
static LayoutVersion[] |
findByPlid_PrevAndNext(long layoutVersionId,
long plid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where plid = ?.
|
static LayoutVersion |
findByPlid_Version(long plid,
int version)
Returns the layout version where plid = ? and version = ? or throws a
NoSuchLayoutVersionException if it could not be found. |
static List<LayoutVersion> |
findByPlid(long plid)
Returns all the layout versions where plid = ?.
|
static List<LayoutVersion> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the layout versions where plid = ?.
|
static List<LayoutVersion> |
findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where plid = ?.
|
static List<LayoutVersion> |
findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where plid = ?.
|
static LayoutVersion |
findByPrimaryKey(long layoutVersionId)
Returns the layout version with the primary key or throws a
NoSuchLayoutVersionException if it could not be found. |
static LayoutVersion |
findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
static LayoutVersion |
findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
static LayoutVersion[] |
findBySourcePrototypeLayoutUuid_PrevAndNext(long layoutVersionId,
String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
static LayoutVersion |
findBySourcePrototypeLayoutUuid_Version_First(String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where sourcePrototypeLayoutUuid = ? and version = ?.
|
static LayoutVersion |
findBySourcePrototypeLayoutUuid_Version_Last(String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where sourcePrototypeLayoutUuid = ? and version = ?.
|
static LayoutVersion[] |
findBySourcePrototypeLayoutUuid_Version_PrevAndNext(long layoutVersionId,
String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where sourcePrototypeLayoutUuid = ? and version = ?.
|
static List<LayoutVersion> |
findBySourcePrototypeLayoutUuid_Version(String sourcePrototypeLayoutUuid,
int version)
Returns all the layout versions where sourcePrototypeLayoutUuid = ? and version = ?.
|
static List<LayoutVersion> |
findBySourcePrototypeLayoutUuid_Version(String sourcePrototypeLayoutUuid,
int version,
int start,
int end)
Returns a range of all the layout versions where sourcePrototypeLayoutUuid = ? and version = ?.
|
static List<LayoutVersion> |
findBySourcePrototypeLayoutUuid_Version(String sourcePrototypeLayoutUuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where sourcePrototypeLayoutUuid = ? and version = ?.
|
static List<LayoutVersion> |
findBySourcePrototypeLayoutUuid_Version(String sourcePrototypeLayoutUuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where sourcePrototypeLayoutUuid = ? and version = ?.
|
static List<LayoutVersion> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Returns all the layout versions where sourcePrototypeLayoutUuid = ?.
|
static List<LayoutVersion> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layout versions where sourcePrototypeLayoutUuid = ?.
|
static List<LayoutVersion> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where sourcePrototypeLayoutUuid = ?.
|
static List<LayoutVersion> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where sourcePrototypeLayoutUuid = ?.
|
static LayoutVersion |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and companyId = ?.
|
static LayoutVersion |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and companyId = ?.
|
static LayoutVersion[] |
findByUuid_C_PrevAndNext(long layoutVersionId,
String uuid,
long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where uuid = ? and companyId = ?.
|
static LayoutVersion |
findByUuid_C_Version_First(String uuid,
long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and companyId = ? and version = ?.
|
static LayoutVersion |
findByUuid_C_Version_Last(String uuid,
long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and companyId = ? and version = ?.
|
static LayoutVersion[] |
findByUuid_C_Version_PrevAndNext(long layoutVersionId,
String uuid,
long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where uuid = ? and companyId = ? and version = ?.
|
static List<LayoutVersion> |
findByUuid_C_Version(String uuid,
long companyId,
int version)
Returns all the layout versions where uuid = ? and companyId = ? and version = ?.
|
static List<LayoutVersion> |
findByUuid_C_Version(String uuid,
long companyId,
int version,
int start,
int end)
Returns a range of all the layout versions where uuid = ? and companyId = ? and version = ?.
|
static List<LayoutVersion> |
findByUuid_C_Version(String uuid,
long companyId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where uuid = ? and companyId = ? and version = ?.
|
static List<LayoutVersion> |
findByUuid_C_Version(String uuid,
long companyId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where uuid = ? and companyId = ? and version = ?.
|
static List<LayoutVersion> |
findByUuid_C(String uuid,
long companyId)
Returns all the layout versions where uuid = ? and companyId = ?.
|
static List<LayoutVersion> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout versions where uuid = ? and companyId = ?.
|
static List<LayoutVersion> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where uuid = ? and companyId = ?.
|
static List<LayoutVersion> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where uuid = ? and companyId = ?.
|
static LayoutVersion |
findByUuid_First(String uuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ?.
|
static LayoutVersion |
findByUUID_G_P_First(String uuid,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
static LayoutVersion |
findByUUID_G_P_Last(String uuid,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
static LayoutVersion[] |
findByUUID_G_P_PrevAndNext(long layoutVersionId,
String uuid,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
static LayoutVersion |
findByUUID_G_P_Version(String uuid,
long groupId,
boolean privateLayout,
int version)
Returns the layout version where uuid = ? and groupId = ? and privateLayout = ? and version = ? or throws a
NoSuchLayoutVersionException if it could not be found. |
static List<LayoutVersion> |
findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Returns all the layout versions where uuid = ? and groupId = ? and privateLayout = ?.
|
static List<LayoutVersion> |
findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout versions where uuid = ? and groupId = ? and privateLayout = ?.
|
static List<LayoutVersion> |
findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where uuid = ? and groupId = ? and privateLayout = ?.
|
static List<LayoutVersion> |
findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where uuid = ? and groupId = ? and privateLayout = ?.
|
static LayoutVersion |
findByUuid_Last(String uuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ?.
|
static LayoutVersion[] |
findByUuid_PrevAndNext(long layoutVersionId,
String uuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where uuid = ?.
|
static LayoutVersion |
findByUuid_Version_First(String uuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and version = ?.
|
static LayoutVersion |
findByUuid_Version_Last(String uuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and version = ?.
|
static LayoutVersion[] |
findByUuid_Version_PrevAndNext(long layoutVersionId,
String uuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where uuid = ? and version = ?.
|
static List<LayoutVersion> |
findByUuid_Version(String uuid,
int version)
Returns all the layout versions where uuid = ? and version = ?.
|
static List<LayoutVersion> |
findByUuid_Version(String uuid,
int version,
int start,
int end)
Returns a range of all the layout versions where uuid = ? and version = ?.
|
static List<LayoutVersion> |
findByUuid_Version(String uuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where uuid = ? and version = ?.
|
static List<LayoutVersion> |
findByUuid_Version(String uuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where uuid = ? and version = ?.
|
static List<LayoutVersion> |
findByUuid(String uuid)
Returns all the layout versions where uuid = ?.
|
static List<LayoutVersion> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout versions where uuid = ?.
|
static List<LayoutVersion> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where uuid = ?.
|
static List<LayoutVersion> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where uuid = ?.
|
static List<LayoutVersion> |
findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<LayoutVersion> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<LayoutVersion> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator) |
static LayoutVersionPersistence |
getPersistence() |
static LayoutVersion |
remove(long layoutVersionId)
Removes the layout version with the primary key from the database.
|
static void |
removeAll()
Removes all the layout versions from the database.
|
static void |
removeByC_C_Version(long classNameId,
long classPK,
int version)
Removes all the layout versions where classNameId = ? and classPK = ? and version = ? from the database.
|
static void |
removeByC_C(long classNameId,
long classPK)
Removes all the layout versions where classNameId = ? and classPK = ? from the database.
|
static void |
removeByC_L_Version(long companyId,
String layoutPrototypeUuid,
int version)
Removes all the layout versions where companyId = ? and layoutPrototypeUuid = ? and version = ? from the database.
|
static void |
removeByC_L(long companyId,
String layoutPrototypeUuid)
Removes all the layout versions where companyId = ? and layoutPrototypeUuid = ? from the database.
|
static void |
removeByCompanyId_Version(long companyId,
int version)
Removes all the layout versions where companyId = ? and version = ? from the database.
|
static void |
removeByCompanyId(long companyId)
Removes all the layout versions where companyId = ? from the database.
|
static LayoutVersion |
removeByG_P_F_Version(long groupId,
boolean privateLayout,
String friendlyURL,
int version)
Removes the layout version where groupId = ? and privateLayout = ? and friendlyURL = ? and version = ? from the database.
|
static void |
removeByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Removes all the layout versions where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
|
static LayoutVersion |
removeByG_P_L_Version(long groupId,
boolean privateLayout,
long layoutId,
int version)
Removes the layout version where groupId = ? and privateLayout = ? and layoutId = ? and version = ? from the database.
|
static void |
removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Removes all the layout versions where groupId = ? and privateLayout = ? and layoutId = ? from the database.
|
static void |
removeByG_P_P_H_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version)
Removes all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ? from the database.
|
static void |
removeByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden)
Removes all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? from the database.
|
static void |
removeByG_P_P_LtP_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version)
Removes all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ? from the database.
|
static void |
removeByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
Removes all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? from the database.
|
static void |
removeByG_P_P_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int version)
Removes all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ? from the database.
|
static void |
removeByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Removes all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? from the database.
|
static void |
removeByG_P_SPLU_Version(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int version)
Removes all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ? from the database.
|
static void |
removeByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Removes all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database.
|
static void |
removeByG_P_T_Version(long groupId,
boolean privateLayout,
String type,
int version)
Removes all the layout versions where groupId = ? and privateLayout = ? and type = ? and version = ? from the database.
|
static void |
removeByG_P_T(long groupId,
boolean privateLayout,
String type)
Removes all the layout versions where groupId = ? and privateLayout = ? and type = ? from the database.
|
static void |
removeByG_P_Version(long groupId,
boolean privateLayout,
int version)
Removes all the layout versions where groupId = ? and privateLayout = ? and version = ? from the database.
|
static void |
removeByG_P(long groupId,
boolean privateLayout)
Removes all the layout versions where groupId = ? and privateLayout = ? from the database.
|
static void |
removeByG_T_Version(long groupId,
String type,
int version)
Removes all the layout versions where groupId = ? and type = ? and version = ? from the database.
|
static void |
removeByG_T(long groupId,
String type)
Removes all the layout versions where groupId = ? and type = ? from the database.
|
static void |
removeByGroupId_Version(long groupId,
int version)
Removes all the layout versions where groupId = ? and version = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the layout versions where groupId = ? from the database.
|
static void |
removeByIconImageId_Version(long iconImageId,
int version)
Removes all the layout versions where iconImageId = ? and version = ? from the database.
|
static void |
removeByIconImageId(long iconImageId)
Removes all the layout versions where iconImageId = ? from the database.
|
static void |
removeByLayoutPrototypeUuid_Version(String layoutPrototypeUuid,
int version)
Removes all the layout versions where layoutPrototypeUuid = ? and version = ? from the database.
|
static void |
removeByLayoutPrototypeUuid(String layoutPrototypeUuid)
Removes all the layout versions where layoutPrototypeUuid = ? from the database.
|
static void |
removeByP_I_Version(boolean privateLayout,
long iconImageId,
int version)
Removes all the layout versions where privateLayout = ? and iconImageId = ? and version = ? from the database.
|
static void |
removeByP_I(boolean privateLayout,
long iconImageId)
Removes all the layout versions where privateLayout = ? and iconImageId = ? from the database.
|
static void |
removeByParentPlid_Version(long parentPlid,
int version)
Removes all the layout versions where parentPlid = ? and version = ? from the database.
|
static void |
removeByParentPlid(long parentPlid)
Removes all the layout versions where parentPlid = ? from the database.
|
static LayoutVersion |
removeByPlid_Version(long plid,
int version)
Removes the layout version where plid = ? and version = ? from the database.
|
static void |
removeByPlid(long plid)
Removes all the layout versions where plid = ? from the database.
|
static void |
removeBySourcePrototypeLayoutUuid_Version(String sourcePrototypeLayoutUuid,
int version)
Removes all the layout versions where sourcePrototypeLayoutUuid = ? and version = ? from the database.
|
static void |
removeBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Removes all the layout versions where sourcePrototypeLayoutUuid = ? from the database.
|
static void |
removeByUuid_C_Version(String uuid,
long companyId,
int version)
Removes all the layout versions where uuid = ? and companyId = ? and version = ? from the database.
|
static void |
removeByUuid_C(String uuid,
long companyId)
Removes all the layout versions where uuid = ? and companyId = ? from the database.
|
static LayoutVersion |
removeByUUID_G_P_Version(String uuid,
long groupId,
boolean privateLayout,
int version)
Removes the layout version where uuid = ? and groupId = ? and privateLayout = ? and version = ? from the database.
|
static void |
removeByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Removes all the layout versions where uuid = ? and groupId = ? and privateLayout = ? from the database.
|
static void |
removeByUuid_Version(String uuid,
int version)
Removes all the layout versions where uuid = ? and version = ? from the database.
|
static void |
removeByUuid(String uuid)
Removes all the layout versions where uuid = ? from the database.
|
static LayoutVersion |
update(LayoutVersion layoutVersion) |
static LayoutVersion |
update(LayoutVersion layoutVersion,
ServiceContext serviceContext) |
static LayoutVersion |
updateImpl(LayoutVersion layoutVersion) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(LayoutVersion layoutVersion)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
public static Map<Serializable,LayoutVersion> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static List<LayoutVersion> findWithDynamicQuery(DynamicQuery dynamicQuery)
public static List<LayoutVersion> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
public static List<LayoutVersion> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
public static LayoutVersion update(LayoutVersion layoutVersion)
public static LayoutVersion update(LayoutVersion layoutVersion, ServiceContext serviceContext)
public static List<LayoutVersion> findByPlid(long plid)
plid
- the plidpublic static List<LayoutVersion> findByPlid(long plid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
plid
- the plidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByPlid(long plid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
plid
- the plidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByPlid(long plid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
plid
- the plidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByPlid_First(long plid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByPlid_First(long plid, OrderByComparator<LayoutVersion> orderByComparator)
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByPlid_Last(long plid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByPlid_Last(long plid, OrderByComparator<LayoutVersion> orderByComparator)
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByPlid_PrevAndNext(long layoutVersionId, long plid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByPlid(long plid)
plid
- the plidpublic static int countByPlid(long plid)
plid
- the plidpublic static LayoutVersion findByPlid_Version(long plid, int version) throws NoSuchLayoutVersionException
NoSuchLayoutVersionException
if it could not be found.plid
- the plidversion
- the versionNoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByPlid_Version(long plid, int version)
null
if it could not be found. Uses the finder cache.plid
- the plidversion
- the versionnull
if a matching layout version could not be foundpublic static LayoutVersion fetchByPlid_Version(long plid, int version, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.plid
- the plidversion
- the versionuseFinderCache
- whether to use the finder cachenull
if a matching layout version could not be foundpublic static LayoutVersion removeByPlid_Version(long plid, int version) throws NoSuchLayoutVersionException
plid
- the plidversion
- the versionNoSuchLayoutVersionException
public static int countByPlid_Version(long plid, int version)
plid
- the plidversion
- the versionpublic static List<LayoutVersion> findByUuid(String uuid)
uuid
- the uuidpublic static List<LayoutVersion> findByUuid(String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByUuid(String uuid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByUuid(String uuid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByUuid_First(String uuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByUuid_First(String uuid, OrderByComparator<LayoutVersion> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByUuid_Last(String uuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByUuid_Last(String uuid, OrderByComparator<LayoutVersion> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByUuid_PrevAndNext(long layoutVersionId, String uuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByUuid(String uuid)
uuid
- the uuidpublic static int countByUuid(String uuid)
uuid
- the uuidpublic static List<LayoutVersion> findByUuid_Version(String uuid, int version)
uuid
- the uuidversion
- the versionpublic static List<LayoutVersion> findByUuid_Version(String uuid, int version, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByUuid_Version(String uuid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByUuid_Version(String uuid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByUuid_Version_First(String uuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByUuid_Version_First(String uuid, int version, OrderByComparator<LayoutVersion> orderByComparator)
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByUuid_Version_Last(String uuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByUuid_Version_Last(String uuid, int version, OrderByComparator<LayoutVersion> orderByComparator)
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByUuid_Version_PrevAndNext(long layoutVersionId, String uuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionuuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByUuid_Version(String uuid, int version)
uuid
- the uuidversion
- the versionpublic static int countByUuid_Version(String uuid, int version)
uuid
- the uuidversion
- the versionpublic static List<LayoutVersion> findByUUID_G_P(String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutpublic static List<LayoutVersion> findByUUID_G_P(String uuid, long groupId, boolean privateLayout, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByUUID_G_P(String uuid, long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByUUID_G_P(String uuid, long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByUUID_G_P_First(String uuid, long groupId, boolean privateLayout, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByUUID_G_P_First(String uuid, long groupId, boolean privateLayout, OrderByComparator<LayoutVersion> orderByComparator)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByUUID_G_P_Last(String uuid, long groupId, boolean privateLayout, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByUUID_G_P_Last(String uuid, long groupId, boolean privateLayout, OrderByComparator<LayoutVersion> orderByComparator)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByUUID_G_P_PrevAndNext(long layoutVersionId, String uuid, long groupId, boolean privateLayout, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionuuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByUUID_G_P(String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutpublic static int countByUUID_G_P(String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutpublic static LayoutVersion findByUUID_G_P_Version(String uuid, long groupId, boolean privateLayout, int version) throws NoSuchLayoutVersionException
NoSuchLayoutVersionException
if it could not be found.uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutversion
- the versionNoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByUUID_G_P_Version(String uuid, long groupId, boolean privateLayout, int version)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutversion
- the versionnull
if a matching layout version could not be foundpublic static LayoutVersion fetchByUUID_G_P_Version(String uuid, long groupId, boolean privateLayout, int version, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutversion
- the versionuseFinderCache
- whether to use the finder cachenull
if a matching layout version could not be foundpublic static LayoutVersion removeByUUID_G_P_Version(String uuid, long groupId, boolean privateLayout, int version) throws NoSuchLayoutVersionException
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutversion
- the versionNoSuchLayoutVersionException
public static int countByUUID_G_P_Version(String uuid, long groupId, boolean privateLayout, int version)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutversion
- the versionpublic static List<LayoutVersion> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static List<LayoutVersion> findByUuid_C(String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutVersion> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutVersion> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByUuid_C_PrevAndNext(long layoutVersionId, String uuid, long companyId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static List<LayoutVersion> findByUuid_C_Version(String uuid, long companyId, int version)
uuid
- the uuidcompanyId
- the company IDversion
- the versionpublic static List<LayoutVersion> findByUuid_C_Version(String uuid, long companyId, int version, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByUuid_C_Version(String uuid, long companyId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByUuid_C_Version(String uuid, long companyId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByUuid_C_Version_First(String uuid, long companyId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByUuid_C_Version_First(String uuid, long companyId, int version, OrderByComparator<LayoutVersion> orderByComparator)
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByUuid_C_Version_Last(String uuid, long companyId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByUuid_C_Version_Last(String uuid, long companyId, int version, OrderByComparator<LayoutVersion> orderByComparator)
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByUuid_C_Version_PrevAndNext(long layoutVersionId, String uuid, long companyId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionuuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByUuid_C_Version(String uuid, long companyId, int version)
uuid
- the uuidcompanyId
- the company IDversion
- the versionpublic static int countByUuid_C_Version(String uuid, long companyId, int version)
uuid
- the uuidcompanyId
- the company IDversion
- the versionpublic static List<LayoutVersion> findByGroupId(long groupId)
groupId
- the group IDpublic static List<LayoutVersion> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByGroupId_First(long groupId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByGroupId_First(long groupId, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByGroupId_Last(long groupId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByGroupId_Last(long groupId, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByGroupId_PrevAndNext(long layoutVersionId, long groupId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByGroupId(long groupId)
groupId
- the group IDpublic static int countByGroupId(long groupId)
groupId
- the group IDpublic static List<LayoutVersion> findByGroupId_Version(long groupId, int version)
groupId
- the group IDversion
- the versionpublic static List<LayoutVersion> findByGroupId_Version(long groupId, int version, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByGroupId_Version(long groupId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByGroupId_Version(long groupId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByGroupId_Version_First(long groupId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByGroupId_Version_First(long groupId, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByGroupId_Version_Last(long groupId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByGroupId_Version_Last(long groupId, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByGroupId_Version_PrevAndNext(long layoutVersionId, long groupId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByGroupId_Version(long groupId, int version)
groupId
- the group IDversion
- the versionpublic static int countByGroupId_Version(long groupId, int version)
groupId
- the group IDversion
- the versionpublic static List<LayoutVersion> findByCompanyId(long companyId)
companyId
- the company IDpublic static List<LayoutVersion> findByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByCompanyId_First(long companyId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByCompanyId_First(long companyId, OrderByComparator<LayoutVersion> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByCompanyId_Last(long companyId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutVersion> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByCompanyId_PrevAndNext(long layoutVersionId, long companyId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versioncompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByCompanyId(long companyId)
companyId
- the company IDpublic static int countByCompanyId(long companyId)
companyId
- the company IDpublic static List<LayoutVersion> findByCompanyId_Version(long companyId, int version)
companyId
- the company IDversion
- the versionpublic static List<LayoutVersion> findByCompanyId_Version(long companyId, int version, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByCompanyId_Version(long companyId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByCompanyId_Version(long companyId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByCompanyId_Version_First(long companyId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByCompanyId_Version_First(long companyId, int version, OrderByComparator<LayoutVersion> orderByComparator)
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByCompanyId_Version_Last(long companyId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByCompanyId_Version_Last(long companyId, int version, OrderByComparator<LayoutVersion> orderByComparator)
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByCompanyId_Version_PrevAndNext(long layoutVersionId, long companyId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versioncompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByCompanyId_Version(long companyId, int version)
companyId
- the company IDversion
- the versionpublic static int countByCompanyId_Version(long companyId, int version)
companyId
- the company IDversion
- the versionpublic static List<LayoutVersion> findByParentPlid(long parentPlid)
parentPlid
- the parent plidpublic static List<LayoutVersion> findByParentPlid(long parentPlid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentPlid
- the parent plidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByParentPlid(long parentPlid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentPlid
- the parent plidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByParentPlid(long parentPlid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentPlid
- the parent plidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByParentPlid_First(long parentPlid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
parentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByParentPlid_First(long parentPlid, OrderByComparator<LayoutVersion> orderByComparator)
parentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByParentPlid_Last(long parentPlid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
parentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByParentPlid_Last(long parentPlid, OrderByComparator<LayoutVersion> orderByComparator)
parentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByParentPlid_PrevAndNext(long layoutVersionId, long parentPlid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionparentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByParentPlid(long parentPlid)
parentPlid
- the parent plidpublic static int countByParentPlid(long parentPlid)
parentPlid
- the parent plidpublic static List<LayoutVersion> findByParentPlid_Version(long parentPlid, int version)
parentPlid
- the parent plidversion
- the versionpublic static List<LayoutVersion> findByParentPlid_Version(long parentPlid, int version, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentPlid
- the parent plidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByParentPlid_Version(long parentPlid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentPlid
- the parent plidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByParentPlid_Version(long parentPlid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentPlid
- the parent plidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByParentPlid_Version_First(long parentPlid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
parentPlid
- the parent plidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByParentPlid_Version_First(long parentPlid, int version, OrderByComparator<LayoutVersion> orderByComparator)
parentPlid
- the parent plidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByParentPlid_Version_Last(long parentPlid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
parentPlid
- the parent plidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByParentPlid_Version_Last(long parentPlid, int version, OrderByComparator<LayoutVersion> orderByComparator)
parentPlid
- the parent plidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByParentPlid_Version_PrevAndNext(long layoutVersionId, long parentPlid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionparentPlid
- the parent plidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByParentPlid_Version(long parentPlid, int version)
parentPlid
- the parent plidversion
- the versionpublic static int countByParentPlid_Version(long parentPlid, int version)
parentPlid
- the parent plidversion
- the versionpublic static List<LayoutVersion> findByIconImageId(long iconImageId)
iconImageId
- the icon image IDpublic static List<LayoutVersion> findByIconImageId(long iconImageId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
iconImageId
- the icon image IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByIconImageId(long iconImageId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
iconImageId
- the icon image IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByIconImageId(long iconImageId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
iconImageId
- the icon image IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByIconImageId_First(long iconImageId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
iconImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByIconImageId_First(long iconImageId, OrderByComparator<LayoutVersion> orderByComparator)
iconImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByIconImageId_Last(long iconImageId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
iconImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByIconImageId_Last(long iconImageId, OrderByComparator<LayoutVersion> orderByComparator)
iconImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByIconImageId_PrevAndNext(long layoutVersionId, long iconImageId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versioniconImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByIconImageId(long iconImageId)
iconImageId
- the icon image IDpublic static int countByIconImageId(long iconImageId)
iconImageId
- the icon image IDpublic static List<LayoutVersion> findByIconImageId_Version(long iconImageId, int version)
iconImageId
- the icon image IDversion
- the versionpublic static List<LayoutVersion> findByIconImageId_Version(long iconImageId, int version, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
iconImageId
- the icon image IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByIconImageId_Version(long iconImageId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
iconImageId
- the icon image IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByIconImageId_Version(long iconImageId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
iconImageId
- the icon image IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByIconImageId_Version_First(long iconImageId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
iconImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByIconImageId_Version_First(long iconImageId, int version, OrderByComparator<LayoutVersion> orderByComparator)
iconImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByIconImageId_Version_Last(long iconImageId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
iconImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByIconImageId_Version_Last(long iconImageId, int version, OrderByComparator<LayoutVersion> orderByComparator)
iconImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByIconImageId_Version_PrevAndNext(long layoutVersionId, long iconImageId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versioniconImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByIconImageId_Version(long iconImageId, int version)
iconImageId
- the icon image IDversion
- the versionpublic static int countByIconImageId_Version(long iconImageId, int version)
iconImageId
- the icon image IDversion
- the versionpublic static List<LayoutVersion> findByLayoutPrototypeUuid(String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidpublic static List<LayoutVersion> findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByLayoutPrototypeUuid(String layoutPrototypeUuid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid, OrderByComparator<LayoutVersion> orderByComparator)
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid, OrderByComparator<LayoutVersion> orderByComparator)
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByLayoutPrototypeUuid_PrevAndNext(long layoutVersionId, String layoutPrototypeUuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByLayoutPrototypeUuid(String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidpublic static int countByLayoutPrototypeUuid(String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidpublic static List<LayoutVersion> findByLayoutPrototypeUuid_Version(String layoutPrototypeUuid, int version)
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionpublic static List<LayoutVersion> findByLayoutPrototypeUuid_Version(String layoutPrototypeUuid, int version, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByLayoutPrototypeUuid_Version(String layoutPrototypeUuid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByLayoutPrototypeUuid_Version(String layoutPrototypeUuid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByLayoutPrototypeUuid_Version_First(String layoutPrototypeUuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByLayoutPrototypeUuid_Version_First(String layoutPrototypeUuid, int version, OrderByComparator<LayoutVersion> orderByComparator)
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByLayoutPrototypeUuid_Version_Last(String layoutPrototypeUuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByLayoutPrototypeUuid_Version_Last(String layoutPrototypeUuid, int version, OrderByComparator<LayoutVersion> orderByComparator)
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByLayoutPrototypeUuid_Version_PrevAndNext(long layoutVersionId, String layoutPrototypeUuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByLayoutPrototypeUuid_Version(String layoutPrototypeUuid, int version)
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionpublic static int countByLayoutPrototypeUuid_Version(String layoutPrototypeUuid, int version)
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionpublic static List<LayoutVersion> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidpublic static List<LayoutVersion> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
sourcePrototypeLayoutUuid
- the source prototype layout uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
sourcePrototypeLayoutUuid
- the source prototype layout uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
sourcePrototypeLayoutUuid
- the source prototype layout uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid, OrderByComparator<LayoutVersion> orderByComparator)
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid, OrderByComparator<LayoutVersion> orderByComparator)
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findBySourcePrototypeLayoutUuid_PrevAndNext(long layoutVersionId, String sourcePrototypeLayoutUuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionsourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidpublic static int countBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidpublic static List<LayoutVersion> findBySourcePrototypeLayoutUuid_Version(String sourcePrototypeLayoutUuid, int version)
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionpublic static List<LayoutVersion> findBySourcePrototypeLayoutUuid_Version(String sourcePrototypeLayoutUuid, int version, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findBySourcePrototypeLayoutUuid_Version(String sourcePrototypeLayoutUuid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findBySourcePrototypeLayoutUuid_Version(String sourcePrototypeLayoutUuid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findBySourcePrototypeLayoutUuid_Version_First(String sourcePrototypeLayoutUuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchBySourcePrototypeLayoutUuid_Version_First(String sourcePrototypeLayoutUuid, int version, OrderByComparator<LayoutVersion> orderByComparator)
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findBySourcePrototypeLayoutUuid_Version_Last(String sourcePrototypeLayoutUuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchBySourcePrototypeLayoutUuid_Version_Last(String sourcePrototypeLayoutUuid, int version, OrderByComparator<LayoutVersion> orderByComparator)
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findBySourcePrototypeLayoutUuid_Version_PrevAndNext(long layoutVersionId, String sourcePrototypeLayoutUuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionsourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeBySourcePrototypeLayoutUuid_Version(String sourcePrototypeLayoutUuid, int version)
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionpublic static int countBySourcePrototypeLayoutUuid_Version(String sourcePrototypeLayoutUuid, int version)
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionpublic static List<LayoutVersion> findByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutpublic static List<LayoutVersion> findByG_P(long groupId, boolean privateLayout, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByG_P_First(long groupId, boolean privateLayout, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByG_P_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutpublic static int countByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutpublic static List<LayoutVersion> findByG_P_Version(long groupId, boolean privateLayout, int version)
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionpublic static List<LayoutVersion> findByG_P_Version(long groupId, boolean privateLayout, int version, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByG_P_Version(long groupId, boolean privateLayout, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByG_P_Version(long groupId, boolean privateLayout, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByG_P_Version_First(long groupId, boolean privateLayout, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByG_P_Version_First(long groupId, boolean privateLayout, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByG_P_Version_Last(long groupId, boolean privateLayout, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByG_P_Version_Last(long groupId, boolean privateLayout, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByG_P_Version_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layoutversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByG_P_Version(long groupId, boolean privateLayout, int version)
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionpublic static int countByG_P_Version(long groupId, boolean privateLayout, int version)
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionpublic static List<LayoutVersion> findByG_T(long groupId, String type)
groupId
- the group IDtype
- the typepublic static List<LayoutVersion> findByG_T(long groupId, String type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByG_T(long groupId, String type, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByG_T(long groupId, String type, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByG_T_First(long groupId, String type, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByG_T_First(long groupId, String type, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByG_T_Last(long groupId, String type, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByG_T_Last(long groupId, String type, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByG_T_PrevAndNext(long layoutVersionId, long groupId, String type, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByG_T(long groupId, String type)
groupId
- the group IDtype
- the typepublic static int countByG_T(long groupId, String type)
groupId
- the group IDtype
- the typepublic static List<LayoutVersion> findByG_T_Version(long groupId, String type, int version)
groupId
- the group IDtype
- the typeversion
- the versionpublic static List<LayoutVersion> findByG_T_Version(long groupId, String type, int version, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typeversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByG_T_Version(long groupId, String type, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typeversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByG_T_Version(long groupId, String type, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDtype
- the typeversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByG_T_Version_First(long groupId, String type, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDtype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByG_T_Version_First(long groupId, String type, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDtype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByG_T_Version_Last(long groupId, String type, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDtype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByG_T_Version_Last(long groupId, String type, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDtype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByG_T_Version_PrevAndNext(long layoutVersionId, long groupId, String type, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDtype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByG_T_Version(long groupId, String type, int version)
groupId
- the group IDtype
- the typeversion
- the versionpublic static int countByG_T_Version(long groupId, String type, int version)
groupId
- the group IDtype
- the typeversion
- the versionpublic static List<LayoutVersion> findByC_L(long companyId, String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidpublic static List<LayoutVersion> findByC_L(long companyId, String layoutPrototypeUuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByC_L(long companyId, String layoutPrototypeUuid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByC_L(long companyId, String layoutPrototypeUuid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByC_L_First(long companyId, String layoutPrototypeUuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByC_L_First(long companyId, String layoutPrototypeUuid, OrderByComparator<LayoutVersion> orderByComparator)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByC_L_Last(long companyId, String layoutPrototypeUuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByC_L_Last(long companyId, String layoutPrototypeUuid, OrderByComparator<LayoutVersion> orderByComparator)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByC_L_PrevAndNext(long layoutVersionId, long companyId, String layoutPrototypeUuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versioncompanyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByC_L(long companyId, String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidpublic static int countByC_L(long companyId, String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidpublic static List<LayoutVersion> findByC_L_Version(long companyId, String layoutPrototypeUuid, int version)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionpublic static List<LayoutVersion> findByC_L_Version(long companyId, String layoutPrototypeUuid, int version, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByC_L_Version(long companyId, String layoutPrototypeUuid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByC_L_Version(long companyId, String layoutPrototypeUuid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByC_L_Version_First(long companyId, String layoutPrototypeUuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByC_L_Version_First(long companyId, String layoutPrototypeUuid, int version, OrderByComparator<LayoutVersion> orderByComparator)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByC_L_Version_Last(long companyId, String layoutPrototypeUuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByC_L_Version_Last(long companyId, String layoutPrototypeUuid, int version, OrderByComparator<LayoutVersion> orderByComparator)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByC_L_Version_PrevAndNext(long layoutVersionId, long companyId, String layoutPrototypeUuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versioncompanyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByC_L_Version(long companyId, String layoutPrototypeUuid, int version)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionpublic static int countByC_L_Version(long companyId, String layoutPrototypeUuid, int version)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionpublic static List<LayoutVersion> findByP_I(boolean privateLayout, long iconImageId)
privateLayout
- the private layouticonImageId
- the icon image IDpublic static List<LayoutVersion> findByP_I(boolean privateLayout, long iconImageId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
privateLayout
- the private layouticonImageId
- the icon image IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByP_I(boolean privateLayout, long iconImageId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
privateLayout
- the private layouticonImageId
- the icon image IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByP_I(boolean privateLayout, long iconImageId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
privateLayout
- the private layouticonImageId
- the icon image IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByP_I_First(boolean privateLayout, long iconImageId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
privateLayout
- the private layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByP_I_First(boolean privateLayout, long iconImageId, OrderByComparator<LayoutVersion> orderByComparator)
privateLayout
- the private layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByP_I_Last(boolean privateLayout, long iconImageId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
privateLayout
- the private layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByP_I_Last(boolean privateLayout, long iconImageId, OrderByComparator<LayoutVersion> orderByComparator)
privateLayout
- the private layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByP_I_PrevAndNext(long layoutVersionId, boolean privateLayout, long iconImageId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionprivateLayout
- the private layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByP_I(boolean privateLayout, long iconImageId)
privateLayout
- the private layouticonImageId
- the icon image IDpublic static int countByP_I(boolean privateLayout, long iconImageId)
privateLayout
- the private layouticonImageId
- the icon image IDpublic static List<LayoutVersion> findByP_I_Version(boolean privateLayout, long iconImageId, int version)
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionpublic static List<LayoutVersion> findByP_I_Version(boolean privateLayout, long iconImageId, int version, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByP_I_Version(boolean privateLayout, long iconImageId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByP_I_Version(boolean privateLayout, long iconImageId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByP_I_Version_First(boolean privateLayout, long iconImageId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByP_I_Version_First(boolean privateLayout, long iconImageId, int version, OrderByComparator<LayoutVersion> orderByComparator)
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByP_I_Version_Last(boolean privateLayout, long iconImageId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByP_I_Version_Last(boolean privateLayout, long iconImageId, int version, OrderByComparator<LayoutVersion> orderByComparator)
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByP_I_Version_PrevAndNext(long layoutVersionId, boolean privateLayout, long iconImageId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionprivateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByP_I_Version(boolean privateLayout, long iconImageId, int version)
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionpublic static int countByP_I_Version(boolean privateLayout, long iconImageId, int version)
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionpublic static List<LayoutVersion> findByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static List<LayoutVersion> findByC_C(long classNameId, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByC_C_First(long classNameId, long classPK, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByC_C_First(long classNameId, long classPK, OrderByComparator<LayoutVersion> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByC_C_Last(long classNameId, long classPK, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByC_C_Last(long classNameId, long classPK, OrderByComparator<LayoutVersion> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByC_C_PrevAndNext(long layoutVersionId, long classNameId, long classPK, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static int countByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static List<LayoutVersion> findByC_C_Version(long classNameId, long classPK, int version)
classNameId
- the class name IDclassPK
- the class pkversion
- the versionpublic static List<LayoutVersion> findByC_C_Version(long classNameId, long classPK, int version, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId
- the class name IDclassPK
- the class pkversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByC_C_Version(long classNameId, long classPK, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId
- the class name IDclassPK
- the class pkversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByC_C_Version(long classNameId, long classPK, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
classNameId
- the class name IDclassPK
- the class pkversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByC_C_Version_First(long classNameId, long classPK, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
classNameId
- the class name IDclassPK
- the class pkversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByC_C_Version_First(long classNameId, long classPK, int version, OrderByComparator<LayoutVersion> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByC_C_Version_Last(long classNameId, long classPK, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
classNameId
- the class name IDclassPK
- the class pkversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByC_C_Version_Last(long classNameId, long classPK, int version, OrderByComparator<LayoutVersion> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByC_C_Version_PrevAndNext(long layoutVersionId, long classNameId, long classPK, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versionclassNameId
- the class name IDclassPK
- the class pkversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByC_C_Version(long classNameId, long classPK, int version)
classNameId
- the class name IDclassPK
- the class pkversion
- the versionpublic static int countByC_C_Version(long classNameId, long classPK, int version)
classNameId
- the class name IDclassPK
- the class pkversion
- the versionpublic static List<LayoutVersion> findByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDpublic static List<LayoutVersion> findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByG_P_L_First(long groupId, boolean privateLayout, long layoutId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByG_P_L_First(long groupId, boolean privateLayout, long layoutId, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByG_P_L_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, long layoutId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDpublic static int countByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDpublic static LayoutVersion findByG_P_L_Version(long groupId, boolean privateLayout, long layoutId, int version) throws NoSuchLayoutVersionException
NoSuchLayoutVersionException
if it could not be found.groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDversion
- the versionNoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByG_P_L_Version(long groupId, boolean privateLayout, long layoutId, int version)
null
if it could not be found. Uses the finder cache.groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDversion
- the versionnull
if a matching layout version could not be foundpublic static LayoutVersion fetchByG_P_L_Version(long groupId, boolean privateLayout, long layoutId, int version, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDversion
- the versionuseFinderCache
- whether to use the finder cachenull
if a matching layout version could not be foundpublic static LayoutVersion removeByG_P_L_Version(long groupId, boolean privateLayout, long layoutId, int version) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDversion
- the versionNoSuchLayoutVersionException
public static int countByG_P_L_Version(long groupId, boolean privateLayout, long layoutId, int version)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDversion
- the versionpublic static List<LayoutVersion> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpublic static List<LayoutVersion> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static LayoutVersion findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic static LayoutVersion fetchByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic static LayoutVersion[] findByG_P_P_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic static void removeByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpublic static int countByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpublic static List<LayoutVersion> findByG_P_P_Version(long groupId, boolean privateLayout, long parentLayoutId, int version)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionpublic static List<LayoutVersion> findByG_P_P_Version(long groupId, boolean privateLayout, long parentLayoutId, int version, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public static List<LayoutVersion> findByG_P_P_Version(long groupId, boolean privateLayout, long parentLayoutId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<LayoutVersion> findByG_P_P_Version(long groupId, boolean privateLayout, long parentLayoutId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from LayoutVersionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static La