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

Packages that use Signature
com.jamasoftware.contour.dao   
 

Uses of Signature in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return Signature
 Signature SignatureDao.getLatestSignatureForUserAndScopeRef(java.lang.Integer userId, java.lang.Integer scopeId, java.lang.Integer refId, boolean includeRevoked)
          Gets the latest Signature(by DomainObjectSupport.getCreatedDate()) for a given scope/ref and user.
 Signature SignatureDao.saveSignature(Signature signature)
          Persists a Signature.
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type Signature
 java.util.Collection<Signature> SignatureDao.getLatestSignaturesForUsersAndScopeRef(java.util.List<java.lang.Integer> userIds, java.lang.Integer scopeId, java.lang.Integer refId, boolean includeRevoked)
          Obtains the latest Signature (by DomainObjectSupport.getCreatedDate()) for each user for the given scope and ref.
 java.util.List<Signature> BaseLineDao.getSignaturesForBaseLine(java.lang.Integer baselineId)
          Gets the signatures associated with a BaseLine (and any signatures associated with a Revision that uses the BaseLine.
 java.util.List<Signature> SignatureDao.getSignaturesForScopeRef(java.lang.Integer scopeId, java.lang.Integer refId, boolean includeRevoked)
          Gets Signatures for a given scope/ref
 

Methods in com.jamasoftware.contour.dao with parameters of type Signature
 void SignatureDao.deleteSignature(Signature signature)
          Deletes a Signature permanently
 Signature SignatureDao.saveSignature(Signature signature)
          Persists a Signature.
 



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