@ProviderType public interface LayoutUtilityPageEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<LayoutUtilityPageEntry>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<LayoutUtilityPageEntry>
Caching information and settings can be found in portal.properties
LayoutUtilityPageEntryUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(LayoutUtilityPageEntry layoutUtilityPageEntry)
Caches the layout utility page entry in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<LayoutUtilityPageEntry> layoutUtilityPageEntries)
Caches the layout utility page entries in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of layout utility page entries.
|
int |
countByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the number of layout utility page entries where externalReferenceCode = ? and groupId = ?.
|
int |
countByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type)
Returns the number of layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
int |
countByG_N_T(long groupId,
java.lang.String name,
java.lang.String type)
Returns the number of layout utility page entries where groupId = ? and name = ? and type = ?.
|
int |
countByG_T(long groupId,
java.lang.String type)
Returns the number of layout utility page entries where groupId = ? and type = ?.
|
int |
countByGroupId(long groupId)
Returns the number of layout utility page entries where groupId = ?.
|
int |
countByPlid(long plid)
Returns the number of layout utility page entries where plid = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of layout utility page entries where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of layout utility page entries where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of layout utility page entries where uuid = ?.
|
LayoutUtilityPageEntry |
create(long LayoutUtilityPageEntryId)
Creates a new layout utility page entry with the primary key.
|
LayoutUtilityPageEntry |
fetchByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returns
null if it could not be found. |
LayoutUtilityPageEntry |
fetchByERC_G(java.lang.String externalReferenceCode,
long groupId,
boolean useFinderCache)
Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutUtilityPageEntry |
fetchByG_D_T_First(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
LayoutUtilityPageEntry |
fetchByG_D_T_Last(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
LayoutUtilityPageEntry |
fetchByG_N_T(long groupId,
java.lang.String name,
java.lang.String type)
Returns the layout utility page entry where groupId = ? and name = ? and type = ? or returns
null if it could not be found. |
LayoutUtilityPageEntry |
fetchByG_N_T(long groupId,
java.lang.String name,
java.lang.String type,
boolean useFinderCache)
Returns the layout utility page entry where groupId = ? and name = ? and type = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutUtilityPageEntry |
fetchByG_T_First(long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where groupId = ? and type = ?.
|
LayoutUtilityPageEntry |
fetchByG_T_Last(long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where groupId = ? and type = ?.
|
LayoutUtilityPageEntry |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where groupId = ?.
|
LayoutUtilityPageEntry |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where groupId = ?.
|
LayoutUtilityPageEntry |
fetchByPlid(long plid)
Returns the layout utility page entry where plid = ? or returns
null if it could not be found. |
LayoutUtilityPageEntry |
fetchByPlid(long plid,
boolean useFinderCache)
Returns the layout utility page entry where plid = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutUtilityPageEntry |
fetchByPrimaryKey(long LayoutUtilityPageEntryId)
Returns the layout utility page entry with the primary key or returns
null if it could not be found. |
LayoutUtilityPageEntry |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where uuid = ? and companyId = ?.
|
LayoutUtilityPageEntry |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where uuid = ? and companyId = ?.
|
LayoutUtilityPageEntry |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where uuid = ?.
|
LayoutUtilityPageEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the layout utility page entry where uuid = ? and groupId = ? or returns
null if it could not be found. |
LayoutUtilityPageEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the layout utility page entry where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
LayoutUtilityPageEntry |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where uuid = ?.
|
int |
filterCountByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type)
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
int |
filterCountByG_T(long groupId,
java.lang.String type)
Returns the number of layout utility page entries that the user has permission to view where groupId = ? and type = ?.
|
int |
filterCountByGroupId(long groupId)
Returns the number of layout utility page entries that the user has permission to view where groupId = ?.
|
LayoutUtilityPageEntry[] |
filterFindByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
java.util.List<LayoutUtilityPageEntry> |
filterFindByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type)
Returns all the layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
java.util.List<LayoutUtilityPageEntry> |
filterFindByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type,
int start,
int end)
Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
java.util.List<LayoutUtilityPageEntry> |
filterFindByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
LayoutUtilityPageEntry[] |
filterFindByG_T_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ? and type = ?.
|
java.util.List<LayoutUtilityPageEntry> |
filterFindByG_T(long groupId,
java.lang.String type)
Returns all the layout utility page entries that the user has permission to view where groupId = ? and type = ?.
|
java.util.List<LayoutUtilityPageEntry> |
filterFindByG_T(long groupId,
java.lang.String type,
int start,
int end)
Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and type = ?.
|
java.util.List<LayoutUtilityPageEntry> |
filterFindByG_T(long groupId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ? and type = ?.
|
LayoutUtilityPageEntry[] |
filterFindByGroupId_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ?.
|
java.util.List<LayoutUtilityPageEntry> |
filterFindByGroupId(long groupId)
Returns all the layout utility page entries that the user has permission to view where groupId = ?.
|
java.util.List<LayoutUtilityPageEntry> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout utility page entries that the user has permission to view where groupId = ?.
|
java.util.List<LayoutUtilityPageEntry> |
filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findAll()
Returns all the layout utility page entries.
|
java.util.List<LayoutUtilityPageEntry> |
findAll(int start,
int end)
Returns a range of all the layout utility page entries.
|
java.util.List<LayoutUtilityPageEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries.
|
java.util.List<LayoutUtilityPageEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout utility page entries.
|
LayoutUtilityPageEntry |
findByERC_G(java.lang.String externalReferenceCode,
long groupId)
Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or throws a
NoSuchLayoutUtilityPageEntryException if it could not be found. |
LayoutUtilityPageEntry |
findByG_D_T_First(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
LayoutUtilityPageEntry |
findByG_D_T_Last(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
LayoutUtilityPageEntry[] |
findByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type)
Returns all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type,
int start,
int end)
Returns a range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
|
LayoutUtilityPageEntry |
findByG_N_T(long groupId,
java.lang.String name,
java.lang.String type)
Returns the layout utility page entry where groupId = ? and name = ? and type = ? or throws a
NoSuchLayoutUtilityPageEntryException if it could not be found. |
LayoutUtilityPageEntry |
findByG_T_First(long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where groupId = ? and type = ?.
|
LayoutUtilityPageEntry |
findByG_T_Last(long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where groupId = ? and type = ?.
|
LayoutUtilityPageEntry[] |
findByG_T_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
java.lang.String type,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ? and type = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByG_T(long groupId,
java.lang.String type)
Returns all the layout utility page entries where groupId = ? and type = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByG_T(long groupId,
java.lang.String type,
int start,
int end)
Returns a range of all the layout utility page entries where groupId = ? and type = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByG_T(long groupId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries where groupId = ? and type = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByG_T(long groupId,
java.lang.String type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout utility page entries where groupId = ? and type = ?.
|
LayoutUtilityPageEntry |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where groupId = ?.
|
LayoutUtilityPageEntry |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where groupId = ?.
|
LayoutUtilityPageEntry[] |
findByGroupId_PrevAndNext(long LayoutUtilityPageEntryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByGroupId(long groupId)
Returns all the layout utility page entries where groupId = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the layout utility page entries where groupId = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries where groupId = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout utility page entries where groupId = ?.
|
LayoutUtilityPageEntry |
findByPlid(long plid)
Returns the layout utility page entry where plid = ? or throws a
NoSuchLayoutUtilityPageEntryException if it could not be found. |
LayoutUtilityPageEntry |
findByPrimaryKey(long LayoutUtilityPageEntryId)
Returns the layout utility page entry with the primary key or throws a
NoSuchLayoutUtilityPageEntryException if it could not be found. |
LayoutUtilityPageEntry |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where uuid = ? and companyId = ?.
|
LayoutUtilityPageEntry |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where uuid = ? and companyId = ?.
|
LayoutUtilityPageEntry[] |
findByUuid_C_PrevAndNext(long LayoutUtilityPageEntryId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the layout utility page entries where uuid = ? and companyId = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout utility page entries where uuid = ? and companyId = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries where uuid = ? and companyId = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout utility page entries where uuid = ? and companyId = ?.
|
LayoutUtilityPageEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the first layout utility page entry in the ordered set where uuid = ?.
|
LayoutUtilityPageEntry |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the layout utility page entry where uuid = ? and groupId = ? or throws a
NoSuchLayoutUtilityPageEntryException if it could not be found. |
LayoutUtilityPageEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the last layout utility page entry in the ordered set where uuid = ?.
|
LayoutUtilityPageEntry[] |
findByUuid_PrevAndNext(long LayoutUtilityPageEntryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where uuid = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByUuid(java.lang.String uuid)
Returns all the layout utility page entries where uuid = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the layout utility page entries where uuid = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Returns an ordered range of all the layout utility page entries where uuid = ?.
|
java.util.List<LayoutUtilityPageEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the layout utility page entries where uuid = ?.
|
LayoutUtilityPageEntry |
remove(long LayoutUtilityPageEntryId)
Removes the layout utility page entry with the primary key from the database.
|
void |
removeAll()
Removes all the layout utility page entries from the database.
|
LayoutUtilityPageEntry |
removeByERC_G(java.lang.String externalReferenceCode,
long groupId)
Removes the layout utility page entry where externalReferenceCode = ? and groupId = ? from the database.
|
void |
removeByG_D_T(long groupId,
boolean defaultLayoutUtilityPageEntry,
java.lang.String type)
Removes all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ? from the database.
|
LayoutUtilityPageEntry |
removeByG_N_T(long groupId,
java.lang.String name,
java.lang.String type)
Removes the layout utility page entry where groupId = ? and name = ? and type = ? from the database.
|
void |
removeByG_T(long groupId,
java.lang.String type)
Removes all the layout utility page entries where groupId = ? and type = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the layout utility page entries where groupId = ? from the database.
|
LayoutUtilityPageEntry |
removeByPlid(long plid)
Removes the layout utility page entry where plid = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the layout utility page entries where uuid = ? and companyId = ? from the database.
|
LayoutUtilityPageEntry |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the layout utility page entry where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the layout utility page entries where uuid = ? from the database.
|
LayoutUtilityPageEntry |
updateImpl(LayoutUtilityPageEntry layoutUtilityPageEntry) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<LayoutUtilityPageEntry> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<LayoutUtilityPageEntry> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)java.util.List<LayoutUtilityPageEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<LayoutUtilityPageEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheLayoutUtilityPageEntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry[] findByUuid_PrevAndNext(long LayoutUtilityPageEntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidLayoutUtilityPageEntry findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchLayoutUtilityPageEntryException
NoSuchLayoutUtilityPageEntryException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchLayoutUtilityPageEntryException
uuid
- the uuidgroupId
- the group IDNoSuchLayoutUtilityPageEntryException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<LayoutUtilityPageEntry> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<LayoutUtilityPageEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)java.util.List<LayoutUtilityPageEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<LayoutUtilityPageEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheLayoutUtilityPageEntry findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry[] findByUuid_C_PrevAndNext(long LayoutUtilityPageEntryId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<LayoutUtilityPageEntry> findByGroupId(long groupId)
groupId
- the group IDjava.util.List<LayoutUtilityPageEntry> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)java.util.List<LayoutUtilityPageEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<LayoutUtilityPageEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheLayoutUtilityPageEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry[] findByGroupId_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundjava.util.List<LayoutUtilityPageEntry> filterFindByGroupId(long groupId)
groupId
- the group IDjava.util.List<LayoutUtilityPageEntry> filterFindByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)java.util.List<LayoutUtilityPageEntry> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)LayoutUtilityPageEntry[] filterFindByGroupId_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDint filterCountByGroupId(long groupId)
groupId
- the group IDLayoutUtilityPageEntry findByPlid(long plid) throws NoSuchLayoutUtilityPageEntryException
NoSuchLayoutUtilityPageEntryException
if it could not be found.plid
- the plidNoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByPlid(long plid)
null
if it could not be found. Uses the finder cache.plid
- the plidnull
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByPlid(long plid, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.plid
- the pliduseFinderCache
- whether to use the finder cachenull
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry removeByPlid(long plid) throws NoSuchLayoutUtilityPageEntryException
plid
- the plidNoSuchLayoutUtilityPageEntryException
int countByPlid(long plid)
plid
- the plidjava.util.List<LayoutUtilityPageEntry> findByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typejava.util.List<LayoutUtilityPageEntry> findByG_T(long groupId, java.lang.String type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)java.util.List<LayoutUtilityPageEntry> findByG_T(long groupId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<LayoutUtilityPageEntry> findByG_T(long groupId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheLayoutUtilityPageEntry findByG_T_First(long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByG_T_First(long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry findByG_T_Last(long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByG_T_Last(long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry[] findByG_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entrygroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundjava.util.List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typejava.util.List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, java.lang.String type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)java.util.List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDtype
- the typestart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)LayoutUtilityPageEntry[] filterFindByG_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entrygroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundvoid removeByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typeint countByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typeint filterCountByG_T(long groupId, java.lang.String type)
groupId
- the group IDtype
- the typejava.util.List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type)
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typejava.util.List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typestart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)java.util.List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typestart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typestart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheLayoutUtilityPageEntry findByG_D_T_First(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByG_D_T_First(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry findByG_D_T_Last(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByG_D_T_Last(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry[] findByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entrygroupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundjava.util.List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type)
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typejava.util.List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typestart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)java.util.List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typestart
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)LayoutUtilityPageEntry[] filterFindByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId
- the primary key of the current layout utility page entrygroupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundvoid removeByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type)
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typeint countByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type)
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typeint filterCountByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, java.lang.String type)
groupId
- the group IDdefaultLayoutUtilityPageEntry
- the default layout utility page entrytype
- the typeLayoutUtilityPageEntry findByG_N_T(long groupId, java.lang.String name, java.lang.String type) throws NoSuchLayoutUtilityPageEntryException
NoSuchLayoutUtilityPageEntryException
if it could not be found.groupId
- the group IDname
- the nametype
- the typeNoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByG_N_T(long groupId, java.lang.String name, java.lang.String type)
null
if it could not be found. Uses the finder cache.groupId
- the group IDname
- the nametype
- the typenull
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByG_N_T(long groupId, java.lang.String name, java.lang.String type, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDname
- the nametype
- the typeuseFinderCache
- whether to use the finder cachenull
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry removeByG_N_T(long groupId, java.lang.String name, java.lang.String type) throws NoSuchLayoutUtilityPageEntryException
groupId
- the group IDname
- the nametype
- the typeNoSuchLayoutUtilityPageEntryException
int countByG_N_T(long groupId, java.lang.String name, java.lang.String type)
groupId
- the group IDname
- the nametype
- the typeLayoutUtilityPageEntry findByERC_G(java.lang.String externalReferenceCode, long groupId) throws NoSuchLayoutUtilityPageEntryException
NoSuchLayoutUtilityPageEntryException
if it could not be found.externalReferenceCode
- the external reference codegroupId
- the group IDNoSuchLayoutUtilityPageEntryException
- if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByERC_G(java.lang.String externalReferenceCode, long groupId)
null
if it could not be found. Uses the finder cache.externalReferenceCode
- the external reference codegroupId
- the group IDnull
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry fetchByERC_G(java.lang.String externalReferenceCode, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching layout utility page entry could not be foundLayoutUtilityPageEntry removeByERC_G(java.lang.String externalReferenceCode, long groupId) throws NoSuchLayoutUtilityPageEntryException
externalReferenceCode
- the external reference codegroupId
- the group IDNoSuchLayoutUtilityPageEntryException
int countByERC_G(java.lang.String externalReferenceCode, long groupId)
externalReferenceCode
- the external reference codegroupId
- the group IDvoid cacheResult(LayoutUtilityPageEntry layoutUtilityPageEntry)
layoutUtilityPageEntry
- the layout utility page entryvoid cacheResult(java.util.List<LayoutUtilityPageEntry> layoutUtilityPageEntries)
layoutUtilityPageEntries
- the layout utility page entriesLayoutUtilityPageEntry create(long LayoutUtilityPageEntryId)
LayoutUtilityPageEntryId
- the primary key for the new layout utility page entryLayoutUtilityPageEntry remove(long LayoutUtilityPageEntryId) throws NoSuchLayoutUtilityPageEntryException
LayoutUtilityPageEntryId
- the primary key of the layout utility page entryNoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundLayoutUtilityPageEntry updateImpl(LayoutUtilityPageEntry layoutUtilityPageEntry)
LayoutUtilityPageEntry findByPrimaryKey(long LayoutUtilityPageEntryId) throws NoSuchLayoutUtilityPageEntryException
NoSuchLayoutUtilityPageEntryException
if it could not be found.LayoutUtilityPageEntryId
- the primary key of the layout utility page entryNoSuchLayoutUtilityPageEntryException
- if a layout utility page entry with the primary key could not be foundLayoutUtilityPageEntry fetchByPrimaryKey(long LayoutUtilityPageEntryId)
null
if it could not be found.LayoutUtilityPageEntryId
- the primary key of the layout utility page entrynull
if a layout utility page entry with the primary key could not be foundjava.util.List<LayoutUtilityPageEntry> findAll()
java.util.List<LayoutUtilityPageEntry> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
start
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)java.util.List<LayoutUtilityPageEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
start
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<LayoutUtilityPageEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from LayoutUtilityPageEntryModelImpl
.
start
- the lower bound of the range of layout utility page entriesend
- the upper bound of the range of layout utility page entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()