|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion>
com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistenceImpl
public class DDLRecordVersionPersistenceImpl
The persistence implementation for the d d l record version service.
Caching information and settings can be found in portal.properties
DDLRecordVersionPersistence,
DDLRecordVersionUtil| Field Summary | |
|---|---|
protected com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordPersistence |
ddlRecordPersistence
|
protected com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetPersistence |
ddlRecordSetPersistence
|
protected com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistence |
ddlRecordVersionPersistence
|
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
|
protected com.liferay.portal.service.persistence.ResourcePersistence |
resourcePersistence
|
protected com.liferay.portal.service.persistence.UserPersistence |
userPersistence
|
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
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 Summary | |
|---|---|
DDLRecordVersionPersistenceImpl()
|
|
| Method Summary | |
|---|---|
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. |
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_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. |
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. |
void |
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,
boolean merge)
|
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update |
| Field Detail |
|---|
public 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_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 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
@BeanReference(type=com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordPersistence.class) protected com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordPersistence ddlRecordPersistence
@BeanReference(type=com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetPersistence.class) protected com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetPersistence ddlRecordSetPersistence
@BeanReference(type=com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistence.class) protected com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistence ddlRecordVersionPersistence
@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class) protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class) protected com.liferay.portal.service.persistence.UserPersistence userPersistence
| Constructor Detail |
|---|
public DDLRecordVersionPersistenceImpl()
| Method Detail |
|---|
public 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 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 version
public 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 version
com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a d d l record version with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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 version
com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a d d l record version with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
protected 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.SystemException
public com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion updateImpl(com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion ddlRecordVersion,
boolean merge)
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.portal.NoSuchModelException,
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 version
com.liferay.portal.NoSuchModelException - if a d d l record version with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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 version
com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a d d l record version with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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 version
null if a d d l record version with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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 version
null if a d d l record version with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
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 ID
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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.
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 occurred
public 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.
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 occurred
public 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
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.
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 found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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
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.
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 found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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
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.
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 found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
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)
public 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 version
com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException - if a matching d d l record version could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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 version
null if a matching d d l record version could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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 cache
null if a matching d d l record version could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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 status
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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.
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 occurred
public 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.
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 occurred
public 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
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.
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 found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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
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.
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 found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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
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.
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 found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
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)
public 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 occurred
public 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.
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 occurred
public 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.
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 occurred
public void removeByRecordId(long recordId)
throws com.liferay.portal.kernel.exception.SystemException
removeByRecordId in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record ID
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void 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 version
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException
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 status
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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 occurred
public int countByRecordId(long recordId)
throws com.liferay.portal.kernel.exception.SystemException
countByRecordId in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistencerecordId - the record ID
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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 version
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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 status
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||