@ProviderType public interface LayoutPersistence extends BasePersistence<Layout>
Caching information and settings can be found in portal.properties
LayoutPersistenceImpl,
LayoutUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(Layout layout)
Caches the layout in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<Layout> layouts)
Caches the layouts in the entity cache if it is enabled.
|
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 = ?.
|
Layout |
create(long plid)
Creates a new layout with the primary key.
|
Layout |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where companyId = ?.
|
Layout |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where companyId = ?.
|
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. |
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. |
Layout |
fetchByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
|
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. |
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. |
Layout |
fetchByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
|
Layout |
fetchByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
Layout |
fetchByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
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. |
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. |
Layout |
fetchByG_P_T_First(long groupId,
boolean privateLayout,
java.lang.String type,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
Layout |
fetchByG_P_T_Last(long groupId,
boolean privateLayout,
java.lang.String type,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
Layout |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ?.
|
Layout |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ?.
|
Layout |
fetchByIconImageId(long iconImageId)
Returns the layout where iconImageId = ? or returns
null if it could not be found. |
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. |
Layout |
fetchByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
|
Layout |
fetchByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
|
Layout |
fetchByPrimaryKey(long plid)
Returns the layout with the primary key or returns
null if it could not be found. |
Layout |
fetchBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
Layout |
fetchBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
Layout |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?.
|
Layout |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?.
|
Layout |
fetchByUuid_First(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ?.
|
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. |
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. |
Layout |
fetchByUuid_Last(java.lang.String uuid,
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 = ?.
|
Layout[] |
filterFindByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
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<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<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<Layout> |
filterFindByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
Layout[] |
filterFindByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
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 = ?.
|
Layout[] |
filterFindByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
java.lang.String type,
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<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<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<Layout> |
filterFindByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end,
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<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<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<Layout> |
filterFindByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.
|
Layout[] |
filterFindByGroupId_PrevAndNext(long plid,
long groupId,
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<Layout> |
filterFindByGroupId(long groupId)
Returns all the layouts that the user has permission to view where groupId = ?.
|
java.util.List<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<Layout> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.
|
java.util.List<Layout> |
findAll()
Returns all the layouts.
|
java.util.List<Layout> |
findAll(int start,
int end)
Returns a range of all the layouts.
|
java.util.List<Layout> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts.
|
Layout |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where companyId = ?.
|
Layout |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where companyId = ?.
|
Layout[] |
findByCompanyId_PrevAndNext(long plid,
long companyId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where companyId = ?.
|
java.util.List<Layout> |
findByCompanyId(long companyId)
Returns all the layouts where companyId = ?.
|
java.util.List<Layout> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layouts where companyId = ?.
|
java.util.List<Layout> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where companyId = ?.
|
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. |
Layout |
findByG_P_First(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.
|
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. |
Layout |
findByG_P_Last(long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.
|
Layout |
findByG_P_P_First(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
Layout |
findByG_P_P_Last(long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
Layout[] |
findByG_P_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
long parentLayoutId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
java.util.List<Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
Returns all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
java.util.List<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<Layout> |
findByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.
|
Layout[] |
findByG_P_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.
|
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. |
Layout |
findByG_P_T_First(long groupId,
boolean privateLayout,
java.lang.String type,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
Layout |
findByG_P_T_Last(long groupId,
boolean privateLayout,
java.lang.String type,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
Layout[] |
findByG_P_T_PrevAndNext(long plid,
long groupId,
boolean privateLayout,
java.lang.String type,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<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<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<Layout> |
findByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.
|
java.util.List<Layout> |
findByG_P(long groupId,
boolean privateLayout)
Returns all the layouts where groupId = ? and privateLayout = ?.
|
java.util.List<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<Layout> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.
|
Layout |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where groupId = ?.
|
Layout |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where groupId = ?.
|
Layout[] |
findByGroupId_PrevAndNext(long plid,
long groupId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where groupId = ?.
|
java.util.List<Layout> |
findByGroupId(long groupId)
Returns all the layouts where groupId = ?.
|
java.util.List<Layout> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layouts where groupId = ?.
|
java.util.List<Layout> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where groupId = ?.
|
Layout |
findByIconImageId(long iconImageId)
Returns the layout where iconImageId = ? or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where layoutPrototypeUuid = ?.
|
Layout |
findByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where layoutPrototypeUuid = ?.
|
Layout[] |
findByLayoutPrototypeUuid_PrevAndNext(long plid,
java.lang.String layoutPrototypeUuid,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.
|
java.util.List<Layout> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
Returns all the layouts where layoutPrototypeUuid = ?.
|
java.util.List<Layout> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end)
Returns a range of all the layouts where layoutPrototypeUuid = ?.
|
java.util.List<Layout> |
findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.
|
Layout |
findByPrimaryKey(long plid)
Returns the layout with the primary key or throws a
NoSuchLayoutException if it could not be found. |
Layout |
findBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
Layout |
findBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
Layout[] |
findBySourcePrototypeLayoutUuid_PrevAndNext(long plid,
java.lang.String sourcePrototypeLayoutUuid,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.
|
java.util.List<Layout> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
Returns all the layouts where sourcePrototypeLayoutUuid = ?.
|
java.util.List<Layout> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end)
Returns a range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
java.util.List<Layout> |
findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.
|
Layout |
findByUuid_C_First(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ? and companyId = ?.
|
Layout |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ? and companyId = ?.
|
Layout[] |
findByUuid_C_PrevAndNext(long plid,
java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<Layout> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the layouts where uuid = ? and companyId = ?.
|
java.util.List<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<Layout> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where uuid = ? and companyId = ?.
|
Layout |
findByUuid_First(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the first layout in the ordered set where uuid = ?.
|
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. |
Layout |
findByUuid_Last(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the last layout in the ordered set where uuid = ?.
|
Layout[] |
findByUuid_PrevAndNext(long plid,
java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the layouts before and after the current layout in the ordered set where uuid = ?.
|
java.util.List<Layout> |
findByUuid(java.lang.String uuid)
Returns all the layouts where uuid = ?.
|
java.util.List<Layout> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the layouts where uuid = ?.
|
java.util.List<Layout> |
findByUuid(java.lang.String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layouts where uuid = ?.
|
Layout |
remove(long plid)
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.
|
Layout |
removeByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
Removes the layout where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
|
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.
|
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.
|
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.
|
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.
|
Layout |
updateImpl(Layout layout) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, updatejava.util.List<Layout> findByUuid(java.lang.String uuid) throws SystemException
uuid - the uuidSystemException - if a system exception occurredjava.util.List<Layout> findByUuid(java.lang.String uuid, int start, int end) throws 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.
uuid - the uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)SystemException - if a system exception occurredjava.util.List<Layout> findByUuid(java.lang.String uuid, int start, int end, OrderByComparator orderByComparator) throws 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.
uuid - 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)SystemException - if a system exception occurredLayout findByUuid_First(java.lang.String uuid, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByUuid_First(java.lang.String uuid, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout findByUuid_Last(java.lang.String uuid, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByUuid_Last(java.lang.String uuid, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout[] findByUuid_PrevAndNext(long plid, java.lang.String uuid, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
plid - the primary key of the current layoutuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredvoid removeByUuid(java.lang.String uuid)
throws SystemException
uuid - the uuidSystemException - if a system exception occurredint countByUuid(java.lang.String uuid)
throws SystemException
uuid - the uuidSystemException - if a system exception occurredLayout findByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout) throws NoSuchLayoutException, SystemException
NoSuchLayoutException if it could not be found.uuid - the uuidgroupId - the group IDprivateLayout - the private layoutNoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout) throws SystemException
null if it could not be found. Uses the finder cache.uuid - the uuidgroupId - the group IDprivateLayout - the private layoutnull if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout, boolean retrieveFromCache) throws SystemException
null if it could not be found, optionally using the finder cache.uuid - the uuidgroupId - the group IDprivateLayout - the private layoutretrieveFromCache - whether to use the finder cachenull if a matching layout could not be foundSystemException - if a system exception occurredLayout removeByUUID_G_P(java.lang.String uuid, long groupId, boolean privateLayout) throws NoSuchLayoutException, SystemException
uuid - the uuidgroupId - the group IDprivateLayout - the private layoutSystemException - if a system exception occurredNoSuchLayoutExceptionint countByUUID_G_P(java.lang.String uuid,
long groupId,
boolean privateLayout)
throws SystemException
uuid - the uuidgroupId - the group IDprivateLayout - the private layoutSystemException - if a system exception occurredjava.util.List<Layout> findByUuid_C(java.lang.String uuid, long companyId) throws SystemException
uuid - the uuidcompanyId - the company IDSystemException - if a system exception occurredjava.util.List<Layout> findByUuid_C(java.lang.String uuid, long companyId, int start, int end) throws 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.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)SystemException - if a system exception occurredjava.util.List<Layout> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, OrderByComparator orderByComparator) throws 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.
uuid - 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)SystemException - if a system exception occurredLayout findByUuid_C_First(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByUuid_C_First(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout findByUuid_C_Last(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByUuid_C_Last(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout[] findByUuid_C_PrevAndNext(long plid, java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
plid - the primary key of the current layoutuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredvoid removeByUuid_C(java.lang.String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company IDSystemException - if a system exception occurredint countByUuid_C(java.lang.String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company IDSystemException - if a system exception occurredjava.util.List<Layout> findByGroupId(long groupId) throws SystemException
groupId - the group IDSystemException - if a system exception occurredjava.util.List<Layout> findByGroupId(long groupId, int start, int end) throws 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.
groupId - the group IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)SystemException - if a system exception occurredjava.util.List<Layout> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws 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.
groupId - 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)SystemException - if a system exception occurredLayout findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout[] findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
plid - the primary key of the current layoutgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<Layout> filterFindByGroupId(long groupId) throws SystemException
groupId - the group IDSystemException - if a system exception occurredjava.util.List<Layout> filterFindByGroupId(long groupId, int start, int end) throws 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.
groupId - the group IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)SystemException - if a system exception occurredjava.util.List<Layout> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws 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.
groupId - 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)SystemException - if a system exception occurredLayout[] filterFindByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
plid - the primary key of the current layoutgroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredvoid removeByGroupId(long groupId)
throws SystemException
groupId - the group IDSystemException - if a system exception occurredint countByGroupId(long groupId)
throws SystemException
groupId - the group IDSystemException - if a system exception occurredint filterCountByGroupId(long groupId)
throws SystemException
groupId - the group IDSystemException - if a system exception occurredjava.util.List<Layout> findByCompanyId(long companyId) throws SystemException
companyId - the company IDSystemException - if a system exception occurredjava.util.List<Layout> findByCompanyId(long companyId, int start, int end) throws 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.
companyId - the company IDstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)SystemException - if a system exception occurredjava.util.List<Layout> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator) throws 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.
companyId - 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)SystemException - if a system exception occurredLayout findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout[] findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
plid - the primary key of the current layoutcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredvoid removeByCompanyId(long companyId)
throws SystemException
companyId - the company IDSystemException - if a system exception occurredint countByCompanyId(long companyId)
throws SystemException
companyId - the company IDSystemException - if a system exception occurredLayout findByIconImageId(long iconImageId) throws NoSuchLayoutException, SystemException
NoSuchLayoutException if it could not be found.iconImageId - the icon image IDNoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByIconImageId(long iconImageId) throws SystemException
null if it could not be found. Uses the finder cache.iconImageId - the icon image IDnull if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByIconImageId(long iconImageId, boolean retrieveFromCache) throws SystemException
null if it could not be found, optionally using the finder cache.iconImageId - the icon image IDretrieveFromCache - whether to use the finder cachenull if a matching layout could not be foundSystemException - if a system exception occurredLayout removeByIconImageId(long iconImageId) throws NoSuchLayoutException, SystemException
iconImageId - the icon image IDSystemException - if a system exception occurredNoSuchLayoutExceptionint countByIconImageId(long iconImageId)
throws SystemException
iconImageId - the icon image IDSystemException - if a system exception occurredjava.util.List<Layout> findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid) throws SystemException
layoutPrototypeUuid - the layout prototype uuidSystemException - if a system exception occurredjava.util.List<Layout> findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid, int start, int end) throws 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.
layoutPrototypeUuid - the layout prototype uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)SystemException - if a system exception occurredjava.util.List<Layout> findByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid, int start, int end, OrderByComparator orderByComparator) throws 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.
layoutPrototypeUuid - 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)SystemException - if a system exception occurredLayout findByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
layoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByLayoutPrototypeUuid_First(java.lang.String layoutPrototypeUuid, OrderByComparator orderByComparator) throws SystemException
layoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout findByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
layoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByLayoutPrototypeUuid_Last(java.lang.String layoutPrototypeUuid, OrderByComparator orderByComparator) throws SystemException
layoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout[] findByLayoutPrototypeUuid_PrevAndNext(long plid, java.lang.String layoutPrototypeUuid, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
plid - the primary key of the current layoutlayoutPrototypeUuid - the layout prototype uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredvoid removeByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
throws SystemException
layoutPrototypeUuid - the layout prototype uuidSystemException - if a system exception occurredint countByLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
throws SystemException
layoutPrototypeUuid - the layout prototype uuidSystemException - if a system exception occurredjava.util.List<Layout> findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid) throws SystemException
sourcePrototypeLayoutUuid - the source prototype layout uuidSystemException - if a system exception occurredjava.util.List<Layout> findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid, int start, int end) throws 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.
sourcePrototypeLayoutUuid - the source prototype layout uuidstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)SystemException - if a system exception occurredjava.util.List<Layout> findBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator orderByComparator) throws 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.
sourcePrototypeLayoutUuid - 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)SystemException - if a system exception occurredLayout findBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
sourcePrototypeLayoutUuid - the source prototype layout uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchBySourcePrototypeLayoutUuid_First(java.lang.String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator) throws SystemException
sourcePrototypeLayoutUuid - the source prototype layout uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout findBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
sourcePrototypeLayoutUuid - the source prototype layout uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchBySourcePrototypeLayoutUuid_Last(java.lang.String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator) throws SystemException
sourcePrototypeLayoutUuid - the source prototype layout uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout[] findBySourcePrototypeLayoutUuid_PrevAndNext(long plid, java.lang.String sourcePrototypeLayoutUuid, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
plid - the primary key of the current layoutsourcePrototypeLayoutUuid - the source prototype layout uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredvoid removeBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
throws SystemException
sourcePrototypeLayoutUuid - the source prototype layout uuidSystemException - if a system exception occurredint countBySourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
throws SystemException
sourcePrototypeLayoutUuid - the source prototype layout uuidSystemException - if a system exception occurredjava.util.List<Layout> findByG_P(long groupId, boolean privateLayout) throws SystemException
groupId - the group IDprivateLayout - the private layoutSystemException - if a system exception occurredjava.util.List<Layout> findByG_P(long groupId, boolean privateLayout, int start, int end) throws 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.
groupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)SystemException - if a system exception occurredjava.util.List<Layout> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator) throws 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.
groupId - 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)SystemException - if a system exception occurredLayout findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
groupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
groupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout[] findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
plid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<Layout> filterFindByG_P(long groupId, boolean privateLayout) throws SystemException
groupId - the group IDprivateLayout - the private layoutSystemException - if a system exception occurredjava.util.List<Layout> filterFindByG_P(long groupId, boolean privateLayout, int start, int end) throws 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.
groupId - the group IDprivateLayout - the private layoutstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)SystemException - if a system exception occurredjava.util.List<Layout> filterFindByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator) throws 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.
groupId - 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)SystemException - if a system exception occurredLayout[] filterFindByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
plid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layoutorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredvoid removeByG_P(long groupId,
boolean privateLayout)
throws SystemException
groupId - the group IDprivateLayout - the private layoutSystemException - if a system exception occurredint countByG_P(long groupId,
boolean privateLayout)
throws SystemException
groupId - the group IDprivateLayout - the private layoutSystemException - if a system exception occurredint filterCountByG_P(long groupId,
boolean privateLayout)
throws SystemException
groupId - the group IDprivateLayout - the private layoutSystemException - if a system exception occurredLayout findByG_P_L(long groupId, boolean privateLayout, long layoutId) throws NoSuchLayoutException, SystemException
NoSuchLayoutException if it could not be found.groupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDNoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByG_P_L(long groupId, boolean privateLayout, long layoutId) throws SystemException
null if it could not be found. Uses the finder cache.groupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDnull if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByG_P_L(long groupId, boolean privateLayout, long layoutId, boolean retrieveFromCache) throws SystemException
null if it could not be found, optionally using the finder cache.groupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDretrieveFromCache - whether to use the finder cachenull if a matching layout could not be foundSystemException - if a system exception occurredLayout removeByG_P_L(long groupId, boolean privateLayout, long layoutId) throws NoSuchLayoutException, SystemException
groupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDSystemException - if a system exception occurredNoSuchLayoutExceptionint countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
throws SystemException
groupId - the group IDprivateLayout - the private layoutlayoutId - the layout IDSystemException - if a system exception occurredjava.util.List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId) throws SystemException
groupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDSystemException - if a system exception occurredjava.util.List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end) throws 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.
groupId - 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)SystemException - if a system exception occurredjava.util.List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator) throws 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.
groupId - 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)SystemException - if a system exception occurredLayout findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
groupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
groupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator) throws SystemException
groupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout could not be foundSystemException - if a system exception occurredLayout[] findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
plid - 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)NoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId) throws SystemException
groupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDSystemException - if a system exception occurredjava.util.List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end) throws 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.
groupId - 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)SystemException - if a system exception occurredjava.util.List<Layout> filterFindByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator) throws 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.
groupId - 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)SystemException - if a system exception occurredLayout[] filterFindByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
plid - 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)NoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredvoid removeByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
throws SystemException
groupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDSystemException - if a system exception occurredint countByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
throws SystemException
groupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDSystemException - if a system exception occurredint filterCountByG_P_P(long groupId,
boolean privateLayout,
long parentLayoutId)
throws SystemException
groupId - the group IDprivateLayout - the private layoutparentLayoutId - the parent layout IDSystemException - if a system exception occurredLayout findByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL) throws NoSuchLayoutException, SystemException
NoSuchLayoutException if it could not be found.groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lNoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL) throws SystemException
null if it could not be found. Uses the finder cache.groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lnull if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL, boolean retrieveFromCache) throws SystemException
null if it could not be found, optionally using the finder cache.groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lretrieveFromCache - whether to use the finder cachenull if a matching layout could not be foundSystemException - if a system exception occurredLayout removeByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL) throws NoSuchLayoutException, SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lSystemException - if a system exception occurredNoSuchLayoutExceptionint countByG_P_F(long groupId,
boolean privateLayout,
java.lang.String friendlyURL)
throws SystemException
groupId - the group IDprivateLayout - the private layoutfriendlyURL - the friendly u r lSystemException - if a system exception occurredjava.util.List<Layout> findByG_P_T(long groupId, boolean privateLayout, java.lang.String type) throws SystemException
groupId - the group IDprivateLayout - the private layouttype - the typeSystemException - if a system exception occurredjava.util.List<Layout> findByG_P_T(long groupId, boolean privateLayout, java.lang.String type, int start, int end) throws 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.
groupId - 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)SystemException - if a system exception occurredjava.util.List<Layout> findByG_P_T(long groupId, boolean privateLayout, java.lang.String type, int start, int end, OrderByComparator orderByComparator) throws 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.
groupId - 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)SystemException - if a system exception occurredLayout findByG_P_T_First(long groupId, boolean privateLayout, java.lang.String type, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
groupId - the group IDprivateLayout - the private layouttype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByG_P_T_First(long groupId, boolean privateLayout, java.lang.String type, OrderByComparator orderByComparator) throws SystemException
groupId - 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 foundSystemException - if a system exception occurredLayout findByG_P_T_Last(long groupId, boolean privateLayout, java.lang.String type, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
groupId - the group IDprivateLayout - the private layouttype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByG_P_T_Last(long groupId, boolean privateLayout, java.lang.String type, OrderByComparator orderByComparator) throws SystemException
groupId - 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 foundSystemException - if a system exception occurredLayout[] findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, java.lang.String type, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
plid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layouttype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, java.lang.String type) throws SystemException
groupId - the group IDprivateLayout - the private layouttype - the typeSystemException - if a system exception occurredjava.util.List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, java.lang.String type, int start, int end) throws 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.
groupId - 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)SystemException - if a system exception occurredjava.util.List<Layout> filterFindByG_P_T(long groupId, boolean privateLayout, java.lang.String type, int start, int end, OrderByComparator orderByComparator) throws 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.
groupId - 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)SystemException - if a system exception occurredLayout[] filterFindByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, java.lang.String type, OrderByComparator orderByComparator) throws NoSuchLayoutException, SystemException
plid - the primary key of the current layoutgroupId - the group IDprivateLayout - the private layouttype - the typeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredvoid removeByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
throws SystemException
groupId - the group IDprivateLayout - the private layouttype - the typeSystemException - if a system exception occurredint countByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
throws SystemException
groupId - the group IDprivateLayout - the private layouttype - the typeSystemException - if a system exception occurredint filterCountByG_P_T(long groupId,
boolean privateLayout,
java.lang.String type)
throws SystemException
groupId - the group IDprivateLayout - the private layouttype - the typeSystemException - if a system exception occurredLayout findByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid) throws NoSuchLayoutException, SystemException
NoSuchLayoutException if it could not be found.groupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidNoSuchLayoutException - if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid) throws SystemException
null if it could not be found. Uses the finder cache.groupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidnull if a matching layout could not be foundSystemException - if a system exception occurredLayout fetchByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid, boolean retrieveFromCache) throws SystemException
null if it could not be found, optionally using the finder cache.groupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidretrieveFromCache - whether to use the finder cachenull if a matching layout could not be foundSystemException - if a system exception occurredLayout removeByG_P_SPLU(long groupId, boolean privateLayout, java.lang.String sourcePrototypeLayoutUuid) throws NoSuchLayoutException, SystemException
groupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidSystemException - if a system exception occurredNoSuchLayoutExceptionint countByG_P_SPLU(long groupId,
boolean privateLayout,
java.lang.String sourcePrototypeLayoutUuid)
throws SystemException
groupId - the group IDprivateLayout - the private layoutsourcePrototypeLayoutUuid - the source prototype layout uuidSystemException - if a system exception occurredvoid cacheResult(Layout layout)
layout - the layoutvoid cacheResult(java.util.List<Layout> layouts)
layouts - the layoutsLayout create(long plid)
plid - the primary key for the new layoutLayout remove(long plid) throws NoSuchLayoutException, SystemException
plid - the primary key of the layoutNoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredLayout updateImpl(Layout layout) throws SystemException
SystemExceptionLayout findByPrimaryKey(long plid) throws NoSuchLayoutException, SystemException
NoSuchLayoutException if it could not be found.plid - the primary key of the layoutNoSuchLayoutException - if a layout with the primary key could not be foundSystemException - if a system exception occurredLayout fetchByPrimaryKey(long plid) throws SystemException
null if it could not be found.plid - the primary key of the layoutnull if a layout with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<Layout> findAll() throws SystemException
SystemException - if a system exception occurredjava.util.List<Layout> findAll(int start, int end) throws 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.
start - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)SystemException - if a system exception occurredjava.util.List<Layout> findAll(int start, int end, OrderByComparator orderByComparator) throws 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.
start - 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)SystemException - if a system exception occurredvoid removeAll()
throws SystemException
SystemException - if a system exception occurredint countAll()
throws SystemException
SystemException - if a system exception occurred