Liferay 6.2.0

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

Packages that use DDLRecordVersion
com.liferay.portlet.dynamicdatalists.model   
com.liferay.portlet.dynamicdatalists.service   
com.liferay.portlet.dynamicdatalists.service.persistence   
com.liferay.portlet.dynamicdatalists.util.comparator   
 

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
abstract  DDLRecordVersion DDLRecord.getLatestRecordVersion()
           
 DDLRecordVersion DDLRecordWrapper.getLatestRecordVersion()
           
abstract  DDLRecordVersion DDLRecord.getRecordVersion()
           
 DDLRecordVersion DDLRecordWrapper.getRecordVersion()
           
abstract  DDLRecordVersion DDLRecord.getRecordVersion(String version)
           
 DDLRecordVersion DDLRecordWrapper.getRecordVersion(String version)
           
 DDLRecordVersion DDLRecordVersionWrapper.getWrappedDDLRecordVersion()
          Deprecated. As of 6.1.0, replaced by DDLRecordVersionWrapper.getWrappedModel()
 DDLRecordVersion DDLRecordVersionWrapper.getWrappedModel()
           
abstract  DDLRecordVersion DDLRecordVersionModel.toEscapedModel()
           
 DDLRecordVersion DDLRecordVersionWrapper.toEscapedModel()
           
abstract  DDLRecordVersion DDLRecordVersionModel.toUnescapedModel()
           
 DDLRecordVersion DDLRecordVersionWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.model with parameters of type DDLRecordVersion
abstract  int DDLRecordVersionModel.compareTo(DDLRecordVersion ddlRecordVersion)
           
 int DDLRecordVersionWrapper.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.service
 

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

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

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

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

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return DDLRecordVersion
abstract  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.
abstract  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.
abstract  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 = ?.
abstract  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 = ?.
abstract  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.
abstract  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.
abstract  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 = ?.
abstract  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 = ?.
abstract  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.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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.
abstract  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.
static DDLRecordVersion DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion)
           
static DDLRecordVersion DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion, ServiceContext serviceContext)
           
abstract  DDLRecordVersion DDLRecordVersionPersistence.updateImpl(DDLRecordVersion ddlRecordVersion)
           
static DDLRecordVersion DDLRecordVersionUtil.updateImpl(DDLRecordVersion ddlRecordVersion)
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return types with arguments of type DDLRecordVersion
abstract  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.
abstract  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.
abstract  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.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
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
abstract  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.
static void DDLRecordVersionUtil.clearCache(DDLRecordVersion ddlRecordVersion)
           
static DDLRecordVersion DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion)
           
static DDLRecordVersion DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion, ServiceContext serviceContext)
           
abstract  DDLRecordVersion DDLRecordVersionPersistence.updateImpl(DDLRecordVersion ddlRecordVersion)
           
static DDLRecordVersion DDLRecordVersionUtil.updateImpl(DDLRecordVersion ddlRecordVersion)
           
 

Method parameters in com.liferay.portlet.dynamicdatalists.service.persistence with type arguments of type DDLRecordVersion
abstract  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.
 

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.2.0