public class LayoutPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Layout>
implements com.liferay.portal.service.persistence.LayoutPersistence
Caching information and settings can be found in portal.properties
LayoutPersistence,
LayoutUtil| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_G_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_G_P_F |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_G_P_L |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_G_P_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_G_P_SPLU |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_G_P_T |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_GROUPID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_ICONIMAGEID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_LAYOUTPROTOTYPEUUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_SOURCEPROTOTYPELAYOUTUUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID_G_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_G_P_F |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_G_P_L |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_G_P_SPLU |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_ICONIMAGEID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_UUID_G_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P_T |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_LAYOUTPROTOTYPEUUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_SOURCEPROTOTYPELAYOUTUUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P_T |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_LAYOUTPROTOTYPEUUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_SOURCEPROTOTYPELAYOUTUUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, 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.model.Layout layout)
Caches the layout in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<com.liferay.portal.model.Layout> layouts)
Caches the layouts in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(com.liferay.portal.model.Layout layout) |
void |
clearCache()
Clears the cache for all layouts.
|
void |
clearCache(com.liferay.portal.model.Layout layout)
Clears the cache for the layout.
|
void |
clearCache(java.util.List<com.liferay.portal.model.Layout> layouts) |
protected void |
clearUniqueFindersCache(com.liferay.portal.model.Layout layout) |
int |
countAll()
Returns the number of layouts.
|
int |
countByCompanyId(long companyId)
Returns the number of layouts where companyId = ?.
|
int |
countByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Returns the number of layouts where groupId = ? and privateLayout = ? and friendlyURL = ?.
|
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(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns the number of layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
int |
countByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
Returns the number of layouts where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ?.
|
int |
countByG_P_T(long groupId,
boolean privateLayout,
java.lang.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 |
countByGroupId(long groupId)
Returns the number of layouts where groupId = ?.
|
int |
countByIconImageId(long iconImageId)
Returns the number of layouts where iconImageId = ?.
|
int |
countByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
Returns the number of layouts where layoutPrototypeUuid = ?.
|
int |
countBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
Returns the number of layouts where sourcePrototypeLayoutUuid = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of layouts where uuid = ? and companyId = ?.
|
int |
countByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
Returns the number of layouts where uuid = ? and groupId = ? and privateLayout = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of layouts where uuid = ?.
|
com.liferay.portal.model.Layout |
create(long plid)
Creates a new layout with the primary key.
|
void |
destroy() |
com.liferay.portal.model.Layout |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where companyId = ?.
|
com.liferay.portal.model.Layout |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where companyId = ?.
|
com.liferay.portal.model.Layout |
fetchByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns
null if it could not be found. |
com.liferay.portal.model.Layout |
fetchByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
boolean retrieveFromCache)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.Layout |
fetchByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.model.Layout |
fetchByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns
null if it could not be found. |
com.liferay.portal.model.Layout |
fetchByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
boolean retrieveFromCache)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.Layout |
fetchByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.model.Layout |
fetchByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.model.Layout |
fetchByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.model.Layout |
fetchByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns
null if it could not be found. |
com.liferay.portal.model.Layout |
fetchByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
boolean retrieveFromCache)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.Layout |
fetchByG_P_T_First(long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
com.liferay.portal.model.Layout |
fetchByG_P_T_Last(long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
com.liferay.portal.model.Layout |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ?.
|
com.liferay.portal.model.Layout |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ?.
|
com.liferay.portal.model.Layout |
fetchByIconImageId(long iconImageId)
Returns the layout where iconImageId = ? or returns
null if it could not be found. |
com.liferay.portal.model.Layout |
fetchByIconImageId(long iconImageId,
boolean retrieveFromCache)
Returns the layout where iconImageId = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.Layout |
fetchByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
|
com.liferay.portal.model.Layout |
fetchByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
|
com.liferay.portal.model.Layout |
fetchByPrimaryKey(long plid)
Returns the layout with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.Layout |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the layout with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.Layout |
fetchBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.model.Layout |
fetchBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.model.Layout |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Layout |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Layout |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ?.
|
com.liferay.portal.model.Layout |
fetchByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returns
null if it could not be found. |
com.liferay.portal.model.Layout |
fetchByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout,
boolean retrieveFromCache)
Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.portal.model.Layout |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ?.
|
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_T(long groupId,
boolean privateLayout,
java.lang.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 |
filterCountByGroupId(long groupId)
Returns the number of layouts that the user has permission to view where groupId = ?.
|
com.liferay.portal.model.Layout[] |
filterFindByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator 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 = ?.
|
java.util.List<com.liferay.portal.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 = ?.
|
java.util.List<com.liferay.portal.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 = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator 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.model.Layout[] |
filterFindByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator 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.model.Layout[] |
filterFindByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator 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 = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
filterFindByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
filterFindByG_P_T(long groupId,
boolean privateLayout,
java.lang.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 = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
filterFindByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
filterFindByG_P(long groupId,
boolean privateLayout)
Returns all the layouts that the user has permission to view where groupId = ? and privateLayout = ?.
|
java.util.List<com.liferay.portal.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 = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.
|
com.liferay.portal.model.Layout[] |
filterFindByGroupId_PrevAndNext(long plid,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator 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 = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
filterFindByGroupId(long groupId)
Returns all the layouts that the user has permission to view where groupId = ?.
|
java.util.List<com.liferay.portal.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 = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.
|
protected com.liferay.portal.model.Layout |
filterGetByG_P_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Layout |
filterGetByG_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Layout |
filterGetByG_P_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Layout |
filterGetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
java.util.List<com.liferay.portal.model.Layout> |
findAll()
Returns all the layouts.
|
java.util.List<com.liferay.portal.model.Layout> |
findAll(int start,
int end)
Returns a range of all the layouts.
|
java.util.List<com.liferay.portal.model.Layout> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layouts.
|
com.liferay.portal.model.Layout |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where companyId = ?.
|
com.liferay.portal.model.Layout |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where companyId = ?.
|
com.liferay.portal.model.Layout[] |
findByCompanyId_PrevAndNext(long plid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByCompanyId(long companyId)
Returns all the layouts where companyId = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layouts where companyId = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where companyId = ?.
|
com.liferay.portal.model.Layout |
findByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Returns the layout where groupId = ? and privateLayout = ? and friendlyURL = ? or throws a
NoSuchLayoutException if it could not be found. |
com.liferay.portal.model.Layout |
findByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.model.Layout |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Returns the layout where groupId = ? and privateLayout = ? and layoutId = ? or throws a
NoSuchLayoutException if it could not be found. |
com.liferay.portal.model.Layout |
findByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.model.Layout |
findByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.model.Layout |
findByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.model.Layout[] |
findByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
java.util.List<com.liferay.portal.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 = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
com.liferay.portal.model.Layout[] |
findByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
|
com.liferay.portal.model.Layout |
findByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
Returns the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? or throws a
NoSuchLayoutException if it could not be found. |
com.liferay.portal.model.Layout |
findByG_P_T_First(long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
com.liferay.portal.model.Layout |
findByG_P_T_Last(long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
com.liferay.portal.model.Layout[] |
findByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
Returns all the layouts where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByG_P(long groupId,
boolean privateLayout)
Returns all the layouts where groupId = ? and privateLayout = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
Returns a range of all the layouts where groupId = ? and privateLayout = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
|
com.liferay.portal.model.Layout |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ?.
|
com.liferay.portal.model.Layout |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ?.
|
com.liferay.portal.model.Layout[] |
findByGroupId_PrevAndNext(long plid,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByGroupId(long groupId)
Returns all the layouts where groupId = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layouts where groupId = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ?.
|
com.liferay.portal.model.Layout |
findByIconImageId(long iconImageId)
Returns the layout where iconImageId = ? or throws a
NoSuchLayoutException if it could not be found. |
com.liferay.portal.model.Layout |
findByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
|
com.liferay.portal.model.Layout |
findByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
|
com.liferay.portal.model.Layout[] |
findByLayoutPrototypeUuid_PrevAndNext(long plid,
java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
Returns all the layouts where layoutPrototypeUuid = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layouts where layoutPrototypeUuid = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
|
com.liferay.portal.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.model.Layout |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the layout with the primary key or throws a
NoSuchModelException if it could not be found. |
com.liferay.portal.model.Layout |
findBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.model.Layout |
findBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.model.Layout[] |
findBySourcePrototypeLayoutUuid_PrevAndNext(long plid,
java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
Returns all the layouts where sourcePrototypeLayoutUuid = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
com.liferay.portal.model.Layout |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Layout |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Layout[] |
findByUuid_C_PrevAndNext(long plid,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the layouts where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the layouts where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
|
com.liferay.portal.model.Layout |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ?.
|
com.liferay.portal.model.Layout |
findByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
Returns the layout where uuid = ? and groupId = ? and privateLayout = ? or throws a
NoSuchLayoutException if it could not be found. |
com.liferay.portal.model.Layout |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ?.
|
com.liferay.portal.model.Layout[] |
findByUuid_PrevAndNext(long plid,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByUuid(java.lang.String uuid)
Returns all the layouts where uuid = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the layouts where uuid = ?.
|
java.util.List<com.liferay.portal.model.Layout> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where uuid = ?.
|
protected java.util.Set<java.lang.String> |
getBadColumnNames() |
protected com.liferay.portal.model.Layout |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Layout |
getByG_P_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Layout |
getByG_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Layout |
getByG_P_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Layout |
getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Layout |
getByLayoutPrototypeUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Layout |
getBySourcePrototypeLayoutUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Layout |
getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.Layout |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
com.liferay.portal.model.Layout |
remove(long plid)
Removes the layout with the primary key from the database.
|
com.liferay.portal.model.Layout |
remove(java.io.Serializable primaryKey)
Removes the layout with the primary key from the database.
|
void |
removeAll()
Removes all the layouts from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the layouts where companyId = ? from the database.
|
com.liferay.portal.model.Layout |
removeByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
|
com.liferay.portal.model.Layout |
removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
Removes the layout where groupId = ? and privateLayout = ? and layoutId = ? 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.model.Layout |
removeByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
Removes the layout where groupId = ? and privateLayout = ? and sourcePrototypeLayoutUuid = ? from the database.
|
void |
removeByG_P_T(long groupId,
boolean privateLayout,
java.lang.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 |
removeByGroupId(long groupId)
Removes all the layouts where groupId = ? from the database.
|
com.liferay.portal.model.Layout |
removeByIconImageId(long iconImageId)
Removes the layout where iconImageId = ? from the database.
|
void |
removeByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
Removes all the layouts where layoutPrototypeUuid = ? from the database.
|
void |
removeBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
Removes all the layouts where sourcePrototypeLayoutUuid = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the layouts where uuid = ? and companyId = ? from the database.
|
com.liferay.portal.model.Layout |
removeByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
Removes the layout where uuid = ? and groupId = ? and privateLayout = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the layouts where uuid = ? from the database.
|
protected com.liferay.portal.model.Layout |
removeImpl(com.liferay.portal.model.Layout layout) |
protected com.liferay.portal.model.Layout |
toUnwrappedModel(com.liferay.portal.model.Layout layout) |
com.liferay.portal.model.Layout |
updateImpl(com.liferay.portal.model.Layout layout) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_UUID_G_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_G_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_ICONIMAGEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_ICONIMAGEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_LAYOUTPROTOTYPEUUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_LAYOUTPROTOTYPEUUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_LAYOUTPROTOTYPEUUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_SOURCEPROTOTYPELAYOUTUUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_SOURCEPROTOTYPELAYOUTUUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_SOURCEPROTOTYPELAYOUTUUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_G_P_L
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_P_L
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_P_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_G_P_F
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_P_F
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_P_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_G_P_SPLU
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_P_SPLU
public java.util.List<com.liferay.portal.model.Layout> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
findByUuid in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_First in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_First in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_Last in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_Last in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout[] findByUuid_PrevAndNext(long plid,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_PrevAndNext in interface com.liferay.portal.service.persistence.LayoutPersistenceplid - the primary key of the current layoutuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Layout getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
removeByUuid in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
countByUuid in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
NoSuchLayoutException if it could not be found.findByUUID_G_P in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutcom.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByUUID_G_P in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutnull if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByUUID_G_P in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutretrieveFromCache - whether to use the finder cachenull if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout removeByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
removeByUUID_G_P in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchLayoutExceptionpublic int countByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.SystemException
countByUUID_G_P in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidgroupId - the group IDprivateLayout - the private layoutcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByUuid_C in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_First in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_C_First in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_Last in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_C_Last in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout[] findByUuid_C_PrevAndNext(long plid,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_PrevAndNext in interface com.liferay.portal.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.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Layout getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByUuid_C in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByUuid_C in interface com.liferay.portal.service.persistence.LayoutPersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
findByGroupId in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByGroupId_First in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByGroupId_First in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByGroupId_Last in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByGroupId_Last in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout[] findByGroupId_PrevAndNext(long plid,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByGroupId_PrevAndNext in interface com.liferay.portal.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.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Layout getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Layout> filterFindByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByGroupId in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> filterFindByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByGroupId in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByGroupId in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout[] filterFindByGroupId_PrevAndNext(long plid,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
filterFindByGroupId_PrevAndNext in interface com.liferay.portal.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.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Layout filterGetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
removeByGroupId in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
countByGroupId in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByGroupId in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByCompanyId in interface com.liferay.portal.service.persistence.LayoutPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface com.liferay.portal.service.persistence.LayoutPersistencecompanyId - the company IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First in interface com.liferay.portal.service.persistence.LayoutPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_First in interface com.liferay.portal.service.persistence.LayoutPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_Last in interface com.liferay.portal.service.persistence.LayoutPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_Last in interface com.liferay.portal.service.persistence.LayoutPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout[] findByCompanyId_PrevAndNext(long plid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_PrevAndNext in interface com.liferay.portal.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.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Layout getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByCompanyId in interface com.liferay.portal.service.persistence.LayoutPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByCompanyId in interface com.liferay.portal.service.persistence.LayoutPersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByIconImageId(long iconImageId)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
NoSuchLayoutException if it could not be found.findByIconImageId in interface com.liferay.portal.service.persistence.LayoutPersistenceiconImageId - the icon image IDcom.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByIconImageId(long iconImageId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByIconImageId in interface com.liferay.portal.service.persistence.LayoutPersistenceiconImageId - the icon image IDnull if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByIconImageId(long iconImageId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByIconImageId in interface com.liferay.portal.service.persistence.LayoutPersistenceiconImageId - the icon image IDretrieveFromCache - whether to use the finder cachenull if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout removeByIconImageId(long iconImageId)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
removeByIconImageId in interface com.liferay.portal.service.persistence.LayoutPersistenceiconImageId - the icon image IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchLayoutExceptionpublic int countByIconImageId(long iconImageId)
throws com.liferay.portal.kernel.exception.SystemException
countByIconImageId in interface com.liferay.portal.service.persistence.LayoutPersistenceiconImageId - the icon image IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
throws com.liferay.portal.kernel.exception.SystemException
findByLayoutPrototypeUuid in interface com.liferay.portal.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByLayoutPrototypeUuid in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByLayoutPrototypeUuid in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByLayoutPrototypeUuid_First in interface com.liferay.portal.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByLayoutPrototypeUuid_First in interface com.liferay.portal.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByLayoutPrototypeUuid_Last in interface com.liferay.portal.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByLayoutPrototypeUuid_Last in interface com.liferay.portal.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout[] findByLayoutPrototypeUuid_PrevAndNext(long plid,
java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByLayoutPrototypeUuid_PrevAndNext in interface com.liferay.portal.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.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Layout getByLayoutPrototypeUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
java.lang.String layoutPrototypeUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
throws com.liferay.portal.kernel.exception.SystemException
removeByLayoutPrototypeUuid in interface com.liferay.portal.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
throws com.liferay.portal.kernel.exception.SystemException
countByLayoutPrototypeUuid in interface com.liferay.portal.service.persistence.LayoutPersistencelayoutPrototypeUuid - the layout prototype uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
throws com.liferay.portal.kernel.exception.SystemException
findBySourcePrototypeLayoutUuid in interface com.liferay.portal.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findBySourcePrototypeLayoutUuid in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findBySourcePrototypeLayoutUuid in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findBySourcePrototypeLayoutUuid_First in interface com.liferay.portal.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchBySourcePrototypeLayoutUuid_First in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findBySourcePrototypeLayoutUuid_Last in interface com.liferay.portal.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchBySourcePrototypeLayoutUuid_Last in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout[] findBySourcePrototypeLayoutUuid_PrevAndNext(long plid,
java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findBySourcePrototypeLayoutUuid_PrevAndNext in interface com.liferay.portal.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.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Layout getBySourcePrototypeLayoutUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
java.lang.String sourcePrototypeLayoutUuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
throws com.liferay.portal.kernel.exception.SystemException
removeBySourcePrototypeLayoutUuid in interface com.liferay.portal.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
throws com.liferay.portal.kernel.exception.SystemException
countBySourcePrototypeLayoutUuid in interface com.liferay.portal.service.persistence.LayoutPersistencesourcePrototypeLayoutUuid - the source prototype layout uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByG_P(long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.SystemException
findByG_P in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByG_P_First in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByG_P_First in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByG_P_Last in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByG_P_Last in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout[] findByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByG_P_PrevAndNext in interface com.liferay.portal.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.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Layout getByG_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Layout> filterFindByG_P(long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByG_P in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout[] filterFindByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
filterFindByG_P_PrevAndNext in interface com.liferay.portal.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.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Layout filterGetByG_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByG_P(long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.SystemException
removeByG_P in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByG_P(long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.SystemException
countByG_P in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByG_P(long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByG_P in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
NoSuchLayoutException if it could not be found.findByG_P_L in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDcom.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByG_P_L in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDnull if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByG_P_L in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDretrieveFromCache - whether to use the finder cachenull if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
removeByG_P_L in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchLayoutExceptionpublic int countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.kernel.exception.SystemException
countByG_P_L in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
throws com.liferay.portal.kernel.exception.SystemException
findByG_P_P in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_P_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_P_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByG_P_P_First in interface com.liferay.portal.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.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByG_P_P_First in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByG_P_P_Last in interface com.liferay.portal.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.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByG_P_P_Last in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout[] findByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByG_P_P_PrevAndNext in interface com.liferay.portal.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.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Layout getByG_P_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Layout> filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByG_P_P in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_P_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_P_P in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout[] filterFindByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
filterFindByG_P_P_PrevAndNext in interface com.liferay.portal.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.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Layout filterGetByG_P_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
boolean privateLayout,
long parentLayoutId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
throws com.liferay.portal.kernel.exception.SystemException
removeByG_P_P in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
throws com.liferay.portal.kernel.exception.SystemException
countByG_P_P in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByG_P_P in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
NoSuchLayoutException if it could not be found.findByG_P_F in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lcom.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByG_P_F in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lnull if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByG_P_F in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lretrieveFromCache - whether to use the finder cachenull if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout removeByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
removeByG_P_F in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchLayoutExceptionpublic int countByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
throws com.liferay.portal.kernel.exception.SystemException
countByG_P_F in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
throws com.liferay.portal.kernel.exception.SystemException
findByG_P_T in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_P_T in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_P_T in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByG_P_T_First(long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByG_P_T_First in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByG_P_T_First(long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByG_P_T_First in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByG_P_T_Last(long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByG_P_T_Last in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByG_P_T_Last(long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByG_P_T_Last in interface com.liferay.portal.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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout[] findByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
findByG_P_T_PrevAndNext in interface com.liferay.portal.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.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Layout getByG_P_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.Layout> filterFindByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByG_P_T in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> filterFindByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_P_T in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> filterFindByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_P_T in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout[] filterFindByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
filterFindByG_P_T_PrevAndNext in interface com.liferay.portal.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.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Layout filterGetByG_P_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.Layout layout,
long groupId,
boolean privateLayout,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
throws com.liferay.portal.kernel.exception.SystemException
removeByG_P_T in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
throws com.liferay.portal.kernel.exception.SystemException
countByG_P_T in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByG_P_T in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layouttype - the typecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
NoSuchLayoutException if it could not be found.findByG_P_SPLU in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidcom.liferay.portal.NoSuchLayoutException - if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByG_P_SPLU in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidnull if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByG_P_SPLU in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidretrieveFromCache - whether to use the finder cachenull if a matching layout could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout removeByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
removeByG_P_SPLU in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portal.NoSuchLayoutExceptionpublic int countByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
throws com.liferay.portal.kernel.exception.SystemException
countByG_P_SPLU in interface com.liferay.portal.service.persistence.LayoutPersistencegroupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void cacheResult(com.liferay.portal.model.Layout layout)
cacheResult in interface com.liferay.portal.service.persistence.LayoutPersistencelayout - the layoutpublic void cacheResult(java.util.List<com.liferay.portal.model.Layout> layouts)
cacheResult in interface com.liferay.portal.service.persistence.LayoutPersistencelayouts - the layoutspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Layout>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Layout>public void clearCache(com.liferay.portal.model.Layout layout)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Layout>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Layout>public void clearCache(java.util.List<com.liferay.portal.model.Layout> layouts)
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Layout>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Layout>protected void cacheUniqueFindersCache(com.liferay.portal.model.Layout layout)
protected void clearUniqueFindersCache(com.liferay.portal.model.Layout layout)
public com.liferay.portal.model.Layout create(long plid)
create in interface com.liferay.portal.service.persistence.LayoutPersistenceplid - the primary key for the new layoutpublic com.liferay.portal.model.Layout remove(long plid)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.LayoutPersistenceplid - the primary key of the layoutcom.liferay.portal.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Layout>remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Layout>primaryKey - the primary key of the layoutcom.liferay.portal.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.Layout removeImpl(com.liferay.portal.model.Layout layout)
throws com.liferay.portal.kernel.exception.SystemException
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Layout>com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.model.Layout updateImpl(com.liferay.portal.model.Layout layout)
throws com.liferay.portal.kernel.exception.SystemException
updateImpl in interface com.liferay.portal.service.persistence.LayoutPersistenceupdateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Layout>com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portal.model.Layout toUnwrappedModel(com.liferay.portal.model.Layout layout)
public com.liferay.portal.model.Layout findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Layout>findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Layout>primaryKey - the primary key of the layoutcom.liferay.portal.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout findByPrimaryKey(long plid)
throws com.liferay.portal.NoSuchLayoutException,
com.liferay.portal.kernel.exception.SystemException
NoSuchLayoutException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.LayoutPersistenceplid - the primary key of the layoutcom.liferay.portal.NoSuchLayoutException - if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.Layout>fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Layout>primaryKey - the primary key of the layoutnull if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.Layout fetchByPrimaryKey(long plid)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.LayoutPersistenceplid - the primary key of the layoutnull if a layout with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findAll()
throws com.liferay.portal.kernel.exception.SystemException
findAll in interface com.liferay.portal.service.persistence.LayoutPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.service.persistence.LayoutPersistencestart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.Layout> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface com.liferay.portal.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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
removeAll in interface com.liferay.portal.service.persistence.LayoutPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countAll()
throws com.liferay.portal.kernel.exception.SystemException
countAll in interface com.liferay.portal.service.persistence.LayoutPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.Layout>public void afterPropertiesSet()
public void destroy()