Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portlet.dynamicdatamapping.model.DDMStructureVersion

Packages that use DDMStructureVersion
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.model.impl   
com.liferay.portlet.dynamicdatamapping.service   
com.liferay.portlet.dynamicdatamapping.service.base   
com.liferay.portlet.dynamicdatamapping.service.http   
com.liferay.portlet.dynamicdatamapping.service.impl   
com.liferay.portlet.dynamicdatamapping.service.persistence   
com.liferay.portlet.dynamicdatamapping.service.persistence.impl   
com.liferay.portlet.dynamicdatamapping.util   
com.liferay.portlet.dynamicdatamapping.util.comparator   
 

Uses of DDMStructureVersion in com.liferay.portlet.dynamicdatamapping.model
 

Classes in com.liferay.portlet.dynamicdatamapping.model that implement DDMStructureVersion
 class DDMStructureVersionWrapper
           This class is a wrapper for DDMStructureVersion.
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return DDMStructureVersion
 DDMStructureVersion DDMStructureWrapper.getStructureVersion()
           
 DDMStructureVersion DDMStructure.getStructureVersion()
           
 DDMStructureVersion DDMStructureVersionWrapper.getWrappedDDMStructureVersion()
          Deprecated. As of 6.1.0, replaced by DDMStructureVersionWrapper.getWrappedModel()
 DDMStructureVersion DDMStructureVersionWrapper.getWrappedModel()
           
 DDMStructureVersion DDMStructureVersionWrapper.toEscapedModel()
           
 DDMStructureVersion DDMStructureVersionModel.toEscapedModel()
           
 DDMStructureVersion DDMStructureVersionWrapper.toUnescapedModel()
           
 DDMStructureVersion DDMStructureVersionModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model that return types with arguments of type DDMStructureVersion
 CacheModel<DDMStructureVersion> DDMStructureVersionWrapper.toCacheModel()
           
 CacheModel<DDMStructureVersion> DDMStructureVersionModel.toCacheModel()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStructureVersion
 int DDMStructureVersionWrapper.compareTo(DDMStructureVersion ddmStructureVersion)
           
 int DDMStructureVersionModel.compareTo(DDMStructureVersion ddmStructureVersion)
           
static DDMStructureVersionSoap DDMStructureVersionSoap.toSoapModel(DDMStructureVersion model)
           
static DDMStructureVersionSoap[] DDMStructureVersionSoap.toSoapModels(DDMStructureVersion[] models)
           
static DDMStructureVersionSoap[][] DDMStructureVersionSoap.toSoapModels(DDMStructureVersion[][] models)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.model with type arguments of type DDMStructureVersion
static DDMStructureVersionSoap[] DDMStructureVersionSoap.toSoapModels(List<DDMStructureVersion> models)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.model with parameters of type DDMStructureVersion
DDMStructureVersionWrapper(DDMStructureVersion ddmStructureVersion)
           
 

Uses of DDMStructureVersion in com.liferay.portlet.dynamicdatamapping.model.impl
 

Classes in com.liferay.portlet.dynamicdatamapping.model.impl that implement DDMStructureVersion
 class DDMStructureVersionBaseImpl
          The extended model base implementation for the DDMStructureVersion service.
 class DDMStructureVersionImpl
           
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl that return DDMStructureVersion
 DDMStructureVersion DDMStructureImpl.getStructureVersion()
           
 DDMStructureVersion DDMStructureVersionCacheModel.toEntityModel()
           
 DDMStructureVersion DDMStructureVersionModelImpl.toEscapedModel()
           
static DDMStructureVersion DDMStructureVersionModelImpl.toModel(DDMStructureVersionSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl that return types with arguments of type DDMStructureVersion
 CacheModel<DDMStructureVersion> DDMStructureVersionModelImpl.toCacheModel()
           
static List<DDMStructureVersion> DDMStructureVersionModelImpl.toModels(DDMStructureVersionSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.dynamicdatamapping.model.impl with parameters of type DDMStructureVersion
 int DDMStructureVersionModelImpl.compareTo(DDMStructureVersion ddmStructureVersion)
           
 

Uses of DDMStructureVersion in com.liferay.portlet.dynamicdatamapping.service
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMStructureVersion
 DDMStructureVersion DDMStructureVersionLocalService.addDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Adds the d d m structure version to the database.
 DDMStructureVersion DDMStructureVersionLocalServiceWrapper.addDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Adds the d d m structure version to the database.
static DDMStructureVersion DDMStructureVersionLocalServiceUtil.addDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Adds the d d m structure version to the database.
 DDMStructureVersion DDMStructureVersionLocalService.createDDMStructureVersion(long structureVersionId)
          Creates a new d d m structure version with the primary key.
 DDMStructureVersion DDMStructureVersionLocalServiceWrapper.createDDMStructureVersion(long structureVersionId)
          Creates a new d d m structure version with the primary key.
static DDMStructureVersion DDMStructureVersionLocalServiceUtil.createDDMStructureVersion(long structureVersionId)
          Creates a new d d m structure version with the primary key.
 DDMStructureVersion DDMStructureVersionLocalService.deleteDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Deletes the d d m structure version from the database.
 DDMStructureVersion DDMStructureVersionLocalServiceWrapper.deleteDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Deletes the d d m structure version from the database.
static DDMStructureVersion DDMStructureVersionLocalServiceUtil.deleteDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Deletes the d d m structure version from the database.
 DDMStructureVersion DDMStructureVersionLocalService.deleteDDMStructureVersion(long structureVersionId)
          Deletes the d d m structure version with the primary key from the database.
 DDMStructureVersion DDMStructureVersionLocalServiceWrapper.deleteDDMStructureVersion(long structureVersionId)
          Deletes the d d m structure version with the primary key from the database.
static DDMStructureVersion DDMStructureVersionLocalServiceUtil.deleteDDMStructureVersion(long structureVersionId)
          Deletes the d d m structure version with the primary key from the database.
 DDMStructureVersion DDMStructureVersionLocalService.fetchDDMStructureVersion(long structureVersionId)
           
 DDMStructureVersion DDMStructureVersionLocalServiceWrapper.fetchDDMStructureVersion(long structureVersionId)
           
static DDMStructureVersion DDMStructureVersionLocalServiceUtil.fetchDDMStructureVersion(long structureVersionId)
           
 DDMStructureVersion DDMStructureVersionLocalService.getDDMStructureVersion(long structureVersionId)
          Returns the d d m structure version with the primary key.
 DDMStructureVersion DDMStructureVersionLocalServiceWrapper.getDDMStructureVersion(long structureVersionId)
          Returns the d d m structure version with the primary key.
static DDMStructureVersion DDMStructureVersionLocalServiceUtil.getDDMStructureVersion(long structureVersionId)
          Returns the d d m structure version with the primary key.
 DDMStructureVersion DDMStructureVersionLocalService.getLatestStructureVersion(long structureId)
           
 DDMStructureVersion DDMStructureVersionLocalServiceWrapper.getLatestStructureVersion(long structureId)
           
 DDMStructureVersion DDMStructureVersionService.getLatestStructureVersion(long structureId)
           
static DDMStructureVersion DDMStructureVersionLocalServiceUtil.getLatestStructureVersion(long structureId)
           
static DDMStructureVersion DDMStructureVersionServiceUtil.getLatestStructureVersion(long structureId)
           
 DDMStructureVersion DDMStructureVersionServiceWrapper.getLatestStructureVersion(long structureId)
           
 DDMStructureVersion DDMStructureVersionLocalService.getStructureVersion(long structureVersionId)
           
 DDMStructureVersion DDMStructureVersionLocalServiceWrapper.getStructureVersion(long structureVersionId)
           
 DDMStructureVersion DDMStructureVersionService.getStructureVersion(long structureVersionId)
           
static DDMStructureVersion DDMStructureVersionLocalServiceUtil.getStructureVersion(long structureVersionId)
           
static DDMStructureVersion DDMStructureVersionServiceUtil.getStructureVersion(long structureVersionId)
           
 DDMStructureVersion DDMStructureVersionServiceWrapper.getStructureVersion(long structureVersionId)
           
 DDMStructureVersion DDMStructureVersionLocalService.getStructureVersion(long structureId, String version)
           
 DDMStructureVersion DDMStructureVersionLocalServiceWrapper.getStructureVersion(long structureId, String version)
           
static DDMStructureVersion DDMStructureVersionLocalServiceUtil.getStructureVersion(long structureId, String version)
           
 DDMStructureVersion DDMStructureVersionLocalService.updateDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Updates the d d m structure version in the database or adds it if it does not yet exist.
 DDMStructureVersion DDMStructureVersionLocalServiceWrapper.updateDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Updates the d d m structure version in the database or adds it if it does not yet exist.
static DDMStructureVersion DDMStructureVersionLocalServiceUtil.updateDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Updates the d d m structure version in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return types with arguments of type DDMStructureVersion
 List<DDMStructureVersion> DDMStructureVersionLocalService.getDDMStructureVersions(int start, int end)
          Returns a range of all the d d m structure versions.
 List<DDMStructureVersion> DDMStructureVersionLocalServiceWrapper.getDDMStructureVersions(int start, int end)
          Returns a range of all the d d m structure versions.
static List<DDMStructureVersion> DDMStructureVersionLocalServiceUtil.getDDMStructureVersions(int start, int end)
          Returns a range of all the d d m structure versions.
 List<DDMStructureVersion> DDMStructureVersionLocalService.getStructureVersions(long structureId)
           
 List<DDMStructureVersion> DDMStructureVersionLocalServiceWrapper.getStructureVersions(long structureId)
           
static List<DDMStructureVersion> DDMStructureVersionLocalServiceUtil.getStructureVersions(long structureId)
           
 List<DDMStructureVersion> DDMStructureVersionLocalService.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 List<DDMStructureVersion> DDMStructureVersionLocalServiceWrapper.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 List<DDMStructureVersion> DDMStructureVersionService.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
static List<DDMStructureVersion> DDMStructureVersionLocalServiceUtil.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
static List<DDMStructureVersion> DDMStructureVersionServiceUtil.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 List<DDMStructureVersion> DDMStructureVersionServiceWrapper.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructureVersion
 DDMStructureVersion DDMStructureVersionLocalService.addDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Adds the d d m structure version to the database.
 DDMStructureVersion DDMStructureVersionLocalServiceWrapper.addDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Adds the d d m structure version to the database.
static DDMStructureVersion DDMStructureVersionLocalServiceUtil.addDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Adds the d d m structure version to the database.
 DDMStructureVersion DDMStructureVersionLocalService.deleteDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Deletes the d d m structure version from the database.
 DDMStructureVersion DDMStructureVersionLocalServiceWrapper.deleteDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Deletes the d d m structure version from the database.
static DDMStructureVersion DDMStructureVersionLocalServiceUtil.deleteDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Deletes the d d m structure version from the database.
 DDMStructureVersion DDMStructureVersionLocalService.updateDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Updates the d d m structure version in the database or adds it if it does not yet exist.
 DDMStructureVersion DDMStructureVersionLocalServiceWrapper.updateDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Updates the d d m structure version in the database or adds it if it does not yet exist.
static DDMStructureVersion DDMStructureVersionLocalServiceUtil.updateDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Updates the d d m structure version in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service with type arguments of type DDMStructureVersion
 List<DDMStructureVersion> DDMStructureVersionLocalService.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 List<DDMStructureVersion> DDMStructureVersionLocalServiceWrapper.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 List<DDMStructureVersion> DDMStructureVersionService.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
static List<DDMStructureVersion> DDMStructureVersionLocalServiceUtil.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
static List<DDMStructureVersion> DDMStructureVersionServiceUtil.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 List<DDMStructureVersion> DDMStructureVersionServiceWrapper.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 

Uses of DDMStructureVersion in com.liferay.portlet.dynamicdatamapping.service.base
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return DDMStructureVersion
 DDMStructureVersion DDMStructureVersionLocalServiceBaseImpl.addDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Adds the d d m structure version to the database.
 DDMStructureVersion DDMStructureVersionLocalServiceBaseImpl.createDDMStructureVersion(long structureVersionId)
          Creates a new d d m structure version with the primary key.
 DDMStructureVersion DDMStructureVersionLocalServiceBaseImpl.deleteDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Deletes the d d m structure version from the database.
 DDMStructureVersion DDMStructureVersionLocalServiceBaseImpl.deleteDDMStructureVersion(long structureVersionId)
          Deletes the d d m structure version with the primary key from the database.
 DDMStructureVersion DDMStructureVersionLocalServiceBaseImpl.fetchDDMStructureVersion(long structureVersionId)
           
 DDMStructureVersion DDMStructureVersionLocalServiceBaseImpl.getDDMStructureVersion(long structureVersionId)
          Returns the d d m structure version with the primary key.
 DDMStructureVersion DDMStructureVersionLocalServiceBaseImpl.updateDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Updates the d d m structure version in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return types with arguments of type DDMStructureVersion
 List<DDMStructureVersion> DDMStructureVersionLocalServiceBaseImpl.getDDMStructureVersions(int start, int end)
          Returns a range of all the d d m structure versions.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base with parameters of type DDMStructureVersion
 DDMStructureVersion DDMStructureVersionLocalServiceBaseImpl.addDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Adds the d d m structure version to the database.
 DDMStructureVersion DDMStructureVersionLocalServiceBaseImpl.deleteDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Deletes the d d m structure version from the database.
 DDMStructureVersion DDMStructureVersionLocalServiceBaseImpl.updateDDMStructureVersion(DDMStructureVersion ddmStructureVersion)
          Updates the d d m structure version in the database or adds it if it does not yet exist.
 

Uses of DDMStructureVersion in com.liferay.portlet.dynamicdatamapping.service.http
 

Methods in com.liferay.portlet.dynamicdatamapping.service.http that return DDMStructureVersion
static DDMStructureVersion DDMStructureVersionServiceHttp.getLatestStructureVersion(HttpPrincipal httpPrincipal, long structureId)
           
static DDMStructureVersion DDMStructureVersionServiceHttp.getStructureVersion(HttpPrincipal httpPrincipal, long structureVersionId)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.http that return types with arguments of type DDMStructureVersion
static List<DDMStructureVersion> DDMStructureVersionServiceHttp.getStructureVersions(HttpPrincipal httpPrincipal, long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.http with type arguments of type DDMStructureVersion
static List<DDMStructureVersion> DDMStructureVersionServiceHttp.getStructureVersions(HttpPrincipal httpPrincipal, long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
static DDMStructureVersionSoap[] DDMStructureVersionServiceSoap.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 

Uses of DDMStructureVersion in com.liferay.portlet.dynamicdatamapping.service.impl
 

Methods in com.liferay.portlet.dynamicdatamapping.service.impl that return DDMStructureVersion
protected  DDMStructureVersion DDMStructureLocalServiceImpl.addStructureVersion(User user, DDMStructure structure, String version, ServiceContext serviceContext)
           
 DDMStructureVersion DDMStructureVersionServiceImpl.getLatestStructureVersion(long structureId)
           
 DDMStructureVersion DDMStructureVersionLocalServiceImpl.getLatestStructureVersion(long structureId)
           
 DDMStructureVersion DDMStructureVersionServiceImpl.getStructureVersion(long structureVersionId)
           
 DDMStructureVersion DDMStructureVersionLocalServiceImpl.getStructureVersion(long structureVersionId)
           
 DDMStructureVersion DDMStructureVersionLocalServiceImpl.getStructureVersion(long structureId, String version)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.impl that return types with arguments of type DDMStructureVersion
 List<DDMStructureVersion> DDMStructureVersionLocalServiceImpl.getStructureVersions(long structureId)
           
 List<DDMStructureVersion> DDMStructureVersionServiceImpl.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 List<DDMStructureVersion> DDMStructureVersionLocalServiceImpl.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.impl with type arguments of type DDMStructureVersion
 List<DDMStructureVersion> DDMStructureVersionServiceImpl.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 List<DDMStructureVersion> DDMStructureVersionLocalServiceImpl.getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 

Uses of DDMStructureVersion in com.liferay.portlet.dynamicdatamapping.service.persistence
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMStructureVersion
 DDMStructureVersion DDMStructureVersionPersistence.create(long structureVersionId)
          Creates a new d d m structure version with the primary key.
static DDMStructureVersion DDMStructureVersionUtil.create(long structureVersionId)
          Creates a new d d m structure version with the primary key.
 DDMStructureVersion DDMStructureVersionPersistence.fetchByPrimaryKey(long structureVersionId)
          Returns the d d m structure version with the primary key or returns null if it could not be found.
static DDMStructureVersion DDMStructureVersionUtil.fetchByPrimaryKey(long structureVersionId)
          Returns the d d m structure version with the primary key or returns null if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistence.fetchByS_S_First(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ? and status = ?.
static DDMStructureVersion DDMStructureVersionUtil.fetchByS_S_First(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistence.fetchByS_S_Last(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ? and status = ?.
static DDMStructureVersion DDMStructureVersionUtil.fetchByS_S_Last(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistence.fetchByS_V(long structureId, String version)
          Returns the d d m structure version where structureId = ? and version = ? or returns null if it could not be found.
static DDMStructureVersion DDMStructureVersionUtil.fetchByS_V(long structureId, String version)
          Returns the d d m structure version where structureId = ? and version = ? or returns null if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistence.fetchByS_V(long structureId, String version, boolean retrieveFromCache)
          Returns the d d m structure version where structureId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
static DDMStructureVersion DDMStructureVersionUtil.fetchByS_V(long structureId, String version, boolean retrieveFromCache)
          Returns the d d m structure version where structureId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
 DDMStructureVersion DDMStructureVersionPersistence.fetchByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
static DDMStructureVersion DDMStructureVersionUtil.fetchByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistence.fetchByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
static DDMStructureVersion DDMStructureVersionUtil.fetchByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistence.findByPrimaryKey(long structureVersionId)
          Returns the d d m structure version with the primary key or throws a NoSuchStructureVersionException if it could not be found.
static DDMStructureVersion DDMStructureVersionUtil.findByPrimaryKey(long structureVersionId)
          Returns the d d m structure version with the primary key or throws a NoSuchStructureVersionException if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistence.findByS_S_First(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ? and status = ?.
static DDMStructureVersion DDMStructureVersionUtil.findByS_S_First(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistence.findByS_S_Last(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ? and status = ?.
static DDMStructureVersion DDMStructureVersionUtil.findByS_S_Last(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion[] DDMStructureVersionPersistence.findByS_S_PrevAndNext(long structureVersionId, long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ? and status = ?.
static DDMStructureVersion[] DDMStructureVersionUtil.findByS_S_PrevAndNext(long structureVersionId, long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistence.findByS_V(long structureId, String version)
          Returns the d d m structure version where structureId = ? and version = ? or throws a NoSuchStructureVersionException if it could not be found.
static DDMStructureVersion DDMStructureVersionUtil.findByS_V(long structureId, String version)
          Returns the d d m structure version where structureId = ? and version = ? or throws a NoSuchStructureVersionException if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistence.findByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
static DDMStructureVersion DDMStructureVersionUtil.findByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistence.findByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
static DDMStructureVersion DDMStructureVersionUtil.findByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion[] DDMStructureVersionPersistence.findByStructureId_PrevAndNext(long structureVersionId, long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ?.
static DDMStructureVersion[] DDMStructureVersionUtil.findByStructureId_PrevAndNext(long structureVersionId, long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistence.remove(long structureVersionId)
          Removes the d d m structure version with the primary key from the database.
static DDMStructureVersion DDMStructureVersionUtil.remove(long structureVersionId)
          Removes the d d m structure version with the primary key from the database.
 DDMStructureVersion DDMStructureVersionPersistence.removeByS_V(long structureId, String version)
          Removes the d d m structure version where structureId = ? and version = ? from the database.
static DDMStructureVersion DDMStructureVersionUtil.removeByS_V(long structureId, String version)
          Removes the d d m structure version where structureId = ? and version = ? from the database.
static DDMStructureVersion DDMStructureVersionUtil.update(DDMStructureVersion ddmStructureVersion)
           
static DDMStructureVersion DDMStructureVersionUtil.update(DDMStructureVersion ddmStructureVersion, ServiceContext serviceContext)
           
 DDMStructureVersion DDMStructureVersionPersistence.updateImpl(DDMStructureVersion ddmStructureVersion)
           
static DDMStructureVersion DDMStructureVersionUtil.updateImpl(DDMStructureVersion ddmStructureVersion)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DDMStructureVersion
 Map<Serializable,DDMStructureVersion> DDMStructureVersionPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,DDMStructureVersion> DDMStructureVersionUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<DDMStructureVersion> DDMStructureVersionPersistence.findAll()
          Returns all the d d m structure versions.
static List<DDMStructureVersion> DDMStructureVersionUtil.findAll()
          Returns all the d d m structure versions.
 List<DDMStructureVersion> DDMStructureVersionPersistence.findAll(int start, int end)
          Returns a range of all the d d m structure versions.
static List<DDMStructureVersion> DDMStructureVersionUtil.findAll(int start, int end)
          Returns a range of all the d d m structure versions.
 List<DDMStructureVersion> DDMStructureVersionPersistence.findAll(int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions.
static List<DDMStructureVersion> DDMStructureVersionUtil.findAll(int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions.
 List<DDMStructureVersion> DDMStructureVersionPersistence.findByS_S(long structureId, int status)
          Returns all the d d m structure versions where structureId = ? and status = ?.
static List<DDMStructureVersion> DDMStructureVersionUtil.findByS_S(long structureId, int status)
          Returns all the d d m structure versions where structureId = ? and status = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistence.findByS_S(long structureId, int status, int start, int end)
          Returns a range of all the d d m structure versions where structureId = ? and status = ?.
static List<DDMStructureVersion> DDMStructureVersionUtil.findByS_S(long structureId, int status, int start, int end)
          Returns a range of all the d d m structure versions where structureId = ? and status = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistence.findByS_S(long structureId, int status, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions where structureId = ? and status = ?.
static List<DDMStructureVersion> DDMStructureVersionUtil.findByS_S(long structureId, int status, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions where structureId = ? and status = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistence.findByStructureId(long structureId)
          Returns all the d d m structure versions where structureId = ?.
static List<DDMStructureVersion> DDMStructureVersionUtil.findByStructureId(long structureId)
          Returns all the d d m structure versions where structureId = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistence.findByStructureId(long structureId, int start, int end)
          Returns a range of all the d d m structure versions where structureId = ?.
static List<DDMStructureVersion> DDMStructureVersionUtil.findByStructureId(long structureId, int start, int end)
          Returns a range of all the d d m structure versions where structureId = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistence.findByStructureId(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions where structureId = ?.
static List<DDMStructureVersion> DDMStructureVersionUtil.findByStructureId(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions where structureId = ?.
static List<DDMStructureVersion> DDMStructureVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DDMStructureVersion> DDMStructureVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DDMStructureVersion> DDMStructureVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMStructureVersion
 void DDMStructureVersionPersistence.cacheResult(DDMStructureVersion ddmStructureVersion)
          Caches the d d m structure version in the entity cache if it is enabled.
static void DDMStructureVersionUtil.cacheResult(DDMStructureVersion ddmStructureVersion)
          Caches the d d m structure version in the entity cache if it is enabled.
static void DDMStructureVersionUtil.clearCache(DDMStructureVersion ddmStructureVersion)
           
static DDMStructureVersion DDMStructureVersionUtil.update(DDMStructureVersion ddmStructureVersion)
           
static DDMStructureVersion DDMStructureVersionUtil.update(DDMStructureVersion ddmStructureVersion, ServiceContext serviceContext)
           
 DDMStructureVersion DDMStructureVersionPersistence.updateImpl(DDMStructureVersion ddmStructureVersion)
           
static DDMStructureVersion DDMStructureVersionUtil.updateImpl(DDMStructureVersion ddmStructureVersion)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type DDMStructureVersion
 void DDMStructureVersionPersistence.cacheResult(List<DDMStructureVersion> ddmStructureVersions)
          Caches the d d m structure versions in the entity cache if it is enabled.
static void DDMStructureVersionUtil.cacheResult(List<DDMStructureVersion> ddmStructureVersions)
          Caches the d d m structure versions in the entity cache if it is enabled.
 DDMStructureVersion DDMStructureVersionPersistence.fetchByS_S_First(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ? and status = ?.
static DDMStructureVersion DDMStructureVersionUtil.fetchByS_S_First(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistence.fetchByS_S_Last(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ? and status = ?.
static DDMStructureVersion DDMStructureVersionUtil.fetchByS_S_Last(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistence.fetchByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
static DDMStructureVersion DDMStructureVersionUtil.fetchByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistence.fetchByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
static DDMStructureVersion DDMStructureVersionUtil.fetchByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistence.findAll(int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions.
static List<DDMStructureVersion> DDMStructureVersionUtil.findAll(int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions.
 DDMStructureVersion DDMStructureVersionPersistence.findByS_S_First(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ? and status = ?.
static DDMStructureVersion DDMStructureVersionUtil.findByS_S_First(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistence.findByS_S_Last(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ? and status = ?.
static DDMStructureVersion DDMStructureVersionUtil.findByS_S_Last(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion[] DDMStructureVersionPersistence.findByS_S_PrevAndNext(long structureVersionId, long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ? and status = ?.
static DDMStructureVersion[] DDMStructureVersionUtil.findByS_S_PrevAndNext(long structureVersionId, long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ? and status = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistence.findByS_S(long structureId, int status, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions where structureId = ? and status = ?.
static List<DDMStructureVersion> DDMStructureVersionUtil.findByS_S(long structureId, int status, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistence.findByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
static DDMStructureVersion DDMStructureVersionUtil.findByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistence.findByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
static DDMStructureVersion DDMStructureVersionUtil.findByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion[] DDMStructureVersionPersistence.findByStructureId_PrevAndNext(long structureVersionId, long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ?.
static DDMStructureVersion[] DDMStructureVersionUtil.findByStructureId_PrevAndNext(long structureVersionId, long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistence.findByStructureId(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions where structureId = ?.
static List<DDMStructureVersion> DDMStructureVersionUtil.findByStructureId(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions where structureId = ?.
static List<DDMStructureVersion> DDMStructureVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
           
 

Uses of DDMStructureVersion in com.liferay.portlet.dynamicdatamapping.service.persistence.impl
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence.impl that return DDMStructureVersion
 DDMStructureVersion DDMStructureVersionPersistenceImpl.create(long structureVersionId)
          Creates a new d d m structure version with the primary key.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.fetchByPrimaryKey(long structureVersionId)
          Returns the d d m structure version with the primary key or returns null if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the d d m structure version with the primary key or returns null if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.fetchByS_S_First(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.fetchByS_S_Last(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.fetchByS_V(long structureId, String version)
          Returns the d d m structure version where structureId = ? and version = ? or returns null if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.fetchByS_V(long structureId, String version, boolean retrieveFromCache)
          Returns the d d m structure version where structureId = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.fetchByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.fetchByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByPrimaryKey(long structureVersionId)
          Returns the d d m structure version with the primary key or throws a NoSuchStructureVersionException if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d m structure version with the primary key or throws a NoSuchModelException if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByS_S_First(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByS_S_Last(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion[] DDMStructureVersionPersistenceImpl.findByS_S_PrevAndNext(long structureVersionId, long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByS_V(long structureId, String version)
          Returns the d d m structure version where structureId = ? and version = ? or throws a NoSuchStructureVersionException if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion[] DDMStructureVersionPersistenceImpl.findByStructureId_PrevAndNext(long structureVersionId, long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ?.
protected  DDMStructureVersion DDMStructureVersionPersistenceImpl.getByS_S_PrevAndNext(Session session, DDMStructureVersion ddmStructureVersion, long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator, boolean previous)
           
protected  DDMStructureVersion DDMStructureVersionPersistenceImpl.getByStructureId_PrevAndNext(Session session, DDMStructureVersion ddmStructureVersion, long structureId, OrderByComparator<DDMStructureVersion> orderByComparator, boolean previous)
           
 DDMStructureVersion DDMStructureVersionPersistenceImpl.remove(long structureVersionId)
          Removes the d d m structure version with the primary key from the database.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.remove(Serializable primaryKey)
          Removes the d d m structure version with the primary key from the database.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.removeByS_V(long structureId, String version)
          Removes the d d m structure version where structureId = ? and version = ? from the database.
protected  DDMStructureVersion DDMStructureVersionPersistenceImpl.removeImpl(DDMStructureVersion ddmStructureVersion)
           
protected  DDMStructureVersion DDMStructureVersionPersistenceImpl.toUnwrappedModel(DDMStructureVersion ddmStructureVersion)
           
 DDMStructureVersion DDMStructureVersionPersistenceImpl.updateImpl(DDMStructureVersion ddmStructureVersion)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence.impl that return types with arguments of type DDMStructureVersion
 Map<Serializable,DDMStructureVersion> DDMStructureVersionPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<DDMStructureVersion> DDMStructureVersionPersistenceImpl.findAll()
          Returns all the d d m structure versions.
 List<DDMStructureVersion> DDMStructureVersionPersistenceImpl.findAll(int start, int end)
          Returns a range of all the d d m structure versions.
 List<DDMStructureVersion> DDMStructureVersionPersistenceImpl.findAll(int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions.
 List<DDMStructureVersion> DDMStructureVersionPersistenceImpl.findByS_S(long structureId, int status)
          Returns all the d d m structure versions where structureId = ? and status = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistenceImpl.findByS_S(long structureId, int status, int start, int end)
          Returns a range of all the d d m structure versions where structureId = ? and status = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistenceImpl.findByS_S(long structureId, int status, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions where structureId = ? and status = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistenceImpl.findByStructureId(long structureId)
          Returns all the d d m structure versions where structureId = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistenceImpl.findByStructureId(long structureId, int start, int end)
          Returns a range of all the d d m structure versions where structureId = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistenceImpl.findByStructureId(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions where structureId = ?.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence.impl with parameters of type DDMStructureVersion
 void DDMStructureVersionPersistenceImpl.cacheResult(DDMStructureVersion ddmStructureVersion)
          Caches the d d m structure version in the entity cache if it is enabled.
protected  void DDMStructureVersionPersistenceImpl.cacheUniqueFindersCache(DDMStructureVersion ddmStructureVersion)
           
 void DDMStructureVersionPersistenceImpl.clearCache(DDMStructureVersion ddmStructureVersion)
          Clears the cache for the d d m structure version.
protected  void DDMStructureVersionPersistenceImpl.clearUniqueFindersCache(DDMStructureVersion ddmStructureVersion)
           
protected  DDMStructureVersion DDMStructureVersionPersistenceImpl.getByS_S_PrevAndNext(Session session, DDMStructureVersion ddmStructureVersion, long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator, boolean previous)
           
protected  DDMStructureVersion DDMStructureVersionPersistenceImpl.getByStructureId_PrevAndNext(Session session, DDMStructureVersion ddmStructureVersion, long structureId, OrderByComparator<DDMStructureVersion> orderByComparator, boolean previous)
           
protected  DDMStructureVersion DDMStructureVersionPersistenceImpl.removeImpl(DDMStructureVersion ddmStructureVersion)
           
protected  DDMStructureVersion DDMStructureVersionPersistenceImpl.toUnwrappedModel(DDMStructureVersion ddmStructureVersion)
           
 DDMStructureVersion DDMStructureVersionPersistenceImpl.updateImpl(DDMStructureVersion ddmStructureVersion)
           
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence.impl with type arguments of type DDMStructureVersion
 void DDMStructureVersionPersistenceImpl.cacheResult(List<DDMStructureVersion> ddmStructureVersions)
          Caches the d d m structure versions in the entity cache if it is enabled.
 void DDMStructureVersionPersistenceImpl.clearCache(List<DDMStructureVersion> ddmStructureVersions)
           
 DDMStructureVersion DDMStructureVersionPersistenceImpl.fetchByS_S_First(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.fetchByS_S_Last(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.fetchByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.fetchByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistenceImpl.findAll(int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByS_S_First(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByS_S_Last(long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ? and status = ?.
 DDMStructureVersion[] DDMStructureVersionPersistenceImpl.findByS_S_PrevAndNext(long structureVersionId, long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ? and status = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistenceImpl.findByS_S(long structureId, int status, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions where structureId = ? and status = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion[] DDMStructureVersionPersistenceImpl.findByStructureId_PrevAndNext(long structureVersionId, long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ?.
 List<DDMStructureVersion> DDMStructureVersionPersistenceImpl.findByStructureId(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns an ordered range of all the d d m structure versions where structureId = ?.
protected  DDMStructureVersion DDMStructureVersionPersistenceImpl.getByS_S_PrevAndNext(Session session, DDMStructureVersion ddmStructureVersion, long structureId, int status, OrderByComparator<DDMStructureVersion> orderByComparator, boolean previous)
           
protected  DDMStructureVersion DDMStructureVersionPersistenceImpl.getByStructureId_PrevAndNext(Session session, DDMStructureVersion ddmStructureVersion, long structureId, OrderByComparator<DDMStructureVersion> orderByComparator, boolean previous)
           
 

Uses of DDMStructureVersion in com.liferay.portlet.dynamicdatamapping.util
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMStructureVersion
 JSONArray DDM.getDDMFormFieldsJSONArray(DDMStructureVersion ddmStructureVersion, String script)
           
static JSONArray DDMUtil.getDDMFormFieldsJSONArray(DDMStructureVersion ddmStructureVersion, String script)
           
 JSONArray DDMImpl.getDDMFormFieldsJSONArray(DDMStructureVersion ddmStructureVersion, String script)
           
 

Uses of DDMStructureVersion in com.liferay.portlet.dynamicdatamapping.util.comparator
 

Methods in com.liferay.portlet.dynamicdatamapping.util.comparator with parameters of type DDMStructureVersion
 int StructureVersionVersionComparator.compare(DDMStructureVersion structureVersion1, DDMStructureVersion structureVersion2)
           
 


Liferay 7.0-ce-m6