|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface DDLRecordVersionPersistence
The persistence interface for the d d l record version service.
Caching information and settings can be found in portal.properties
DDLRecordVersionPersistenceImpl,
DDLRecordVersionUtil| Method Summary | |
|---|---|
void |
cacheResult(DDLRecordVersion ddlRecordVersion)
Caches the d d l record version in the entity cache if it is enabled. |
void |
cacheResult(List<DDLRecordVersion> ddlRecordVersions)
Caches the d d l record versions in the entity cache if it is enabled. |
int |
countAll()
Returns the number of d d l record versions. |
int |
countByR_S(long recordId,
int status)
Returns the number of d d l record versions where recordId = ? and status = ?. |
int |
countByR_V(long recordId,
String version)
Returns the number of d d l record versions where recordId = ? and version = ?. |
int |
countByRecordId(long recordId)
Returns the number of d d l record versions where recordId = ?. |
DDLRecordVersion |
create(long recordVersionId)
Creates a new d d l record version with the primary key. |
DDLRecordVersion |
fetchByPrimaryKey(long recordVersionId)
Returns the d d l record version with the primary key or returns null if it could not be found. |
Map<Serializable,DDLRecordVersion> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
DDLRecordVersion |
fetchByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
fetchByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
fetchByR_V(long recordId,
String version)
Returns the d d l record version where recordId = ? and version = ? or returns null if it could not be found. |
DDLRecordVersion |
fetchByR_V(long recordId,
String version,
boolean retrieveFromCache)
Returns the d d l record version where recordId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
DDLRecordVersion |
fetchByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
fetchByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
List<DDLRecordVersion> |
findAll()
Returns all the d d l record versions. |
List<DDLRecordVersion> |
findAll(int start,
int end)
Returns a range of all the d d l record versions. |
List<DDLRecordVersion> |
findAll(int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions. |
DDLRecordVersion |
findByPrimaryKey(long recordVersionId)
Returns the d d l record version with the primary key or throws a NoSuchRecordVersionException if it could not be found. |
DDLRecordVersion |
findByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
findByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion[] |
findByR_S_PrevAndNext(long recordVersionId,
long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ? and status = ?. |
List<DDLRecordVersion> |
findByR_S(long recordId,
int status)
Returns all the d d l record versions where recordId = ? and status = ?. |
List<DDLRecordVersion> |
findByR_S(long recordId,
int status,
int start,
int end)
Returns a range of all the d d l record versions where recordId = ? and status = ?. |
List<DDLRecordVersion> |
findByR_S(long recordId,
int status,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ? and status = ?. |
DDLRecordVersion |
findByR_V(long recordId,
String version)
Returns the d d l record version where recordId = ? and version = ? or throws a NoSuchRecordVersionException if it could not be found. |
DDLRecordVersion |
findByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
findByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion[] |
findByRecordId_PrevAndNext(long recordVersionId,
long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ?. |
List<DDLRecordVersion> |
findByRecordId(long recordId)
Returns all the d d l record versions where recordId = ?. |
List<DDLRecordVersion> |
findByRecordId(long recordId,
int start,
int end)
Returns a range of all the d d l record versions where recordId = ?. |
List<DDLRecordVersion> |
findByRecordId(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ?. |
DDLRecordVersion |
remove(long recordVersionId)
Removes the d d l record version with the primary key from the database. |
void |
removeAll()
Removes all the d d l record versions from the database. |
void |
removeByR_S(long recordId,
int status)
Removes all the d d l record versions where recordId = ? and status = ? from the database. |
DDLRecordVersion |
removeByR_V(long recordId,
String version)
Removes the d d l record version where recordId = ? and version = ? from the database. |
void |
removeByRecordId(long recordId)
Removes all the d d l record versions where recordId = ? from the database. |
DDLRecordVersion |
updateImpl(DDLRecordVersion ddlRecordVersion)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
| Method Detail |
|---|
List<DDLRecordVersion> findByRecordId(long recordId)
recordId - the record ID
List<DDLRecordVersion> findByRecordId(long recordId,
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 DDLRecordVersionModelImpl. 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.
recordId - the record IDstart - the lower bound of the range of d d l record versionsend - the upper bound of the range of d d l record versions (not inclusive)
List<DDLRecordVersion> findByRecordId(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> 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 DDLRecordVersionModelImpl. 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.
recordId - the record IDstart - the lower bound of the range of d d l record versionsend - the upper bound of the range of d d l record versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
DDLRecordVersion findByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
throws NoSuchRecordVersionException
recordId - the record IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordVersionException - if a matching d d l record version could not be found
DDLRecordVersion fetchByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
recordId - the record IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d l record version could not be found
DDLRecordVersion findByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
throws NoSuchRecordVersionException
recordId - the record IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordVersionException - if a matching d d l record version could not be found
DDLRecordVersion fetchByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
recordId - the record IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d l record version could not be found
DDLRecordVersion[] findByRecordId_PrevAndNext(long recordVersionId,
long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
throws NoSuchRecordVersionException
recordVersionId - the primary key of the current d d l record versionrecordId - the record IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordVersionException - if a d d l record version with the primary key could not be foundvoid removeByRecordId(long recordId)
recordId - the record IDint countByRecordId(long recordId)
recordId - the record ID
DDLRecordVersion findByR_V(long recordId,
String version)
throws NoSuchRecordVersionException
NoSuchRecordVersionException if it could not be found.
recordId - the record IDversion - the version
NoSuchRecordVersionException - if a matching d d l record version could not be found
DDLRecordVersion fetchByR_V(long recordId,
String version)
null if it could not be found. Uses the finder cache.
recordId - the record IDversion - the version
null if a matching d d l record version could not be found
DDLRecordVersion fetchByR_V(long recordId,
String version,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
recordId - the record IDversion - the versionretrieveFromCache - whether to use the finder cache
null if a matching d d l record version could not be found
DDLRecordVersion removeByR_V(long recordId,
String version)
throws NoSuchRecordVersionException
recordId - the record IDversion - the version
NoSuchRecordVersionException
int countByR_V(long recordId,
String version)
recordId - the record IDversion - the version
List<DDLRecordVersion> findByR_S(long recordId,
int status)
recordId - the record IDstatus - the status
List<DDLRecordVersion> findByR_S(long recordId,
int status,
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 DDLRecordVersionModelImpl. 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.
recordId - the record IDstatus - the statusstart - the lower bound of the range of d d l record versionsend - the upper bound of the range of d d l record versions (not inclusive)
List<DDLRecordVersion> findByR_S(long recordId,
int status,
int start,
int end,
OrderByComparator<DDLRecordVersion> 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 DDLRecordVersionModelImpl. 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.
recordId - the record IDstatus - the statusstart - the lower bound of the range of d d l record versionsend - the upper bound of the range of d d l record versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
DDLRecordVersion findByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
throws NoSuchRecordVersionException
recordId - the record IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordVersionException - if a matching d d l record version could not be found
DDLRecordVersion fetchByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
recordId - the record IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d l record version could not be found
DDLRecordVersion findByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
throws NoSuchRecordVersionException
recordId - the record IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordVersionException - if a matching d d l record version could not be found
DDLRecordVersion fetchByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
recordId - the record IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching d d l record version could not be found
DDLRecordVersion[] findByR_S_PrevAndNext(long recordVersionId,
long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
throws NoSuchRecordVersionException
recordVersionId - the primary key of the current d d l record versionrecordId - the record IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchRecordVersionException - if a d d l record version with the primary key could not be found
void removeByR_S(long recordId,
int status)
recordId - the record IDstatus - the status
int countByR_S(long recordId,
int status)
recordId - the record IDstatus - the status
void cacheResult(DDLRecordVersion ddlRecordVersion)
ddlRecordVersion - the d d l record versionvoid cacheResult(List<DDLRecordVersion> ddlRecordVersions)
ddlRecordVersions - the d d l record versionsDDLRecordVersion create(long recordVersionId)
recordVersionId - the primary key for the new d d l record version
DDLRecordVersion remove(long recordVersionId)
throws NoSuchRecordVersionException
recordVersionId - the primary key of the d d l record version
NoSuchRecordVersionException - if a d d l record version with the primary key could not be foundDDLRecordVersion updateImpl(DDLRecordVersion ddlRecordVersion)
DDLRecordVersion findByPrimaryKey(long recordVersionId)
throws NoSuchRecordVersionException
NoSuchRecordVersionException if it could not be found.
recordVersionId - the primary key of the d d l record version
NoSuchRecordVersionException - if a d d l record version with the primary key could not be foundDDLRecordVersion fetchByPrimaryKey(long recordVersionId)
null if it could not be found.
recordVersionId - the primary key of the d d l record version
null if a d d l record version with the primary key could not be foundMap<Serializable,DDLRecordVersion> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<DDLRecordVersion>List<DDLRecordVersion> findAll()
List<DDLRecordVersion> 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 DDLRecordVersionModelImpl. 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 record versionsend - the upper bound of the range of d d l record versions (not inclusive)
List<DDLRecordVersion> findAll(int start,
int end,
OrderByComparator<DDLRecordVersion> 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 DDLRecordVersionModelImpl. 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 record versionsend - the upper bound of the range of d d l record versions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
void removeAll()
int countAll()
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||