@ProviderType public interface DDLRecordPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<DDLRecord>
Caching information and settings can be found in portal.properties
com.liferay.dynamic.data.lists.service.persistence.impl.DDLRecordPersistenceImpl,
DDLRecordUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(DDLRecord ddlRecord)
Caches the d d l record in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<DDLRecord> ddlRecords)
Caches the d d l records in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of d d l records.
|
int |
countByCompanyId(long companyId)
Returns the number of d d l records where companyId = ?.
|
int |
countByR_U(long recordSetId,
long userId)
Returns the number of d d l records where recordSetId = ? and userId = ?.
|
int |
countByRecordSetId(long recordSetId)
Returns the number of d d l records where recordSetId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of d d l records where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of d d l records where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of d d l records where uuid = ?.
|
DDLRecord |
create(long recordId)
Creates a new d d l record with the primary key.
|
DDLRecord |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where companyId = ?.
|
DDLRecord |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where companyId = ?.
|
DDLRecord |
fetchByPrimaryKey(long recordId)
Returns the d d l record with the primary key or returns
null if it could not be found. |
java.util.Map<java.io.Serializable,DDLRecord> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
DDLRecord |
fetchByR_U_First(long recordSetId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?.
|
DDLRecord |
fetchByR_U_Last(long recordSetId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?.
|
DDLRecord |
fetchByRecordSetId_First(long recordSetId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ?.
|
DDLRecord |
fetchByRecordSetId_Last(long recordSetId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ?.
|
DDLRecord |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ? and companyId = ?.
|
DDLRecord |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.
|
DDLRecord |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ?.
|
DDLRecord |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the d d l record where uuid = ? and groupId = ? or returns
null if it could not be found. |
DDLRecord |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
Returns the d d l record where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
DDLRecord |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ?.
|
java.util.List<DDLRecord> |
findAll()
Returns all the d d l records.
|
java.util.List<DDLRecord> |
findAll(int start,
int end)
Returns a range of all the d d l records.
|
java.util.List<DDLRecord> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records.
|
java.util.List<DDLRecord> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the d d l records.
|
DDLRecord |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where companyId = ?.
|
DDLRecord |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where companyId = ?.
|
DDLRecord[] |
findByCompanyId_PrevAndNext(long recordId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where companyId = ?.
|
java.util.List<DDLRecord> |
findByCompanyId(long companyId)
Returns all the d d l records where companyId = ?.
|
java.util.List<DDLRecord> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the d d l records where companyId = ?.
|
java.util.List<DDLRecord> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where companyId = ?.
|
java.util.List<DDLRecord> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the d d l records where companyId = ?.
|
DDLRecord |
findByPrimaryKey(long recordId)
Returns the d d l record with the primary key or throws a
NoSuchRecordException if it could not be found. |
DDLRecord |
findByR_U_First(long recordSetId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ? and userId = ?.
|
DDLRecord |
findByR_U_Last(long recordSetId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ? and userId = ?.
|
DDLRecord[] |
findByR_U_PrevAndNext(long recordId,
long recordSetId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ? and userId = ?.
|
java.util.List<DDLRecord> |
findByR_U(long recordSetId,
long userId)
Returns all the d d l records where recordSetId = ? and userId = ?.
|
java.util.List<DDLRecord> |
findByR_U(long recordSetId,
long userId,
int start,
int end)
Returns a range of all the d d l records where recordSetId = ? and userId = ?.
|
java.util.List<DDLRecord> |
findByR_U(long recordSetId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where recordSetId = ? and userId = ?.
|
java.util.List<DDLRecord> |
findByR_U(long recordSetId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the d d l records where recordSetId = ? and userId = ?.
|
DDLRecord |
findByRecordSetId_First(long recordSetId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where recordSetId = ?.
|
DDLRecord |
findByRecordSetId_Last(long recordSetId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where recordSetId = ?.
|
DDLRecord[] |
findByRecordSetId_PrevAndNext(long recordId,
long recordSetId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where recordSetId = ?.
|
java.util.List<DDLRecord> |
findByRecordSetId(long recordSetId)
Returns all the d d l records where recordSetId = ?.
|
java.util.List<DDLRecord> |
findByRecordSetId(long recordSetId,
int start,
int end)
Returns a range of all the d d l records where recordSetId = ?.
|
java.util.List<DDLRecord> |
findByRecordSetId(long recordSetId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where recordSetId = ?.
|
java.util.List<DDLRecord> |
findByRecordSetId(long recordSetId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the d d l records where recordSetId = ?.
|
DDLRecord |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ? and companyId = ?.
|
DDLRecord |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ? and companyId = ?.
|
DDLRecord[] |
findByUuid_C_PrevAndNext(long recordId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<DDLRecord> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the d d l records where uuid = ? and companyId = ?.
|
java.util.List<DDLRecord> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the d d l records where uuid = ? and companyId = ?.
|
java.util.List<DDLRecord> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where uuid = ? and companyId = ?.
|
java.util.List<DDLRecord> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the d d l records where uuid = ? and companyId = ?.
|
DDLRecord |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the first d d l record in the ordered set where uuid = ?.
|
DDLRecord |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the d d l record where uuid = ? and groupId = ? or throws a
NoSuchRecordException if it could not be found. |
DDLRecord |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the last d d l record in the ordered set where uuid = ?.
|
DDLRecord[] |
findByUuid_PrevAndNext(long recordId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns the d d l records before and after the current d d l record in the ordered set where uuid = ?.
|
java.util.List<DDLRecord> |
findByUuid(java.lang.String uuid)
Returns all the d d l records where uuid = ?.
|
java.util.List<DDLRecord> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the d d l records where uuid = ?.
|
java.util.List<DDLRecord> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
Returns an ordered range of all the d d l records where uuid = ?.
|
java.util.List<DDLRecord> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the d d l records where uuid = ?.
|
java.util.Set<java.lang.String> |
getBadColumnNames() |
DDLRecord |
remove(long recordId)
Removes the d d l record with the primary key from the database.
|
void |
removeAll()
Removes all the d d l records from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the d d l records where companyId = ? from the database.
|
void |
removeByR_U(long recordSetId,
long userId)
Removes all the d d l records where recordSetId = ? and userId = ? from the database.
|
void |
removeByRecordSetId(long recordSetId)
Removes all the d d l records where recordSetId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the d d l records where uuid = ? and companyId = ? from the database.
|
DDLRecord |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the d d l record where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the d d l records where uuid = ? from the database.
|
DDLRecord |
updateImpl(DDLRecord ddlRecord) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, updatejava.util.List<DDLRecord> findByUuid(java.lang.String uuid)
uuid - the uuidjava.util.List<DDLRecord> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)java.util.List<DDLRecord> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<DDLRecord> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cacheDDLRecord findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a matching d d l record could not be foundDDLRecord fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching d d l record could not be foundDDLRecord findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a matching d d l record could not be foundDDLRecord fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching d d l record could not be foundDDLRecord[] findByUuid_PrevAndNext(long recordId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
recordId - the primary key of the current d d l recorduuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a d d l record with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid - the uuidint countByUuid(java.lang.String uuid)
uuid - the uuidDDLRecord findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchRecordException
NoSuchRecordException if it could not be found.uuid - the uuidgroupId - the group IDNoSuchRecordException - if a matching d d l record could not be foundDDLRecord 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 d d l record could not be foundDDLRecord fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.uuid - the uuidgroupId - the group IDretrieveFromCache - whether to retrieve from the finder cachenull if a matching d d l record could not be foundDDLRecord removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchRecordException
uuid - the uuidgroupId - the group IDNoSuchRecordExceptionint countByUUID_G(java.lang.String uuid,
long groupId)
uuid - the uuidgroupId - the group IDjava.util.List<DDLRecord> findByUuid_C(java.lang.String uuid, long companyId)
uuid - the uuidcompanyId - the company IDjava.util.List<DDLRecord> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)java.util.List<DDLRecord> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<DDLRecord> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cacheDDLRecord findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a matching d d l record could not be foundDDLRecord fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching d d l record could not be foundDDLRecord findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a matching d d l record could not be foundDDLRecord fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching d d l record could not be foundDDLRecord[] findByUuid_C_PrevAndNext(long recordId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
recordId - the primary key of the current d d l recorduuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a d d l record 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<DDLRecord> findByCompanyId(long companyId)
companyId - the company IDjava.util.List<DDLRecord> findByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)java.util.List<DDLRecord> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<DDLRecord> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId - the company IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cacheDDLRecord findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a matching d d l record could not be foundDDLRecord fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching d d l record could not be foundDDLRecord findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a matching d d l record could not be foundDDLRecord fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching d d l record could not be foundDDLRecord[] findByCompanyId_PrevAndNext(long recordId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
recordId - the primary key of the current d d l recordcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a d d l record with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId - the company IDint countByCompanyId(long companyId)
companyId - the company IDjava.util.List<DDLRecord> findByRecordSetId(long recordSetId)
recordSetId - the record set IDjava.util.List<DDLRecord> findByRecordSetId(long recordSetId, 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
recordSetId - the record set IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)java.util.List<DDLRecord> findByRecordSetId(long recordSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
recordSetId - the record set IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<DDLRecord> findByRecordSetId(long recordSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
recordSetId - the record set IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cacheDDLRecord findByRecordSetId_First(long recordSetId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
recordSetId - the record set IDorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a matching d d l record could not be foundDDLRecord fetchByRecordSetId_First(long recordSetId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
recordSetId - the record set IDorderByComparator - the comparator to order the set by (optionally null)null if a matching d d l record could not be foundDDLRecord findByRecordSetId_Last(long recordSetId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
recordSetId - the record set IDorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a matching d d l record could not be foundDDLRecord fetchByRecordSetId_Last(long recordSetId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
recordSetId - the record set IDorderByComparator - the comparator to order the set by (optionally null)null if a matching d d l record could not be foundDDLRecord[] findByRecordSetId_PrevAndNext(long recordId, long recordSetId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
recordId - the primary key of the current d d l recordrecordSetId - the record set IDorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a d d l record with the primary key could not be foundvoid removeByRecordSetId(long recordSetId)
recordSetId - the record set IDint countByRecordSetId(long recordSetId)
recordSetId - the record set IDjava.util.List<DDLRecord> findByR_U(long recordSetId, long userId)
recordSetId - the record set IDuserId - the user IDjava.util.List<DDLRecord> findByR_U(long recordSetId, long userId, 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
recordSetId - the record set IDuserId - the user IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)java.util.List<DDLRecord> findByR_U(long recordSetId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
recordSetId - the record set IDuserId - the user IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<DDLRecord> findByR_U(long recordSetId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
recordSetId - the record set IDuserId - the user IDstart - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cacheDDLRecord findByR_U_First(long recordSetId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
recordSetId - the record set IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a matching d d l record could not be foundDDLRecord fetchByR_U_First(long recordSetId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
recordSetId - the record set IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)null if a matching d d l record could not be foundDDLRecord findByR_U_Last(long recordSetId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
recordSetId - the record set IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a matching d d l record could not be foundDDLRecord fetchByR_U_Last(long recordSetId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
recordSetId - the record set IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)null if a matching d d l record could not be foundDDLRecord[] findByR_U_PrevAndNext(long recordId, long recordSetId, long userId, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator) throws NoSuchRecordException
recordId - the primary key of the current d d l recordrecordSetId - the record set IDuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)NoSuchRecordException - if a d d l record with the primary key could not be foundvoid removeByR_U(long recordSetId,
long userId)
recordSetId - the record set IDuserId - the user IDint countByR_U(long recordSetId,
long userId)
recordSetId - the record set IDuserId - the user IDvoid cacheResult(DDLRecord ddlRecord)
ddlRecord - the d d l recordvoid cacheResult(java.util.List<DDLRecord> ddlRecords)
ddlRecords - the d d l recordsDDLRecord create(long recordId)
recordId - the primary key for the new d d l recordDDLRecord remove(long recordId) throws NoSuchRecordException
recordId - the primary key of the d d l recordNoSuchRecordException - if a d d l record with the primary key could not be foundDDLRecord findByPrimaryKey(long recordId) throws NoSuchRecordException
NoSuchRecordException if it could not be found.recordId - the primary key of the d d l recordNoSuchRecordException - if a d d l record with the primary key could not be foundDDLRecord fetchByPrimaryKey(long recordId)
null if it could not be found.recordId - the primary key of the d d l recordnull if a d d l record with the primary key could not be foundjava.util.Map<java.io.Serializable,DDLRecord> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<DDLRecord>java.util.List<DDLRecord> findAll()
java.util.List<DDLRecord> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)java.util.List<DDLRecord> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> 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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)java.util.List<DDLRecord> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DDLRecordModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of d d l recordsend - the upper bound of the range of d d l records (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cachevoid removeAll()
int countAll()
java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames in interface com.liferay.portal.kernel.service.persistence.BasePersistence<DDLRecord>