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

Packages that use Release
com.jamasoftware.contour.dao   
com.jamasoftware.contour.domain Classes for domain objects. 
 

Uses of Release in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return Release
 Release ReleaseDao.getRelease(java.lang.Integer releaseId)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type Release
 java.util.List<Release> ReleaseDao.getReleaseList(java.lang.Integer type, boolean activeOnly, boolean includeArchived)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type Release
 void ReleaseDao.archiveRelease(Release release, boolean archive)
           
 void ReleaseDao.deactivateRelease(Release release)
           
 void ReleaseDao.deleteRelease(Release release)
           
 void ReleaseDao.saveRelease(Release release)
           
 

Uses of Release in com.jamasoftware.contour.domain
 

Methods in com.jamasoftware.contour.domain that return Release
 Release Document.getRelease()
           
 Release Document.getRelease1()
           
 Release Document.getRelease2()
           
 

Methods in com.jamasoftware.contour.domain with parameters of type Release
 void Document.setRelease(Release release)
           
 void Document.setRelease1(Release release1)
           
 void Document.setRelease2(Release release2)
           
 



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