@ProviderType public interface LayoutVersionPersistence extends BasePersistence<LayoutVersion>
Caching information and settings can be found in portal.properties
LayoutVersionUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(LayoutVersion layoutVersion)
Caches the layout version in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<LayoutVersion> layoutVersions)
Caches the layout versions in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of layout versions.
|
int |
countByC_C_Version(long classNameId,
long classPK,
int version)
Returns the number of layout versions where classNameId = ? and classPK = ? and version = ?.
|
int |
countByC_C(long classNameId,
long classPK)
Returns the number of layout versions where classNameId = ? and classPK = ?.
|
int |
countByC_L_Version(long companyId,
java.lang.String layoutPrototypeUuid,
int version)
Returns the number of layout versions where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
int |
countByC_L(long companyId,
java.lang.String layoutPrototypeUuid)
Returns the number of layout versions where companyId = ? and layoutPrototypeUuid = ?.
|
int |
countByCompanyId_Version(long companyId,
int version)
Returns the number of layout versions where companyId = ? and version = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of layout versions where companyId = ?.
|
int |
countByG_P_F_Version(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
int version)
Returns the number of layout versions where groupId = ? and privateLayout = ? and friendlyURL = ? and version = ?.
|
int |
countByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Returns the number of layout versions where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
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 = ?.
|
int |
countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the number of layout versions where groupId = ? and privateLayout = ? and layoutId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
int |
countByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns the number of layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
int |
countByG_P_SPLU_Version(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version)
Returns the number of layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
int |
countByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
Returns the number of layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
int |
countByG_P_T_Version(long groupId,
boolean privateLayout,
java.lang.String type,
int version)
Returns the number of layout versions where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
int |
countByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
Returns the number of layout versions where groupId = ? and privateLayout = ? and type = ?.
|
int |
countByG_P_Version(long groupId,
boolean privateLayout,
int version)
Returns the number of layout versions where groupId = ? and privateLayout = ? and version = ?.
|
int |
countByG_P(long groupId,
boolean privateLayout)
Returns the number of layout versions where groupId = ? and privateLayout = ?.
|
int |
countByG_T_Version(long groupId,
java.lang.String type,
int version)
Returns the number of layout versions where groupId = ? and type = ? and version = ?.
|
int |
countByG_T(long groupId,
java.lang.String type)
Returns the number of layout versions where groupId = ? and type = ?.
|
int |
countByGroupId_Version(long groupId,
int version)
Returns the number of layout versions where groupId = ? and version = ?.
|
int |
countByGroupId(long groupId)
Returns the number of layout versions where groupId = ?.
|
int |
countByIconImageId_Version(long iconImageId,
int version)
Returns the number of layout versions where iconImageId = ? and version = ?.
|
int |
countByIconImageId(long iconImageId)
Returns the number of layout versions where iconImageId = ?.
|
int |
countByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid,
int version)
Returns the number of layout versions where layoutPrototypeUuid = ? and version = ?.
|
int |
countByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
Returns the number of layout versions where layoutPrototypeUuid = ?.
|
int |
countByP_I_Version(boolean privateLayout,
long iconImageId,
int version)
Returns the number of layout versions where privateLayout = ? and iconImageId = ? and version = ?.
|
int |
countByP_I(boolean privateLayout,
long iconImageId)
Returns the number of layout versions where privateLayout = ? and iconImageId = ?.
|
int |
countByParentPlid_Version(long parentPlid,
int version)
Returns the number of layout versions where parentPlid = ? and version = ?.
|
int |
countByParentPlid(long parentPlid)
Returns the number of layout versions where parentPlid = ?.
|
int |
countByPlid_Version(long plid,
int version)
Returns the number of layout versions where plid = ? and version = ?.
|
int |
countByPlid(long plid)
Returns the number of layout versions where plid = ?.
|
int |
countBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid,
int version)
Returns the number of layout versions where sourcePrototypeLayoutUuid = ? and version = ?.
|
int |
countBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
Returns the number of layout versions where sourcePrototypeLayoutUuid = ?.
|
int |
countByUuid_C_Version(java.lang.String uuid,
long companyId,
int version)
Returns the number of layout versions where uuid = ? and companyId = ? and version = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of layout versions where uuid = ? and companyId = ?.
|
int |
countByUUID_G_P_Version(java.lang.String uuid,
long groupId,
boolean privateLayout,
int version)
Returns the number of layout versions where uuid = ? and groupId = ? and privateLayout = ? and version = ?.
|
int |
countByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
Returns the number of layout versions where uuid = ? and groupId = ? and privateLayout = ?.
|
int |
countByUuid_Version(java.lang.String uuid,
int version)
Returns the number of layout versions where uuid = ? and version = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of layout versions where uuid = ?.
|
LayoutVersion |
create(long layoutVersionId)
Creates a new layout version with the primary key.
|
LayoutVersion |
fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where classNameId = ? and classPK = ?.
|
LayoutVersion |
fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where classNameId = ? and classPK = ?.
|
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 = ?.
|
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 = ?.
|
LayoutVersion |
fetchByC_L_First(long companyId,
java.lang.String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
LayoutVersion |
fetchByC_L_Last(long companyId,
java.lang.String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
LayoutVersion |
fetchByC_L_Version_First(long companyId,
java.lang.String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
LayoutVersion |
fetchByC_L_Version_Last(long companyId,
java.lang.String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
LayoutVersion |
fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ?.
|
LayoutVersion |
fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ?.
|
LayoutVersion |
fetchByCompanyId_Version_First(long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and version = ?.
|
LayoutVersion |
fetchByCompanyId_Version_Last(long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and version = ?.
|
LayoutVersion |
fetchByG_P_F_First(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
LayoutVersion |
fetchByG_P_F_Last(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
LayoutVersion |
fetchByG_P_F_Version(long groupId,
boolean privateLayout,
java.lang.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. |
LayoutVersion |
fetchByG_P_F_Version(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
int version,
boolean retrieveFromCache)
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. |
LayoutVersion |
fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ?.
|
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 = ?.
|
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 = ?.
|
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. |
LayoutVersion |
fetchByG_P_L_Version(long groupId,
boolean privateLayout,
long layoutId,
int version,
boolean retrieveFromCache)
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. |
LayoutVersion |
fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
LayoutVersion |
fetchByG_P_SPLU_First(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
LayoutVersion |
fetchByG_P_SPLU_Last(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
LayoutVersion |
fetchByG_P_SPLU_Version_First(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
LayoutVersion |
fetchByG_P_SPLU_Version_Last(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
LayoutVersion |
fetchByG_P_T_First(long groupId,
boolean privateLayout,
java.lang.String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
LayoutVersion |
fetchByG_P_T_Last(long groupId,
boolean privateLayout,
java.lang.String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
LayoutVersion |
fetchByG_P_T_Version_First(long groupId,
boolean privateLayout,
java.lang.String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
LayoutVersion |
fetchByG_P_T_Version_Last(long groupId,
boolean privateLayout,
java.lang.String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
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 = ?.
|
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 = ?.
|
LayoutVersion |
fetchByG_T_First(long groupId,
java.lang.String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and type = ?.
|
LayoutVersion |
fetchByG_T_Last(long groupId,
java.lang.String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and type = ?.
|
LayoutVersion |
fetchByG_T_Version_First(long groupId,
java.lang.String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and type = ? and version = ?.
|
LayoutVersion |
fetchByG_T_Version_Last(long groupId,
java.lang.String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and type = ? and version = ?.
|
LayoutVersion |
fetchByGroupId_First(long groupId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ?.
|
LayoutVersion |
fetchByGroupId_Last(long groupId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ?.
|
LayoutVersion |
fetchByGroupId_Version_First(long groupId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and version = ?.
|
LayoutVersion |
fetchByGroupId_Version_Last(long groupId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and version = ?.
|
LayoutVersion |
fetchByIconImageId_First(long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where iconImageId = ?.
|
LayoutVersion |
fetchByIconImageId_Last(long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where iconImageId = ?.
|
LayoutVersion |
fetchByIconImageId_Version_First(long iconImageId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where iconImageId = ? and version = ?.
|
LayoutVersion |
fetchByIconImageId_Version_Last(long iconImageId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where iconImageId = ? and version = ?.
|
LayoutVersion |
fetchByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where layoutPrototypeUuid = ?.
|
LayoutVersion |
fetchByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where layoutPrototypeUuid = ?.
|
LayoutVersion |
fetchByLayoutPrototypeUuid_Version_First(java.lang.String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where layoutPrototypeUuid = ? and version = ?.
|
LayoutVersion |
fetchByLayoutPrototypeUuid_Version_Last(java.lang.String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where layoutPrototypeUuid = ? and version = ?.
|
LayoutVersion |
fetchByP_I_First(boolean privateLayout,
long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where privateLayout = ? and iconImageId = ?.
|
LayoutVersion |
fetchByP_I_Last(boolean privateLayout,
long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where privateLayout = ? and iconImageId = ?.
|
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 = ?.
|
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 = ?.
|
LayoutVersion |
fetchByParentPlid_First(long parentPlid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where parentPlid = ?.
|
LayoutVersion |
fetchByParentPlid_Last(long parentPlid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where parentPlid = ?.
|
LayoutVersion |
fetchByParentPlid_Version_First(long parentPlid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where parentPlid = ? and version = ?.
|
LayoutVersion |
fetchByParentPlid_Version_Last(long parentPlid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where parentPlid = ? and version = ?.
|
LayoutVersion |
fetchByPlid_First(long plid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where plid = ?.
|
LayoutVersion |
fetchByPlid_Last(long plid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where plid = ?.
|
LayoutVersion |
fetchByPlid_Version(long plid,
int version)
Returns the layout version where plid = ? and version = ? or returns
null if it could not be found. |
LayoutVersion |
fetchByPlid_Version(long plid,
int version,
boolean retrieveFromCache)
Returns the layout version where plid = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutVersion |
fetchByPrimaryKey(long layoutVersionId)
Returns the layout version with the primary key or returns
null if it could not be found. |
LayoutVersion |
fetchBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
LayoutVersion |
fetchBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
LayoutVersion |
fetchBySourcePrototypeLayoutUuid_Version_First(java.lang.String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where sourcePrototypeLayoutUuid = ? and version = ?.
|
LayoutVersion |
fetchBySourcePrototypeLayoutUuid_Version_Last(java.lang.String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where sourcePrototypeLayoutUuid = ? and version = ?.
|
LayoutVersion |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and companyId = ?.
|
LayoutVersion |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and companyId = ?.
|
LayoutVersion |
fetchByUuid_C_Version_First(java.lang.String uuid,
long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and companyId = ? and version = ?.
|
LayoutVersion |
fetchByUuid_C_Version_Last(java.lang.String uuid,
long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and companyId = ? and version = ?.
|
LayoutVersion |
fetchByUuid_First(java.lang.String uuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ?.
|
LayoutVersion |
fetchByUUID_G_P_First(java.lang.String uuid,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
LayoutVersion |
fetchByUUID_G_P_Last(java.lang.String uuid,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
LayoutVersion |
fetchByUUID_G_P_Version(java.lang.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. |
LayoutVersion |
fetchByUUID_G_P_Version(java.lang.String uuid,
long groupId,
boolean privateLayout,
int version,
boolean retrieveFromCache)
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. |
LayoutVersion |
fetchByUuid_Last(java.lang.String uuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ?.
|
LayoutVersion |
fetchByUuid_Version_First(java.lang.String uuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and version = ?.
|
LayoutVersion |
fetchByUuid_Version_Last(java.lang.String uuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findAll()
Returns all the layout versions.
|
java.util.List<LayoutVersion> |
findAll(int start,
int end)
Returns a range of all the layout versions.
|
java.util.List<LayoutVersion> |
findAll(int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions.
|
java.util.List<LayoutVersion> |
findAll(int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions.
|
LayoutVersion |
findByC_C_First(long classNameId,
long classPK,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where classNameId = ? and classPK = ?.
|
LayoutVersion |
findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where classNameId = ? and classPK = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<LayoutVersion> |
findByC_C_Version(long classNameId,
long classPK,
int version)
Returns all the layout versions where classNameId = ? and classPK = ? and version = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByC_C_Version(long classNameId,
long classPK,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where classNameId = ? and classPK = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByC_C(long classNameId,
long classPK)
Returns all the layout versions where classNameId = ? and classPK = ?.
|
java.util.List<LayoutVersion> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the layout versions where classNameId = ? and classPK = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where classNameId = ? and classPK = ?.
|
LayoutVersion |
findByC_L_First(long companyId,
java.lang.String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
LayoutVersion |
findByC_L_Last(long companyId,
java.lang.String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
LayoutVersion[] |
findByC_L_PrevAndNext(long layoutVersionId,
long companyId,
java.lang.String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
LayoutVersion |
findByC_L_Version_First(long companyId,
java.lang.String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
LayoutVersion |
findByC_L_Version_Last(long companyId,
java.lang.String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
LayoutVersion[] |
findByC_L_Version_PrevAndNext(long layoutVersionId,
long companyId,
java.lang.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 = ?.
|
java.util.List<LayoutVersion> |
findByC_L_Version(long companyId,
java.lang.String layoutPrototypeUuid,
int version)
Returns all the layout versions where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByC_L_Version(long companyId,
java.lang.String layoutPrototypeUuid,
int version,
int start,
int end)
Returns a range of all the layout versions where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByC_L_Version(long companyId,
java.lang.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 = ?.
|
java.util.List<LayoutVersion> |
findByC_L_Version(long companyId,
java.lang.String layoutPrototypeUuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByC_L(long companyId,
java.lang.String layoutPrototypeUuid)
Returns all the layout versions where companyId = ? and layoutPrototypeUuid = ?.
|
java.util.List<LayoutVersion> |
findByC_L(long companyId,
java.lang.String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layout versions where companyId = ? and layoutPrototypeUuid = ?.
|
java.util.List<LayoutVersion> |
findByC_L(long companyId,
java.lang.String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where companyId = ? and layoutPrototypeUuid = ?.
|
java.util.List<LayoutVersion> |
findByC_L(long companyId,
java.lang.String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where companyId = ? and layoutPrototypeUuid = ?.
|
LayoutVersion |
findByCompanyId_First(long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ?.
|
LayoutVersion |
findByCompanyId_Last(long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ?.
|
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 = ?.
|
LayoutVersion |
findByCompanyId_Version_First(long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and version = ?.
|
LayoutVersion |
findByCompanyId_Version_Last(long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and version = ?.
|
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 = ?.
|
java.util.List<LayoutVersion> |
findByCompanyId_Version(long companyId,
int version)
Returns all the layout versions where companyId = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByCompanyId_Version(long companyId,
int version,
int start,
int end)
Returns a range of all the layout versions where companyId = ? and version = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByCompanyId_Version(long companyId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where companyId = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByCompanyId(long companyId)
Returns all the layout versions where companyId = ?.
|
java.util.List<LayoutVersion> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout versions where companyId = ?.
|
java.util.List<LayoutVersion> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where companyId = ?.
|
java.util.List<LayoutVersion> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where companyId = ?.
|
LayoutVersion |
findByG_P_F_First(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
LayoutVersion |
findByG_P_F_Last(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
LayoutVersion[] |
findByG_P_F_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
java.lang.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 = ?.
|
LayoutVersion |
findByG_P_F_Version(long groupId,
boolean privateLayout,
java.lang.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. |
java.util.List<LayoutVersion> |
findByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Returns all the layout versions where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
java.util.List<LayoutVersion> |
findByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
java.util.List<LayoutVersion> |
findByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
java.util.List<LayoutVersion> |
findByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
LayoutVersion |
findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
java.util.List<LayoutVersion> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns all the layout versions where groupId = ? and privateLayout = ? and layoutId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and layoutId = ?.
|
LayoutVersion |
findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByG_P_P_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
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 = ?.
|
LayoutVersion |
findByG_P_SPLU_First(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
LayoutVersion |
findByG_P_SPLU_Last(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
LayoutVersion[] |
findByG_P_SPLU_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
java.lang.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 = ?.
|
LayoutVersion |
findByG_P_SPLU_Version_First(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
LayoutVersion |
findByG_P_SPLU_Version_Last(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
LayoutVersion[] |
findByG_P_SPLU_Version_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
java.lang.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 = ?.
|
java.util.List<LayoutVersion> |
findByG_P_SPLU_Version(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version)
Returns all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByG_P_SPLU_Version(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByG_P_SPLU_Version(long groupId,
boolean privateLayout,
java.lang.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 = ?.
|
java.util.List<LayoutVersion> |
findByG_P_SPLU_Version(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
Returns all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
java.util.List<LayoutVersion> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
java.util.List<LayoutVersion> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
java.util.List<LayoutVersion> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
LayoutVersion |
findByG_P_T_First(long groupId,
boolean privateLayout,
java.lang.String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
LayoutVersion |
findByG_P_T_Last(long groupId,
boolean privateLayout,
java.lang.String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
LayoutVersion[] |
findByG_P_T_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
java.lang.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 = ?.
|
LayoutVersion |
findByG_P_T_Version_First(long groupId,
boolean privateLayout,
java.lang.String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
LayoutVersion |
findByG_P_T_Version_Last(long groupId,
boolean privateLayout,
java.lang.String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
LayoutVersion[] |
findByG_P_T_Version_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
java.lang.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 = ?.
|
java.util.List<LayoutVersion> |
findByG_P_T_Version(long groupId,
boolean privateLayout,
java.lang.String type,
int version)
Returns all the layout versions where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByG_P_T_Version(long groupId,
boolean privateLayout,
java.lang.String type,
int version,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByG_P_T_Version(long groupId,
boolean privateLayout,
java.lang.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 = ?.
|
java.util.List<LayoutVersion> |
findByG_P_T_Version(long groupId,
boolean privateLayout,
java.lang.String type,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
Returns all the layout versions where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<LayoutVersion> |
findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<LayoutVersion> |
findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<LayoutVersion> |
findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and type = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<LayoutVersion> |
findByG_P_Version(long groupId,
boolean privateLayout,
int version)
Returns all the layout versions where groupId = ? and privateLayout = ? and version = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByG_P_Version(long groupId,
boolean privateLayout,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByG_P(long groupId,
boolean privateLayout)
Returns all the layout versions where groupId = ? and privateLayout = ?.
|
java.util.List<LayoutVersion> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and privateLayout = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ?.
|
LayoutVersion |
findByG_T_First(long groupId,
java.lang.String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and type = ?.
|
LayoutVersion |
findByG_T_Last(long groupId,
java.lang.String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and type = ?.
|
LayoutVersion[] |
findByG_T_PrevAndNext(long layoutVersionId,
long groupId,
java.lang.String type,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and type = ?.
|
LayoutVersion |
findByG_T_Version_First(long groupId,
java.lang.String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and type = ? and version = ?.
|
LayoutVersion |
findByG_T_Version_Last(long groupId,
java.lang.String type,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and type = ? and version = ?.
|
LayoutVersion[] |
findByG_T_Version_PrevAndNext(long layoutVersionId,
long groupId,
java.lang.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 = ?.
|
java.util.List<LayoutVersion> |
findByG_T_Version(long groupId,
java.lang.String type,
int version)
Returns all the layout versions where groupId = ? and type = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByG_T_Version(long groupId,
java.lang.String type,
int version,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and type = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByG_T_Version(long groupId,
java.lang.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 = ?.
|
java.util.List<LayoutVersion> |
findByG_T_Version(long groupId,
java.lang.String type,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and type = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByG_T(long groupId,
java.lang.String type)
Returns all the layout versions where groupId = ? and type = ?.
|
java.util.List<LayoutVersion> |
findByG_T(long groupId,
java.lang.String type,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and type = ?.
|
java.util.List<LayoutVersion> |
findByG_T(long groupId,
java.lang.String type,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and type = ?.
|
java.util.List<LayoutVersion> |
findByG_T(long groupId,
java.lang.String type,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and type = ?.
|
LayoutVersion |
findByGroupId_First(long groupId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ?.
|
LayoutVersion |
findByGroupId_Last(long groupId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ?.
|
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 = ?.
|
LayoutVersion |
findByGroupId_Version_First(long groupId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and version = ?.
|
LayoutVersion |
findByGroupId_Version_Last(long groupId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and version = ?.
|
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 = ?.
|
java.util.List<LayoutVersion> |
findByGroupId_Version(long groupId,
int version)
Returns all the layout versions where groupId = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByGroupId_Version(long groupId,
int version,
int start,
int end)
Returns a range of all the layout versions where groupId = ? and version = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByGroupId_Version(long groupId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByGroupId(long groupId)
Returns all the layout versions where groupId = ?.
|
java.util.List<LayoutVersion> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout versions where groupId = ?.
|
java.util.List<LayoutVersion> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ?.
|
java.util.List<LayoutVersion> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where groupId = ?.
|
LayoutVersion |
findByIconImageId_First(long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where iconImageId = ?.
|
LayoutVersion |
findByIconImageId_Last(long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where iconImageId = ?.
|
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 = ?.
|
LayoutVersion |
findByIconImageId_Version_First(long iconImageId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where iconImageId = ? and version = ?.
|
LayoutVersion |
findByIconImageId_Version_Last(long iconImageId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where iconImageId = ? and version = ?.
|
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 = ?.
|
java.util.List<LayoutVersion> |
findByIconImageId_Version(long iconImageId,
int version)
Returns all the layout versions where iconImageId = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByIconImageId_Version(long iconImageId,
int version,
int start,
int end)
Returns a range of all the layout versions where iconImageId = ? and version = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByIconImageId_Version(long iconImageId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where iconImageId = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByIconImageId(long iconImageId)
Returns all the layout versions where iconImageId = ?.
|
java.util.List<LayoutVersion> |
findByIconImageId(long iconImageId,
int start,
int end)
Returns a range of all the layout versions where iconImageId = ?.
|
java.util.List<LayoutVersion> |
findByIconImageId(long iconImageId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where iconImageId = ?.
|
java.util.List<LayoutVersion> |
findByIconImageId(long iconImageId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where iconImageId = ?.
|
LayoutVersion |
findByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where layoutPrototypeUuid = ?.
|
LayoutVersion |
findByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where layoutPrototypeUuid = ?.
|
LayoutVersion[] |
findByLayoutPrototypeUuid_PrevAndNext(long layoutVersionId,
java.lang.String layoutPrototypeUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where layoutPrototypeUuid = ?.
|
LayoutVersion |
findByLayoutPrototypeUuid_Version_First(java.lang.String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where layoutPrototypeUuid = ? and version = ?.
|
LayoutVersion |
findByLayoutPrototypeUuid_Version_Last(java.lang.String layoutPrototypeUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where layoutPrototypeUuid = ? and version = ?.
|
LayoutVersion[] |
findByLayoutPrototypeUuid_Version_PrevAndNext(long layoutVersionId,
java.lang.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 = ?.
|
java.util.List<LayoutVersion> |
findByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid,
int version)
Returns all the layout versions where layoutPrototypeUuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid,
int version,
int start,
int end)
Returns a range of all the layout versions where layoutPrototypeUuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where layoutPrototypeUuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where layoutPrototypeUuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
Returns all the layout versions where layoutPrototypeUuid = ?.
|
java.util.List<LayoutVersion> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layout versions where layoutPrototypeUuid = ?.
|
java.util.List<LayoutVersion> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where layoutPrototypeUuid = ?.
|
java.util.List<LayoutVersion> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where layoutPrototypeUuid = ?.
|
LayoutVersion |
findByP_I_First(boolean privateLayout,
long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where privateLayout = ? and iconImageId = ?.
|
LayoutVersion |
findByP_I_Last(boolean privateLayout,
long iconImageId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where privateLayout = ? and iconImageId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
java.util.List<LayoutVersion> |
findByP_I_Version(boolean privateLayout,
long iconImageId,
int version)
Returns all the layout versions where privateLayout = ? and iconImageId = ? and version = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByP_I_Version(boolean privateLayout,
long iconImageId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where privateLayout = ? and iconImageId = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByP_I(boolean privateLayout,
long iconImageId)
Returns all the layout versions where privateLayout = ? and iconImageId = ?.
|
java.util.List<LayoutVersion> |
findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end)
Returns a range of all the layout versions where privateLayout = ? and iconImageId = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where privateLayout = ? and iconImageId = ?.
|
LayoutVersion |
findByParentPlid_First(long parentPlid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where parentPlid = ?.
|
LayoutVersion |
findByParentPlid_Last(long parentPlid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where parentPlid = ?.
|
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 = ?.
|
LayoutVersion |
findByParentPlid_Version_First(long parentPlid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where parentPlid = ? and version = ?.
|
LayoutVersion |
findByParentPlid_Version_Last(long parentPlid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where parentPlid = ? and version = ?.
|
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 = ?.
|
java.util.List<LayoutVersion> |
findByParentPlid_Version(long parentPlid,
int version)
Returns all the layout versions where parentPlid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByParentPlid_Version(long parentPlid,
int version,
int start,
int end)
Returns a range of all the layout versions where parentPlid = ? and version = ?.
|
java.util.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 = ?.
|
java.util.List<LayoutVersion> |
findByParentPlid_Version(long parentPlid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where parentPlid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByParentPlid(long parentPlid)
Returns all the layout versions where parentPlid = ?.
|
java.util.List<LayoutVersion> |
findByParentPlid(long parentPlid,
int start,
int end)
Returns a range of all the layout versions where parentPlid = ?.
|
java.util.List<LayoutVersion> |
findByParentPlid(long parentPlid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where parentPlid = ?.
|
java.util.List<LayoutVersion> |
findByParentPlid(long parentPlid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where parentPlid = ?.
|
LayoutVersion |
findByPlid_First(long plid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where plid = ?.
|
LayoutVersion |
findByPlid_Last(long plid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where plid = ?.
|
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 = ?.
|
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. |
java.util.List<LayoutVersion> |
findByPlid(long plid)
Returns all the layout versions where plid = ?.
|
java.util.List<LayoutVersion> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the layout versions where plid = ?.
|
java.util.List<LayoutVersion> |
findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where plid = ?.
|
java.util.List<LayoutVersion> |
findByPlid(long plid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where plid = ?.
|
LayoutVersion |
findByPrimaryKey(long layoutVersionId)
Returns the layout version with the primary key or throws a
NoSuchLayoutVersionException if it could not be found. |
LayoutVersion |
findBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
LayoutVersion |
findBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
LayoutVersion[] |
findBySourcePrototypeLayoutUuid_PrevAndNext(long layoutVersionId,
java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
LayoutVersion |
findBySourcePrototypeLayoutUuid_Version_First(java.lang.String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where sourcePrototypeLayoutUuid = ? and version = ?.
|
LayoutVersion |
findBySourcePrototypeLayoutUuid_Version_Last(java.lang.String sourcePrototypeLayoutUuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where sourcePrototypeLayoutUuid = ? and version = ?.
|
LayoutVersion[] |
findBySourcePrototypeLayoutUuid_Version_PrevAndNext(long layoutVersionId,
java.lang.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 = ?.
|
java.util.List<LayoutVersion> |
findBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid,
int version)
Returns all the layout versions where sourcePrototypeLayoutUuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid,
int version,
int start,
int end)
Returns a range of all the layout versions where sourcePrototypeLayoutUuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where sourcePrototypeLayoutUuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where sourcePrototypeLayoutUuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
Returns all the layout versions where sourcePrototypeLayoutUuid = ?.
|
java.util.List<LayoutVersion> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layout versions where sourcePrototypeLayoutUuid = ?.
|
java.util.List<LayoutVersion> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where sourcePrototypeLayoutUuid = ?.
|
java.util.List<LayoutVersion> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where sourcePrototypeLayoutUuid = ?.
|
LayoutVersion |
findByUuid_C_First(java.lang.String uuid,
long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and companyId = ?.
|
LayoutVersion |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and companyId = ?.
|
LayoutVersion[] |
findByUuid_C_PrevAndNext(long layoutVersionId,
java.lang.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 = ?.
|
LayoutVersion |
findByUuid_C_Version_First(java.lang.String uuid,
long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and companyId = ? and version = ?.
|
LayoutVersion |
findByUuid_C_Version_Last(java.lang.String uuid,
long companyId,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and companyId = ? and version = ?.
|
LayoutVersion[] |
findByUuid_C_Version_PrevAndNext(long layoutVersionId,
java.lang.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 = ?.
|
java.util.List<LayoutVersion> |
findByUuid_C_Version(java.lang.String uuid,
long companyId,
int version)
Returns all the layout versions where uuid = ? and companyId = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByUuid_C_Version(java.lang.String uuid,
long companyId,
int version,
int start,
int end)
Returns a range of all the layout versions where uuid = ? and companyId = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByUuid_C_Version(java.lang.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 = ?.
|
java.util.List<LayoutVersion> |
findByUuid_C_Version(java.lang.String uuid,
long companyId,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where uuid = ? and companyId = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the layout versions where uuid = ? and companyId = ?.
|
java.util.List<LayoutVersion> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout versions where uuid = ? and companyId = ?.
|
java.util.List<LayoutVersion> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where uuid = ? and companyId = ?.
|
java.util.List<LayoutVersion> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where uuid = ? and companyId = ?.
|
LayoutVersion |
findByUuid_First(java.lang.String uuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ?.
|
LayoutVersion |
findByUUID_G_P_First(java.lang.String uuid,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
LayoutVersion |
findByUUID_G_P_Last(java.lang.String uuid,
long groupId,
boolean privateLayout,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
LayoutVersion[] |
findByUUID_G_P_PrevAndNext(long layoutVersionId,
java.lang.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 = ?.
|
LayoutVersion |
findByUUID_G_P_Version(java.lang.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. |
java.util.List<LayoutVersion> |
findByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
Returns all the layout versions where uuid = ? and groupId = ? and privateLayout = ?.
|
java.util.List<LayoutVersion> |
findByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layout versions where uuid = ? and groupId = ? and privateLayout = ?.
|
java.util.List<LayoutVersion> |
findByUUID_G_P(java.lang.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 = ?.
|
java.util.List<LayoutVersion> |
findByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where uuid = ? and groupId = ? and privateLayout = ?.
|
LayoutVersion |
findByUuid_Last(java.lang.String uuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ?.
|
LayoutVersion[] |
findByUuid_PrevAndNext(long layoutVersionId,
java.lang.String uuid,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where uuid = ?.
|
LayoutVersion |
findByUuid_Version_First(java.lang.String uuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and version = ?.
|
LayoutVersion |
findByUuid_Version_Last(java.lang.String uuid,
int version,
OrderByComparator<LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and version = ?.
|
LayoutVersion[] |
findByUuid_Version_PrevAndNext(long layoutVersionId,
java.lang.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 = ?.
|
java.util.List<LayoutVersion> |
findByUuid_Version(java.lang.String uuid,
int version)
Returns all the layout versions where uuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByUuid_Version(java.lang.String uuid,
int version,
int start,
int end)
Returns a range of all the layout versions where uuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByUuid_Version(java.lang.String uuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where uuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByUuid_Version(java.lang.String uuid,
int version,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where uuid = ? and version = ?.
|
java.util.List<LayoutVersion> |
findByUuid(java.lang.String uuid)
Returns all the layout versions where uuid = ?.
|
java.util.List<LayoutVersion> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the layout versions where uuid = ?.
|
java.util.List<LayoutVersion> |
findByUuid(java.lang.String uuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where uuid = ?.
|
java.util.List<LayoutVersion> |
findByUuid(java.lang.String uuid,
int start,
int end,
OrderByComparator<LayoutVersion> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout versions where uuid = ?.
|
LayoutVersion |
remove(long layoutVersionId)
Removes the layout version with the primary key from the database.
|
void |
removeAll()
Removes all the layout versions from the database.
|
void |
removeByC_C_Version(long classNameId,
long classPK,
int version)
Removes all the layout versions where classNameId = ? and classPK = ? and version = ? from the database.
|
void |
removeByC_C(long classNameId,
long classPK)
Removes all the layout versions where classNameId = ? and classPK = ? from the database.
|
void |
removeByC_L_Version(long companyId,
java.lang.String layoutPrototypeUuid,
int version)
Removes all the layout versions where companyId = ? and layoutPrototypeUuid = ? and version = ? from the database.
|
void |
removeByC_L(long companyId,
java.lang.String layoutPrototypeUuid)
Removes all the layout versions where companyId = ? and layoutPrototypeUuid = ? from the database.
|
void |
removeByCompanyId_Version(long companyId,
int version)
Removes all the layout versions where companyId = ? and version = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the layout versions where companyId = ? from the database.
|
LayoutVersion |
removeByG_P_F_Version(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
int version)
Removes the layout version where groupId = ? and privateLayout = ? and friendlyURL = ? and version = ? from the database.
|
void |
removeByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Removes all the layout versions where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
|
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.
|
void |
removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Removes all the layout versions where groupId = ? and privateLayout = ? and layoutId = ? from the database.
|
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.
|
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.
|
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.
|
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.
|
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.
|
void |
removeByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Removes all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? from the database.
|
void |
removeByG_P_SPLU_Version(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version)
Removes all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ? from the database.
|
void |
removeByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
Removes all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database.
|
void |
removeByG_P_T_Version(long groupId,
boolean privateLayout,
java.lang.String type,
int version)
Removes all the layout versions where groupId = ? and privateLayout = ? and type = ? and version = ? from the database.
|
void |
removeByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
Removes all the layout versions where groupId = ? and privateLayout = ? and type = ? from the database.
|
void |
removeByG_P_Version(long groupId,
boolean privateLayout,
int version)
Removes all the layout versions where groupId = ? and privateLayout = ? and version = ? from the database.
|
void |
removeByG_P(long groupId,
boolean privateLayout)
Removes all the layout versions where groupId = ? and privateLayout = ? from the database.
|
void |
removeByG_T_Version(long groupId,
java.lang.String type,
int version)
Removes all the layout versions where groupId = ? and type = ? and version = ? from the database.
|
void |
removeByG_T(long groupId,
java.lang.String type)
Removes all the layout versions where groupId = ? and type = ? from the database.
|
void |
removeByGroupId_Version(long groupId,
int version)
Removes all the layout versions where groupId = ? and version = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the layout versions where groupId = ? from the database.
|
void |
removeByIconImageId_Version(long iconImageId,
int version)
Removes all the layout versions where iconImageId = ? and version = ? from the database.
|
void |
removeByIconImageId(long iconImageId)
Removes all the layout versions where iconImageId = ? from the database.
|
void |
removeByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid,
int version)
Removes all the layout versions where layoutPrototypeUuid = ? and version = ? from the database.
|
void |
removeByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
Removes all the layout versions where layoutPrototypeUuid = ? from the database.
|
void |
removeByP_I_Version(boolean privateLayout,
long iconImageId,
int version)
Removes all the layout versions where privateLayout = ? and iconImageId = ? and version = ? from the database.
|
void |
removeByP_I(boolean privateLayout,
long iconImageId)
Removes all the layout versions where privateLayout = ? and iconImageId = ? from the database.
|
void |
removeByParentPlid_Version(long parentPlid,
int version)
Removes all the layout versions where parentPlid = ? and version = ? from the database.
|
void |
removeByParentPlid(long parentPlid)
Removes all the layout versions where parentPlid = ? from the database.
|
LayoutVersion |
removeByPlid_Version(long plid,
int version)
Removes the layout version where plid = ? and version = ? from the database.
|
void |
removeByPlid(long plid)
Removes all the layout versions where plid = ? from the database.
|
void |
removeBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid,
int version)
Removes all the layout versions where sourcePrototypeLayoutUuid = ? and version = ? from the database.
|
void |
removeBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
Removes all the layout versions where sourcePrototypeLayoutUuid = ? from the database.
|
void |
removeByUuid_C_Version(java.lang.String uuid,
long companyId,
int version)
Removes all the layout versions where uuid = ? and companyId = ? and version = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the layout versions where uuid = ? and companyId = ? from the database.
|
LayoutVersion |
removeByUUID_G_P_Version(java.lang.String uuid,
long groupId,
boolean privateLayout,
int version)
Removes the layout version where uuid = ? and groupId = ? and privateLayout = ? and version = ? from the database.
|
void |
removeByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
Removes all the layout versions where uuid = ? and groupId = ? and privateLayout = ? from the database.
|
void |
removeByUuid_Version(java.lang.String uuid,
int version)
Removes all the layout versions where uuid = ? and version = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the layout versions where uuid = ? from the database.
|
LayoutVersion |
updateImpl(LayoutVersion layoutVersion) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<LayoutVersion> findByPlid(long plid)
plid
- the plidjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByPlid(long plid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByPlid(long plid)
plid
- the plidint countByPlid(long plid)
plid
- the plidLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion fetchByPlid_Version(long plid, int version, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.plid
- the plidversion
- the versionretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching layout version could not be foundLayoutVersion removeByPlid_Version(long plid, int version) throws NoSuchLayoutVersionException
plid
- the plidversion
- the versionNoSuchLayoutVersionException
int countByPlid_Version(long plid, int version)
plid
- the plidversion
- the versionjava.util.List<LayoutVersion> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<LayoutVersion> findByUuid(java.lang.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)java.util.List<LayoutVersion> findByUuid(java.lang.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
)java.util.List<LayoutVersion> findByUuid(java.lang.String uuid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByUuid_First(java.lang.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 foundLayoutVersion fetchByUuid_First(java.lang.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 foundLayoutVersion findByUuid_Last(java.lang.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 foundLayoutVersion fetchByUuid_Last(java.lang.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 foundLayoutVersion[] findByUuid_PrevAndNext(long layoutVersionId, java.lang.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 foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<LayoutVersion> findByUuid_Version(java.lang.String uuid, int version)
uuid
- the uuidversion
- the versionjava.util.List<LayoutVersion> findByUuid_Version(java.lang.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)java.util.List<LayoutVersion> findByUuid_Version(java.lang.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
)java.util.List<LayoutVersion> findByUuid_Version(java.lang.String uuid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByUuid_Version_First(java.lang.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 foundLayoutVersion fetchByUuid_Version_First(java.lang.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 foundLayoutVersion findByUuid_Version_Last(java.lang.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 foundLayoutVersion fetchByUuid_Version_Last(java.lang.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 foundLayoutVersion[] findByUuid_Version_PrevAndNext(long layoutVersionId, java.lang.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 foundvoid removeByUuid_Version(java.lang.String uuid, int version)
uuid
- the uuidversion
- the versionint countByUuid_Version(java.lang.String uuid, int version)
uuid
- the uuidversion
- the versionjava.util.List<LayoutVersion> findByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutjava.util.List<LayoutVersion> findByUUID_G_P(java.lang.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)java.util.List<LayoutVersion> findByUUID_G_P(java.lang.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
)java.util.List<LayoutVersion> findByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByUUID_G_P_First(java.lang.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 foundLayoutVersion fetchByUUID_G_P_First(java.lang.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 foundLayoutVersion findByUUID_G_P_Last(java.lang.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 foundLayoutVersion fetchByUUID_G_P_Last(java.lang.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 foundLayoutVersion[] findByUUID_G_P_PrevAndNext(long layoutVersionId, java.lang.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 foundvoid removeByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutint countByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutLayoutVersion findByUUID_G_P_Version(java.lang.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 foundLayoutVersion fetchByUUID_G_P_Version(java.lang.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 foundLayoutVersion fetchByUUID_G_P_Version(java.lang.String uuid, long groupId, boolean privateLayout, int version, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutversion
- the versionretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching layout version could not be foundLayoutVersion removeByUUID_G_P_Version(java.lang.String uuid, long groupId, boolean privateLayout, int version) throws NoSuchLayoutVersionException
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutversion
- the versionNoSuchLayoutVersionException
int countByUUID_G_P_Version(java.lang.String uuid, long groupId, boolean privateLayout, int version)
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutversion
- the versionjava.util.List<LayoutVersion> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<LayoutVersion> findByUuid_C(java.lang.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)java.util.List<LayoutVersion> findByUuid_C(java.lang.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
)java.util.List<LayoutVersion> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByUuid_C_First(java.lang.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 foundLayoutVersion fetchByUuid_C_First(java.lang.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 foundLayoutVersion findByUuid_C_Last(java.lang.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 foundLayoutVersion fetchByUuid_C_Last(java.lang.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 foundLayoutVersion[] findByUuid_C_PrevAndNext(long layoutVersionId, java.lang.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 foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<LayoutVersion> findByUuid_C_Version(java.lang.String uuid, long companyId, int version)
uuid
- the uuidcompanyId
- the company IDversion
- the versionjava.util.List<LayoutVersion> findByUuid_C_Version(java.lang.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)java.util.List<LayoutVersion> findByUuid_C_Version(java.lang.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
)java.util.List<LayoutVersion> findByUuid_C_Version(java.lang.String uuid, long companyId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByUuid_C_Version_First(java.lang.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 foundLayoutVersion fetchByUuid_C_Version_First(java.lang.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 foundLayoutVersion findByUuid_C_Version_Last(java.lang.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 foundLayoutVersion fetchByUuid_C_Version_Last(java.lang.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 foundLayoutVersion[] findByUuid_C_Version_PrevAndNext(long layoutVersionId, java.lang.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 foundvoid removeByUuid_C_Version(java.lang.String uuid, long companyId, int version)
uuid
- the uuidcompanyId
- the company IDversion
- the versionint countByUuid_C_Version(java.lang.String uuid, long companyId, int version)
uuid
- the uuidcompanyId
- the company IDversion
- the versionjava.util.List<LayoutVersion> findByGroupId(long groupId)
groupId
- the group IDjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDjava.util.List<LayoutVersion> findByGroupId_Version(long groupId, int version)
groupId
- the group IDversion
- the versionjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByGroupId_Version(long groupId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByGroupId_Version(long groupId, int version)
groupId
- the group IDversion
- the versionint countByGroupId_Version(long groupId, int version)
groupId
- the group IDversion
- the versionjava.util.List<LayoutVersion> findByCompanyId(long companyId)
companyId
- the company IDjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDjava.util.List<LayoutVersion> findByCompanyId_Version(long companyId, int version)
companyId
- the company IDversion
- the versionjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByCompanyId_Version(long companyId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByCompanyId_Version(long companyId, int version)
companyId
- the company IDversion
- the versionint countByCompanyId_Version(long companyId, int version)
companyId
- the company IDversion
- the versionjava.util.List<LayoutVersion> findByParentPlid(long parentPlid)
parentPlid
- the parent plidjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByParentPlid(long parentPlid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByParentPlid(long parentPlid)
parentPlid
- the parent plidint countByParentPlid(long parentPlid)
parentPlid
- the parent plidjava.util.List<LayoutVersion> findByParentPlid_Version(long parentPlid, int version)
parentPlid
- the parent plidversion
- the versionjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByParentPlid_Version(long parentPlid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByParentPlid_Version(long parentPlid, int version)
parentPlid
- the parent plidversion
- the versionint countByParentPlid_Version(long parentPlid, int version)
parentPlid
- the parent plidversion
- the versionjava.util.List<LayoutVersion> findByIconImageId(long iconImageId)
iconImageId
- the icon image IDjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByIconImageId(long iconImageId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByIconImageId(long iconImageId)
iconImageId
- the icon image IDint countByIconImageId(long iconImageId)
iconImageId
- the icon image IDjava.util.List<LayoutVersion> findByIconImageId_Version(long iconImageId, int version)
iconImageId
- the icon image IDversion
- the versionjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByIconImageId_Version(long iconImageId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByIconImageId_Version(long iconImageId, int version)
iconImageId
- the icon image IDversion
- the versionint countByIconImageId_Version(long iconImageId, int version)
iconImageId
- the icon image IDversion
- the versionjava.util.List<LayoutVersion> findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidjava.util.List<LayoutVersion> findByLayoutPrototypeUuid(java.lang.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)java.util.List<LayoutVersion> findByLayoutPrototypeUuid(java.lang.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
)java.util.List<LayoutVersion> findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByLayoutPrototypeUuid_First(java.lang.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 foundLayoutVersion fetchByLayoutPrototypeUuid_First(java.lang.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 foundLayoutVersion findByLayoutPrototypeUuid_Last(java.lang.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 foundLayoutVersion fetchByLayoutPrototypeUuid_Last(java.lang.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 foundLayoutVersion[] findByLayoutPrototypeUuid_PrevAndNext(long layoutVersionId, java.lang.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 foundvoid removeByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidint countByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
layoutPrototypeUuid
- the layout prototype uuidjava.util.List<LayoutVersion> findByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid, int version)
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionjava.util.List<LayoutVersion> findByLayoutPrototypeUuid_Version(java.lang.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)java.util.List<LayoutVersion> findByLayoutPrototypeUuid_Version(java.lang.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
)java.util.List<LayoutVersion> findByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByLayoutPrototypeUuid_Version_First(java.lang.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 foundLayoutVersion fetchByLayoutPrototypeUuid_Version_First(java.lang.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 foundLayoutVersion findByLayoutPrototypeUuid_Version_Last(java.lang.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 foundLayoutVersion fetchByLayoutPrototypeUuid_Version_Last(java.lang.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 foundLayoutVersion[] findByLayoutPrototypeUuid_Version_PrevAndNext(long layoutVersionId, java.lang.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 foundvoid removeByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid, int version)
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionint countByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid, int version)
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionjava.util.List<LayoutVersion> findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidjava.util.List<LayoutVersion> findBySourcePrototypeLayoutUuid(java.lang.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)java.util.List<LayoutVersion> findBySourcePrototypeLayoutUuid(java.lang.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
)java.util.List<LayoutVersion> findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findBySourcePrototypeLayoutUuid_First(java.lang.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 foundLayoutVersion fetchBySourcePrototypeLayoutUuid_First(java.lang.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 foundLayoutVersion findBySourcePrototypeLayoutUuid_Last(java.lang.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 foundLayoutVersion fetchBySourcePrototypeLayoutUuid_Last(java.lang.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 foundLayoutVersion[] findBySourcePrototypeLayoutUuid_PrevAndNext(long layoutVersionId, java.lang.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 foundvoid removeBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidint countBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
sourcePrototypeLayoutUuid
- the source prototype layout uuidjava.util.List<LayoutVersion> findBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid, int version)
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionjava.util.List<LayoutVersion> findBySourcePrototypeLayoutUuid_Version(java.lang.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)java.util.List<LayoutVersion> findBySourcePrototypeLayoutUuid_Version(java.lang.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
)java.util.List<LayoutVersion> findBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findBySourcePrototypeLayoutUuid_Version_First(java.lang.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 foundLayoutVersion fetchBySourcePrototypeLayoutUuid_Version_First(java.lang.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 foundLayoutVersion findBySourcePrototypeLayoutUuid_Version_Last(java.lang.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 foundLayoutVersion fetchBySourcePrototypeLayoutUuid_Version_Last(java.lang.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 foundLayoutVersion[] findBySourcePrototypeLayoutUuid_Version_PrevAndNext(long layoutVersionId, java.lang.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 foundvoid removeBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid, int version)
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionint countBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid, int version)
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionjava.util.List<LayoutVersion> findByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutint countByG_P(long groupId, boolean privateLayout)
groupId
- the group IDprivateLayout
- the private layoutjava.util.List<LayoutVersion> findByG_P_Version(long groupId, boolean privateLayout, int version)
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByG_P_Version(long groupId, boolean privateLayout, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByG_P_Version(long groupId, boolean privateLayout, int version)
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionint countByG_P_Version(long groupId, boolean privateLayout, int version)
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionjava.util.List<LayoutVersion> findByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typejava.util.List<LayoutVersion> findByG_T(long groupId, java.lang.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)java.util.List<LayoutVersion> findByG_T(long groupId, java.lang.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
)java.util.List<LayoutVersion> findByG_T(long groupId, java.lang.String type, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByG_T_First(long groupId, java.lang.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 foundLayoutVersion fetchByG_T_First(long groupId, java.lang.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 foundLayoutVersion findByG_T_Last(long groupId, java.lang.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 foundLayoutVersion fetchByG_T_Last(long groupId, java.lang.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 foundLayoutVersion[] findByG_T_PrevAndNext(long layoutVersionId, long groupId, java.lang.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 foundvoid removeByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typeint countByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typejava.util.List<LayoutVersion> findByG_T_Version(long groupId, java.lang.String type, int version)
groupId
- the group IDtype
- the typeversion
- the versionjava.util.List<LayoutVersion> findByG_T_Version(long groupId, java.lang.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)java.util.List<LayoutVersion> findByG_T_Version(long groupId, java.lang.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
)java.util.List<LayoutVersion> findByG_T_Version(long groupId, java.lang.String type, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByG_T_Version_First(long groupId, java.lang.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 foundLayoutVersion fetchByG_T_Version_First(long groupId, java.lang.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 foundLayoutVersion findByG_T_Version_Last(long groupId, java.lang.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 foundLayoutVersion fetchByG_T_Version_Last(long groupId, java.lang.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 foundLayoutVersion[] findByG_T_Version_PrevAndNext(long layoutVersionId, long groupId, java.lang.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 foundvoid removeByG_T_Version(long groupId, java.lang.String type, int version)
groupId
- the group IDtype
- the typeversion
- the versionint countByG_T_Version(long groupId, java.lang.String type, int version)
groupId
- the group IDtype
- the typeversion
- the versionjava.util.List<LayoutVersion> findByC_L(long companyId, java.lang.String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidjava.util.List<LayoutVersion> findByC_L(long companyId, java.lang.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)java.util.List<LayoutVersion> findByC_L(long companyId, java.lang.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
)java.util.List<LayoutVersion> findByC_L(long companyId, java.lang.String layoutPrototypeUuid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByC_L_First(long companyId, java.lang.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 foundLayoutVersion fetchByC_L_First(long companyId, java.lang.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 foundLayoutVersion findByC_L_Last(long companyId, java.lang.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 foundLayoutVersion fetchByC_L_Last(long companyId, java.lang.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 foundLayoutVersion[] findByC_L_PrevAndNext(long layoutVersionId, long companyId, java.lang.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 foundvoid removeByC_L(long companyId, java.lang.String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidint countByC_L(long companyId, java.lang.String layoutPrototypeUuid)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidjava.util.List<LayoutVersion> findByC_L_Version(long companyId, java.lang.String layoutPrototypeUuid, int version)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionjava.util.List<LayoutVersion> findByC_L_Version(long companyId, java.lang.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)java.util.List<LayoutVersion> findByC_L_Version(long companyId, java.lang.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
)java.util.List<LayoutVersion> findByC_L_Version(long companyId, java.lang.String layoutPrototypeUuid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByC_L_Version_First(long companyId, java.lang.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 foundLayoutVersion fetchByC_L_Version_First(long companyId, java.lang.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 foundLayoutVersion findByC_L_Version_Last(long companyId, java.lang.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 foundLayoutVersion fetchByC_L_Version_Last(long companyId, java.lang.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 foundLayoutVersion[] findByC_L_Version_PrevAndNext(long layoutVersionId, long companyId, java.lang.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 foundvoid removeByC_L_Version(long companyId, java.lang.String layoutPrototypeUuid, int version)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionint countByC_L_Version(long companyId, java.lang.String layoutPrototypeUuid, int version)
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionjava.util.List<LayoutVersion> findByP_I(boolean privateLayout, long iconImageId)
privateLayout
- the private layouticonImageId
- the icon image IDjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByP_I(boolean privateLayout, long iconImageId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByP_I(boolean privateLayout, long iconImageId)
privateLayout
- the private layouticonImageId
- the icon image IDint countByP_I(boolean privateLayout, long iconImageId)
privateLayout
- the private layouticonImageId
- the icon image IDjava.util.List<LayoutVersion> findByP_I_Version(boolean privateLayout, long iconImageId, int version)
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByP_I_Version(boolean privateLayout, long iconImageId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByP_I_Version(boolean privateLayout, long iconImageId, int version)
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionint countByP_I_Version(boolean privateLayout, long iconImageId, int version)
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionjava.util.List<LayoutVersion> findByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkint countByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkjava.util.List<LayoutVersion> findByC_C_Version(long classNameId, long classPK, int version)
classNameId
- the class name IDclassPK
- the class pkversion
- the versionjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByC_C_Version(long classNameId, long classPK, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByC_C_Version(long classNameId, long classPK, int version)
classNameId
- the class name IDclassPK
- the class pkversion
- the versionint countByC_C_Version(long classNameId, long classPK, int version)
classNameId
- the class name IDclassPK
- the class pkversion
- the versionjava.util.List<LayoutVersion> findByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDint countByG_P_L(long groupId, boolean privateLayout, long layoutId)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion fetchByG_P_L_Version(long groupId, boolean privateLayout, long layoutId, int version, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDversion
- the versionretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching layout version could not be foundLayoutVersion 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
int countByG_P_L_Version(long groupId, boolean privateLayout, long layoutId, int version)
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDversion
- the versionjava.util.List<LayoutVersion> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion 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 foundLayoutVersion[] 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 foundvoid removeByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDint countByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDjava.util.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 versionjava.util.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)java.util.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
)java.util.List<LayoutVersion> findByG_P_P_Version(long groupId, boolean privateLayout, long parentLayoutId, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByG_P_P_Version_First(long groupId, boolean privateLayout, long parentLayoutId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_P_Version_First(long groupId, boolean privateLayout, long parentLayoutId, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion findByG_P_P_Version_Last(long groupId, boolean privateLayout, long parentLayoutId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_P_Version_Last(long groupId, boolean privateLayout, long parentLayoutId, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion[] findByG_P_P_Version_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, long parentLayoutId, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundvoid removeByG_P_P_Version(long groupId, boolean privateLayout, long parentLayoutId, int version)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionint countByG_P_P_Version(long groupId, boolean privateLayout, long parentLayoutId, int version)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionjava.util.List<LayoutVersion> findByG_P_T(long groupId, boolean privateLayout, java.lang.String type)
groupId
- the group IDprivateLayout
- the private layouttype
- the typejava.util.List<LayoutVersion> findByG_P_T(long groupId, boolean privateLayout, java.lang.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 IDprivateLayout
- the private layouttype
- the typestart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)java.util.List<LayoutVersion> findByG_P_T(long groupId, boolean privateLayout, java.lang.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 IDprivateLayout
- the private layouttype
- 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
)java.util.List<LayoutVersion> findByG_P_T(long groupId, boolean privateLayout, java.lang.String type, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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 layouttype
- 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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByG_P_T_First(long groupId, boolean privateLayout, java.lang.String type, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layouttype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_T_First(long groupId, boolean privateLayout, java.lang.String type, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layouttype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion findByG_P_T_Last(long groupId, boolean privateLayout, java.lang.String type, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layouttype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_T_Last(long groupId, boolean privateLayout, java.lang.String type, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layouttype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion[] findByG_P_T_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, java.lang.String type, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layouttype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundvoid removeByG_P_T(long groupId, boolean privateLayout, java.lang.String type)
groupId
- the group IDprivateLayout
- the private layouttype
- the typeint countByG_P_T(long groupId, boolean privateLayout, java.lang.String type)
groupId
- the group IDprivateLayout
- the private layouttype
- the typejava.util.List<LayoutVersion> findByG_P_T_Version(long groupId, boolean privateLayout, java.lang.String type, int version)
groupId
- the group IDprivateLayout
- the private layouttype
- the typeversion
- the versionjava.util.List<LayoutVersion> findByG_P_T_Version(long groupId, boolean privateLayout, java.lang.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 IDprivateLayout
- the private layouttype
- the typeversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)java.util.List<LayoutVersion> findByG_P_T_Version(long groupId, boolean privateLayout, java.lang.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 IDprivateLayout
- the private layouttype
- 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
)java.util.List<LayoutVersion> findByG_P_T_Version(long groupId, boolean privateLayout, java.lang.String type, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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 layouttype
- 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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByG_P_T_Version_First(long groupId, boolean privateLayout, java.lang.String type, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layouttype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_T_Version_First(long groupId, boolean privateLayout, java.lang.String type, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layouttype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion findByG_P_T_Version_Last(long groupId, boolean privateLayout, java.lang.String type, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layouttype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_T_Version_Last(long groupId, boolean privateLayout, java.lang.String type, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layouttype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion[] findByG_P_T_Version_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, java.lang.String type, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layouttype
- 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 foundvoid removeByG_P_T_Version(long groupId, boolean privateLayout, java.lang.String type, int version)
groupId
- the group IDprivateLayout
- the private layouttype
- the typeversion
- the versionint countByG_P_T_Version(long groupId, boolean privateLayout, java.lang.String type, int version)
groupId
- the group IDprivateLayout
- the private layouttype
- the typeversion
- the versionjava.util.List<LayoutVersion> findByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urljava.util.List<LayoutVersion> findByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL, 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 layoutfriendlyURL
- the friendly urlstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)java.util.List<LayoutVersion> findByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL, 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 layoutfriendlyURL
- the friendly urlstart
- 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
)java.util.List<LayoutVersion> findByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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 layoutfriendlyURL
- the friendly urlstart
- 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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByG_P_F_First(long groupId, boolean privateLayout, java.lang.String friendlyURL, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_F_First(long groupId, boolean privateLayout, java.lang.String friendlyURL, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion findByG_P_F_Last(long groupId, boolean privateLayout, java.lang.String friendlyURL, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_F_Last(long groupId, boolean privateLayout, java.lang.String friendlyURL, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion[] findByG_P_F_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, java.lang.String friendlyURL, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundvoid removeByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlint countByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlLayoutVersion findByG_P_F_Version(long groupId, boolean privateLayout, java.lang.String friendlyURL, int version) throws NoSuchLayoutVersionException
NoSuchLayoutVersionException
if it could not be found.groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlversion
- the versionNoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_F_Version(long groupId, boolean privateLayout, java.lang.String friendlyURL, int version)
null
if it could not be found. Uses the finder cache.groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlversion
- the versionnull
if a matching layout version could not be foundLayoutVersion fetchByG_P_F_Version(long groupId, boolean privateLayout, java.lang.String friendlyURL, int version, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlversion
- the versionretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching layout version could not be foundLayoutVersion removeByG_P_F_Version(long groupId, boolean privateLayout, java.lang.String friendlyURL, int version) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlversion
- the versionNoSuchLayoutVersionException
int countByG_P_F_Version(long groupId, boolean privateLayout, java.lang.String friendlyURL, int version)
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlversion
- the versionjava.util.List<LayoutVersion> findByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidjava.util.List<LayoutVersion> findByG_P_SPLU(long groupId, boolean privateLayout, java.lang.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.
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- 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)java.util.List<LayoutVersion> findByG_P_SPLU(long groupId, boolean privateLayout, java.lang.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.
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- 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
)java.util.List<LayoutVersion> findByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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 layoutsourcePrototypeLayoutUuid
- 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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByG_P_SPLU_First(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_SPLU_First(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion findByG_P_SPLU_Last(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_SPLU_Last(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion[] findByG_P_SPLU_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- 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 foundvoid removeByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidint countByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidjava.util.List<LayoutVersion> findByG_P_SPLU_Version(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionjava.util.List<LayoutVersion> findByG_P_SPLU_Version(long groupId, boolean privateLayout, java.lang.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.
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- 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)java.util.List<LayoutVersion> findByG_P_SPLU_Version(long groupId, boolean privateLayout, java.lang.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.
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- 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
)java.util.List<LayoutVersion> findByG_P_SPLU_Version(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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 layoutsourcePrototypeLayoutUuid
- 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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByG_P_SPLU_Version_First(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- 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 foundLayoutVersion fetchByG_P_SPLU_Version_First(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- 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 foundLayoutVersion findByG_P_SPLU_Version_Last(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- 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 foundLayoutVersion fetchByG_P_SPLU_Version_Last(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- 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 foundLayoutVersion[] findByG_P_SPLU_Version_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- 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 foundvoid removeByG_P_SPLU_Version(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionint countByG_P_SPLU_Version(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version)
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionjava.util.List<LayoutVersion> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenjava.util.List<LayoutVersion> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, 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 IDhidden
- the hiddenstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)java.util.List<LayoutVersion> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, 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 IDhidden
- the hiddenstart
- 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
)java.util.List<LayoutVersion> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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 IDhidden
- the hiddenstart
- 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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByG_P_P_H_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_P_H_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion findByG_P_P_H_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_P_H_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion[] findByG_P_P_H_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundvoid removeByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenint countByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenjava.util.List<LayoutVersion> findByG_P_P_H_Version(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenversion
- the versionjava.util.List<LayoutVersion> findByG_P_P_H_Version(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, 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 IDhidden
- the hiddenversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)java.util.List<LayoutVersion> findByG_P_P_H_Version(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, 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 IDhidden
- the hiddenversion
- 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
)java.util.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 retrieveFromCache)
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 IDhidden
- the hiddenversion
- 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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByG_P_P_H_Version_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_P_H_Version_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion findByG_P_P_H_Version_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_P_H_Version_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion[] findByG_P_P_H_Version_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundvoid removeByG_P_P_H_Version(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenversion
- the versionint countByG_P_P_H_Version(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenversion
- the versionjava.util.List<LayoutVersion> findByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityjava.util.List<LayoutVersion> findByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority, 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 IDpriority
- the prioritystart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)java.util.List<LayoutVersion> findByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority, 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 IDpriority
- the prioritystart
- 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
)java.util.List<LayoutVersion> findByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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 IDpriority
- the prioritystart
- 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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByG_P_P_LtP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_P_LtP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion findByG_P_P_LtP_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_P_LtP_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion[] findByG_P_P_LtP_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundvoid removeByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityint countByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityjava.util.List<LayoutVersion> findByG_P_P_LtP_Version(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityversion
- the versionjava.util.List<LayoutVersion> findByG_P_P_LtP_Version(long groupId, boolean privateLayout, long parentLayoutId, int priority, 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 IDpriority
- the priorityversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)java.util.List<LayoutVersion> findByG_P_P_LtP_Version(long groupId, boolean privateLayout, long parentLayoutId, int priority, 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 IDpriority
- the priorityversion
- 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
)java.util.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 retrieveFromCache)
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 IDpriority
- the priorityversion
- 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
)retrieveFromCache
- whether to retrieve from the finder cacheLayoutVersion findByG_P_P_LtP_Version_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_P_LtP_Version_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion findByG_P_P_LtP_Version_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a matching layout version could not be foundLayoutVersion fetchByG_P_P_LtP_Version_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version, OrderByComparator<LayoutVersion> orderByComparator)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundLayoutVersion[] findByG_P_P_LtP_Version_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, long parentLayoutId, int priority, int version, OrderByComparator<LayoutVersion> orderByComparator) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundvoid removeByG_P_P_LtP_Version(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityversion
- the versionint countByG_P_P_LtP_Version(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version)
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityversion
- the versionvoid cacheResult(LayoutVersion layoutVersion)
layoutVersion
- the layout versionvoid cacheResult(java.util.List<LayoutVersion> layoutVersions)
layoutVersions
- the layout versionsLayoutVersion create(long layoutVersionId)
layoutVersionId
- the primary key for the new layout versionLayoutVersion remove(long layoutVersionId) throws NoSuchLayoutVersionException
layoutVersionId
- the primary key of the layout versionNoSuchLayoutVersionException
- if a layout version with the primary key could not be foundLayoutVersion updateImpl(LayoutVersion layoutVersion)
LayoutVersion findByPrimaryKey(long layoutVersionId) throws NoSuchLayoutVersionException
NoSuchLayoutVersionException
if it could not be found.layoutVersionId
- the primary key of the layout versionNoSuchLayoutVersionException
- if a layout version with the primary key could not be foundLayoutVersion fetchByPrimaryKey(long layoutVersionId)
null
if it could not be found.layoutVersionId
- the primary key of the layout versionnull
if a layout version with the primary key could not be foundjava.util.List<LayoutVersion> findAll()
java.util.List<LayoutVersion> findAll(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.
start
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)java.util.List<LayoutVersion> findAll(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.
start
- 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
)java.util.List<LayoutVersion> findAll(int start, int end, OrderByComparator<LayoutVersion> orderByComparator, boolean retrieveFromCache)
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.
start
- 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
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeAll()
int countAll()