Uses of Class
com.jamasoftware.contour.domain.Version

Packages that use Version
com.jamasoftware.contour.dao   
com.jamasoftware.contour.domain Classes for domain objects. 
com.jamasoftware.contour.domain.comparator   
com.jamasoftware.contour.review.domain Classes for review center domain objects. 
 

Uses of Version in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return Version
 Version VersionDao.getPreviousVersion(java.lang.Integer documentId)
           
 Version VersionDao.getVersion(java.lang.Integer versionId)
           
 Version VersionDao.getVersionByDocAndVersionNumber(java.lang.Integer docId, java.lang.Integer versionNumber)
           
 Version VersionDao.getVersionByDocumentId(java.lang.Integer documentId)
           
 Version VersionDao.getVersionFromDocument(java.lang.Integer documentId)
           
 Version VersionDao.getVersionFullyInitialized(java.lang.Integer versionId)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type Version
 java.util.List<Version> VersionDao.getAllVersionsAssociatedWithDocumentId(java.lang.Integer documentId)
           
 java.util.List<Version> VersionDao.getAllVersionsByDocumentId(java.lang.Integer documentId)
           
 com.jamasoftware.contour.util.db.IterablePagedResult<Version> VersionDao.getVersionIteratorForBaseline(java.lang.Integer baselineId, int pageSize, boolean clearPage)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type Version
 void VersionDao.deleteVersion(Version version)
           
 void DocumentNodeDao.repointBaselinedNodes(Version version)
          Updates pointers that pointed at the origin document of the given version and re-points them to the versioned document.
 void VersionDao.saveVersion(Version version)
           
 

Uses of Version in com.jamasoftware.contour.domain
 

Fields in com.jamasoftware.contour.domain with type parameters of type Version
protected  java.util.List<Version> ContourItem.versions
           
 

Methods in com.jamasoftware.contour.domain that return Version
 Version ContourItem.getCurrentVersion()
           
 Version ChangeRequestAssociation.getVersionEnd()
           
 Version ChangeRequestAssociation.getVersionStart()
           
 

Methods in com.jamasoftware.contour.domain that return types with arguments of type Version
 java.util.Set<Version> BaseLine.getVersions()
           
 java.util.List<Version> ContourItem.getVersions()
           
 

Methods in com.jamasoftware.contour.domain with parameters of type Version
 void ContourItem.addDocumentVersion(Version version)
           
 void ChangeRequestAssociation.setVersionEnd(Version versionEnd)
           
 void ChangeRequestAssociation.setVersionStart(Version versionStart)
           
 

Method parameters in com.jamasoftware.contour.domain with type arguments of type Version
 void ContourItem.setVersions(java.util.List<Version> versions)
           
 void BaseLine.setVersions(java.util.Set<Version> versions)
           
 

Uses of Version in com.jamasoftware.contour.domain.comparator
 

Methods in com.jamasoftware.contour.domain.comparator with parameters of type Version
 int VersionDateComparator.compare(Version r1, Version r2)
           
 

Uses of Version in com.jamasoftware.contour.review.domain
 

Methods in com.jamasoftware.contour.review.domain that return Version
 Version Revision_Item.getVersion()
           
 

Methods in com.jamasoftware.contour.review.domain with parameters of type Version
 void Revision_Item.setVersion(Version version)
           
 

Constructors in com.jamasoftware.contour.review.domain with parameters of type Version
Revision_Item(Revision revision, Version version)
           
 



Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.