Liferay 6.2-ce-ga5

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
 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. As of 6.1.0, replaced by DDLRecordVersionWrapper.getWrappedModel()
 DDLRecordVersion DDLRecordVersionWrapper.getWrappedModel()
           
 DDLRecordVersion DDLRecordVersionModel.toEscapedModel()
           
 DDLRecordVersion DDLRecordVersionWrapper.toEscapedModel()
           
 DDLRecordVersion DDLRecordVersionModel.toUnescapedModel()
           
 DDLRecordVersion DDLRecordVersionWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.model with parameters of type DDLRecordVersion
 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)
           
 DDLRecordVersion DDLRecordLocalService.getLatestRecordVersion(long recordId)
           
 DDLRecordVersion DDLRecordLocalServiceWrapper.getLatestRecordVersion(long recordId)
           
static DDLRecordVersion DDLRecordLocalServiceUtil.getRecordVersion(long recordVersionId)
           
 DDLRecordVersion DDLRecordLocalService.getRecordVersion(long recordVersionId)
           
 DDLRecordVersion DDLRecordLocalServiceWrapper.getRecordVersion(long recordVersionId)
           
static DDLRecordVersion DDLRecordLocalServiceUtil.getRecordVersion(long recordId, String version)
           
 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)
           
 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)
           
 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
 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 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 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 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 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 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 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 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 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 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 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[] 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 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 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 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[] 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 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 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)
           
 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
 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> 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> 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> 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> 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> 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> 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> 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> 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
 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)
           
 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
 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-ce-ga5