public class LayoutVersionPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutVersion>
implements com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
Caching information and settings can be found in portal.properties
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
Constructor and Description |
---|
LayoutVersionPersistenceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Initializes the layout version persistence.
|
void |
cacheResult(com.liferay.portal.kernel.model.LayoutVersion layoutVersion)
Caches the layout version in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<com.liferay.portal.kernel.model.LayoutVersion> layoutVersions)
Caches the layout versions in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(LayoutVersionModelImpl layoutVersionModelImpl) |
void |
clearCache()
Clears the cache for all layout versions.
|
void |
clearCache(com.liferay.portal.kernel.model.LayoutVersion layoutVersion)
Clears the cache for the layout version.
|
void |
clearCache(java.util.List<com.liferay.portal.kernel.model.LayoutVersion> layoutVersions) |
void |
clearCache(java.util.Set<java.io.Serializable> primaryKeys) |
protected void |
clearUniqueFindersCache(LayoutVersionModelImpl layoutVersionModelImpl,
boolean clearCurrent) |
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 = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
create(long layoutVersionId)
Creates a new layout version with the primary key.
|
void |
destroy() |
com.liferay.portal.kernel.model.LayoutVersion |
fetchByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where classNameId = ? and classPK = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where classNameId = ? and classPK = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByC_C_Version_First(long classNameId,
long classPK,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where classNameId = ? and classPK = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByC_C_Version_Last(long classNameId,
long classPK,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where classNameId = ? and classPK = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByC_L_First(long companyId,
java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByC_L_Last(long companyId,
java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByC_L_Version_First(long companyId,
java.lang.String layoutPrototypeUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByC_L_Version_Last(long companyId,
java.lang.String layoutPrototypeUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByCompanyId_Version_First(long companyId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByCompanyId_Version_Last(long companyId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_F_First(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_F_Last(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_F_Version(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
int version,
boolean useFinderCache)
Returns the layout version where groupId = ? and privateLayout = ? and friendlyURL = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_L_Version(long groupId,
boolean privateLayout,
long layoutId,
int version,
boolean useFinderCache)
Returns the layout version where groupId = ? and privateLayout = ? and layoutId = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_P_H_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_P_H_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_P_H_Version_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_P_H_Version_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_P_LtP_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_P_LtP_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_P_LtP_Version_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_P_LtP_Version_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_P_Version_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_P_Version_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_SPLU_First(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_SPLU_Last(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_SPLU_Version_First(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_SPLU_Version_Last(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_T_First(long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_T_Last(long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_T_Version_First(long groupId,
boolean privateLayout,
java.lang.String type,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_T_Version_Last(long groupId,
boolean privateLayout,
java.lang.String type,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_Version_First(long groupId,
boolean privateLayout,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_P_Version_Last(long groupId,
boolean privateLayout,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_T_First(long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and type = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_T_Last(long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and type = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_T_Version_First(long groupId,
java.lang.String type,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and type = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByG_T_Version_Last(long groupId,
java.lang.String type,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and type = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByGroupId_Version_First(long groupId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByGroupId_Version_Last(long groupId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByIconImageId_First(long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where iconImageId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByIconImageId_Last(long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where iconImageId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByIconImageId_Version_First(long iconImageId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where iconImageId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByIconImageId_Version_Last(long iconImageId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where iconImageId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByLayoutPrototypeUuid_Version_First(java.lang.String layoutPrototypeUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where layoutPrototypeUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByLayoutPrototypeUuid_Version_Last(java.lang.String layoutPrototypeUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where layoutPrototypeUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByP_I_First(boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where privateLayout = ? and iconImageId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByP_I_Last(boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where privateLayout = ? and iconImageId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByP_I_Version_First(boolean privateLayout,
long iconImageId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where privateLayout = ? and iconImageId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByP_I_Version_Last(boolean privateLayout,
long iconImageId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where privateLayout = ? and iconImageId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByParentPlid_First(long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where parentPlid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByParentPlid_Last(long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where parentPlid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByParentPlid_Version_First(long parentPlid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where parentPlid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByParentPlid_Version_Last(long parentPlid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where parentPlid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByPlid_First(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where plid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByPlid_Last(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where plid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByPlid_Version(long plid,
int version)
Returns the layout version where plid = ? and version = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.LayoutVersion |
fetchByPlid_Version(long plid,
int version,
boolean useFinderCache)
Returns the layout version where plid = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.LayoutVersion |
fetchByPrimaryKey(long layoutVersionId)
Returns the layout version with the primary key or returns
null if it could not be found. |
com.liferay.portal.kernel.model.LayoutVersion |
fetchBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchBySourcePrototypeLayoutUuid_Version_First(java.lang.String sourcePrototypeLayoutUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where sourcePrototypeLayoutUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchBySourcePrototypeLayoutUuid_Version_Last(java.lang.String sourcePrototypeLayoutUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where sourcePrototypeLayoutUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByUuid_C_Version_First(java.lang.String uuid,
long companyId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and companyId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByUuid_C_Version_Last(java.lang.String uuid,
long companyId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and companyId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByUUID_G_P_First(java.lang.String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByUUID_G_P_Last(java.lang.String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.LayoutVersion |
fetchByUUID_G_P_Version(java.lang.String uuid,
long groupId,
boolean privateLayout,
int version,
boolean useFinderCache)
Returns the layout version where uuid = ? and groupId = ? and privateLayout = ? and version = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.LayoutVersion |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByUuid_Version_First(java.lang.String uuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
fetchByUuid_Version_Last(java.lang.String uuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findAll()
Returns all the layout versions.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findAll(int start,
int end)
Returns a range of all the layout versions.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where classNameId = ? and classPK = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where classNameId = ? and classPK = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByC_C_PrevAndNext(long layoutVersionId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where classNameId = ? and classPK = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByC_C_Version_First(long classNameId,
long classPK,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where classNameId = ? and classPK = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByC_C_Version_Last(long classNameId,
long classPK,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where classNameId = ? and classPK = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByC_C_Version_PrevAndNext(long layoutVersionId,
long classNameId,
long classPK,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByC_C_Version(long classNameId,
long classPK,
int version)
Returns all the layout versions where classNameId = ? and classPK = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByC_C_Version(long classNameId,
long classPK,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where classNameId = ? and classPK = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByC_C_Version(long classNameId,
long classPK,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where classNameId = ? and classPK = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByC_C(long classNameId,
long classPK)
Returns all the layout versions where classNameId = ? and classPK = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where classNameId = ? and classPK = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where classNameId = ? and classPK = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByC_L_First(long companyId,
java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByC_L_Last(long companyId,
java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByC_L_PrevAndNext(long layoutVersionId,
long companyId,
java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByC_L_Version_First(long companyId,
java.lang.String layoutPrototypeUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByC_L_Version_Last(long companyId,
java.lang.String layoutPrototypeUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByC_L_Version_PrevAndNext(long layoutVersionId,
long companyId,
java.lang.String layoutPrototypeUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByC_L_Version(long companyId,
java.lang.String layoutPrototypeUuid,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByC_L_Version(long companyId,
java.lang.String layoutPrototypeUuid,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where companyId = ? and layoutPrototypeUuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByC_L(long companyId,
java.lang.String layoutPrototypeUuid)
Returns all the layout versions where companyId = ? and layoutPrototypeUuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByC_L(long companyId,
java.lang.String layoutPrototypeUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where companyId = ? and layoutPrototypeUuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByC_L(long companyId,
java.lang.String layoutPrototypeUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where companyId = ? and layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByCompanyId_PrevAndNext(long layoutVersionId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByCompanyId_Version_First(long companyId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where companyId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByCompanyId_Version_Last(long companyId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where companyId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByCompanyId_Version_PrevAndNext(long layoutVersionId,
long companyId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where companyId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByCompanyId_Version(long companyId,
int version)
Returns all the layout versions where companyId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByCompanyId_Version(long companyId,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where companyId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByCompanyId_Version(long companyId,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where companyId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByCompanyId(long companyId)
Returns all the layout versions where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout versions where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where companyId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_F_First(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_F_Last(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_P_F_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_P_L_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns all the layout versions where groupId = ? and privateLayout = ? and layoutId = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and layoutId = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and layoutId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_P_H_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_P_H_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_P_P_H_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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 = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_P_H_Version_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_P_H_Version_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_P_P_H_Version_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_P_H_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_P_H_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_P_LtP_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_P_LtP_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_P_P_LtP_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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 = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_P_LtP_Version_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_P_LtP_Version_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_P_P_LtP_Version_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_P_LtP_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_P_LtP_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_P_P_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_P_Version_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_P_Version_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_P_P_Version_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_P_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_P_Version(long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_P_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_SPLU_First(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_SPLU_Last(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_P_SPLU_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_SPLU_Version_First(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_SPLU_Version_Last(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_P_SPLU_Version_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_SPLU_Version(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_SPLU_Version(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_T_First(long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_T_Last(long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_P_T_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_T_Version_First(long groupId,
boolean privateLayout,
java.lang.String type,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_T_Version_Last(long groupId,
boolean privateLayout,
java.lang.String type,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_P_T_Version_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
java.lang.String type,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_T_Version(long groupId,
boolean privateLayout,
java.lang.String type,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_T_Version(long groupId,
boolean privateLayout,
java.lang.String type,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and type = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and type = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_Version_First(long groupId,
boolean privateLayout,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and privateLayout = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_P_Version_Last(long groupId,
boolean privateLayout,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and privateLayout = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_P_Version_PrevAndNext(long layoutVersionId,
long groupId,
boolean privateLayout,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_Version(long groupId,
boolean privateLayout,
int version)
Returns all the layout versions where groupId = ? and privateLayout = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_Version(long groupId,
boolean privateLayout,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P_Version(long groupId,
boolean privateLayout,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P(long groupId,
boolean privateLayout)
Returns all the layout versions where groupId = ? and privateLayout = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_T_First(long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and type = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_T_Last(long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and type = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_T_PrevAndNext(long layoutVersionId,
long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and type = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_T_Version_First(long groupId,
java.lang.String type,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and type = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByG_T_Version_Last(long groupId,
java.lang.String type,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and type = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByG_T_Version_PrevAndNext(long layoutVersionId,
long groupId,
java.lang.String type,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_T_Version(long groupId,
java.lang.String type,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and type = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_T_Version(long groupId,
java.lang.String type,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and type = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_T(long groupId,
java.lang.String type)
Returns all the layout versions where groupId = ? and type = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_T(long groupId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and type = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByG_T(long groupId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and type = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByGroupId_PrevAndNext(long layoutVersionId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByGroupId_Version_First(long groupId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where groupId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByGroupId_Version_Last(long groupId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where groupId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByGroupId_Version_PrevAndNext(long layoutVersionId,
long groupId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where groupId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByGroupId_Version(long groupId,
int version)
Returns all the layout versions where groupId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByGroupId_Version(long groupId,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByGroupId_Version(long groupId,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByGroupId(long groupId)
Returns all the layout versions where groupId = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout versions where groupId = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where groupId = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where groupId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByIconImageId_First(long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where iconImageId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByIconImageId_Last(long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where iconImageId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByIconImageId_PrevAndNext(long layoutVersionId,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where iconImageId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByIconImageId_Version_First(long iconImageId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where iconImageId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByIconImageId_Version_Last(long iconImageId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where iconImageId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByIconImageId_Version_PrevAndNext(long layoutVersionId,
long iconImageId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where iconImageId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByIconImageId_Version(long iconImageId,
int version)
Returns all the layout versions where iconImageId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByIconImageId_Version(long iconImageId,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where iconImageId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByIconImageId_Version(long iconImageId,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where iconImageId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByIconImageId(long iconImageId)
Returns all the layout versions where iconImageId = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByIconImageId(long iconImageId,
int start,
int end)
Returns a range of all the layout versions where iconImageId = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByIconImageId(long iconImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where iconImageId = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByIconImageId(long iconImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where iconImageId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByLayoutPrototypeUuid_PrevAndNext(long layoutVersionId,
java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByLayoutPrototypeUuid_Version_First(java.lang.String layoutPrototypeUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where layoutPrototypeUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByLayoutPrototypeUuid_Version_Last(java.lang.String layoutPrototypeUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where layoutPrototypeUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByLayoutPrototypeUuid_Version_PrevAndNext(long layoutVersionId,
java.lang.String layoutPrototypeUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where layoutPrototypeUuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid,
int version)
Returns all the layout versions where layoutPrototypeUuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where layoutPrototypeUuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where layoutPrototypeUuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
Returns all the layout versions where layoutPrototypeUuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layout versions where layoutPrototypeUuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where layoutPrototypeUuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByP_I_First(boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where privateLayout = ? and iconImageId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByP_I_Last(boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where privateLayout = ? and iconImageId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByP_I_PrevAndNext(long layoutVersionId,
boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where privateLayout = ? and iconImageId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByP_I_Version_First(boolean privateLayout,
long iconImageId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where privateLayout = ? and iconImageId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByP_I_Version_Last(boolean privateLayout,
long iconImageId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where privateLayout = ? and iconImageId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByP_I_Version_PrevAndNext(long layoutVersionId,
boolean privateLayout,
long iconImageId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByP_I_Version(boolean privateLayout,
long iconImageId,
int version)
Returns all the layout versions where privateLayout = ? and iconImageId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByP_I_Version(boolean privateLayout,
long iconImageId,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where privateLayout = ? and iconImageId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByP_I_Version(boolean privateLayout,
long iconImageId,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where privateLayout = ? and iconImageId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByP_I(boolean privateLayout,
long iconImageId)
Returns all the layout versions where privateLayout = ? and iconImageId = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where privateLayout = ? and iconImageId = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where privateLayout = ? and iconImageId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByParentPlid_First(long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where parentPlid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByParentPlid_Last(long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where parentPlid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByParentPlid_PrevAndNext(long layoutVersionId,
long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where parentPlid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByParentPlid_Version_First(long parentPlid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where parentPlid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByParentPlid_Version_Last(long parentPlid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where parentPlid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByParentPlid_Version_PrevAndNext(long layoutVersionId,
long parentPlid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where parentPlid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByParentPlid_Version(long parentPlid,
int version)
Returns all the layout versions where parentPlid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByParentPlid_Version(long parentPlid,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where parentPlid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByParentPlid_Version(long parentPlid,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where parentPlid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByParentPlid(long parentPlid)
Returns all the layout versions where parentPlid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByParentPlid(long parentPlid,
int start,
int end)
Returns a range of all the layout versions where parentPlid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByParentPlid(long parentPlid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where parentPlid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByParentPlid(long parentPlid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where parentPlid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByPlid_First(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where plid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByPlid_Last(long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where plid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByPlid_PrevAndNext(long layoutVersionId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where plid = ?.
|
com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByPlid(long plid)
Returns all the layout versions where plid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the layout versions where plid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByPlid(long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where plid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByPlid(long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where plid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByPrimaryKey(long layoutVersionId)
Returns the layout version with the primary key or throws a
NoSuchLayoutVersionException if it could not be found. |
com.liferay.portal.kernel.model.LayoutVersion |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the layout version with the primary key or throws a
com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found. |
com.liferay.portal.kernel.model.LayoutVersion |
findBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findBySourcePrototypeLayoutUuid_PrevAndNext(long layoutVersionId,
java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findBySourcePrototypeLayoutUuid_Version_First(java.lang.String sourcePrototypeLayoutUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where sourcePrototypeLayoutUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findBySourcePrototypeLayoutUuid_Version_Last(java.lang.String sourcePrototypeLayoutUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where sourcePrototypeLayoutUuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findBySourcePrototypeLayoutUuid_Version_PrevAndNext(long layoutVersionId,
java.lang.String sourcePrototypeLayoutUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where sourcePrototypeLayoutUuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid,
int version)
Returns all the layout versions where sourcePrototypeLayoutUuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where sourcePrototypeLayoutUuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where sourcePrototypeLayoutUuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
Returns all the layout versions where sourcePrototypeLayoutUuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layout versions where sourcePrototypeLayoutUuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where sourcePrototypeLayoutUuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByUuid_C_PrevAndNext(long layoutVersionId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByUuid_C_Version_First(java.lang.String uuid,
long companyId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and companyId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByUuid_C_Version_Last(java.lang.String uuid,
long companyId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and companyId = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByUuid_C_Version_PrevAndNext(long layoutVersionId,
java.lang.String uuid,
long companyId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByUuid_C_Version(java.lang.String uuid,
long companyId,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where uuid = ? and companyId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByUuid_C_Version(java.lang.String uuid,
long companyId,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where uuid = ? and companyId = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the layout versions where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByUUID_G_P_First(java.lang.String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByUUID_G_P_Last(java.lang.String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByUUID_G_P_PrevAndNext(long layoutVersionId,
java.lang.String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where uuid = ? and groupId = ? and privateLayout = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where uuid = ? and groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByUuid_PrevAndNext(long layoutVersionId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByUuid_Version_First(java.lang.String uuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the first layout version in the ordered set where uuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion |
findByUuid_Version_Last(java.lang.String uuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the last layout version in the ordered set where uuid = ? and version = ?.
|
com.liferay.portal.kernel.model.LayoutVersion[] |
findByUuid_Version_PrevAndNext(long layoutVersionId,
java.lang.String uuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns the layout versions before and after the current layout version in the ordered set where uuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByUuid_Version(java.lang.String uuid,
int version)
Returns all the layout versions where uuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.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<com.liferay.portal.kernel.model.LayoutVersion> |
findByUuid_Version(java.lang.String uuid,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where uuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByUuid_Version(java.lang.String uuid,
int version,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where uuid = ? and version = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByUuid(java.lang.String uuid)
Returns all the layout versions where uuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the layout versions where uuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
Returns an ordered range of all the layout versions where uuid = ?.
|
java.util.List<com.liferay.portal.kernel.model.LayoutVersion> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout versions where uuid = ?.
|
java.util.Set<java.lang.String> |
getBadColumnNames() |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByC_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByC_C_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long classNameId,
long classPK,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByC_L_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long companyId,
java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByC_L_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long companyId,
java.lang.String layoutPrototypeUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByCompanyId_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long companyId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_P_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_P_L_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_P_P_H_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_P_P_H_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_P_P_LtP_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_P_P_LtP_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_P_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_P_P_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
boolean privateLayout,
long parentLayoutId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_P_SPLU_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_P_SPLU_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_P_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_P_T_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
boolean privateLayout,
java.lang.String type,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_P_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
boolean privateLayout,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByG_T_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
java.lang.String type,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByGroupId_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long groupId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByIconImageId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByIconImageId_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long iconImageId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByLayoutPrototypeUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByLayoutPrototypeUuid_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
java.lang.String layoutPrototypeUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByP_I_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByP_I_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
boolean privateLayout,
long iconImageId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByParentPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByParentPlid_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long parentPlid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getBySourcePrototypeLayoutUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getBySourcePrototypeLayoutUuid_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
java.lang.String sourcePrototypeLayoutUuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByUuid_C_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
java.lang.String uuid,
long companyId,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByUUID_G_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
java.lang.String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutVersion |
getByUuid_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutVersion layoutVersion,
java.lang.String uuid,
int version,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.dao.orm.EntityCache |
getEntityCache() |
protected java.lang.String |
getPKDBName() |
protected java.lang.String |
getSelectSQL() |
protected java.util.Map<java.lang.String,java.lang.Integer> |
getTableColumnsMap() |
com.liferay.portal.kernel.model.LayoutVersion |
remove(long layoutVersionId)
Removes the layout version with the primary key from the database.
|
com.liferay.portal.kernel.model.LayoutVersion |
remove(java.io.Serializable primaryKey)
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.
|
com.liferay.portal.kernel.model.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.
|
com.liferay.portal.kernel.model.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.
|
com.liferay.portal.kernel.model.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.
|
com.liferay.portal.kernel.model.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.
|
protected com.liferay.portal.kernel.model.LayoutVersion |
removeImpl(com.liferay.portal.kernel.model.LayoutVersion layoutVersion) |
com.liferay.portal.kernel.model.LayoutVersion |
updateImpl(com.liferay.portal.kernel.model.LayoutVersion layoutVersion) |
appendOrderByComparator, appendOrderByComparator, appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update
public static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByPlid(long plid)
findByPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByPlid_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByPlid_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByPlid_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByPlid_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByPlid_PrevAndNext(long layoutVersionId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByPlid_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versionplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByPlid(long plid)
removeByPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidpublic int countByPlid(long plid)
countByPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidpublic com.liferay.portal.kernel.model.LayoutVersion findByPlid_Version(long plid, int version) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
NoSuchLayoutVersionException
if it could not be found.findByPlid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidversion
- the versioncom.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByPlid_Version(long plid, int version)
null
if it could not be found. Uses the finder cache.fetchByPlid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidversion
- the versionnull
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByPlid_Version(long plid, int version, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.fetchByPlid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidversion
- the versionuseFinderCache
- whether to use the finder cachenull
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion removeByPlid_Version(long plid, int version) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
removeByPlid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidversion
- the versioncom.liferay.portal.kernel.exception.NoSuchLayoutVersionException
public int countByPlid_Version(long plid, int version)
countByPlid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
plid
- the plidversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUuid(java.lang.String uuid)
findByUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUuid_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByUuid_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUuid_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByUuid_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByUuid_PrevAndNext(long layoutVersionId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUuid_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByUuid(java.lang.String uuid)
removeByUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidpublic int countByUuid(java.lang.String uuid)
countByUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUuid_Version(java.lang.String uuid, int version)
findByUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUuid_Version(java.lang.String uuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUuid_Version(java.lang.String uuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByUuid_Version_First(java.lang.String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUuid_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByUuid_Version_First(java.lang.String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByUuid_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByUuid_Version_Last(java.lang.String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUuid_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByUuid_Version_Last(java.lang.String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByUuid_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByUuid_Version_PrevAndNext(long layoutVersionId, java.lang.String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUuid_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versionuuid
- the uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByUuid_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, java.lang.String uuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByUuid_Version(java.lang.String uuid, int version)
removeByUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidversion
- the versionpublic int countByUuid_Version(java.lang.String uuid, int version)
countByUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout)
findByUUID_G_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUUID_G_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUUID_G_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUUID_G_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByUUID_G_P_First(java.lang.String uuid, long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUUID_G_P_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByUUID_G_P_First(java.lang.String uuid, long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByUUID_G_P_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByUUID_G_P_Last(java.lang.String uuid, long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUUID_G_P_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByUUID_G_P_Last(java.lang.String uuid, long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByUUID_G_P_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByUUID_G_P_PrevAndNext(long layoutVersionId, java.lang.String uuid, long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUUID_G_P_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByUUID_G_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, java.lang.String uuid, long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout)
removeByUUID_G_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutpublic int countByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout)
countByUUID_G_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutpublic com.liferay.portal.kernel.model.LayoutVersion findByUUID_G_P_Version(java.lang.String uuid, long groupId, boolean privateLayout, int version) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
NoSuchLayoutVersionException
if it could not be found.findByUUID_G_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutversion
- the versioncom.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion 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.fetchByUUID_G_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutversion
- the versionnull
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByUUID_G_P_Version(java.lang.String uuid, long groupId, boolean privateLayout, int version, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.fetchByUUID_G_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutversion
- the versionuseFinderCache
- whether to use the finder cachenull
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion removeByUUID_G_P_Version(java.lang.String uuid, long groupId, boolean privateLayout, int version) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
removeByUUID_G_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutversion
- the versioncom.liferay.portal.kernel.exception.NoSuchLayoutVersionException
public int countByUUID_G_P_Version(java.lang.String uuid, long groupId, boolean privateLayout, int version)
countByUUID_G_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidgroupId
- the group IDprivateLayout
- the private layoutversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUuid_C(java.lang.String uuid, long companyId)
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUuid_C
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUuid_C_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByUuid_C_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUuid_C_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByUuid_C_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByUuid_C_PrevAndNext(long layoutVersionId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUuid_C_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByUuid_C(java.lang.String uuid, long companyId)
removeByUuid_C
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDpublic int countByUuid_C(java.lang.String uuid, long companyId)
countByUuid_C
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUuid_C_Version(java.lang.String uuid, long companyId, int version)
findByUuid_C_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUuid_C_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUuid_C_Version(java.lang.String uuid, long companyId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUuid_C_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByUuid_C_Version(java.lang.String uuid, long companyId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByUuid_C_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByUuid_C_Version_First(java.lang.String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUuid_C_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByUuid_C_Version_First(java.lang.String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByUuid_C_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByUuid_C_Version_Last(java.lang.String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUuid_C_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByUuid_C_Version_Last(java.lang.String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByUuid_C_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByUuid_C_Version_PrevAndNext(long layoutVersionId, java.lang.String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByUuid_C_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByUuid_C_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, java.lang.String uuid, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByUuid_C_Version(java.lang.String uuid, long companyId, int version)
removeByUuid_C_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDversion
- the versionpublic int countByUuid_C_Version(java.lang.String uuid, long companyId, int version)
countByUuid_C_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
uuid
- the uuidcompanyId
- the company IDversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByGroupId(long groupId)
findByGroupId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByGroupId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByGroupId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByGroupId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByGroupId_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByGroupId_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByGroupId_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByGroupId_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByGroupId_PrevAndNext(long layoutVersionId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByGroupId_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByGroupId(long groupId)
removeByGroupId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDpublic int countByGroupId(long groupId)
countByGroupId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByGroupId_Version(long groupId, int version)
findByGroupId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByGroupId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByGroupId_Version(long groupId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByGroupId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByGroupId_Version(long groupId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByGroupId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByGroupId_Version_First(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByGroupId_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByGroupId_Version_First(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByGroupId_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByGroupId_Version_Last(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByGroupId_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByGroupId_Version_Last(long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByGroupId_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByGroupId_Version_PrevAndNext(long layoutVersionId, long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByGroupId_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByGroupId_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByGroupId_Version(long groupId, int version)
removeByGroupId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDversion
- the versionpublic int countByGroupId_Version(long groupId, int version)
countByGroupId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByCompanyId(long companyId)
findByCompanyId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByCompanyId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByCompanyId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByCompanyId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByCompanyId_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByCompanyId_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByCompanyId_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByCompanyId_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByCompanyId_PrevAndNext(long layoutVersionId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByCompanyId_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versioncompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDpublic int countByCompanyId(long companyId)
countByCompanyId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByCompanyId_Version(long companyId, int version)
findByCompanyId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByCompanyId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByCompanyId_Version(long companyId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByCompanyId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByCompanyId_Version(long companyId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByCompanyId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByCompanyId_Version_First(long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByCompanyId_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByCompanyId_Version_First(long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByCompanyId_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByCompanyId_Version_Last(long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByCompanyId_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByCompanyId_Version_Last(long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByCompanyId_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByCompanyId_Version_PrevAndNext(long layoutVersionId, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByCompanyId_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versioncompanyId
- the company IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByCompanyId_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long companyId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByCompanyId_Version(long companyId, int version)
removeByCompanyId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDversion
- the versionpublic int countByCompanyId_Version(long companyId, int version)
countByCompanyId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByParentPlid(long parentPlid)
findByParentPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByParentPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByParentPlid(long parentPlid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByParentPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByParentPlid(long parentPlid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByParentPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByParentPlid_First(long parentPlid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByParentPlid_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByParentPlid_First(long parentPlid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByParentPlid_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByParentPlid_Last(long parentPlid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByParentPlid_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByParentPlid_Last(long parentPlid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByParentPlid_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByParentPlid_PrevAndNext(long layoutVersionId, long parentPlid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByParentPlid_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versionparentPlid
- the parent plidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByParentPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long parentPlid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByParentPlid(long parentPlid)
removeByParentPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidpublic int countByParentPlid(long parentPlid)
countByParentPlid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByParentPlid_Version(long parentPlid, int version)
findByParentPlid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByParentPlid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByParentPlid_Version(long parentPlid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByParentPlid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByParentPlid_Version(long parentPlid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByParentPlid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByParentPlid_Version_First(long parentPlid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByParentPlid_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByParentPlid_Version_First(long parentPlid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByParentPlid_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByParentPlid_Version_Last(long parentPlid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByParentPlid_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByParentPlid_Version_Last(long parentPlid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByParentPlid_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByParentPlid_Version_PrevAndNext(long layoutVersionId, long parentPlid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByParentPlid_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versionparentPlid
- the parent plidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByParentPlid_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long parentPlid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByParentPlid_Version(long parentPlid, int version)
removeByParentPlid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidversion
- the versionpublic int countByParentPlid_Version(long parentPlid, int version)
countByParentPlid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
parentPlid
- the parent plidversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByIconImageId(long iconImageId)
findByIconImageId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByIconImageId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByIconImageId(long iconImageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByIconImageId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByIconImageId(long iconImageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByIconImageId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByIconImageId_First(long iconImageId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByIconImageId_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByIconImageId_First(long iconImageId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByIconImageId_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByIconImageId_Last(long iconImageId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByIconImageId_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByIconImageId_Last(long iconImageId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByIconImageId_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByIconImageId_PrevAndNext(long layoutVersionId, long iconImageId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByIconImageId_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versioniconImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByIconImageId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long iconImageId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByIconImageId(long iconImageId)
removeByIconImageId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDpublic int countByIconImageId(long iconImageId)
countByIconImageId
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByIconImageId_Version(long iconImageId, int version)
findByIconImageId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByIconImageId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByIconImageId_Version(long iconImageId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByIconImageId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByIconImageId_Version(long iconImageId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByIconImageId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByIconImageId_Version_First(long iconImageId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByIconImageId_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByIconImageId_Version_First(long iconImageId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByIconImageId_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByIconImageId_Version_Last(long iconImageId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByIconImageId_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByIconImageId_Version_Last(long iconImageId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByIconImageId_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByIconImageId_Version_PrevAndNext(long layoutVersionId, long iconImageId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByIconImageId_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versioniconImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByIconImageId_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long iconImageId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByIconImageId_Version(long iconImageId, int version)
removeByIconImageId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDversion
- the versionpublic int countByIconImageId_Version(long iconImageId, int version)
countByIconImageId_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
iconImageId
- the icon image IDversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
findByLayoutPrototypeUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByLayoutPrototypeUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByLayoutPrototypeUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByLayoutPrototypeUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByLayoutPrototypeUuid_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByLayoutPrototypeUuid_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByLayoutPrototypeUuid_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByLayoutPrototypeUuid_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByLayoutPrototypeUuid_PrevAndNext(long layoutVersionId, java.lang.String layoutPrototypeUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByLayoutPrototypeUuid_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versionlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByLayoutPrototypeUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, java.lang.String layoutPrototypeUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
removeByLayoutPrototypeUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidpublic int countByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
countByLayoutPrototypeUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid, int version)
findByLayoutPrototypeUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByLayoutPrototypeUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByLayoutPrototypeUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByLayoutPrototypeUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByLayoutPrototypeUuid_Version_First(java.lang.String layoutPrototypeUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByLayoutPrototypeUuid_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByLayoutPrototypeUuid_Version_First(java.lang.String layoutPrototypeUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByLayoutPrototypeUuid_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByLayoutPrototypeUuid_Version_Last(java.lang.String layoutPrototypeUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByLayoutPrototypeUuid_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByLayoutPrototypeUuid_Version_Last(java.lang.String layoutPrototypeUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByLayoutPrototypeUuid_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByLayoutPrototypeUuid_Version_PrevAndNext(long layoutVersionId, java.lang.String layoutPrototypeUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByLayoutPrototypeUuid_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versionlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByLayoutPrototypeUuid_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, java.lang.String layoutPrototypeUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid, int version)
removeByLayoutPrototypeUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionpublic int countByLayoutPrototypeUuid_Version(java.lang.String layoutPrototypeUuid, int version)
countByLayoutPrototypeUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutPrototypeUuid
- the layout prototype uuidversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
findBySourcePrototypeLayoutUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findBySourcePrototypeLayoutUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findBySourcePrototypeLayoutUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findBySourcePrototypeLayoutUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findBySourcePrototypeLayoutUuid_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchBySourcePrototypeLayoutUuid_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findBySourcePrototypeLayoutUuid_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchBySourcePrototypeLayoutUuid_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findBySourcePrototypeLayoutUuid_PrevAndNext(long layoutVersionId, java.lang.String sourcePrototypeLayoutUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findBySourcePrototypeLayoutUuid_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versionsourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getBySourcePrototypeLayoutUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, java.lang.String sourcePrototypeLayoutUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
removeBySourcePrototypeLayoutUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidpublic int countBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
countBySourcePrototypeLayoutUuid
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid, int version)
findBySourcePrototypeLayoutUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findBySourcePrototypeLayoutUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findBySourcePrototypeLayoutUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findBySourcePrototypeLayoutUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findBySourcePrototypeLayoutUuid_Version_First(java.lang.String sourcePrototypeLayoutUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findBySourcePrototypeLayoutUuid_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchBySourcePrototypeLayoutUuid_Version_First(java.lang.String sourcePrototypeLayoutUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchBySourcePrototypeLayoutUuid_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findBySourcePrototypeLayoutUuid_Version_Last(java.lang.String sourcePrototypeLayoutUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findBySourcePrototypeLayoutUuid_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchBySourcePrototypeLayoutUuid_Version_Last(java.lang.String sourcePrototypeLayoutUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchBySourcePrototypeLayoutUuid_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findBySourcePrototypeLayoutUuid_Version_PrevAndNext(long layoutVersionId, java.lang.String sourcePrototypeLayoutUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findBySourcePrototypeLayoutUuid_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getBySourcePrototypeLayoutUuid_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, java.lang.String sourcePrototypeLayoutUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid, int version)
removeBySourcePrototypeLayoutUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionpublic int countBySourcePrototypeLayoutUuid_Version(java.lang.String sourcePrototypeLayoutUuid, int version)
countBySourcePrototypeLayoutUuid_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
sourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P(long groupId, boolean privateLayout)
findByG_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P(long groupId, boolean privateLayout, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P(long groupId, boolean privateLayout, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_First(long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_First(long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_Last(long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_Last(long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_P_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDprivateLayout
- the private layoutorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_P(long groupId, boolean privateLayout)
removeByG_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutpublic int countByG_P(long groupId, boolean privateLayout)
countByG_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_Version(long groupId, boolean privateLayout, int version)
findByG_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_Version(long groupId, boolean privateLayout, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_Version(long groupId, boolean privateLayout, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_Version_First(long groupId, boolean privateLayout, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_Version_First(long groupId, boolean privateLayout, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_Version_Last(long groupId, boolean privateLayout, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_Version_Last(long groupId, boolean privateLayout, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_P_Version_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_P_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, boolean privateLayout, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_P_Version(long groupId, boolean privateLayout, int version)
removeByG_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionpublic int countByG_P_Version(long groupId, boolean privateLayout, int version)
countByG_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_T(long groupId, java.lang.String type)
findByG_T
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typepublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_T
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_T(long groupId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_T
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_T(long groupId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_T
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_T_First(long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_T_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_T_First(long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_T_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_T_Last(long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_T_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_T_Last(long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_T_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_T_PrevAndNext(long layoutVersionId, long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_T_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the current layout versiongroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_T(long groupId, java.lang.String type)
removeByG_T
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typepublic int countByG_T(long groupId, java.lang.String type)
countByG_T
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typepublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_T_Version(long groupId, java.lang.String type, int version)
findByG_T_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typeversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_T_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typeversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_T_Version(long groupId, java.lang.String type, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_T_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typeversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_T_Version(long groupId, java.lang.String type, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_T_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typeversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_T_Version_First(long groupId, java.lang.String type, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_T_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_T_Version_First(long groupId, java.lang.String type, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_T_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_T_Version_Last(long groupId, java.lang.String type, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_T_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_T_Version_Last(long groupId, java.lang.String type, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_T_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_T_Version_PrevAndNext(long layoutVersionId, long groupId, java.lang.String type, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_T_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_T_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, java.lang.String type, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_T_Version(long groupId, java.lang.String type, int version)
removeByG_T_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typeversion
- the versionpublic int countByG_T_Version(long groupId, java.lang.String type, int version)
countByG_T_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDtype
- the typeversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByC_L(long companyId, java.lang.String layoutPrototypeUuid)
findByC_L
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByC_L
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByC_L(long companyId, java.lang.String layoutPrototypeUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByC_L
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByC_L(long companyId, java.lang.String layoutPrototypeUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByC_L
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByC_L_First(long companyId, java.lang.String layoutPrototypeUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByC_L_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByC_L_First(long companyId, java.lang.String layoutPrototypeUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByC_L_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByC_L_Last(long companyId, java.lang.String layoutPrototypeUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByC_L_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByC_L_Last(long companyId, java.lang.String layoutPrototypeUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByC_L_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByC_L_PrevAndNext(long layoutVersionId, long companyId, java.lang.String layoutPrototypeUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByC_L_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByC_L_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long companyId, java.lang.String layoutPrototypeUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByC_L(long companyId, java.lang.String layoutPrototypeUuid)
removeByC_L
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidpublic int countByC_L(long companyId, java.lang.String layoutPrototypeUuid)
countByC_L
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByC_L_Version(long companyId, java.lang.String layoutPrototypeUuid, int version)
findByC_L_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByC_L_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByC_L_Version(long companyId, java.lang.String layoutPrototypeUuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByC_L_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByC_L_Version(long companyId, java.lang.String layoutPrototypeUuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByC_L_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByC_L_Version_First(long companyId, java.lang.String layoutPrototypeUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByC_L_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByC_L_Version_First(long companyId, java.lang.String layoutPrototypeUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByC_L_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByC_L_Version_Last(long companyId, java.lang.String layoutPrototypeUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByC_L_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByC_L_Version_Last(long companyId, java.lang.String layoutPrototypeUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByC_L_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByC_L_Version_PrevAndNext(long layoutVersionId, long companyId, java.lang.String layoutPrototypeUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByC_L_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByC_L_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long companyId, java.lang.String layoutPrototypeUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByC_L_Version(long companyId, java.lang.String layoutPrototypeUuid, int version)
removeByC_L_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionpublic int countByC_L_Version(long companyId, java.lang.String layoutPrototypeUuid, int version)
countByC_L_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
companyId
- the company IDlayoutPrototypeUuid
- the layout prototype uuidversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByP_I(boolean privateLayout, long iconImageId)
findByP_I
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByP_I
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByP_I(boolean privateLayout, long iconImageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByP_I
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByP_I(boolean privateLayout, long iconImageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByP_I
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByP_I_First(boolean privateLayout, long iconImageId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByP_I_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByP_I_First(boolean privateLayout, long iconImageId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByP_I_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByP_I_Last(boolean privateLayout, long iconImageId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByP_I_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByP_I_Last(boolean privateLayout, long iconImageId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByP_I_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByP_I_PrevAndNext(long layoutVersionId, boolean privateLayout, long iconImageId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByP_I_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByP_I_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, boolean privateLayout, long iconImageId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByP_I(boolean privateLayout, long iconImageId)
removeByP_I
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDpublic int countByP_I(boolean privateLayout, long iconImageId)
countByP_I
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByP_I_Version(boolean privateLayout, long iconImageId, int version)
findByP_I_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByP_I_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByP_I_Version(boolean privateLayout, long iconImageId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByP_I_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByP_I_Version(boolean privateLayout, long iconImageId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByP_I_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByP_I_Version_First(boolean privateLayout, long iconImageId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByP_I_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByP_I_Version_First(boolean privateLayout, long iconImageId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByP_I_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByP_I_Version_Last(boolean privateLayout, long iconImageId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByP_I_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByP_I_Version_Last(boolean privateLayout, long iconImageId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByP_I_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByP_I_Version_PrevAndNext(long layoutVersionId, boolean privateLayout, long iconImageId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByP_I_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByP_I_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, boolean privateLayout, long iconImageId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByP_I_Version(boolean privateLayout, long iconImageId, int version)
removeByP_I_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionpublic int countByP_I_Version(boolean privateLayout, long iconImageId, int version)
countByP_I_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
privateLayout
- the private layouticonImageId
- the icon image IDversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByC_C(long classNameId, long classPK)
findByC_C
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByC_C
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByC_C
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByC_C
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByC_C_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByC_C_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByC_C_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByC_C_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByC_C_PrevAndNext(long layoutVersionId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByC_C_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByC_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByC_C(long classNameId, long classPK)
removeByC_C
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkpublic int countByC_C(long classNameId, long classPK)
countByC_C
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByC_C_Version(long classNameId, long classPK, int version)
findByC_C_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByC_C_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByC_C_Version(long classNameId, long classPK, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByC_C_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByC_C_Version(long classNameId, long classPK, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByC_C_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByC_C_Version_First(long classNameId, long classPK, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByC_C_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByC_C_Version_First(long classNameId, long classPK, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByC_C_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByC_C_Version_Last(long classNameId, long classPK, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByC_C_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByC_C_Version_Last(long classNameId, long classPK, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByC_C_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByC_C_Version_PrevAndNext(long layoutVersionId, long classNameId, long classPK, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByC_C_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByC_C_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long classNameId, long classPK, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByC_C_Version(long classNameId, long classPK, int version)
removeByC_C_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkversion
- the versionpublic int countByC_C_Version(long classNameId, long classPK, int version)
countByC_C_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
classNameId
- the class name IDclassPK
- the class pkversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_L(long groupId, boolean privateLayout, long layoutId)
findByG_P_L
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_L
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_L
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_L(long groupId, boolean privateLayout, long layoutId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_L
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_L_First(long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_L_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_L_First(long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_L_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_L_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_L_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_P_L_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_L_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_P_L_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
removeByG_P_L
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDpublic int countByG_P_L(long groupId, boolean privateLayout, long layoutId)
countByG_P_L
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_L_Version(long groupId, boolean privateLayout, long layoutId, int version) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
NoSuchLayoutVersionException
if it could not be found.findByG_P_L_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDversion
- the versioncom.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_L_Version(long groupId, boolean privateLayout, long layoutId, int version)
null
if it could not be found. Uses the finder cache.fetchByG_P_L_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDversion
- the versionnull
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_L_Version(long groupId, boolean privateLayout, long layoutId, int version, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.fetchByG_P_L_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDversion
- the versionuseFinderCache
- whether to use the finder cachenull
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion removeByG_P_L_Version(long groupId, boolean privateLayout, long layoutId, int version) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
removeByG_P_L_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDversion
- the versioncom.liferay.portal.kernel.exception.NoSuchLayoutVersionException
public int countByG_P_L_Version(long groupId, boolean privateLayout, long layoutId, int version)
countByG_P_L_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutlayoutId
- the layout IDversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
findByG_P_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_P_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_P_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_P_P_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, long parentLayoutId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_P_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, boolean privateLayout, long parentLayoutId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
removeByG_P_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpublic int countByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
countByG_P_P
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_Version(long groupId, boolean privateLayout, long parentLayoutId, int version)
findByG_P_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_Version(long groupId, boolean privateLayout, long parentLayoutId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_Version(long groupId, boolean privateLayout, long parentLayoutId, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionstart
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_P_Version_First(long groupId, boolean privateLayout, long parentLayoutId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_P_Version_First(long groupId, boolean privateLayout, long parentLayoutId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_P_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_P_Version_Last(long groupId, boolean privateLayout, long parentLayoutId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_P_Version_Last(long groupId, boolean privateLayout, long parentLayoutId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_P_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_P_P_Version_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, long parentLayoutId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_P_P_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, boolean privateLayout, long parentLayoutId, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_P_P_Version(long groupId, boolean privateLayout, long parentLayoutId, int version)
removeByG_P_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionpublic int countByG_P_P_Version(long groupId, boolean privateLayout, long parentLayoutId, int version)
countByG_P_P_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_T(long groupId, boolean privateLayout, java.lang.String type)
findByG_P_T
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layouttype
- the typepublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_T
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_T(long groupId, boolean privateLayout, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_T
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_T(long groupId, boolean privateLayout, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_T
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_T_First(long groupId, boolean privateLayout, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_T_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layouttype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_T_First(long groupId, boolean privateLayout, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_T_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_T_Last(long groupId, boolean privateLayout, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_T_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layouttype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_T_Last(long groupId, boolean privateLayout, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_T_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_P_T_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_T_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_P_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, boolean privateLayout, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_P_T(long groupId, boolean privateLayout, java.lang.String type)
removeByG_P_T
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layouttype
- the typepublic int countByG_P_T(long groupId, boolean privateLayout, java.lang.String type)
countByG_P_T
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layouttype
- the typepublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_T_Version(long groupId, boolean privateLayout, java.lang.String type, int version)
findByG_P_T_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layouttype
- the typeversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_T_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_T_Version(long groupId, boolean privateLayout, java.lang.String type, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_T_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_T_Version(long groupId, boolean privateLayout, java.lang.String type, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_T_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_T_Version_First(long groupId, boolean privateLayout, java.lang.String type, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_T_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layouttype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_T_Version_First(long groupId, boolean privateLayout, java.lang.String type, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_T_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_T_Version_Last(long groupId, boolean privateLayout, java.lang.String type, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_T_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layouttype
- the typeversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_T_Version_Last(long groupId, boolean privateLayout, java.lang.String type, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_T_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_P_T_Version_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, java.lang.String type, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_T_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_P_T_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, boolean privateLayout, java.lang.String type, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_P_T_Version(long groupId, boolean privateLayout, java.lang.String type, int version)
removeByG_P_T_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layouttype
- the typeversion
- the versionpublic int countByG_P_T_Version(long groupId, boolean privateLayout, java.lang.String type, int version)
countByG_P_T_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layouttype
- the typeversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL)
findByG_P_F
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_F
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_F
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_F
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_F_First(long groupId, boolean privateLayout, java.lang.String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_F_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_F_First(long groupId, boolean privateLayout, java.lang.String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_F_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_F_Last(long groupId, boolean privateLayout, java.lang.String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_F_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_F_Last(long groupId, boolean privateLayout, java.lang.String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_F_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_P_F_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, java.lang.String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_F_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_P_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, boolean privateLayout, java.lang.String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL)
removeByG_P_F
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlpublic int countByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL)
countByG_P_F
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_F_Version(long groupId, boolean privateLayout, java.lang.String friendlyURL, int version) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
NoSuchLayoutVersionException
if it could not be found.findByG_P_F_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlversion
- the versioncom.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion 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.fetchByG_P_F_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlversion
- the versionnull
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_F_Version(long groupId, boolean privateLayout, java.lang.String friendlyURL, int version, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.fetchByG_P_F_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlversion
- the versionuseFinderCache
- whether to use the finder cachenull
if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion removeByG_P_F_Version(long groupId, boolean privateLayout, java.lang.String friendlyURL, int version) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
removeByG_P_F_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlversion
- the versioncom.liferay.portal.kernel.exception.NoSuchLayoutVersionException
public int countByG_P_F_Version(long groupId, boolean privateLayout, java.lang.String friendlyURL, int version)
countByG_P_F_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid)
findByG_P_SPLU
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_SPLU
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_SPLU
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_SPLU
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_SPLU_First(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_SPLU_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_SPLU_First(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_SPLU_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_SPLU_Last(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_SPLU_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_SPLU_Last(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_SPLU_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_P_SPLU_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_SPLU_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_P_SPLU_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid)
removeByG_P_SPLU
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidpublic int countByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid)
countByG_P_SPLU
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_SPLU_Version(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version)
findByG_P_SPLU_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_SPLU_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_SPLU_Version(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_SPLU_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_SPLU_Version(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_SPLU_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_SPLU_Version_First(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_SPLU_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_SPLU_Version_First(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_SPLU_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_SPLU_Version_Last(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_SPLU_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_SPLU_Version_Last(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_SPLU_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_P_SPLU_Version_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_SPLU_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_P_SPLU_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_P_SPLU_Version(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version)
removeByG_P_SPLU_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionpublic int countByG_P_SPLU_Version(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, int version)
countByG_P_SPLU_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutsourcePrototypeLayoutUuid
- the source prototype layout uuidversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
findByG_P_P_H
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_H
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_H
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_H
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_P_H_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_H_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_P_H_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_P_H_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_P_H_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_H_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_P_H_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_P_H_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_P_P_H_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_H_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_P_P_H_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
removeByG_P_P_H
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenpublic int countByG_P_P_H(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden)
countByG_P_P_H
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_H_Version(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version)
findByG_P_P_H_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_H_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_H_Version(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_H_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_H_Version(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_H_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_P_H_Version_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_H_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_P_H_Version_First(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_P_H_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_P_H_Version_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_H_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_P_H_Version_Last(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_P_H_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_P_P_H_Version_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_H_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_P_P_H_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_P_P_H_Version(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version)
removeByG_P_P_H_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenversion
- the versionpublic int countByG_P_P_H_Version(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int version)
countByG_P_P_H_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDhidden
- the hiddenversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
findByG_P_P_LtP
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the prioritypublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_LtP
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_LtP
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_LtP
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_P_LtP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_LtP_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_P_LtP_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_P_LtP_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_P_LtP_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_LtP_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_P_LtP_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_P_LtP_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_P_P_LtP_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, long parentLayoutId, int priority, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_LtP_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_P_P_LtP_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, boolean privateLayout, long parentLayoutId, int priority, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
removeByG_P_P_LtP
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the prioritypublic int countByG_P_P_LtP(long groupId, boolean privateLayout, long parentLayoutId, int priority)
countByG_P_P_LtP
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the prioritypublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_LtP_Version(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version)
findByG_P_P_LtP_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityversion
- the versionpublic java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_LtP_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_LtP_Version(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_LtP_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findByG_P_P_LtP_Version(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findByG_P_P_LtP_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_P_LtP_Version_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_LtP_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_P_LtP_Version_First(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_P_LtP_Version_First
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion findByG_P_P_LtP_Version_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_LtP_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityversion
- the versionorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a matching layout version could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByG_P_P_LtP_Version_Last(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator)
fetchByG_P_P_LtP_Version_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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 foundpublic com.liferay.portal.kernel.model.LayoutVersion[] findByG_P_P_LtP_Version_PrevAndNext(long layoutVersionId, long groupId, boolean privateLayout, long parentLayoutId, int priority, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
findByG_P_P_LtP_Version_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion getByG_P_P_LtP_Version_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutVersion layoutVersion, long groupId, boolean privateLayout, long parentLayoutId, int priority, int version, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean previous)
public void removeByG_P_P_LtP_Version(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version)
removeByG_P_P_LtP_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityversion
- the versionpublic int countByG_P_P_LtP_Version(long groupId, boolean privateLayout, long parentLayoutId, int priority, int version)
countByG_P_P_LtP_Version
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
groupId
- the group IDprivateLayout
- the private layoutparentLayoutId
- the parent layout IDpriority
- the priorityversion
- the versionpublic void cacheResult(com.liferay.portal.kernel.model.LayoutVersion layoutVersion)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
cacheResult
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutVersion>
layoutVersion
- the layout versionpublic void cacheResult(java.util.List<com.liferay.portal.kernel.model.LayoutVersion> layoutVersions)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersions
- the layout versionspublic void clearCache()
The EntityCache
and com.liferay.portal.kernel.dao.orm.FinderCache
are both cleared by this method.
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutVersion>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutVersion>
public void clearCache(com.liferay.portal.kernel.model.LayoutVersion layoutVersion)
The EntityCache
and com.liferay.portal.kernel.dao.orm.FinderCache
are both cleared by this method.
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutVersion>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutVersion>
public void clearCache(java.util.List<com.liferay.portal.kernel.model.LayoutVersion> layoutVersions)
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutVersion>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutVersion>
public void clearCache(java.util.Set<java.io.Serializable> primaryKeys)
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutVersion>
protected void cacheUniqueFindersCache(LayoutVersionModelImpl layoutVersionModelImpl)
protected void clearUniqueFindersCache(LayoutVersionModelImpl layoutVersionModelImpl, boolean clearCurrent)
public com.liferay.portal.kernel.model.LayoutVersion create(long layoutVersionId)
create
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key for the new layout versionpublic com.liferay.portal.kernel.model.LayoutVersion remove(long layoutVersionId) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
remove
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the layout versioncom.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion remove(java.io.Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
remove
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutVersion>
remove
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutVersion>
primaryKey
- the primary key of the layout versioncom.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutVersion removeImpl(com.liferay.portal.kernel.model.LayoutVersion layoutVersion)
removeImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutVersion>
public com.liferay.portal.kernel.model.LayoutVersion updateImpl(com.liferay.portal.kernel.model.LayoutVersion layoutVersion)
updateImpl
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
updateImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutVersion>
public com.liferay.portal.kernel.model.LayoutVersion findByPrimaryKey(java.io.Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
com.liferay.portal.kernel.exception.NoSuchModelException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutVersion>
findByPrimaryKey
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutVersion>
primaryKey
- the primary key of the layout versioncom.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion findByPrimaryKey(long layoutVersionId) throws com.liferay.portal.kernel.exception.NoSuchLayoutVersionException
NoSuchLayoutVersionException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the layout versioncom.liferay.portal.kernel.exception.NoSuchLayoutVersionException
- if a layout version with the primary key could not be foundpublic com.liferay.portal.kernel.model.LayoutVersion fetchByPrimaryKey(long layoutVersionId)
null
if it could not be found.fetchByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
layoutVersionId
- the primary key of the layout versionnull
if a layout version with the primary key could not be foundpublic java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findAll()
findAll
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
public java.util.List<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findAll
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
start
- the lower bound of the range of layout versionsend
- the upper bound of the range of layout versions (not inclusive)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findAll
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)public java.util.List<com.liferay.portal.kernel.model.LayoutVersion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutVersion> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutVersionModelImpl
.
findAll
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
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
)useFinderCache
- whether to use the finder cachepublic void removeAll()
removeAll
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
public int countAll()
countAll
in interface com.liferay.portal.kernel.service.persistence.LayoutVersionPersistence
public java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutVersion>
getBadColumnNames
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutVersion>
protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()
getEntityCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutVersion>
protected java.lang.String getPKDBName()
getPKDBName
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutVersion>
protected java.lang.String getSelectSQL()
getSelectSQL
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutVersion>
protected java.util.Map<java.lang.String,java.lang.Integer> getTableColumnsMap()
getTableColumnsMap
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutVersion>
public void afterPropertiesSet()
public void destroy()