public class LayoutPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Layout>
implements com.liferay.portal.kernel.service.persistence.LayoutPersistence
Caching information and settings can be found in portal.properties
| Modifier and Type | Field and Description |
|---|---|
static String |
FINDER_CLASS_NAME_ENTITY
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static 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 |
|---|
LayoutPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the layout persistence.
|
void |
cacheResult(com.liferay.portal.kernel.model.Layout layout)
Caches the layout in the entity cache if it is enabled.
|
void |
cacheResult(List<com.liferay.portal.kernel.model.Layout> layouts)
Caches the layouts in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(LayoutModelImpl layoutModelImpl) |
void |
clearCache()
Clears the cache for all layouts.
|
void |
clearCache(com.liferay.portal.kernel.model.Layout layout)
Clears the cache for the layout.
|
void |
clearCache(List<com.liferay.portal.kernel.model.Layout> layouts) |
protected void |
clearUniqueFindersCache(LayoutModelImpl layoutModelImpl,
boolean clearCurrent) |
int |
countAll()
Returns the number of layouts.
|
int |
countByC_C_Head(long classNameId,
long classPK,
boolean head)
Returns the number of layouts where classNameId = ? and classPK = ? and head = ?.
|
int |
countByC_C(long classNameId,
long classPK)
Returns the number of layouts where classNameId = ? and classPK = ?.
|
int |
countByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head)
Returns the number of layouts where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
int |
countByC_L(long companyId,
String layoutPrototypeUuid)
Returns the number of layouts where companyId = ? and layoutPrototypeUuid = ?.
|
int |
countByCompanyId_Head(long companyId,
boolean head)
Returns the number of layouts where companyId = ? and head = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of layouts where companyId = ?.
|
int |
countByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and friendlyURL = ? and head = ?.
|
int |
countByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the number of layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
int |
countByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and head = ?.
|
int |
countByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and layoutId = ? and head = ?.
|
int |
countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the number of layouts where groupId = ? and privateLayout = ? and layoutId = ?.
|
int |
countByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ? and head = ?.
|
int |
countByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
int |
countByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
|
int |
countByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
int |
countByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and head = ?.
|
int |
countByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
int |
countByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
int |
countByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
int |
countByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
int |
countByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
|
int |
countByG_P_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and head = ?.
|
int |
countByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns the number of layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
int |
countByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
Returns the number of layouts where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
int |
countByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns the number of layouts where groupId = ? and privateLayout = ? and type = ?.
|
int |
countByG_P(long groupId,
boolean privateLayout)
Returns the number of layouts where groupId = ? and privateLayout = ?.
|
int |
countByG_T_Head(long groupId,
String type,
boolean head)
Returns the number of layouts where groupId = ? and type = ? and head = ?.
|
int |
countByG_T(long groupId,
String type)
Returns the number of layouts where groupId = ? and type = ?.
|
int |
countByGroupId_Head(long groupId,
boolean head)
Returns the number of layouts where groupId = ? and head = ?.
|
int |
countByGroupId(long groupId)
Returns the number of layouts where groupId = ?.
|
int |
countByHeadId(long headId)
Returns the number of layouts where headId = ?.
|
int |
countByIconImageId_Head(long iconImageId,
boolean head)
Returns the number of layouts where iconImageId = ? and head = ?.
|
int |
countByIconImageId(long iconImageId)
Returns the number of layouts where iconImageId = ?.
|
int |
countByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head)
Returns the number of layouts where layoutPrototypeUuid = ? and head = ?.
|
int |
countByLayoutPrototypeUuid(String layoutPrototypeUuid)
Returns the number of layouts where layoutPrototypeUuid = ?.
|
int |
countByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head)
Returns the number of layouts where privateLayout = ? and iconImageId = ? and head = ?.
|
int |
countByP_I(boolean privateLayout,
long iconImageId)
Returns the number of layouts where privateLayout = ? and iconImageId = ?.
|
int |
countByParentPlid_Head(long parentPlid,
boolean head)
Returns the number of layouts where parentPlid = ? and head = ?.
|
int |
countByParentPlid(long parentPlid)
Returns the number of layouts where parentPlid = ?.
|
int |
countBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head)
Returns the number of layouts where sourcePrototypeLayoutUuid = ? and head = ?.
|
int |
countBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Returns the number of layouts where sourcePrototypeLayoutUuid = ?.
|
int |
countByUuid_C_Head(String uuid,
long companyId,
boolean head)
Returns the number of layouts where uuid = ? and companyId = ? and head = ?.
|
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of layouts where uuid = ? and companyId = ?.
|
int |
countByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head)
Returns the number of layouts where uuid = ? and groupId = ? and privateLayout = ? and head = ?.
|
int |
countByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Returns the number of layouts where uuid = ? and groupId = ? and privateLayout = ?.
|
int |
countByUuid_Head(String uuid,
boolean head)
Returns the number of layouts where uuid = ? and head = ?.
|
int |
countByUuid(String uuid)
Returns the number of layouts where uuid = ?.
|
com.liferay.portal.kernel.model.Layout |
create(long plid)
Creates a new layout with the primary key.
|
void |
destroy() |
com.liferay.portal.kernel.model.Layout |
fetchByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where classNameId = ? and classPK = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByC_C_Head(long classNameId,
long classPK,
boolean head)
Returns the layout where classNameId = ? and classPK = ? and head = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.Layout |
fetchByC_C_Head(long classNameId,
long classPK,
boolean head,
boolean useFinderCache)
Returns the layout where classNameId = ? and classPK = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.Layout |
fetchByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where classNameId = ? and classPK = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByC_L_First(long companyId,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByC_L_Head_First(long companyId,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByC_L_Head_Last(long companyId,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByC_L_Last(long companyId,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByCompanyId_Head_First(long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByCompanyId_Head_Last(long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? and head = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.Layout |
fetchByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head,
boolean useFinderCache)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.Layout |
fetchByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_Head_First(long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_Head_Last(long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? and head = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.Layout |
fetchByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head,
boolean useFinderCache)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.Layout |
fetchByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_P_H_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_P_H_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_P_H_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_P_H_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_P_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_P_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_P_LtP_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_P_LtP_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_P_LtP_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_P_LtP_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_SPLU_First(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and head = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.Layout |
fetchByG_P_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head,
boolean useFinderCache)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.Layout |
fetchByG_P_SPLU_Last(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_T_First(long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_T_Head_First(long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_T_Head_Last(long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_P_T_Last(long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_T_First(long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and type = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_T_Head_First(long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and type = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_T_Head_Last(long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and type = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByG_T_Last(long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and type = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByGroupId_Head_First(long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByGroupId_Head_Last(long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByHeadId(long headId)
Returns the layout where headId = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.Layout |
fetchByHeadId(long headId,
boolean useFinderCache)
Returns the layout where headId = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.Layout |
fetchByIconImageId_First(long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where iconImageId = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByIconImageId_Head(long iconImageId,
boolean head)
Returns the layout where iconImageId = ? and head = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.Layout |
fetchByIconImageId_Head(long iconImageId,
boolean head,
boolean useFinderCache)
Returns the layout where iconImageId = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.Layout |
fetchByIconImageId_Last(long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where iconImageId = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByLayoutPrototypeUuid_Head_First(String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByLayoutPrototypeUuid_Head_Last(String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByP_I_First(boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where privateLayout = ? and iconImageId = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head)
Returns the layout where privateLayout = ? and iconImageId = ? and head = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.Layout |
fetchByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head,
boolean useFinderCache)
Returns the layout where privateLayout = ? and iconImageId = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.Layout |
fetchByP_I_Last(boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where privateLayout = ? and iconImageId = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByParentPlid_First(long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where parentPlid = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByParentPlid_Head_First(long parentPlid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where parentPlid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByParentPlid_Head_Last(long parentPlid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where parentPlid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByParentPlid_Last(long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where parentPlid = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByPrimaryKey(long plid)
Returns the layout with the primary key or returns
null if it could not be found. |
com.liferay.portal.kernel.model.Layout |
fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchBySourcePrototypeLayoutUuid_Head_First(String sourcePrototypeLayoutUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchBySourcePrototypeLayoutUuid_Head_Last(String sourcePrototypeLayoutUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByUuid_C_First(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByUuid_C_Head_First(String uuid,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByUuid_C_Head_Last(String uuid,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByUuid_C_Last(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByUuid_First(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByUUID_G_P_First(String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head)
Returns the layout where uuid = ? and groupId = ? and privateLayout = ? and head = ? or returns
null if it could not be found. |
com.liferay.portal.kernel.model.Layout |
fetchByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head,
boolean useFinderCache)
Returns the layout where uuid = ? and groupId = ? and privateLayout = ? and head = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.kernel.model.Layout |
fetchByUUID_G_P_Last(String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByUuid_Head_First(String uuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByUuid_Head_Last(String uuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
fetchByUuid_Last(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ?.
|
int |
filterCountByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
int |
filterCountByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and head = ?.
|
int |
filterCountByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and layoutId = ?.
|
int |
filterCountByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ? and head = ?.
|
int |
filterCountByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
int |
filterCountByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
|
int |
filterCountByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
int |
filterCountByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and head = ?.
|
int |
filterCountByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
int |
filterCountByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
int |
filterCountByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
int |
filterCountByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
int |
filterCountByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
|
int |
filterCountByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
int |
filterCountByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
int |
filterCountByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
|
int |
filterCountByG_P(long groupId,
boolean privateLayout)
Returns the number of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
|
int |
filterCountByG_T_Head(long groupId,
String type,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and type = ? and head = ?.
|
int |
filterCountByG_T(long groupId,
String type)
Returns the number of layouts that the user has permission to view where groupId = ? and type = ?.
|
int |
filterCountByGroupId_Head(long groupId,
boolean head)
Returns the number of layouts that the user has permission to view where groupId = ? and head = ?.
|
int |
filterCountByGroupId(long groupId)
Returns the number of layouts that the user has permission to view where groupId = ?.
|
int |
filterCountByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Returns the number of layouts that the user has permission to view where uuid = ? and groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_P_F_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_P_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_P_L_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and layoutId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and layoutId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and layoutId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and layoutId = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_P_P_H_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_P_P_H_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_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.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_P_P_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_P_P_LtP_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_P_P_LtP_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_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.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_P_SPLU_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_P_T_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P(long groupId,
boolean privateLayout)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_T_Head_PrevAndNext(long plid,
long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and type = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_T_Head(long groupId,
String type,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and type = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_T_Head(long groupId,
String type,
boolean head,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and type = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_T_Head(long groupId,
String type,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and type = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByG_T_PrevAndNext(long plid,
long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_T(long groupId,
String type)
Returns all the layouts that the user has permission to view where groupId = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_T(long groupId,
String type,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByG_T(long groupId,
String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and type = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByGroupId_Head_PrevAndNext(long plid,
long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByGroupId_Head(long groupId,
boolean head)
Returns all the layouts that the user has permission to view where groupId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByGroupId_Head(long groupId,
boolean head,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByGroupId_Head(long groupId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByGroupId_PrevAndNext(long plid,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByGroupId(long groupId)
Returns all the layouts that the user has permission to view where groupId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where groupId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.
|
com.liferay.portal.kernel.model.Layout[] |
filterFindByUUID_G_P_PrevAndNext(long plid,
String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where uuid = ? and groupId = ? and privateLayout = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Returns all the layouts that the user has permission to view where uuid = ? and groupId = ? and privateLayout = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layouts that the user has permission to view where uuid = ? and groupId = ? and privateLayout = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
filterFindByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where uuid = ? and groupId = ? and privateLayout = ?.
|
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_P_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_P_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_P_L_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_P_P_H_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_P_P_H_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_P_P_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_P_P_LtP_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_P_P_LtP_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_P_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_P_SPLU_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_P_T_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_P_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_T_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByG_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByGroupId_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
filterGetByUUID_G_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
List<com.liferay.portal.kernel.model.Layout> |
findAll()
Returns all the layouts.
|
List<com.liferay.portal.kernel.model.Layout> |
findAll(int start,
int end)
Returns a range of all the layouts.
|
List<com.liferay.portal.kernel.model.Layout> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts.
|
List<com.liferay.portal.kernel.model.Layout> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts.
|
com.liferay.portal.kernel.model.Layout |
findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where classNameId = ? and classPK = ?.
|
com.liferay.portal.kernel.model.Layout |
findByC_C_Head(long classNameId,
long classPK,
boolean head)
Returns the layout where classNameId = ? and classPK = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
com.liferay.portal.kernel.model.Layout |
findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where classNameId = ? and classPK = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByC_C_PrevAndNext(long plid,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where classNameId = ? and classPK = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByC_C(long classNameId,
long classPK)
Returns all the layouts where classNameId = ? and classPK = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the layouts where classNameId = ? and classPK = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where classNameId = ? and classPK = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where classNameId = ? and classPK = ?.
|
com.liferay.portal.kernel.model.Layout |
findByC_L_First(long companyId,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
findByC_L_Head_First(long companyId,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByC_L_Head_Last(long companyId,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByC_L_Head_PrevAndNext(long plid,
long companyId,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head)
Returns all the layouts where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head,
int start,
int end)
Returns a range of all the layouts where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByC_L_Last(long companyId,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByC_L_PrevAndNext(long plid,
long companyId,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByC_L(long companyId,
String layoutPrototypeUuid)
Returns all the layouts where companyId = ? and layoutPrototypeUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByC_L(long companyId,
String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByC_L(long companyId,
String layoutPrototypeUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByC_L(long companyId,
String layoutPrototypeUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Layout |
findByCompanyId_Head_First(long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where companyId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByCompanyId_Head_Last(long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByCompanyId_Head_PrevAndNext(long plid,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByCompanyId_Head(long companyId,
boolean head)
Returns all the layouts where companyId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByCompanyId_Head(long companyId,
boolean head,
int start,
int end)
Returns a range of all the layouts where companyId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByCompanyId_Head(long companyId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where companyId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByCompanyId_Head(long companyId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where companyId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where companyId = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByCompanyId_PrevAndNext(long plid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByCompanyId(long companyId)
Returns all the layouts where companyId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layouts where companyId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where companyId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where companyId = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
com.liferay.portal.kernel.model.Layout |
findByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_P_F_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Returns all the layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_Head_First(long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_Head_Last(long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_P_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
com.liferay.portal.kernel.model.Layout |
findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_P_L_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and layoutId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns all the layouts where groupId = ? and privateLayout = ? and layoutId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and layoutId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and layoutId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and layoutId = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_P_H_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_P_H_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_P_H_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_P_P_H_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?, optionally using the finder cache.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_P_H_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_P_P_H_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?, optionally using the finder cache.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
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.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
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.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_P_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_P_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_P_P_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?, optionally using the finder cache.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_P_LtP_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_P_LtP_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_P_LtP_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_P_P_LtP_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_P_LtP_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_P_P_LtP_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
List<com.liferay.portal.kernel.model.Layout> |
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.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
List<com.liferay.portal.kernel.model.Layout> |
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.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?, optionally using the finder cache.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_SPLU_First(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
com.liferay.portal.kernel.model.Layout |
findByG_P_SPLU_Last(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_P_SPLU_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Returns all the layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_T_First(long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_T_Head_First(long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_T_Head_Last(long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_P_T_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
Returns all the layouts where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_P_T_Last(long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_T(long groupId,
boolean privateLayout,
String type)
Returns all the layouts where groupId = ? and privateLayout = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P(long groupId,
boolean privateLayout)
Returns all the layouts where groupId = ? and privateLayout = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_T_First(long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and type = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_T_Head_First(long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and type = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_T_Head_Last(long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and type = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_T_Head_PrevAndNext(long plid,
long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and type = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_T_Head(long groupId,
String type,
boolean head)
Returns all the layouts where groupId = ? and type = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_T_Head(long groupId,
String type,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and type = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_T_Head(long groupId,
String type,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and type = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_T_Head(long groupId,
String type,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and type = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByG_T_Last(long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and type = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByG_T_PrevAndNext(long plid,
long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_T(long groupId,
String type)
Returns all the layouts where groupId = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_T(long groupId,
String type,
int start,
int end)
Returns a range of all the layouts where groupId = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_T(long groupId,
String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and type = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByG_T(long groupId,
String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and type = ?.
|
com.liferay.portal.kernel.model.Layout |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ?.
|
com.liferay.portal.kernel.model.Layout |
findByGroupId_Head_First(long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where groupId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByGroupId_Head_Last(long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByGroupId_Head_PrevAndNext(long plid,
long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByGroupId_Head(long groupId,
boolean head)
Returns all the layouts where groupId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByGroupId_Head(long groupId,
boolean head,
int start,
int end)
Returns a range of all the layouts where groupId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByGroupId_Head(long groupId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByGroupId_Head(long groupId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where groupId = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByGroupId_PrevAndNext(long plid,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByGroupId(long groupId)
Returns all the layouts where groupId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layouts where groupId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where groupId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where groupId = ?.
|
com.liferay.portal.kernel.model.Layout |
findByHeadId(long headId)
Returns the layout where headId = ? or throws a
NoSuchLayoutException if it could not be found. |
com.liferay.portal.kernel.model.Layout |
findByIconImageId_First(long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where iconImageId = ?.
|
com.liferay.portal.kernel.model.Layout |
findByIconImageId_Head(long iconImageId,
boolean head)
Returns the layout where iconImageId = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
com.liferay.portal.kernel.model.Layout |
findByIconImageId_Last(long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where iconImageId = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByIconImageId_PrevAndNext(long plid,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where iconImageId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByIconImageId(long iconImageId)
Returns all the layouts where iconImageId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByIconImageId(long iconImageId,
int start,
int end)
Returns a range of all the layouts where iconImageId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByIconImageId(long iconImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where iconImageId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByIconImageId(long iconImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where iconImageId = ?.
|
com.liferay.portal.kernel.model.Layout |
findByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
findByLayoutPrototypeUuid_Head_First(String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByLayoutPrototypeUuid_Head_Last(String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByLayoutPrototypeUuid_Head_PrevAndNext(long plid,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head)
Returns all the layouts where layoutPrototypeUuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head,
int start,
int end)
Returns a range of all the layouts where layoutPrototypeUuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByLayoutPrototypeUuid_PrevAndNext(long plid,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid)
Returns all the layouts where layoutPrototypeUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layouts where layoutPrototypeUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
findByP_I_First(boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where privateLayout = ? and iconImageId = ?.
|
com.liferay.portal.kernel.model.Layout |
findByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head)
Returns the layout where privateLayout = ? and iconImageId = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
com.liferay.portal.kernel.model.Layout |
findByP_I_Last(boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where privateLayout = ? and iconImageId = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByP_I_PrevAndNext(long plid,
boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where privateLayout = ? and iconImageId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByP_I(boolean privateLayout,
long iconImageId)
Returns all the layouts where privateLayout = ? and iconImageId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end)
Returns a range of all the layouts where privateLayout = ? and iconImageId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where privateLayout = ? and iconImageId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where privateLayout = ? and iconImageId = ?.
|
com.liferay.portal.kernel.model.Layout |
findByParentPlid_First(long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where parentPlid = ?.
|
com.liferay.portal.kernel.model.Layout |
findByParentPlid_Head_First(long parentPlid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where parentPlid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByParentPlid_Head_Last(long parentPlid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where parentPlid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByParentPlid_Head_PrevAndNext(long plid,
long parentPlid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where parentPlid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByParentPlid_Head(long parentPlid,
boolean head)
Returns all the layouts where parentPlid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByParentPlid_Head(long parentPlid,
boolean head,
int start,
int end)
Returns a range of all the layouts where parentPlid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByParentPlid_Head(long parentPlid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where parentPlid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByParentPlid_Head(long parentPlid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where parentPlid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByParentPlid_Last(long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where parentPlid = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByParentPlid_PrevAndNext(long plid,
long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where parentPlid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByParentPlid(long parentPlid)
Returns all the layouts where parentPlid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByParentPlid(long parentPlid,
int start,
int end)
Returns a range of all the layouts where parentPlid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByParentPlid(long parentPlid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where parentPlid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByParentPlid(long parentPlid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where parentPlid = ?.
|
com.liferay.portal.kernel.model.Layout |
findByPrimaryKey(long plid)
Returns the layout with the primary key or throws a
NoSuchLayoutException if it could not be found. |
com.liferay.portal.kernel.model.Layout |
findByPrimaryKey(Serializable primaryKey)
Returns the layout with the primary key or throws a
com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found. |
com.liferay.portal.kernel.model.Layout |
findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
findBySourcePrototypeLayoutUuid_Head_First(String sourcePrototypeLayoutUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findBySourcePrototypeLayoutUuid_Head_Last(String sourcePrototypeLayoutUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findBySourcePrototypeLayoutUuid_Head_PrevAndNext(long plid,
String sourcePrototypeLayoutUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head)
Returns all the layouts where sourcePrototypeLayoutUuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head,
int start,
int end)
Returns a range of all the layouts where sourcePrototypeLayoutUuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findBySourcePrototypeLayoutUuid_PrevAndNext(long plid,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Returns all the layouts where sourcePrototypeLayoutUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.kernel.model.Layout |
findByUuid_C_First(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Layout |
findByUuid_C_Head_First(String uuid,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByUuid_C_Head_Last(String uuid,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByUuid_C_Head_PrevAndNext(long plid,
String uuid,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid_C_Head(String uuid,
long companyId,
boolean head)
Returns all the layouts where uuid = ? and companyId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid_C_Head(String uuid,
long companyId,
boolean head,
int start,
int end)
Returns a range of all the layouts where uuid = ? and companyId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid_C_Head(String uuid,
long companyId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ? and companyId = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid_C_Head(String uuid,
long companyId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where uuid = ? and companyId = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByUuid_C_Last(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByUuid_C_PrevAndNext(long plid,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid_C(String uuid,
long companyId)
Returns all the layouts where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layouts where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
|
com.liferay.portal.kernel.model.Layout |
findByUuid_First(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.Layout |
findByUUID_G_P_First(String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.Layout |
findByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head)
Returns the layout where uuid = ? and groupId = ? and privateLayout = ? and head = ? or throws a
NoSuchLayoutException if it could not be found. |
com.liferay.portal.kernel.model.Layout |
findByUUID_G_P_Last(String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByUUID_G_P_PrevAndNext(long plid,
String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ? and groupId = ? and privateLayout = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Returns all the layouts where uuid = ? and groupId = ? and privateLayout = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layouts where uuid = ? and groupId = ? and privateLayout = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ? and groupId = ? and privateLayout = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where uuid = ? and groupId = ? and privateLayout = ?.
|
com.liferay.portal.kernel.model.Layout |
findByUuid_Head_First(String uuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the first layout in the ordered set where uuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByUuid_Head_Last(String uuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByUuid_Head_PrevAndNext(long plid,
String uuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid_Head(String uuid,
boolean head)
Returns all the layouts where uuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid_Head(String uuid,
boolean head,
int start,
int end)
Returns a range of all the layouts where uuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid_Head(String uuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ? and head = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid_Head(String uuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where uuid = ? and head = ?.
|
com.liferay.portal.kernel.model.Layout |
findByUuid_Last(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the last layout in the ordered set where uuid = ?.
|
com.liferay.portal.kernel.model.Layout[] |
findByUuid_PrevAndNext(long plid,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid(String uuid)
Returns all the layouts where uuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the layouts where uuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid(String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
Returns an ordered range of all the layouts where uuid = ?.
|
List<com.liferay.portal.kernel.model.Layout> |
findByUuid(String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layouts where uuid = ?.
|
Set<String> |
getBadColumnNames() |
protected com.liferay.portal.kernel.model.Layout |
getByC_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByC_L_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long companyId,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByC_L_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long companyId,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByCompanyId_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_P_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_P_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_P_L_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_P_P_H_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_P_P_H_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_P_P_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_P_P_LtP_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_P_P_LtP_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_P_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_P_SPLU_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_P_T_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_P_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_T_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByG_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByGroupId_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByIconImageId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByLayoutPrototypeUuid_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByLayoutPrototypeUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByP_I_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByParentPlid_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long parentPlid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByParentPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getBySourcePrototypeLayoutUuid_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String sourcePrototypeLayoutUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getBySourcePrototypeLayoutUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByUuid_C_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String uuid,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByUUID_G_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByUuid_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String uuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.Layout |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.dao.orm.EntityCache |
getEntityCache() |
protected String |
getPKDBName() |
protected String |
getSelectSQL() |
protected Map<String,Integer> |
getTableColumnsMap() |
com.liferay.portal.kernel.model.Layout |
remove(long plid)
Removes the layout with the primary key from the database.
|
com.liferay.portal.kernel.model.Layout |
remove(Serializable primaryKey)
Removes the layout with the primary key from the database.
|
void |
removeAll()
Removes all the layouts from the database.
|
com.liferay.portal.kernel.model.Layout |
removeByC_C_Head(long classNameId,
long classPK,
boolean head)
Removes the layout where classNameId = ? and classPK = ? and head = ? from the database.
|
void |
removeByC_C(long classNameId,
long classPK)
Removes all the layouts where classNameId = ? and classPK = ? from the database.
|
void |
removeByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head)
Removes all the layouts where companyId = ? and layoutPrototypeUuid = ? and head = ? from the database.
|
void |
removeByC_L(long companyId,
String layoutPrototypeUuid)
Removes all the layouts where companyId = ? and layoutPrototypeUuid = ? from the database.
|
void |
removeByCompanyId_Head(long companyId,
boolean head)
Removes all the layouts where companyId = ? and head = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the layouts where companyId = ? from the database.
|
com.liferay.portal.kernel.model.Layout |
removeByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head)
Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? and head = ? from the database.
|
void |
removeByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
Removes all the layouts where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
|
void |
removeByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
Removes all the layouts where groupId = ? and privateLayout = ? and head = ? from the database.
|
com.liferay.portal.kernel.model.Layout |
removeByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head)
Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? and head = ? from the database.
|
void |
removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Removes all the layouts where groupId = ? and privateLayout = ? and layoutId = ? from the database.
|
void |
removeByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? and head = ? from the database.
|
void |
removeByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ? from the database.
|
void |
removeByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and head = ? from the database.
|
void |
removeByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? and head = ? from the database.
|
void |
removeByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ? from the database.
|
void |
removeByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Removes all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? from the database.
|
com.liferay.portal.kernel.model.Layout |
removeByG_P_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head)
Removes the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? and head = ? from the database.
|
void |
removeByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
Removes all the layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database.
|
void |
removeByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
Removes all the layouts where groupId = ? and privateLayout = ? and type = ? and head = ? from the database.
|
void |
removeByG_P_T(long groupId,
boolean privateLayout,
String type)
Removes all the layouts where groupId = ? and privateLayout = ? and type = ? from the database.
|
void |
removeByG_P(long groupId,
boolean privateLayout)
Removes all the layouts where groupId = ? and privateLayout = ? from the database.
|
void |
removeByG_T_Head(long groupId,
String type,
boolean head)
Removes all the layouts where groupId = ? and type = ? and head = ? from the database.
|
void |
removeByG_T(long groupId,
String type)
Removes all the layouts where groupId = ? and type = ? from the database.
|
void |
removeByGroupId_Head(long groupId,
boolean head)
Removes all the layouts where groupId = ? and head = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the layouts where groupId = ? from the database.
|
com.liferay.portal.kernel.model.Layout |
removeByHeadId(long headId)
Removes the layout where headId = ? from the database.
|
com.liferay.portal.kernel.model.Layout |
removeByIconImageId_Head(long iconImageId,
boolean head)
Removes the layout where iconImageId = ? and head = ? from the database.
|
void |
removeByIconImageId(long iconImageId)
Removes all the layouts where iconImageId = ? from the database.
|
void |
removeByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head)
Removes all the layouts where layoutPrototypeUuid = ? and head = ? from the database.
|
void |
removeByLayoutPrototypeUuid(String layoutPrototypeUuid)
Removes all the layouts where layoutPrototypeUuid = ? from the database.
|
com.liferay.portal.kernel.model.Layout |
removeByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head)
Removes the layout where privateLayout = ? and iconImageId = ? and head = ? from the database.
|
void |
removeByP_I(boolean privateLayout,
long iconImageId)
Removes all the layouts where privateLayout = ? and iconImageId = ? from the database.
|
void |
removeByParentPlid_Head(long parentPlid,
boolean head)
Removes all the layouts where parentPlid = ? and head = ? from the database.
|
void |
removeByParentPlid(long parentPlid)
Removes all the layouts where parentPlid = ? from the database.
|
void |
removeBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head)
Removes all the layouts where sourcePrototypeLayoutUuid = ? and head = ? from the database.
|
void |
removeBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
Removes all the layouts where sourcePrototypeLayoutUuid = ? from the database.
|
void |
removeByUuid_C_Head(String uuid,
long companyId,
boolean head)
Removes all the layouts where uuid = ? and companyId = ? and head = ? from the database.
|
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the layouts where uuid = ? and companyId = ? from the database.
|
com.liferay.portal.kernel.model.Layout |
removeByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head)
Removes the layout where uuid = ? and groupId = ? and privateLayout = ? and head = ? from the database.
|
void |
removeByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
Removes all the layouts where uuid = ? and groupId = ? and privateLayout = ? from the database.
|
void |
removeByUuid_Head(String uuid,
boolean head)
Removes all the layouts where uuid = ? and head = ? from the database.
|
void |
removeByUuid(String uuid)
Removes all the layouts where uuid = ? from the database.
|
protected com.liferay.portal.kernel.model.Layout |
removeImpl(com.liferay.portal.kernel.model.Layout layout) |
com.liferay.portal.kernel.model.Layout |
updateImpl(com.liferay.portal.kernel.model.Layout layout) |
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, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, updatepublic static final String FINDER_CLASS_NAME_ENTITY
LayoutUtil to access the layout persistence. Modify service.xml and rerun ServiceBuilder to regenerate this class.public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public List<com.liferay.portal.kernel.model.Layout> findByUuid(String uuid)
findByUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidpublic List<com.liferay.portal.kernel.model.Layout> findByUuid(String uuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.
findByUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByUuid(String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByUuid(String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByUuid_First(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUuid_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByUuid_First(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByUuid_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByUuid_Last(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUuid_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByUuid_Last(String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByUuid_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByUuid_PrevAndNext(long plid,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUuid_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String uuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByUuid(String uuid)
removeByUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidpublic int countByUuid(String uuid)
countByUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidpublic List<com.liferay.portal.kernel.model.Layout> findByUuid_Head(String uuid,
boolean head)
findByUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByUuid_Head(String uuid,
boolean head,
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 LayoutModelImpl.
findByUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByUuid_Head(String uuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByUuid_Head(String uuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByUuid_Head_First(String uuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUuid_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByUuid_Head_First(String uuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByUuid_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByUuid_Head_Last(String uuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUuid_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByUuid_Head_Last(String uuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByUuid_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByUuid_Head_PrevAndNext(long plid,
String uuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUuid_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutuuid - the uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByUuid_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String uuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByUuid_Head(String uuid,
boolean head)
removeByUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidhead - the headpublic int countByUuid_Head(String uuid,
boolean head)
countByUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
findByUUID_G_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutpublic List<com.liferay.portal.kernel.model.Layout> findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.
findByUUID_G_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByUUID_G_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByUUID_G_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByUUID_G_P_First(String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUUID_G_P_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByUUID_G_P_First(String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByUUID_G_P_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByUUID_G_P_Last(String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUUID_G_P_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByUUID_G_P_Last(String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByUUID_G_P_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByUUID_G_P_PrevAndNext(long plid,
String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUUID_G_P_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutuuid - the uuidgroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByUUID_G_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
filterFindByUUID_G_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutpublic List<com.liferay.portal.kernel.model.Layout> filterFindByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.
filterFindByUUID_G_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByUUID_G_P(String uuid,
long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByUUID_G_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByUUID_G_P_PrevAndNext(long plid,
String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByUUID_G_P_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutuuid - the uuidgroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByUUID_G_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String uuid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
removeByUUID_G_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutpublic int countByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
countByUUID_G_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutpublic int filterCountByUUID_G_P(String uuid,
long groupId,
boolean privateLayout)
filterCountByUUID_G_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutpublic com.liferay.portal.kernel.model.Layout findByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
NoSuchLayoutException if it could not be found.findByUUID_G_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layouthead - the headcom.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head)
null if it could not be found. Uses the finder cache.fetchByUUID_G_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layouthead - the headnull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head,
boolean useFinderCache)
null if it could not be found, optionally using the finder cache.fetchByUUID_G_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layouthead - the headuseFinderCache - whether to use the finder cachenull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout removeByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
removeByUUID_G_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layouthead - the headcom.liferay.portal.kernel.exception.NoSuchLayoutExceptionpublic int countByUUID_G_P_Head(String uuid,
long groupId,
boolean privateLayout,
boolean head)
countByUUID_G_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layouthead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByUuid_C(String uuid,
long companyId)
findByUuid_C in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDpublic List<com.liferay.portal.kernel.model.Layout> findByUuid_C(String uuid,
long companyId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.
findByUuid_C in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByUuid_C(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByUuid_C in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByUuid_C(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByUuid_C in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByUuid_C_First(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUuid_C_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByUuid_C_First(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByUuid_C_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByUuid_C_Last(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUuid_C_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByUuid_C_Last(String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByUuid_C_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByUuid_C_PrevAndNext(long plid,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUuid_C_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByUuid_C(String uuid,
long companyId)
removeByUuid_C in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDpublic int countByUuid_C(String uuid,
long companyId)
countByUuid_C in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDpublic List<com.liferay.portal.kernel.model.Layout> findByUuid_C_Head(String uuid,
long companyId,
boolean head)
findByUuid_C_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByUuid_C_Head(String uuid,
long companyId,
boolean head,
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 LayoutModelImpl.
findByUuid_C_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByUuid_C_Head(String uuid,
long companyId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByUuid_C_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByUuid_C_Head(String uuid,
long companyId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByUuid_C_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByUuid_C_Head_First(String uuid,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUuid_C_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByUuid_C_Head_First(String uuid,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByUuid_C_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByUuid_C_Head_Last(String uuid,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUuid_C_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByUuid_C_Head_Last(String uuid,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByUuid_C_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByUuid_C_Head_PrevAndNext(long plid,
String uuid,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByUuid_C_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutuuid - the uuidcompanyId - the company IDhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByUuid_C_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String uuid,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByUuid_C_Head(String uuid,
long companyId,
boolean head)
removeByUuid_C_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDhead - the headpublic int countByUuid_C_Head(String uuid,
long companyId,
boolean head)
countByUuid_C_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByGroupId(long groupId)
findByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDpublic List<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByGroupId_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByGroupId_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByGroupId_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByGroupId_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByGroupId_PrevAndNext(long plid,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByGroupId_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByGroupId(long groupId)
filterFindByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDpublic List<com.liferay.portal.kernel.model.Layout> filterFindByGroupId(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 LayoutModelImpl.
filterFindByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByGroupId_PrevAndNext(long plid,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByGroupId_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByGroupId(long groupId)
removeByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDpublic int countByGroupId(long groupId)
countByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDpublic int filterCountByGroupId(long groupId)
filterCountByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDpublic List<com.liferay.portal.kernel.model.Layout> findByGroupId_Head(long groupId,
boolean head)
findByGroupId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByGroupId_Head(long groupId,
boolean head,
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 LayoutModelImpl.
findByGroupId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByGroupId_Head(long groupId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByGroupId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByGroupId_Head(long groupId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByGroupId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByGroupId_Head_First(long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByGroupId_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByGroupId_Head_First(long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByGroupId_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByGroupId_Head_Last(long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByGroupId_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByGroupId_Head_Last(long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByGroupId_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByGroupId_Head_PrevAndNext(long plid,
long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByGroupId_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByGroupId_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByGroupId_Head(long groupId,
boolean head)
filterFindByGroupId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDhead - the headpublic List<com.liferay.portal.kernel.model.Layout> filterFindByGroupId_Head(long groupId,
boolean head,
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 LayoutModelImpl.
filterFindByGroupId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByGroupId_Head(long groupId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByGroupId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByGroupId_Head_PrevAndNext(long plid,
long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByGroupId_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByGroupId_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByGroupId_Head(long groupId,
boolean head)
removeByGroupId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDhead - the headpublic int countByGroupId_Head(long groupId,
boolean head)
countByGroupId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDhead - the headpublic int filterCountByGroupId_Head(long groupId,
boolean head)
filterCountByGroupId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByCompanyId(long companyId)
findByCompanyId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDpublic List<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByCompanyId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByCompanyId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByCompanyId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByCompanyId_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByCompanyId_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByCompanyId_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByCompanyId_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByCompanyId_PrevAndNext(long plid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByCompanyId_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDpublic List<com.liferay.portal.kernel.model.Layout> findByCompanyId_Head(long companyId,
boolean head)
findByCompanyId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByCompanyId_Head(long companyId,
boolean head,
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 LayoutModelImpl.
findByCompanyId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByCompanyId_Head(long companyId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByCompanyId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByCompanyId_Head(long companyId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByCompanyId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByCompanyId_Head_First(long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByCompanyId_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByCompanyId_Head_First(long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByCompanyId_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByCompanyId_Head_Last(long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByCompanyId_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByCompanyId_Head_Last(long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByCompanyId_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByCompanyId_Head_PrevAndNext(long plid,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByCompanyId_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutcompanyId - the company IDhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByCompanyId_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long companyId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByCompanyId_Head(long companyId,
boolean head)
removeByCompanyId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDhead - the headpublic int countByCompanyId_Head(long companyId,
boolean head)
countByCompanyId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByParentPlid(long parentPlid)
findByParentPlid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidpublic List<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByParentPlid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByParentPlid(long parentPlid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByParentPlid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByParentPlid(long parentPlid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByParentPlid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByParentPlid_First(long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByParentPlid_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByParentPlid_First(long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByParentPlid_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByParentPlid_Last(long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByParentPlid_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByParentPlid_Last(long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByParentPlid_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByParentPlid_PrevAndNext(long plid,
long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByParentPlid_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutparentPlid - the parent plidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByParentPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long parentPlid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByParentPlid(long parentPlid)
removeByParentPlid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidpublic int countByParentPlid(long parentPlid)
countByParentPlid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidpublic List<com.liferay.portal.kernel.model.Layout> findByParentPlid_Head(long parentPlid,
boolean head)
findByParentPlid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByParentPlid_Head(long parentPlid,
boolean head,
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 LayoutModelImpl.
findByParentPlid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByParentPlid_Head(long parentPlid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByParentPlid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByParentPlid_Head(long parentPlid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByParentPlid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByParentPlid_Head_First(long parentPlid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByParentPlid_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByParentPlid_Head_First(long parentPlid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByParentPlid_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByParentPlid_Head_Last(long parentPlid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByParentPlid_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByParentPlid_Head_Last(long parentPlid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByParentPlid_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByParentPlid_Head_PrevAndNext(long plid,
long parentPlid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByParentPlid_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutparentPlid - the parent plidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByParentPlid_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long parentPlid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByParentPlid_Head(long parentPlid,
boolean head)
removeByParentPlid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidhead - the headpublic int countByParentPlid_Head(long parentPlid,
boolean head)
countByParentPlid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceparentPlid - the parent plidhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByIconImageId(long iconImageId)
findByIconImageId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDpublic List<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByIconImageId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByIconImageId(long iconImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByIconImageId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByIconImageId(long iconImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByIconImageId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByIconImageId_First(long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByIconImageId_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByIconImageId_First(long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByIconImageId_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByIconImageId_Last(long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByIconImageId_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByIconImageId_Last(long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByIconImageId_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByIconImageId_PrevAndNext(long plid,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByIconImageId_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layouticonImageId - the icon image IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByIconImageId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByIconImageId(long iconImageId)
removeByIconImageId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDpublic int countByIconImageId(long iconImageId)
countByIconImageId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDpublic com.liferay.portal.kernel.model.Layout findByIconImageId_Head(long iconImageId,
boolean head)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
NoSuchLayoutException if it could not be found.findByIconImageId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDhead - the headcom.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByIconImageId_Head(long iconImageId,
boolean head)
null if it could not be found. Uses the finder cache.fetchByIconImageId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDhead - the headnull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByIconImageId_Head(long iconImageId,
boolean head,
boolean useFinderCache)
null if it could not be found, optionally using the finder cache.fetchByIconImageId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDhead - the headuseFinderCache - whether to use the finder cachenull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout removeByIconImageId_Head(long iconImageId,
boolean head)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
removeByIconImageId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDhead - the headcom.liferay.portal.kernel.exception.NoSuchLayoutExceptionpublic int countByIconImageId_Head(long iconImageId,
boolean head)
countByIconImageId_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceiconImageId - the icon image IDhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByLayoutPrototypeUuid(String layoutPrototypeUuid)
findByLayoutPrototypeUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidpublic List<com.liferay.portal.kernel.model.Layout> findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.
findByLayoutPrototypeUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByLayoutPrototypeUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByLayoutPrototypeUuid(String layoutPrototypeUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByLayoutPrototypeUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByLayoutPrototypeUuid_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByLayoutPrototypeUuid_First(String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByLayoutPrototypeUuid_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByLayoutPrototypeUuid_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByLayoutPrototypeUuid_Last(String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByLayoutPrototypeUuid_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByLayoutPrototypeUuid_PrevAndNext(long plid,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByLayoutPrototypeUuid_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutlayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByLayoutPrototypeUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByLayoutPrototypeUuid(String layoutPrototypeUuid)
removeByLayoutPrototypeUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidpublic int countByLayoutPrototypeUuid(String layoutPrototypeUuid)
countByLayoutPrototypeUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidpublic List<com.liferay.portal.kernel.model.Layout> findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head)
findByLayoutPrototypeUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head,
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 LayoutModelImpl.
findByLayoutPrototypeUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByLayoutPrototypeUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByLayoutPrototypeUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByLayoutPrototypeUuid_Head_First(String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByLayoutPrototypeUuid_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByLayoutPrototypeUuid_Head_First(String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByLayoutPrototypeUuid_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByLayoutPrototypeUuid_Head_Last(String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByLayoutPrototypeUuid_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByLayoutPrototypeUuid_Head_Last(String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByLayoutPrototypeUuid_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByLayoutPrototypeUuid_Head_PrevAndNext(long plid,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByLayoutPrototypeUuid_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutlayoutPrototypeUuid - the layout prototype uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByLayoutPrototypeUuid_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head)
removeByLayoutPrototypeUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidhead - the headpublic int countByLayoutPrototypeUuid_Head(String layoutPrototypeUuid,
boolean head)
countByLayoutPrototypeUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
findBySourcePrototypeLayoutUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidpublic List<com.liferay.portal.kernel.model.Layout> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.
findBySourcePrototypeLayoutUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findBySourcePrototypeLayoutUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findBySourcePrototypeLayoutUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findBySourcePrototypeLayoutUuid_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchBySourcePrototypeLayoutUuid_First(String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchBySourcePrototypeLayoutUuid_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findBySourcePrototypeLayoutUuid_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchBySourcePrototypeLayoutUuid_Last(String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchBySourcePrototypeLayoutUuid_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findBySourcePrototypeLayoutUuid_PrevAndNext(long plid,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findBySourcePrototypeLayoutUuid_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutsourcePrototypeLayoutUuid - the source prototype layout uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getBySourcePrototypeLayoutUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
removeBySourcePrototypeLayoutUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidpublic int countBySourcePrototypeLayoutUuid(String sourcePrototypeLayoutUuid)
countBySourcePrototypeLayoutUuid in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidpublic List<com.liferay.portal.kernel.model.Layout> findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head)
findBySourcePrototypeLayoutUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head,
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 LayoutModelImpl.
findBySourcePrototypeLayoutUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findBySourcePrototypeLayoutUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findBySourcePrototypeLayoutUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findBySourcePrototypeLayoutUuid_Head_First(String sourcePrototypeLayoutUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findBySourcePrototypeLayoutUuid_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchBySourcePrototypeLayoutUuid_Head_First(String sourcePrototypeLayoutUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchBySourcePrototypeLayoutUuid_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findBySourcePrototypeLayoutUuid_Head_Last(String sourcePrototypeLayoutUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findBySourcePrototypeLayoutUuid_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchBySourcePrototypeLayoutUuid_Head_Last(String sourcePrototypeLayoutUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchBySourcePrototypeLayoutUuid_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findBySourcePrototypeLayoutUuid_Head_PrevAndNext(long plid,
String sourcePrototypeLayoutUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findBySourcePrototypeLayoutUuid_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutsourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getBySourcePrototypeLayoutUuid_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
String sourcePrototypeLayoutUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head)
removeBySourcePrototypeLayoutUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headpublic int countBySourcePrototypeLayoutUuid_Head(String sourcePrototypeLayoutUuid,
boolean head)
countBySourcePrototypeLayoutUuid_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P(long groupId,
boolean privateLayout)
findByG_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutpublic List<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P(long groupId,
boolean privateLayout)
filterFindByG_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_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 LayoutModelImpl.
filterFindByG_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_P_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByG_P(long groupId,
boolean privateLayout)
removeByG_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutpublic int countByG_P(long groupId,
boolean privateLayout)
countByG_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutpublic int filterCountByG_P(long groupId,
boolean privateLayout)
filterCountByG_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
findByG_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouthead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
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 LayoutModelImpl.
findByG_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouthead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouthead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouthead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_P_Head_First(long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouthead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_Head_First(long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouthead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_P_Head_Last(long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouthead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_Head_Last(long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouthead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_P_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layouthead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_P_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
filterFindByG_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouthead - the headpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
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 LayoutModelImpl.
filterFindByG_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouthead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_Head(long groupId,
boolean privateLayout,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouthead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_P_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_P_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layouthead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_P_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
removeByG_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouthead - the headpublic int countByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
countByG_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouthead - the headpublic int filterCountByG_P_Head(long groupId,
boolean privateLayout,
boolean head)
filterCountByG_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouthead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_T(long groupId,
String type)
findByG_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typepublic List<com.liferay.portal.kernel.model.Layout> findByG_T(long groupId,
String type,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.
findByG_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typestart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_T(long groupId,
String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typestart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_T(long groupId,
String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typestart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_T_First(long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_T_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_T_First(long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_T_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_T_Last(long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_T_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_T_Last(long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_T_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_T_PrevAndNext(long plid,
long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_T_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_T(long groupId,
String type)
filterFindByG_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typepublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_T(long groupId,
String type,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.
filterFindByG_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typestart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_T(long groupId,
String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typestart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_T_PrevAndNext(long plid,
long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_T_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDtype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByG_T(long groupId,
String type)
removeByG_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typepublic int countByG_T(long groupId,
String type)
countByG_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typepublic int filterCountByG_T(long groupId,
String type)
filterCountByG_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typepublic List<com.liferay.portal.kernel.model.Layout> findByG_T_Head(long groupId,
String type,
boolean head)
findByG_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typehead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_T_Head(long groupId,
String type,
boolean head,
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 LayoutModelImpl.
findByG_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typehead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_T_Head(long groupId,
String type,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typehead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_T_Head(long groupId,
String type,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typehead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_T_Head_First(long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_T_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typehead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_T_Head_First(long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_T_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typehead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_T_Head_Last(long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_T_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typehead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_T_Head_Last(long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_T_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typehead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_T_Head_PrevAndNext(long plid,
long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_T_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDtype - the typehead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_T_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_T_Head(long groupId,
String type,
boolean head)
filterFindByG_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typehead - the headpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_T_Head(long groupId,
String type,
boolean head,
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 LayoutModelImpl.
filterFindByG_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typehead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_T_Head(long groupId,
String type,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typehead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_T_Head_PrevAndNext(long plid,
long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_T_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDtype - the typehead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_T_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByG_T_Head(long groupId,
String type,
boolean head)
removeByG_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typehead - the headpublic int countByG_T_Head(long groupId,
String type,
boolean head)
countByG_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typehead - the headpublic int filterCountByG_T_Head(long groupId,
String type,
boolean head)
filterCountByG_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDtype - the typehead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByC_L(long companyId,
String layoutPrototypeUuid)
findByC_L in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidpublic List<com.liferay.portal.kernel.model.Layout> findByC_L(long companyId,
String layoutPrototypeUuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.
findByC_L in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByC_L(long companyId,
String layoutPrototypeUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByC_L in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByC_L(long companyId,
String layoutPrototypeUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByC_L in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByC_L_First(long companyId,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByC_L_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByC_L_First(long companyId,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByC_L_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByC_L_Last(long companyId,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByC_L_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByC_L_Last(long companyId,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByC_L_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByC_L_PrevAndNext(long plid,
long companyId,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByC_L_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutcompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByC_L_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long companyId,
String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByC_L(long companyId,
String layoutPrototypeUuid)
removeByC_L in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidpublic int countByC_L(long companyId,
String layoutPrototypeUuid)
countByC_L in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidpublic List<com.liferay.portal.kernel.model.Layout> findByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head)
findByC_L_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head,
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 LayoutModelImpl.
findByC_L_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByC_L_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByC_L_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByC_L_Head_First(long companyId,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByC_L_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByC_L_Head_First(long companyId,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByC_L_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByC_L_Head_Last(long companyId,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByC_L_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByC_L_Head_Last(long companyId,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByC_L_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByC_L_Head_PrevAndNext(long plid,
long companyId,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByC_L_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutcompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByC_L_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long companyId,
String layoutPrototypeUuid,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head)
removeByC_L_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidhead - the headpublic int countByC_L_Head(long companyId,
String layoutPrototypeUuid,
boolean head)
countByC_L_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecompanyId - the company IDlayoutPrototypeUuid - the layout prototype uuidhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByP_I(boolean privateLayout,
long iconImageId)
findByP_I in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDpublic List<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByP_I in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByP_I in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByP_I(boolean privateLayout,
long iconImageId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByP_I in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByP_I_First(boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByP_I_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByP_I_First(boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByP_I_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByP_I_Last(boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByP_I_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByP_I_Last(boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByP_I_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByP_I_PrevAndNext(long plid,
boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByP_I_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutprivateLayout - the private layouticonImageId - the icon image IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByP_I_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
boolean privateLayout,
long iconImageId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByP_I(boolean privateLayout,
long iconImageId)
removeByP_I in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDpublic int countByP_I(boolean privateLayout,
long iconImageId)
countByP_I in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDpublic com.liferay.portal.kernel.model.Layout findByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
NoSuchLayoutException if it could not be found.findByP_I_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDhead - the headcom.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head)
null if it could not be found. Uses the finder cache.fetchByP_I_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDhead - the headnull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head,
boolean useFinderCache)
null if it could not be found, optionally using the finder cache.fetchByP_I_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDhead - the headuseFinderCache - whether to use the finder cachenull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout removeByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
removeByP_I_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDhead - the headcom.liferay.portal.kernel.exception.NoSuchLayoutExceptionpublic int countByP_I_Head(boolean privateLayout,
long iconImageId,
boolean head)
countByP_I_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceprivateLayout - the private layouticonImageId - the icon image IDhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByC_C(long classNameId,
long classPK)
findByC_C in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkpublic List<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByC_C in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByC_C in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByC_C in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByC_C_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByC_C_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByC_C_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByC_C_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByC_C_PrevAndNext(long plid,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByC_C_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutclassNameId - the class name IDclassPK - the class pkorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByC_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByC_C(long classNameId,
long classPK)
removeByC_C in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkpublic int countByC_C(long classNameId,
long classPK)
countByC_C in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkpublic com.liferay.portal.kernel.model.Layout findByC_C_Head(long classNameId,
long classPK,
boolean head)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
NoSuchLayoutException if it could not be found.findByC_C_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkhead - the headcom.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByC_C_Head(long classNameId,
long classPK,
boolean head)
null if it could not be found. Uses the finder cache.fetchByC_C_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkhead - the headnull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByC_C_Head(long classNameId,
long classPK,
boolean head,
boolean useFinderCache)
null if it could not be found, optionally using the finder cache.fetchByC_C_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkhead - the headuseFinderCache - whether to use the finder cachenull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout removeByC_C_Head(long classNameId,
long classPK,
boolean head)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
removeByC_C_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkhead - the headcom.liferay.portal.kernel.exception.NoSuchLayoutExceptionpublic int countByC_C_Head(long classNameId,
long classPK,
boolean head)
countByC_C_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceclassNameId - the class name IDclassPK - the class pkhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
findByG_P_L in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDpublic List<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_L in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_L in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_L in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_L_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_L_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_L_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_L_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_P_L_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_L_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_P_L_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
filterFindByG_P_L in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_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 LayoutModelImpl.
filterFindByG_P_L in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P_L in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_P_L_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_P_L_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_P_L_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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.LayoutPersistencegroupId - 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.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDpublic int filterCountByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
filterCountByG_P_L in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDpublic com.liferay.portal.kernel.model.Layout findByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
NoSuchLayoutException if it could not be found.findByG_P_L_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDhead - the headcom.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head)
null if it could not be found. Uses the finder cache.fetchByG_P_L_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDhead - the headnull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head,
boolean useFinderCache)
null if it could not be found, optionally using the finder cache.fetchByG_P_L_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDhead - the headuseFinderCache - whether to use the finder cachenull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout removeByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
removeByG_P_L_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDhead - the headcom.liferay.portal.kernel.exception.NoSuchLayoutExceptionpublic int countByG_P_L_Head(long groupId,
boolean privateLayout,
long layoutId,
boolean head)
countByG_P_L_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
findByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpublic List<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_P_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_P_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_P_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
filterFindByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_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 LayoutModelImpl.
filterFindByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_P_P_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_P_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds)
filterFindByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDspublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
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 LayoutModelImpl.
filterFindByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDsstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDsstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS 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 LayoutModelImpl.
findByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDspublic List<com.liferay.portal.kernel.model.Layout> findByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
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 LayoutModelImpl.
findByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDsstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDsstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic void removeByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
removeByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - 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.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpublic int countByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds)
countByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDspublic int filterCountByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
filterCountByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpublic int filterCountByG_P_P(long groupId,
boolean privateLayout,
long[] parentLayoutIds)
filterCountByG_P_P in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDspublic List<com.liferay.portal.kernel.model.Layout> findByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
findByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
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 LayoutModelImpl.
findByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_P_P_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_P_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_P_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_P_P_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_P_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_P_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_P_P_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_P_P_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
filterFindByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
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 LayoutModelImpl.
filterFindByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_P_P_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_P_P_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_P_P_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head)
filterFindByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshead - the headpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
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 LayoutModelImpl.
filterFindByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.
findByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
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 LayoutModelImpl.
findByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic void removeByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
removeByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headpublic int countByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
countByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headpublic int countByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head)
countByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshead - the headpublic int filterCountByG_P_P_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean head)
filterCountByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhead - the headpublic int filterCountByG_P_P_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean head)
filterCountByG_P_P_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_T(long groupId,
boolean privateLayout,
String type)
findByG_P_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typepublic List<com.liferay.portal.kernel.model.Layout> findByG_P_T(long groupId,
boolean privateLayout,
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 LayoutModelImpl.
findByG_P_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typestart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typestart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typestart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_P_T_First(long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_T_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_T_First(long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_T_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_P_T_Last(long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_T_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_T_Last(long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_T_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typeorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_T_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layouttype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_P_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_T(long groupId,
boolean privateLayout,
String type)
filterFindByG_P_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typepublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_T(long groupId,
boolean privateLayout,
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 LayoutModelImpl.
filterFindByG_P_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typestart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_T(long groupId,
boolean privateLayout,
String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typestart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_P_T_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layouttype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_P_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String type,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByG_P_T(long groupId,
boolean privateLayout,
String type)
removeByG_P_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typepublic int countByG_P_T(long groupId,
boolean privateLayout,
String type)
countByG_P_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typepublic int filterCountByG_P_T(long groupId,
boolean privateLayout,
String type)
filterCountByG_P_T in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typepublic List<com.liferay.portal.kernel.model.Layout> findByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
findByG_P_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typehead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
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 LayoutModelImpl.
findByG_P_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typehead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typehead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typehead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_P_T_Head_First(long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_T_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typehead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_T_Head_First(long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_T_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typehead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_P_T_Head_Last(long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_T_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typehead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_T_Head_Last(long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_T_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typehead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_P_T_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_T_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layouttype - the typehead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_P_T_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
filterFindByG_P_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typehead - the headpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
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 LayoutModelImpl.
filterFindByG_P_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typehead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typehead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_P_T_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_P_T_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layouttype - the typehead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_P_T_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String type,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
removeByG_P_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typehead - the headpublic int countByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
countByG_P_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typehead - the headpublic int filterCountByG_P_T_Head(long groupId,
boolean privateLayout,
String type,
boolean head)
filterCountByG_P_T_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typehead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
findByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_F(long groupId,
boolean privateLayout,
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 LayoutModelImpl.
findByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_F_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_F_First(long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_F_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_F_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_F_Last(long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_F_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_P_F_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_F_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_P_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
filterFindByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_F(long groupId,
boolean privateLayout,
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 LayoutModelImpl.
filterFindByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_P_F_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_P_F_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_P_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String friendlyURL,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
removeByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlpublic int countByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
countByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlpublic int filterCountByG_P_F(long groupId,
boolean privateLayout,
String friendlyURL)
filterCountByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlpublic com.liferay.portal.kernel.model.Layout findByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
NoSuchLayoutException if it could not be found.findByG_P_F_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlhead - the headcom.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head)
null if it could not be found. Uses the finder cache.fetchByG_P_F_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlhead - the headnull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head,
boolean useFinderCache)
null if it could not be found, optionally using the finder cache.fetchByG_P_F_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlhead - the headuseFinderCache - whether to use the finder cachenull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout removeByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
removeByG_P_F_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlhead - the headcom.liferay.portal.kernel.exception.NoSuchLayoutExceptionpublic int countByG_P_F_Head(long groupId,
boolean privateLayout,
String friendlyURL,
boolean head)
countByG_P_F_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly urlhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
findByG_P_SPLU in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_SPLU(long groupId,
boolean privateLayout,
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 LayoutModelImpl.
findByG_P_SPLU in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_SPLU in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_SPLU in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_P_SPLU_First(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_SPLU_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - 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.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_SPLU_First(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_SPLU_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - 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 could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_P_SPLU_Last(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_SPLU_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - 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.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_SPLU_Last(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_SPLU_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - 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 could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_P_SPLU_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_SPLU_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - 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.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_P_SPLU_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
filterFindByG_P_SPLU in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_SPLU(long groupId,
boolean privateLayout,
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 LayoutModelImpl.
filterFindByG_P_SPLU in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P_SPLU in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_P_SPLU_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_P_SPLU_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - 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.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_P_SPLU_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
removeByG_P_SPLU in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidpublic int countByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
countByG_P_SPLU in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidpublic int filterCountByG_P_SPLU(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid)
filterCountByG_P_SPLU in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidpublic com.liferay.portal.kernel.model.Layout findByG_P_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
NoSuchLayoutException if it could not be found.findByG_P_SPLU_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headcom.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head)
null if it could not be found. Uses the finder cache.fetchByG_P_SPLU_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headnull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head,
boolean useFinderCache)
null if it could not be found, optionally using the finder cache.fetchByG_P_SPLU_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headuseFinderCache - whether to use the finder cachenull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout removeByG_P_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
removeByG_P_SPLU_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headcom.liferay.portal.kernel.exception.NoSuchLayoutExceptionpublic int countByG_P_SPLU_Head(long groupId,
boolean privateLayout,
String sourcePrototypeLayoutUuid,
boolean head)
countByG_P_SPLU_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden)
findByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenpublic List<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> 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.Layout> 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 LayoutModelImpl.
findByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> 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.Layout> 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 LayoutModelImpl.
findByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_P_P_H_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_H_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - 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.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_P_H_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_P_H_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - 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 could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_P_P_H_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_H_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - 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.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_P_H_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_P_H_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - 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 could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_P_P_H_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_H_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - 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.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_P_P_H_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden)
filterFindByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_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 LayoutModelImpl.
filterFindByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_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.Layout> 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 LayoutModelImpl.
filterFindByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_P_P_H_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_P_P_H_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - 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.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_P_P_H_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden)
filterFindByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
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 LayoutModelImpl.
filterFindByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS 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 LayoutModelImpl.
findByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
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 LayoutModelImpl.
findByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic 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.LayoutPersistencegroupId - 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.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenpublic int countByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden)
countByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenpublic int filterCountByG_P_P_H(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden)
filterCountByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenpublic int filterCountByG_P_P_H(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden)
filterCountByG_P_P_H in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
findByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
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 LayoutModelImpl.
findByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_P_P_H_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_H_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_P_H_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_P_H_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_P_P_H_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_H_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_P_H_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_P_H_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_P_P_H_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_H_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_P_P_H_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
filterFindByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
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 LayoutModelImpl.
filterFindByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_P_P_H_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_P_P_H_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_P_P_H_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head)
filterFindByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenhead - the headpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
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 LayoutModelImpl.
filterFindByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from LayoutModelImpl.
findByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
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 LayoutModelImpl.
findByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic void removeByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
removeByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headpublic int countByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
countByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headpublic int countByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head)
countByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenhead - the headpublic int filterCountByG_P_P_H_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
boolean hidden,
boolean head)
filterCountByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDhidden - the hiddenhead - the headpublic int filterCountByG_P_P_H_Head(long groupId,
boolean privateLayout,
long[] parentLayoutIds,
boolean hidden,
boolean head)
filterCountByG_P_P_H_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutIds - the parent layout IDshidden - the hiddenhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
findByG_P_P_LtP in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the prioritypublic List<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P_LtP in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the prioritystart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> 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.Layout> 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 LayoutModelImpl.
findByG_P_P_LtP in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the prioritystart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> 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.Layout> 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 LayoutModelImpl.
findByG_P_P_LtP in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the prioritystart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_P_P_LtP_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_LtP_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - 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.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_P_LtP_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_P_LtP_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - 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 could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_P_P_LtP_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_LtP_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - 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.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_P_LtP_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_P_LtP_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - 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 could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_P_P_LtP_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_LtP_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - 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.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_P_P_LtP_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
filterFindByG_P_P_LtP in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the prioritypublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_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 LayoutModelImpl.
filterFindByG_P_P_LtP in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the prioritystart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_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.Layout> 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 LayoutModelImpl.
filterFindByG_P_P_LtP in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the prioritystart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_P_P_LtP_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_P_P_LtP_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - 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.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_P_P_LtP_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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.LayoutPersistencegroupId - 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.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the prioritypublic int filterCountByG_P_P_LtP(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority)
filterCountByG_P_P_LtP in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the prioritypublic List<com.liferay.portal.kernel.model.Layout> findByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
findByG_P_P_LtP_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headpublic List<com.liferay.portal.kernel.model.Layout> findByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
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 LayoutModelImpl.
findByG_P_P_LtP_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P_LtP_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findByG_P_P_LtP_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.portal.kernel.model.Layout findByG_P_P_LtP_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_LtP_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_P_LtP_Head_First(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_P_LtP_Head_First in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout findByG_P_P_LtP_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_LtP_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByG_P_P_LtP_Head_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
fetchByG_P_P_LtP_Head_Last in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout[] findByG_P_P_LtP_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
findByG_P_P_LtP_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout getByG_P_P_LtP_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
filterFindByG_P_P_LtP_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headpublic List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
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 LayoutModelImpl.
filterFindByG_P_P_LtP_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> filterFindByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
filterFindByG_P_P_LtP_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.portal.kernel.model.Layout[] filterFindByG_P_P_LtP_Head_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
filterFindByG_P_P_LtP_Head_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout filterGetByG_P_P_LtP_Head_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> orderByComparator,
boolean previous)
public void removeByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
removeByG_P_P_LtP_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headpublic int countByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
countByG_P_P_LtP_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headpublic int filterCountByG_P_P_LtP_Head(long groupId,
boolean privateLayout,
long parentLayoutId,
int priority,
boolean head)
filterCountByG_P_P_LtP_Head in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDpriority - the priorityhead - the headpublic com.liferay.portal.kernel.model.Layout findByHeadId(long headId)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
NoSuchLayoutException if it could not be found.findByHeadId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceheadId - the head IDcom.liferay.portal.kernel.exception.NoSuchLayoutException - if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByHeadId(long headId)
null if it could not be found. Uses the finder cache.fetchByHeadId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceheadId - the head IDnull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByHeadId(long headId,
boolean useFinderCache)
null if it could not be found, optionally using the finder cache.fetchByHeadId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceheadId - the head IDuseFinderCache - whether to use the finder cachenull if a matching layout could not be foundpublic com.liferay.portal.kernel.model.Layout removeByHeadId(long headId)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
removeByHeadId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceheadId - the head IDcom.liferay.portal.kernel.exception.NoSuchLayoutExceptionpublic int countByHeadId(long headId)
countByHeadId in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceheadId - the head IDpublic void cacheResult(com.liferay.portal.kernel.model.Layout layout)
cacheResult in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencecacheResult in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Layout>layout - the layoutpublic void cacheResult(List<com.liferay.portal.kernel.model.Layout> layouts)
cacheResult in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencelayouts - the layoutspublic 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.Layout>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Layout>public void clearCache(com.liferay.portal.kernel.model.Layout layout)
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.Layout>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Layout>public void clearCache(List<com.liferay.portal.kernel.model.Layout> layouts)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Layout>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Layout>protected void cacheUniqueFindersCache(LayoutModelImpl layoutModelImpl)
protected void clearUniqueFindersCache(LayoutModelImpl layoutModelImpl, boolean clearCurrent)
public com.liferay.portal.kernel.model.Layout create(long plid)
create in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key for the new layoutpublic com.liferay.portal.kernel.model.Layout remove(long plid)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
remove in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the layoutcom.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundpublic com.liferay.portal.kernel.model.Layout remove(Serializable primaryKey)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Layout>remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Layout>primaryKey - the primary key of the layoutcom.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundprotected com.liferay.portal.kernel.model.Layout removeImpl(com.liferay.portal.kernel.model.Layout layout)
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Layout>public com.liferay.portal.kernel.model.Layout updateImpl(com.liferay.portal.kernel.model.Layout layout)
updateImpl in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceupdateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Layout>public com.liferay.portal.kernel.model.Layout findByPrimaryKey(Serializable primaryKey)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
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.Layout>findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Layout>primaryKey - the primary key of the layoutcom.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundpublic com.liferay.portal.kernel.model.Layout findByPrimaryKey(long plid)
throws com.liferay.portal.kernel.exception.NoSuchLayoutException
NoSuchLayoutException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the layoutcom.liferay.portal.kernel.exception.NoSuchLayoutException - if a layout with the primary key could not be foundpublic com.liferay.portal.kernel.model.Layout fetchByPrimaryKey(long plid)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.LayoutPersistenceplid - the primary key of the layoutnull if a layout with the primary key could not be foundpublic List<com.liferay.portal.kernel.model.Layout> findAll()
findAll in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencepublic List<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findAll in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencestart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)public List<com.liferay.portal.kernel.model.Layout> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findAll in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencestart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.portal.kernel.model.Layout> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Layout> 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 LayoutModelImpl.
findAll in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencestart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (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.LayoutPersistencepublic int countAll()
countAll in interface com.liferay.portal.kernel.service.persistence.LayoutPersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.Layout>getBadColumnNames in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Layout>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.Layout>protected String getPKDBName()
getPKDBName in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Layout>protected String getSelectSQL()
getSelectSQL in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Layout>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.Layout>public void afterPropertiesSet()
public void destroy()