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

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

Uses of Lookup in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return Lookup
 Lookup LookupDao.getDefaultLookupForType(java.lang.Integer typeId)
           
 Lookup LookupDao.getLookup(java.lang.Integer lookupId)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type Lookup
 java.util.List<Lookup> LookupDao.getLookupList(java.lang.Integer type)
           
 java.util.List<Lookup> LookupDao.getLookupList(java.lang.Integer typeId, boolean onlyActive)
           
 java.util.Collection<Lookup> LookupDao.getLookups(java.util.Collection<java.lang.Integer> lookupIds)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type Lookup
 void LookupDao.deactivateLookup(Lookup lookup)
           
 void LookupDao.deleteLookup(Lookup lookup)
           
 void DocumentDao.replaceLookupById(java.lang.Integer origionalLookupId, Lookup newLookup)
           
 void LookupDao.saveLookup(Lookup lookup)
           
 

Method parameters in com.jamasoftware.contour.dao with type arguments of type Lookup
 void LookupDao.deleteLookupList(java.util.List<Lookup> lookupList)
           
 void LookupDao.saveLookupList(java.util.List<Lookup> lookups)
           
 

Uses of Lookup in com.jamasoftware.contour.domain
 

Methods in com.jamasoftware.contour.domain that return Lookup
 Lookup Document_Document.getAssociationType()
           
 Lookup Estimate.getEstimateType()
          Deprecated.  
 Lookup Document.getLookup1()
           
 Lookup Document.getLookup10()
           
 Lookup Document.getLookup2()
           
 Lookup Document.getLookup3()
           
 Lookup Document.getLookup4()
           
 Lookup Document.getLookup5()
           
 Lookup Document.getLookup6()
           
 Lookup Document.getLookup7()
           
 Lookup Document.getLookup8()
           
 Lookup Document.getLookup9()
           
 Lookup Document.getPriority()
           
 Lookup Document.getStatus()
           
 Lookup Document_Document.getStatus()
           
 Lookup TestResult.getTestConfiguration()
           
 

Methods in com.jamasoftware.contour.domain with parameters of type Lookup
 int Lookup.compareTo(Lookup l)
           
 void Document_Document.setAssociationType(Lookup associationType)
           
 void Estimate.setEstimateType(Lookup estimateType)
          Deprecated.  
 void Document.setLookup1(Lookup lookup1)
           
 void Document.setLookup10(Lookup lookup10)
           
 void Document.setLookup2(Lookup lookup2)
           
 void Document.setLookup3(Lookup lookup3)
           
 void Document.setLookup4(Lookup lookup4)
           
 void Document.setLookup5(Lookup lookup5)
           
 void Document.setLookup6(Lookup lookup6)
           
 void Document.setLookup7(Lookup lookup7)
           
 void Document.setLookup8(Lookup lookup8)
           
 void Document.setLookup9(Lookup lookup9)
           
 void Document.setPriority(Lookup priority)
           
 void Document.setStatus(Lookup status)
           
 void Document_Document.setStatus(Lookup status)
           
 void TestResult.setTestConfiguration(Lookup testCaseStatus)
           
 



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