@ProviderType public interface CPDefinitionGroupedEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CPDefinitionGroupedEntry>
Caching information and settings can be found in portal.properties
CPDefinitionGroupedEntryUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(CPDefinitionGroupedEntry cpDefinitionGroupedEntry)
Caches the cp definition grouped entry in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<CPDefinitionGroupedEntry> cpDefinitionGroupedEntries)
Caches the cp definition grouped entries in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of cp definition grouped entries.
|
int |
countByC_E(long CPDefinitionId,
long entryCProductId)
Returns the number of cp definition grouped entries where CPDefinitionId = ? and entryCProductId = ?.
|
int |
countByCPDefinitionId(long CPDefinitionId)
Returns the number of cp definition grouped entries where CPDefinitionId = ?.
|
int |
countByEntryCProductId(long entryCProductId)
Returns the number of cp definition grouped entries where entryCProductId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of cp definition grouped entries where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of cp definition grouped entries where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of cp definition grouped entries where uuid = ?.
|
CPDefinitionGroupedEntry |
create(long CPDefinitionGroupedEntryId)
Creates a new cp definition grouped entry with the primary key.
|
CPDefinitionGroupedEntry |
fetchByC_E(long CPDefinitionId,
long entryCProductId)
Returns the cp definition grouped entry where CPDefinitionId = ? and entryCProductId = ? or returns
null if it could not be found. |
CPDefinitionGroupedEntry |
fetchByC_E(long CPDefinitionId,
long entryCProductId,
boolean useFinderCache)
Returns the cp definition grouped entry where CPDefinitionId = ? and entryCProductId = ? or returns
null if it could not be found, optionally using the finder cache. |
CPDefinitionGroupedEntry |
fetchByCPDefinitionId_First(long CPDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the first cp definition grouped entry in the ordered set where CPDefinitionId = ?.
|
CPDefinitionGroupedEntry |
fetchByCPDefinitionId_Last(long CPDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the last cp definition grouped entry in the ordered set where CPDefinitionId = ?.
|
CPDefinitionGroupedEntry |
fetchByEntryCProductId_First(long entryCProductId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the first cp definition grouped entry in the ordered set where entryCProductId = ?.
|
CPDefinitionGroupedEntry |
fetchByEntryCProductId_Last(long entryCProductId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the last cp definition grouped entry in the ordered set where entryCProductId = ?.
|
CPDefinitionGroupedEntry |
fetchByPrimaryKey(long CPDefinitionGroupedEntryId)
Returns the cp definition grouped entry with the primary key or returns
null if it could not be found. |
CPDefinitionGroupedEntry |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the first cp definition grouped entry in the ordered set where uuid = ? and companyId = ?.
|
CPDefinitionGroupedEntry |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the last cp definition grouped entry in the ordered set where uuid = ? and companyId = ?.
|
CPDefinitionGroupedEntry |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the first cp definition grouped entry in the ordered set where uuid = ?.
|
CPDefinitionGroupedEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the cp definition grouped entry where uuid = ? and groupId = ? or returns
null if it could not be found. |
CPDefinitionGroupedEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the cp definition grouped entry where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
CPDefinitionGroupedEntry |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the last cp definition grouped entry in the ordered set where uuid = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findAll()
Returns all the cp definition grouped entries.
|
java.util.List<CPDefinitionGroupedEntry> |
findAll(int start,
int end)
Returns a range of all the cp definition grouped entries.
|
java.util.List<CPDefinitionGroupedEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns an ordered range of all the cp definition grouped entries.
|
java.util.List<CPDefinitionGroupedEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition grouped entries.
|
CPDefinitionGroupedEntry |
findByC_E(long CPDefinitionId,
long entryCProductId)
Returns the cp definition grouped entry where CPDefinitionId = ? and entryCProductId = ? or throws a
NoSuchCPDefinitionGroupedEntryException if it could not be found. |
CPDefinitionGroupedEntry |
findByCPDefinitionId_First(long CPDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the first cp definition grouped entry in the ordered set where CPDefinitionId = ?.
|
CPDefinitionGroupedEntry |
findByCPDefinitionId_Last(long CPDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the last cp definition grouped entry in the ordered set where CPDefinitionId = ?.
|
CPDefinitionGroupedEntry[] |
findByCPDefinitionId_PrevAndNext(long CPDefinitionGroupedEntryId,
long CPDefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the cp definition grouped entries before and after the current cp definition grouped entry in the ordered set where CPDefinitionId = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByCPDefinitionId(long CPDefinitionId)
Returns all the cp definition grouped entries where CPDefinitionId = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByCPDefinitionId(long CPDefinitionId,
int start,
int end)
Returns a range of all the cp definition grouped entries where CPDefinitionId = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByCPDefinitionId(long CPDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns an ordered range of all the cp definition grouped entries where CPDefinitionId = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByCPDefinitionId(long CPDefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition grouped entries where CPDefinitionId = ?.
|
CPDefinitionGroupedEntry |
findByEntryCProductId_First(long entryCProductId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the first cp definition grouped entry in the ordered set where entryCProductId = ?.
|
CPDefinitionGroupedEntry |
findByEntryCProductId_Last(long entryCProductId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the last cp definition grouped entry in the ordered set where entryCProductId = ?.
|
CPDefinitionGroupedEntry[] |
findByEntryCProductId_PrevAndNext(long CPDefinitionGroupedEntryId,
long entryCProductId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the cp definition grouped entries before and after the current cp definition grouped entry in the ordered set where entryCProductId = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByEntryCProductId(long entryCProductId)
Returns all the cp definition grouped entries where entryCProductId = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByEntryCProductId(long entryCProductId,
int start,
int end)
Returns a range of all the cp definition grouped entries where entryCProductId = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByEntryCProductId(long entryCProductId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns an ordered range of all the cp definition grouped entries where entryCProductId = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByEntryCProductId(long entryCProductId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition grouped entries where entryCProductId = ?.
|
CPDefinitionGroupedEntry |
findByPrimaryKey(long CPDefinitionGroupedEntryId)
Returns the cp definition grouped entry with the primary key or throws a
NoSuchCPDefinitionGroupedEntryException if it could not be found. |
CPDefinitionGroupedEntry |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the first cp definition grouped entry in the ordered set where uuid = ? and companyId = ?.
|
CPDefinitionGroupedEntry |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the last cp definition grouped entry in the ordered set where uuid = ? and companyId = ?.
|
CPDefinitionGroupedEntry[] |
findByUuid_C_PrevAndNext(long CPDefinitionGroupedEntryId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the cp definition grouped entries before and after the current cp definition grouped entry in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the cp definition grouped entries where uuid = ? and companyId = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the cp definition grouped entries where uuid = ? and companyId = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns an ordered range of all the cp definition grouped entries where uuid = ? and companyId = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition grouped entries where uuid = ? and companyId = ?.
|
CPDefinitionGroupedEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the first cp definition grouped entry in the ordered set where uuid = ?.
|
CPDefinitionGroupedEntry |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the cp definition grouped entry where uuid = ? and groupId = ? or throws a
NoSuchCPDefinitionGroupedEntryException if it could not be found. |
CPDefinitionGroupedEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the last cp definition grouped entry in the ordered set where uuid = ?.
|
CPDefinitionGroupedEntry[] |
findByUuid_PrevAndNext(long CPDefinitionGroupedEntryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns the cp definition grouped entries before and after the current cp definition grouped entry in the ordered set where uuid = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByUuid(java.lang.String uuid)
Returns all the cp definition grouped entries where uuid = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the cp definition grouped entries where uuid = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
Returns an ordered range of all the cp definition grouped entries where uuid = ?.
|
java.util.List<CPDefinitionGroupedEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the cp definition grouped entries where uuid = ?.
|
CPDefinitionGroupedEntry |
remove(long CPDefinitionGroupedEntryId)
Removes the cp definition grouped entry with the primary key from the database.
|
void |
removeAll()
Removes all the cp definition grouped entries from the database.
|
CPDefinitionGroupedEntry |
removeByC_E(long CPDefinitionId,
long entryCProductId)
Removes the cp definition grouped entry where CPDefinitionId = ? and entryCProductId = ? from the database.
|
void |
removeByCPDefinitionId(long CPDefinitionId)
Removes all the cp definition grouped entries where CPDefinitionId = ? from the database.
|
void |
removeByEntryCProductId(long entryCProductId)
Removes all the cp definition grouped entries where entryCProductId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the cp definition grouped entries where uuid = ? and companyId = ? from the database.
|
CPDefinitionGroupedEntry |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the cp definition grouped entry where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the cp definition grouped entries where uuid = ? from the database.
|
CPDefinitionGroupedEntry |
updateImpl(CPDefinitionGroupedEntry cpDefinitionGroupedEntry) |
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<CPDefinitionGroupedEntry> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<CPDefinitionGroupedEntry> 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 CPDefinitionGroupedEntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)java.util.List<CPDefinitionGroupedEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> 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 CPDefinitionGroupedEntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionGroupedEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> 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 CPDefinitionGroupedEntryModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionGroupedEntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) throws NoSuchCPDefinitionGroupedEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionGroupedEntryException
- if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) throws NoSuchCPDefinitionGroupedEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionGroupedEntryException
- if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry[] findByUuid_PrevAndNext(long CPDefinitionGroupedEntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) throws NoSuchCPDefinitionGroupedEntryException
CPDefinitionGroupedEntryId
- the primary key of the current cp definition grouped entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionGroupedEntryException
- if a cp definition grouped entry with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidCPDefinitionGroupedEntry findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchCPDefinitionGroupedEntryException
NoSuchCPDefinitionGroupedEntryException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchCPDefinitionGroupedEntryException
- if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry 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 cp definition grouped entry could not be foundCPDefinitionGroupedEntry 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 cp definition grouped entry could not be foundCPDefinitionGroupedEntry removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchCPDefinitionGroupedEntryException
uuid
- the uuidgroupId
- the group IDNoSuchCPDefinitionGroupedEntryException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<CPDefinitionGroupedEntry> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<CPDefinitionGroupedEntry> 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 CPDefinitionGroupedEntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)java.util.List<CPDefinitionGroupedEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> 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 CPDefinitionGroupedEntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionGroupedEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> 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 CPDefinitionGroupedEntryModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionGroupedEntry findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) throws NoSuchCPDefinitionGroupedEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionGroupedEntryException
- if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) throws NoSuchCPDefinitionGroupedEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionGroupedEntryException
- if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry[] findByUuid_C_PrevAndNext(long CPDefinitionGroupedEntryId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) throws NoSuchCPDefinitionGroupedEntryException
CPDefinitionGroupedEntryId
- the primary key of the current cp definition grouped entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionGroupedEntryException
- if a cp definition grouped 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<CPDefinitionGroupedEntry> findByCPDefinitionId(long CPDefinitionId)
CPDefinitionId
- the cp definition IDjava.util.List<CPDefinitionGroupedEntry> findByCPDefinitionId(long CPDefinitionId, 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 CPDefinitionGroupedEntryModelImpl
.
CPDefinitionId
- the cp definition IDstart
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)java.util.List<CPDefinitionGroupedEntry> findByCPDefinitionId(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> 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 CPDefinitionGroupedEntryModelImpl
.
CPDefinitionId
- the cp definition IDstart
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionGroupedEntry> findByCPDefinitionId(long CPDefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> 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 CPDefinitionGroupedEntryModelImpl
.
CPDefinitionId
- the cp definition IDstart
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionGroupedEntry findByCPDefinitionId_First(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) throws NoSuchCPDefinitionGroupedEntryException
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionGroupedEntryException
- if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry fetchByCPDefinitionId_First(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry findByCPDefinitionId_Last(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) throws NoSuchCPDefinitionGroupedEntryException
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionGroupedEntryException
- if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry fetchByCPDefinitionId_Last(long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
CPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry[] findByCPDefinitionId_PrevAndNext(long CPDefinitionGroupedEntryId, long CPDefinitionId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) throws NoSuchCPDefinitionGroupedEntryException
CPDefinitionGroupedEntryId
- the primary key of the current cp definition grouped entryCPDefinitionId
- the cp definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionGroupedEntryException
- if a cp definition grouped entry with the primary key could not be foundvoid removeByCPDefinitionId(long CPDefinitionId)
CPDefinitionId
- the cp definition IDint countByCPDefinitionId(long CPDefinitionId)
CPDefinitionId
- the cp definition IDjava.util.List<CPDefinitionGroupedEntry> findByEntryCProductId(long entryCProductId)
entryCProductId
- the entry c product IDjava.util.List<CPDefinitionGroupedEntry> findByEntryCProductId(long entryCProductId, 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 CPDefinitionGroupedEntryModelImpl
.
entryCProductId
- the entry c product IDstart
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)java.util.List<CPDefinitionGroupedEntry> findByEntryCProductId(long entryCProductId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> 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 CPDefinitionGroupedEntryModelImpl
.
entryCProductId
- the entry c product IDstart
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionGroupedEntry> findByEntryCProductId(long entryCProductId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> 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 CPDefinitionGroupedEntryModelImpl
.
entryCProductId
- the entry c product IDstart
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCPDefinitionGroupedEntry findByEntryCProductId_First(long entryCProductId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) throws NoSuchCPDefinitionGroupedEntryException
entryCProductId
- the entry c product IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionGroupedEntryException
- if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry fetchByEntryCProductId_First(long entryCProductId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
entryCProductId
- the entry c product IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry findByEntryCProductId_Last(long entryCProductId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) throws NoSuchCPDefinitionGroupedEntryException
entryCProductId
- the entry c product IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionGroupedEntryException
- if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry fetchByEntryCProductId_Last(long entryCProductId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator)
entryCProductId
- the entry c product IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry[] findByEntryCProductId_PrevAndNext(long CPDefinitionGroupedEntryId, long entryCProductId, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> orderByComparator) throws NoSuchCPDefinitionGroupedEntryException
CPDefinitionGroupedEntryId
- the primary key of the current cp definition grouped entryentryCProductId
- the entry c product IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchCPDefinitionGroupedEntryException
- if a cp definition grouped entry with the primary key could not be foundvoid removeByEntryCProductId(long entryCProductId)
entryCProductId
- the entry c product IDint countByEntryCProductId(long entryCProductId)
entryCProductId
- the entry c product IDCPDefinitionGroupedEntry findByC_E(long CPDefinitionId, long entryCProductId) throws NoSuchCPDefinitionGroupedEntryException
NoSuchCPDefinitionGroupedEntryException
if it could not be found.CPDefinitionId
- the cp definition IDentryCProductId
- the entry c product IDNoSuchCPDefinitionGroupedEntryException
- if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry fetchByC_E(long CPDefinitionId, long entryCProductId)
null
if it could not be found. Uses the finder cache.CPDefinitionId
- the cp definition IDentryCProductId
- the entry c product IDnull
if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry fetchByC_E(long CPDefinitionId, long entryCProductId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.CPDefinitionId
- the cp definition IDentryCProductId
- the entry c product IDuseFinderCache
- whether to use the finder cachenull
if a matching cp definition grouped entry could not be foundCPDefinitionGroupedEntry removeByC_E(long CPDefinitionId, long entryCProductId) throws NoSuchCPDefinitionGroupedEntryException
CPDefinitionId
- the cp definition IDentryCProductId
- the entry c product IDNoSuchCPDefinitionGroupedEntryException
int countByC_E(long CPDefinitionId, long entryCProductId)
CPDefinitionId
- the cp definition IDentryCProductId
- the entry c product IDvoid cacheResult(CPDefinitionGroupedEntry cpDefinitionGroupedEntry)
cpDefinitionGroupedEntry
- the cp definition grouped entryvoid cacheResult(java.util.List<CPDefinitionGroupedEntry> cpDefinitionGroupedEntries)
cpDefinitionGroupedEntries
- the cp definition grouped entriesCPDefinitionGroupedEntry create(long CPDefinitionGroupedEntryId)
CPDefinitionGroupedEntryId
- the primary key for the new cp definition grouped entryCPDefinitionGroupedEntry remove(long CPDefinitionGroupedEntryId) throws NoSuchCPDefinitionGroupedEntryException
CPDefinitionGroupedEntryId
- the primary key of the cp definition grouped entryNoSuchCPDefinitionGroupedEntryException
- if a cp definition grouped entry with the primary key could not be foundCPDefinitionGroupedEntry updateImpl(CPDefinitionGroupedEntry cpDefinitionGroupedEntry)
CPDefinitionGroupedEntry findByPrimaryKey(long CPDefinitionGroupedEntryId) throws NoSuchCPDefinitionGroupedEntryException
NoSuchCPDefinitionGroupedEntryException
if it could not be found.CPDefinitionGroupedEntryId
- the primary key of the cp definition grouped entryNoSuchCPDefinitionGroupedEntryException
- if a cp definition grouped entry with the primary key could not be foundCPDefinitionGroupedEntry fetchByPrimaryKey(long CPDefinitionGroupedEntryId)
null
if it could not be found.CPDefinitionGroupedEntryId
- the primary key of the cp definition grouped entrynull
if a cp definition grouped entry with the primary key could not be foundjava.util.List<CPDefinitionGroupedEntry> findAll()
java.util.List<CPDefinitionGroupedEntry> 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 CPDefinitionGroupedEntryModelImpl
.
start
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)java.util.List<CPDefinitionGroupedEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> 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 CPDefinitionGroupedEntryModelImpl
.
start
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CPDefinitionGroupedEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDefinitionGroupedEntry> 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 CPDefinitionGroupedEntryModelImpl
.
start
- the lower bound of the range of cp definition grouped entriesend
- the upper bound of the range of cp definition grouped entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()