public class DDLRecordVersionPersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>
implements com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistence
Caching information and settings can be found in portal.properties
DDLRecordVersionPersistence,
DDLRecordVersionUtil| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_R_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_R_V |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_RECORDID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_R_V |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_R_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_RECORDID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_R_S |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_RECORDID |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR| Constructor and Description |
|---|
DDLRecordVersionPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the d d l record version persistence.
|
void |
cacheResult(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion)
Caches the d d l record version in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> ddlRecordVersions)
Caches the d d l record versions in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion) |
void |
clearCache()
Clears the cache for all d d l record versions.
|
void |
clearCache(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion)
Clears the cache for the d d l record version.
|
void |
clearCache(java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> ddlRecordVersions) |
protected void |
clearUniqueFindersCache(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion) |
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,
java.lang.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 = ?.
|
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
create(long recordVersionId)
Creates a new d d l record version with the primary key.
|
void |
destroy() |
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
fetchByPrimaryKey(long recordVersionId)
Returns the d d l record version with the primary key or returns
null if it could not be found. |
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the d d l record version with the primary key or returns
null if it could not be found. |
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
fetchByR_S_First(long recordId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?.
|
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
fetchByR_S_Last(long recordId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?.
|
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
fetchByR_V(long recordId,
java.lang.String version)
Returns the d d l record version where recordId = ? and version = ? or returns
null if it could not be found. |
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
fetchByR_V(long recordId,
java.lang.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. |
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
fetchByRecordId_First(long recordId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?.
|
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
fetchByRecordId_Last(long recordId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?.
|
java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> |
findAll()
Returns all the d d l record versions.
|
java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> |
findAll(int start,
int end)
Returns a range of all the d d l record versions.
|
java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record versions.
|
com.liferay.portlet.dynamicdatalists.model.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. |
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the d d l record version with the primary key or throws a
NoSuchModelException if it could not be found. |
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
findByR_S_First(long recordId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?.
|
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
findByR_S_Last(long recordId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?.
|
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion[] |
findByR_S_PrevAndNext(long recordVersionId,
long recordId,
int status,
com.liferay.portal.kernel.util.OrderByComparator 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 = ?.
|
java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> |
findByR_S(long recordId,
int status)
Returns all the d d l record versions where recordId = ? and status = ?.
|
java.util.List<com.liferay.portlet.dynamicdatalists.model.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 = ?.
|
java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> |
findByR_S(long recordId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ? and status = ?.
|
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
findByR_V(long recordId,
java.lang.String version)
Returns the d d l record version where recordId = ? and version = ? or throws a
NoSuchRecordVersionException if it could not be found. |
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
findByRecordId_First(long recordId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?.
|
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
findByRecordId_Last(long recordId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?.
|
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion[] |
findByRecordId_PrevAndNext(long recordVersionId,
long recordId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ?.
|
java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> |
findByRecordId(long recordId)
Returns all the d d l record versions where recordId = ?.
|
java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> |
findByRecordId(long recordId,
int start,
int end)
Returns a range of all the d d l record versions where recordId = ?.
|
java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> |
findByRecordId(long recordId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ?.
|
protected com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
getByR_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion,
long recordId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
getByRecordId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion,
long recordId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
remove(long recordVersionId)
Removes the d d l record version with the primary key from the database.
|
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
remove(java.io.Serializable primaryKey)
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.
|
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
removeByR_V(long recordId,
java.lang.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.
|
protected com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
removeImpl(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion) |
protected com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
toUnwrappedModel(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion) |
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion |
updateImpl(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_RECORDID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_RECORDID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_RECORDID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_R_V
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_R_V
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_R_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_R_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_R_S
public java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> findByRecordId(long recordId)
throws com.liferay.portal.kernel.exception.SystemException
findByRecordId in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> findByRecordId(long recordId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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.
findByRecordId in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - 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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> findByRecordId(long recordId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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.
findByRecordId in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - 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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion findByRecordId_First(long recordId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException,
com.liferay.portal.kernel.exception.SystemException
findByRecordId_First in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a matching d d l record version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion fetchByRecordId_First(long recordId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByRecordId_First in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDorderByComparator - the comparator to order the set by (optionally null)null if a matching d d l record version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion findByRecordId_Last(long recordId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException,
com.liferay.portal.kernel.exception.SystemException
findByRecordId_Last in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a matching d d l record version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion fetchByRecordId_Last(long recordId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByRecordId_Last in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDorderByComparator - the comparator to order the set by (optionally null)null if a matching d d l record version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion[] findByRecordId_PrevAndNext(long recordVersionId,
long recordId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException,
com.liferay.portal.kernel.exception.SystemException
findByRecordId_PrevAndNext in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordVersionId - the primary key of the current d d l record versionrecordId - the record IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a d d l record version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion getByRecordId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion,
long recordId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByRecordId(long recordId)
throws com.liferay.portal.kernel.exception.SystemException
removeByRecordId in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByRecordId(long recordId)
throws com.liferay.portal.kernel.exception.SystemException
countByRecordId in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion findByR_V(long recordId,
java.lang.String version)
throws com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException,
com.liferay.portal.kernel.exception.SystemException
NoSuchRecordVersionException if it could not be found.findByR_V in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDversion - the versioncom.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a matching d d l record version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion fetchByR_V(long recordId,
java.lang.String version)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.fetchByR_V in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDversion - the versionnull if a matching d d l record version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion fetchByR_V(long recordId,
java.lang.String version,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.fetchByR_V in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDversion - the versionretrieveFromCache - whether to use the finder cachenull if a matching d d l record version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion removeByR_V(long recordId,
java.lang.String version)
throws com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException,
com.liferay.portal.kernel.exception.SystemException
removeByR_V in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDversion - the versioncom.liferay.portal.kernel.exception.SystemException - if a system exception occurredcom.liferay.portlet.dynamicdatalists.NoSuchRecordVersionExceptionpublic int countByR_V(long recordId,
java.lang.String version)
throws com.liferay.portal.kernel.exception.SystemException
countByR_V in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDversion - the versioncom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> findByR_S(long recordId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
findByR_S in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> findByR_S(long recordId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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.
findByR_S in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - 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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> findByR_S(long recordId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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.
findByR_S in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - 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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion findByR_S_First(long recordId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException,
com.liferay.portal.kernel.exception.SystemException
findByR_S_First in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a matching d d l record version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion fetchByR_S_First(long recordId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByR_S_First in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - 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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion findByR_S_Last(long recordId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException,
com.liferay.portal.kernel.exception.SystemException
findByR_S_Last in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a matching d d l record version could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion fetchByR_S_Last(long recordId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByR_S_Last in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - 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 foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion[] findByR_S_PrevAndNext(long recordVersionId,
long recordId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException,
com.liferay.portal.kernel.exception.SystemException
findByR_S_PrevAndNext in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordVersionId - 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)com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a d d l record version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion getByR_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion,
long recordId,
int status,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByR_S(long recordId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
removeByR_S in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByR_S(long recordId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
countByR_S in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record IDstatus - the statuscom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void cacheResult(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion)
cacheResult in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistenceddlRecordVersion - the d d l record versionpublic void cacheResult(java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> ddlRecordVersions)
cacheResult in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistenceddlRecordVersions - the d d l record versionspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>public void clearCache(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>public void clearCache(java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> ddlRecordVersions)
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>protected void cacheUniqueFindersCache(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion)
protected void clearUniqueFindersCache(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion)
public com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion create(long recordVersionId)
create in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordVersionId - the primary key for the new d d l record versionpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion remove(long recordVersionId)
throws com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordVersionId - the primary key of the d d l record versioncom.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a d d l record version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion remove(java.io.Serializable primaryKey)
throws com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>primaryKey - the primary key of the d d l record versioncom.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a d d l record version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion removeImpl(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion)
throws com.liferay.portal.kernel.exception.SystemException
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion updateImpl(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion)
throws com.liferay.portal.kernel.exception.SystemException
updateImpl in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistenceupdateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion toUnwrappedModel(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion)
public com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException,
com.liferay.portal.kernel.exception.SystemException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>primaryKey - the primary key of the d d l record versioncom.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a d d l record version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion findByPrimaryKey(long recordVersionId)
throws com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException,
com.liferay.portal.kernel.exception.SystemException
NoSuchRecordVersionException if it could not be found.findByPrimaryKey in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordVersionId - the primary key of the d d l record versioncom.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a d d l record version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>primaryKey - the primary key of the d d l record versionnull if a d d l record version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion fetchByPrimaryKey(long recordVersionId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordVersionId - the primary key of the d d l record versionnull if a d d l record version with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> findAll()
throws com.liferay.portal.kernel.exception.SystemException
findAll in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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.
findAll in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencestart - 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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from 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.
findAll in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencestart - 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)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
removeAll in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countAll()
throws com.liferay.portal.kernel.exception.SystemException
countAll in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void afterPropertiesSet()
public void destroy()