Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion

Packages that use DDLRecordVersion
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.dynamicdatalists.asset   
com.liferay.portlet.dynamicdatalists.model   
com.liferay.portlet.dynamicdatalists.model.impl   
com.liferay.portlet.dynamicdatalists.service   
com.liferay.portlet.dynamicdatalists.service.impl   
com.liferay.portlet.dynamicdatalists.service.persistence   
com.liferay.portlet.dynamicdatalists.util.comparator   
 

Uses of DDLRecordVersion in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return DDLRecordVersion
 DDLRecordVersion DataFactory.addDDLRecordVersion(DDLRecord ddlRecord)
           
 

Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.asset
 

Constructors in com.liferay.portlet.dynamicdatalists.asset with parameters of type DDLRecordVersion
DDLRecordAssetRenderer(DDLRecord record, DDLRecordVersion recordVersion)
           
 

Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.model
 

Classes in com.liferay.portlet.dynamicdatalists.model that implement DDLRecordVersion
 class DDLRecordVersionWrapper
           This class is a wrapper for DDLRecordVersion.
 

Methods in com.liferay.portlet.dynamicdatalists.model that return DDLRecordVersion
 DDLRecordVersion DDLRecord.getLatestRecordVersion()
           
 DDLRecordVersion DDLRecordWrapper.getLatestRecordVersion()
           
 DDLRecordVersion DDLRecord.getRecordVersion()
           
 DDLRecordVersion DDLRecordWrapper.getRecordVersion()
           
 DDLRecordVersion DDLRecord.getRecordVersion(String version)
           
 DDLRecordVersion DDLRecordWrapper.getRecordVersion(String version)
           
 DDLRecordVersion DDLRecordVersionWrapper.getWrappedDDLRecordVersion()
          Deprecated. Renamed to DDLRecordVersionWrapper.getWrappedModel()
 DDLRecordVersion DDLRecordVersionWrapper.getWrappedModel()
           
 DDLRecordVersion DDLRecordVersionWrapper.toEscapedModel()
           
 DDLRecordVersion DDLRecordVersionModel.toEscapedModel()
           
 DDLRecordVersion DDLRecordVersionWrapper.toUnescapedModel()
           
 DDLRecordVersion DDLRecordVersionModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.dynamicdatalists.model that return types with arguments of type DDLRecordVersion
 CacheModel<DDLRecordVersion> DDLRecordVersionWrapper.toCacheModel()
           
 CacheModel<DDLRecordVersion> DDLRecordVersionModel.toCacheModel()
           
 

Methods in com.liferay.portlet.dynamicdatalists.model with parameters of type DDLRecordVersion
 int DDLRecordVersionWrapper.compareTo(DDLRecordVersion ddlRecordVersion)
           
 int DDLRecordVersionModel.compareTo(DDLRecordVersion ddlRecordVersion)
           
static DDLRecordVersionSoap DDLRecordVersionSoap.toSoapModel(DDLRecordVersion model)
           
static DDLRecordVersionSoap[] DDLRecordVersionSoap.toSoapModels(DDLRecordVersion[] models)
           
static DDLRecordVersionSoap[][] DDLRecordVersionSoap.toSoapModels(DDLRecordVersion[][] models)
           
 

Method parameters in com.liferay.portlet.dynamicdatalists.model with type arguments of type DDLRecordVersion
static DDLRecordVersionSoap[] DDLRecordVersionSoap.toSoapModels(List<DDLRecordVersion> models)
           
 

Constructors in com.liferay.portlet.dynamicdatalists.model with parameters of type DDLRecordVersion
DDLRecordVersionWrapper(DDLRecordVersion ddlRecordVersion)
           
 

Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.model.impl
 

Classes in com.liferay.portlet.dynamicdatalists.model.impl that implement DDLRecordVersion
 class DDLRecordVersionBaseImpl
          The extended model base implementation for the DDLRecordVersion service.
 class DDLRecordVersionImpl
           
 

Methods in com.liferay.portlet.dynamicdatalists.model.impl that return DDLRecordVersion
 DDLRecordVersion DDLRecordImpl.getLatestRecordVersion()
           
 DDLRecordVersion DDLRecordImpl.getRecordVersion()
           
 DDLRecordVersion DDLRecordImpl.getRecordVersion(String version)
           
 DDLRecordVersion DDLRecordVersionCacheModel.toEntityModel()
           
 DDLRecordVersion DDLRecordVersionModelImpl.toEscapedModel()
           
 DDLRecordVersion DDLRecordVersionModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.dynamicdatalists.model.impl that return types with arguments of type DDLRecordVersion
 CacheModel<DDLRecordVersion> DDLRecordVersionModelImpl.toCacheModel()
           
 

Methods in com.liferay.portlet.dynamicdatalists.model.impl with parameters of type DDLRecordVersion
 int DDLRecordVersionModelImpl.compareTo(DDLRecordVersion ddlRecordVersion)
           
 

Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.service
 

Methods in com.liferay.portlet.dynamicdatalists.service that return DDLRecordVersion
 DDLRecordVersion DDLRecordLocalServiceWrapper.getLatestRecordVersion(long recordId)
           
 DDLRecordVersion DDLRecordLocalService.getLatestRecordVersion(long recordId)
           
static DDLRecordVersion DDLRecordLocalServiceUtil.getLatestRecordVersion(long recordId)
           
 DDLRecordVersion DDLRecordLocalServiceWrapper.getRecordVersion(long recordVersionId)
           
 DDLRecordVersion DDLRecordLocalService.getRecordVersion(long recordVersionId)
           
static DDLRecordVersion DDLRecordLocalServiceUtil.getRecordVersion(long recordVersionId)
           
 DDLRecordVersion DDLRecordLocalServiceWrapper.getRecordVersion(long recordId, String version)
           
 DDLRecordVersion DDLRecordLocalService.getRecordVersion(long recordId, String version)
           
static DDLRecordVersion DDLRecordLocalServiceUtil.getRecordVersion(long recordId, String version)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service that return types with arguments of type DDLRecordVersion
 List<DDLRecordVersion> DDLRecordLocalServiceWrapper.getRecordVersions(long recordId, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecordVersion> DDLRecordLocalService.getRecordVersions(long recordId, int start, int end, OrderByComparator orderByComparator)
           
static List<DDLRecordVersion> DDLRecordLocalServiceUtil.getRecordVersions(long recordId, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecordVersion
 void DDLRecordLocalServiceWrapper.updateAsset(long userId, DDLRecord record, DDLRecordVersion recordVersion, long[] assetCategoryIds, String[] assetTagNames, Locale locale)
           
 void DDLRecordLocalService.updateAsset(long userId, DDLRecord record, DDLRecordVersion recordVersion, long[] assetCategoryIds, String[] assetTagNames, Locale locale)
           
static void DDLRecordLocalServiceUtil.updateAsset(long userId, DDLRecord record, DDLRecordVersion recordVersion, long[] assetCategoryIds, String[] assetTagNames, Locale locale)
           
 

Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.service.impl
 

Methods in com.liferay.portlet.dynamicdatalists.service.impl that return DDLRecordVersion
protected  DDLRecordVersion DDLRecordLocalServiceImpl.addRecordVersion(User user, DDLRecord record, long ddmStorageId, String version, int displayIndex, int status)
           
 DDLRecordVersion DDLRecordLocalServiceImpl.getLatestRecordVersion(long recordId)
           
 DDLRecordVersion DDLRecordLocalServiceImpl.getRecordVersion(long recordVersionId)
           
 DDLRecordVersion DDLRecordLocalServiceImpl.getRecordVersion(long recordId, String version)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.impl that return types with arguments of type DDLRecordVersion
 List<DDLRecordVersion> DDLRecordLocalServiceImpl.getRecordVersions(long recordId, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.impl with parameters of type DDLRecordVersion
 void DDLRecordLocalServiceImpl.updateAsset(long userId, DDLRecord record, DDLRecordVersion recordVersion, long[] assetCategoryIds, String[] assetTagNames, Locale locale)
           
protected  void DDLRecordLocalServiceImpl.updateRecordVersion(User user, DDLRecordVersion recordVersion, String version, int displayIndex, int status, ServiceContext serviceContext)
           
 

Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.service.persistence
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return DDLRecordVersion
 DDLRecordVersion DDLRecordVersionPersistence.create(long recordVersionId)
          Creates a new d d l record version with the primary key.
static DDLRecordVersion DDLRecordVersionUtil.create(long recordVersionId)
          Creates a new d d l record version with the primary key.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.create(long recordVersionId)
          Creates a new d d l record version with the primary key.
 DDLRecordVersion DDLRecordVersionPersistence.fetchByPrimaryKey(long recordVersionId)
          Returns the d d l record version with the primary key or returns null if it could not be found.
static DDLRecordVersion DDLRecordVersionUtil.fetchByPrimaryKey(long recordVersionId)
          Returns the d d l record version with the primary key or returns null if it could not be found.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.fetchByPrimaryKey(long recordVersionId)
          Returns the d d l record version with the primary key or returns null if it could not be found.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the d d l record version with the primary key or returns null if it could not be found.
 DDLRecordVersion DDLRecordVersionPersistence.fetchByR_S_First(long recordId, int status, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ? and status = ?.
static DDLRecordVersion DDLRecordVersionUtil.fetchByR_S_First(long recordId, int status, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ? and status = ?.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.fetchByR_S_First(long recordId, int status, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ? and status = ?.
 DDLRecordVersion DDLRecordVersionPersistence.fetchByR_S_Last(long recordId, int status, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ? and status = ?.
static DDLRecordVersion DDLRecordVersionUtil.fetchByR_S_Last(long recordId, int status, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ? and status = ?.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.fetchByR_S_Last(long recordId, int status, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ? and status = ?.
 DDLRecordVersion DDLRecordVersionPersistence.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.
static DDLRecordVersion DDLRecordVersionUtil.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 DDLRecordVersionPersistenceImpl.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 DDLRecordVersionPersistence.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.
static DDLRecordVersion DDLRecordVersionUtil.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 DDLRecordVersionPersistenceImpl.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 DDLRecordVersionPersistence.fetchByRecordId_First(long recordId, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ?.
static DDLRecordVersion DDLRecordVersionUtil.fetchByRecordId_First(long recordId, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ?.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.fetchByRecordId_First(long recordId, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ?.
 DDLRecordVersion DDLRecordVersionPersistence.fetchByRecordId_Last(long recordId, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ?.
static DDLRecordVersion DDLRecordVersionUtil.fetchByRecordId_Last(long recordId, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ?.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.fetchByRecordId_Last(long recordId, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ?.
 DDLRecordVersion DDLRecordVersionPersistence.findByPrimaryKey(long recordVersionId)
          Returns the d d l record version with the primary key or throws a NoSuchRecordVersionException if it could not be found.
static DDLRecordVersion DDLRecordVersionUtil.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 DDLRecordVersionPersistenceImpl.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 DDLRecordVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d l record version with the primary key or throws a NoSuchModelException if it could not be found.
 DDLRecordVersion DDLRecordVersionPersistence.findByR_S_First(long recordId, int status, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ? and status = ?.
static DDLRecordVersion DDLRecordVersionUtil.findByR_S_First(long recordId, int status, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ? and status = ?.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.findByR_S_First(long recordId, int status, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ? and status = ?.
 DDLRecordVersion DDLRecordVersionPersistence.findByR_S_Last(long recordId, int status, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ? and status = ?.
static DDLRecordVersion DDLRecordVersionUtil.findByR_S_Last(long recordId, int status, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ? and status = ?.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.findByR_S_Last(long recordId, int status, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ? and status = ?.
 DDLRecordVersion[] DDLRecordVersionPersistence.findByR_S_PrevAndNext(long recordVersionId, long recordId, int status, 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 = ?.
static DDLRecordVersion[] DDLRecordVersionUtil.findByR_S_PrevAndNext(long recordVersionId, long recordId, int status, 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 = ?.
 DDLRecordVersion[] DDLRecordVersionPersistenceImpl.findByR_S_PrevAndNext(long recordVersionId, long recordId, int status, 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 = ?.
 DDLRecordVersion DDLRecordVersionPersistence.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.
static DDLRecordVersion DDLRecordVersionUtil.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 DDLRecordVersionPersistenceImpl.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 DDLRecordVersionPersistence.findByRecordId_First(long recordId, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ?.
static DDLRecordVersion DDLRecordVersionUtil.findByRecordId_First(long recordId, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ?.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.findByRecordId_First(long recordId, OrderByComparator orderByComparator)
          Returns the first d d l record version in the ordered set where recordId = ?.
 DDLRecordVersion DDLRecordVersionPersistence.findByRecordId_Last(long recordId, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ?.
static DDLRecordVersion DDLRecordVersionUtil.findByRecordId_Last(long recordId, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ?.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.findByRecordId_Last(long recordId, OrderByComparator orderByComparator)
          Returns the last d d l record version in the ordered set where recordId = ?.
 DDLRecordVersion[] DDLRecordVersionPersistence.findByRecordId_PrevAndNext(long recordVersionId, long recordId, 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 = ?.
static DDLRecordVersion[] DDLRecordVersionUtil.findByRecordId_PrevAndNext(long recordVersionId, long recordId, 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 = ?.
 DDLRecordVersion[] DDLRecordVersionPersistenceImpl.findByRecordId_PrevAndNext(long recordVersionId, long recordId, 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 = ?.
protected  DDLRecordVersion DDLRecordVersionPersistenceImpl.getByR_S_PrevAndNext(Session session, DDLRecordVersion ddlRecordVersion, long recordId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecordVersion DDLRecordVersionPersistenceImpl.getByRecordId_PrevAndNext(Session session, DDLRecordVersion ddlRecordVersion, long recordId, OrderByComparator orderByComparator, boolean previous)
           
 DDLRecordVersion DDLRecordVersionPersistence.remove(long recordVersionId)
          Removes the d d l record version with the primary key from the database.
static DDLRecordVersion DDLRecordVersionUtil.remove(long recordVersionId)
          Removes the d d l record version with the primary key from the database.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.remove(long recordVersionId)
          Removes the d d l record version with the primary key from the database.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.remove(Serializable primaryKey)
          Removes the d d l record version with the primary key from the database.
 DDLRecordVersion DDLRecordVersionPersistence.removeByR_V(long recordId, String version)
          Removes the d d l record version where recordId = ? and version = ? from the database.
static DDLRecordVersion DDLRecordVersionUtil.removeByR_V(long recordId, String version)
          Removes the d d l record version where recordId = ? and version = ? from the database.
 DDLRecordVersion DDLRecordVersionPersistenceImpl.removeByR_V(long recordId, String version)
          Removes the d d l record version where recordId = ? and version = ? from the database.
protected  DDLRecordVersion DDLRecordVersionPersistenceImpl.removeImpl(DDLRecordVersion ddlRecordVersion)
           
protected  DDLRecordVersion DDLRecordVersionPersistenceImpl.toUnwrappedModel(DDLRecordVersion ddlRecordVersion)
           
static DDLRecordVersion DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion, boolean merge)
           
static DDLRecordVersion DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion, boolean merge, ServiceContext serviceContext)
           
 DDLRecordVersion DDLRecordVersionPersistence.updateImpl(DDLRecordVersion ddlRecordVersion, boolean merge)
           
static DDLRecordVersion DDLRecordVersionUtil.updateImpl(DDLRecordVersion ddlRecordVersion, boolean merge)
           
 DDLRecordVersion DDLRecordVersionPersistenceImpl.updateImpl(DDLRecordVersion ddlRecordVersion, boolean merge)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return types with arguments of type DDLRecordVersion
 List<DDLRecordVersion> DDLRecordVersionPersistence.findAll()
          Returns all the d d l record versions.
static List<DDLRecordVersion> DDLRecordVersionUtil.findAll()
          Returns all the d d l record versions.
 List<DDLRecordVersion> DDLRecordVersionPersistenceImpl.findAll()
          Returns all the d d l record versions.
 List<DDLRecordVersion> DDLRecordVersionPersistence.findAll(int start, int end)
          Returns a range of all the d d l record versions.
static List<DDLRecordVersion> DDLRecordVersionUtil.findAll(int start, int end)
          Returns a range of all the d d l record versions.
 List<DDLRecordVersion> DDLRecordVersionPersistenceImpl.findAll(int start, int end)
          Returns a range of all the d d l record versions.
 List<DDLRecordVersion> DDLRecordVersionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions.
static List<DDLRecordVersion> DDLRecordVersionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions.
 List<DDLRecordVersion> DDLRecordVersionPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions.
 List<DDLRecordVersion> DDLRecordVersionPersistence.findByR_S(long recordId, int status)
          Returns all the d d l record versions where recordId = ? and status = ?.
static List<DDLRecordVersion> DDLRecordVersionUtil.findByR_S(long recordId, int status)
          Returns all the d d l record versions where recordId = ? and status = ?.
 List<DDLRecordVersion> DDLRecordVersionPersistenceImpl.findByR_S(long recordId, int status)
          Returns all the d d l record versions where recordId = ? and status = ?.
 List<DDLRecordVersion> DDLRecordVersionPersistence.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 = ?.
static List<DDLRecordVersion> DDLRecordVersionUtil.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> DDLRecordVersionPersistenceImpl.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> DDLRecordVersionPersistence.findByR_S(long recordId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions where recordId = ? and status = ?.
static List<DDLRecordVersion> DDLRecordVersionUtil.findByR_S(long recordId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions where recordId = ? and status = ?.
 List<DDLRecordVersion> DDLRecordVersionPersistenceImpl.findByR_S(long recordId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions where recordId = ? and status = ?.
 List<DDLRecordVersion> DDLRecordVersionPersistence.findByRecordId(long recordId)
          Returns all the d d l record versions where recordId = ?.
static List<DDLRecordVersion> DDLRecordVersionUtil.findByRecordId(long recordId)
          Returns all the d d l record versions where recordId = ?.
 List<DDLRecordVersion> DDLRecordVersionPersistenceImpl.findByRecordId(long recordId)
          Returns all the d d l record versions where recordId = ?.
 List<DDLRecordVersion> DDLRecordVersionPersistence.findByRecordId(long recordId, int start, int end)
          Returns a range of all the d d l record versions where recordId = ?.
static List<DDLRecordVersion> DDLRecordVersionUtil.findByRecordId(long recordId, int start, int end)
          Returns a range of all the d d l record versions where recordId = ?.
 List<DDLRecordVersion> DDLRecordVersionPersistenceImpl.findByRecordId(long recordId, int start, int end)
          Returns a range of all the d d l record versions where recordId = ?.
 List<DDLRecordVersion> DDLRecordVersionPersistence.findByRecordId(long recordId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions where recordId = ?.
static List<DDLRecordVersion> DDLRecordVersionUtil.findByRecordId(long recordId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions where recordId = ?.
 List<DDLRecordVersion> DDLRecordVersionPersistenceImpl.findByRecordId(long recordId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the d d l record versions where recordId = ?.
static List<DDLRecordVersion> DDLRecordVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DDLRecordVersion> DDLRecordVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DDLRecordVersion> DDLRecordVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence with parameters of type DDLRecordVersion
 void DDLRecordVersionPersistence.cacheResult(DDLRecordVersion ddlRecordVersion)
          Caches the d d l record version in the entity cache if it is enabled.
static void DDLRecordVersionUtil.cacheResult(DDLRecordVersion ddlRecordVersion)
          Caches the d d l record version in the entity cache if it is enabled.
 void DDLRecordVersionPersistenceImpl.cacheResult(DDLRecordVersion ddlRecordVersion)
          Caches the d d l record version in the entity cache if it is enabled.
protected  void DDLRecordVersionPersistenceImpl.cacheUniqueFindersCache(DDLRecordVersion ddlRecordVersion)
           
static void DDLRecordVersionUtil.clearCache(DDLRecordVersion ddlRecordVersion)
           
 void DDLRecordVersionPersistenceImpl.clearCache(DDLRecordVersion ddlRecordVersion)
          Clears the cache for the d d l record version.
protected  void DDLRecordVersionPersistenceImpl.clearUniqueFindersCache(DDLRecordVersion ddlRecordVersion)
           
protected  DDLRecordVersion DDLRecordVersionPersistenceImpl.getByR_S_PrevAndNext(Session session, DDLRecordVersion ddlRecordVersion, long recordId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecordVersion DDLRecordVersionPersistenceImpl.getByRecordId_PrevAndNext(Session session, DDLRecordVersion ddlRecordVersion, long recordId, OrderByComparator orderByComparator, boolean previous)
           
protected  DDLRecordVersion DDLRecordVersionPersistenceImpl.removeImpl(DDLRecordVersion ddlRecordVersion)
           
protected  DDLRecordVersion DDLRecordVersionPersistenceImpl.toUnwrappedModel(DDLRecordVersion ddlRecordVersion)
           
static DDLRecordVersion DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion, boolean merge)
           
static DDLRecordVersion DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion, boolean merge, ServiceContext serviceContext)
           
 DDLRecordVersion DDLRecordVersionPersistence.updateImpl(DDLRecordVersion ddlRecordVersion, boolean merge)
           
static DDLRecordVersion DDLRecordVersionUtil.updateImpl(DDLRecordVersion ddlRecordVersion, boolean merge)
           
 DDLRecordVersion DDLRecordVersionPersistenceImpl.updateImpl(DDLRecordVersion ddlRecordVersion, boolean merge)
           
 

Method parameters in com.liferay.portlet.dynamicdatalists.service.persistence with type arguments of type DDLRecordVersion
 void DDLRecordVersionPersistence.cacheResult(List<DDLRecordVersion> ddlRecordVersions)
          Caches the d d l record versions in the entity cache if it is enabled.
static void DDLRecordVersionUtil.cacheResult(List<DDLRecordVersion> ddlRecordVersions)
          Caches the d d l record versions in the entity cache if it is enabled.
 void DDLRecordVersionPersistenceImpl.cacheResult(List<DDLRecordVersion> ddlRecordVersions)
          Caches the d d l record versions in the entity cache if it is enabled.
 void DDLRecordVersionPersistenceImpl.clearCache(List<DDLRecordVersion> ddlRecordVersions)
           
 

Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.util.comparator
 

Methods in com.liferay.portlet.dynamicdatalists.util.comparator with parameters of type DDLRecordVersion
 int DDLRecordVersionVersionComparator.compare(DDLRecordVersion recordVersion1, DDLRecordVersion recordVersion2)
           
 


Liferay 6.1.2-ce-ga3