Deprecated API


Contents
Deprecated Classes
com.jamasoftware.contour.domain.AclObject
          replaced by AclPermission Entry 
com.jamasoftware.contour.domain.AclPermission
          replaced by AclPermission Entry 
com.jamasoftware.contour.domain.DistributionGroup
           
com.jamasoftware.contour.domain.Estimate
            
com.jamasoftware.contour.domain.GlossaryItem
            
 

Deprecated Methods
com.jamasoftware.contour.domain.Signature.getBaseLineDEPRECATED()
            
com.jamasoftware.contour.domain.DocumentType.getCategoryDEPRECATED()
          Use DocumentType.getCategory() 
com.jamasoftware.contour.domain.DocumentType.getDefaultDisplayDEPRECATED()
          Use DocumentType.getDisplay() 
com.jamasoftware.contour.domain.DocumentType.getDefaultDisplayPluralDEPRECATED()
          Use DocumentType.getDisplayPlural() 
com.jamasoftware.contour.domain.DocumentType.getDefaultPrefixDEPRECATED()
          Use #getPrefix() 
com.jamasoftware.contour.domain.DocumentGroup.getDescriptionDEPRECATED()
          Information moved to DocumentType 
com.jamasoftware.contour.domain.DocumentGroup.getDisplayDEPRECATED()
          Information moved to DocumentType 
com.jamasoftware.contour.domain.DocumentGroup.getDisplayPluralDEPRECATED()
          Information moved to DocumentType 
com.jamasoftware.contour.dao.DocumentDao.getDocumentByNameAndGroup(String, Integer)
          The document.getDocumentGroup relationship is deprecated, so this service method doesn't make sense to use. 
com.jamasoftware.contour.dao.DocumentGroupDao.getDocumentGroupByName(String, Integer)
          Don't use this method anymore. DocumentType has the name attribute now (actually it is called "display") 
com.jamasoftware.contour.domain.Document.getDocumentGroupDEPRECATED()
          DocumentGroup only used as lookup now. Use ContourItem.getDocumentType() 
com.jamasoftware.contour.domain.Filter.getDocumentGroupDEPRECATED()
          Filters have type and project instead of group 
com.jamasoftware.contour.domain.EventEntry.getDocumentGroupDEPRECATED()
           
com.jamasoftware.contour.domain.Document.getGlobalSortOrderDEPRECATED()
          Use DocumentNode for hierarchical data 
com.jamasoftware.contour.domain.DocumentGroup.getImageDEPRECATED()
          Information moved to DocumentType 
com.jamasoftware.contour.domain.Document.getIndentDEPRECATED()
          Use DocumentNode for hierarchical data 
com.jamasoftware.contour.domain.Document.getIsFolderDEPRECATED()
          Use folder determined by DocumentType#isFolderType(DocumentType) 
com.jamasoftware.contour.domain.DocumentGroup.getKeySeperatorDEPRECATED()
          Information moved to DocumentType 
com.jamasoftware.contour.domain.DocumentType.getNameDEPRECATED()
          Name has been replaced by display 
com.jamasoftware.contour.domain.Document.getParentDEPRECATED()
          Use DocumentNode for hierarchical data 
com.jamasoftware.contour.domain.DocumentGroup.getPrefixDEPRECATED()
          Information moved to DocumentType 
com.jamasoftware.contour.domain.Document.getSequenceDEPRECATED()
          Use DocumentNode for hierarchical data 
com.jamasoftware.contour.domain.DocumentGroup.getSequenceNumberDEPRECATED()
          Information moved to DocumentType 
com.jamasoftware.contour.domain.Document.getSortOrderDEPRECATED()
          Use DocumentNode for hierarchical data 
com.jamasoftware.contour.domain.DocumentType.setCategoryDEPRECATED(Integer)
          Use DocumentType.setCategory(DocumentTypeCategory) 
com.jamasoftware.contour.domain.DocumentType.setDefaultDisplayDEPRECATED(String)
          Use DocumentType.setDisplay(String) 
com.jamasoftware.contour.domain.DocumentType.setDefaultDisplayPluralDEPRECATED(String)
          Use DocumentType.setDisplayPlural(String) 
com.jamasoftware.contour.domain.DocumentType.setDefaultPrefixDEPRECATED(String)
          Use #setPrefix(String) 
com.jamasoftware.contour.domain.DocumentGroup.setDescriptionDEPRECATED(String)
          Information moved to DocumentType 
com.jamasoftware.contour.domain.DocumentGroup.setDisplayDEPRECATED(String)
          Information moved to DocumentType 
com.jamasoftware.contour.domain.DocumentGroup.setDisplayPluralDEPRECATED(String)
          Information moved to DocumentType 
com.jamasoftware.contour.domain.Document.setDocumentGroupDEPRECATED(DocumentGroup)
          DocumentGroup only used as lookup now. Use ContourItem.setDocumentType(DocumentType) 
com.jamasoftware.contour.domain.Filter.setDocumentGroupDEPRECATED(DocumentGroup)
          Filters have type and project instead of group 
com.jamasoftware.contour.domain.EventEntry.setDocumentGroupDEPRECATED(DocumentGroup)
           
com.jamasoftware.contour.domain.Document.setGlobalSortOrderDEPRECATED(Integer)
          Use DocumentNode for hierarchical data 
com.jamasoftware.contour.domain.DocumentGroup.setImageDEPRECATED(String)
          Information moved to DocumentType 
com.jamasoftware.contour.domain.Document.setIndentDEPRECATED(Integer)
          Use DocumentNode for hierarchical data 
com.jamasoftware.contour.domain.Document.setIsFolderDEPRECATED(Boolean)
          Use folder determined by DocumentType#isFolderType(DocumentType) 
com.jamasoftware.contour.domain.DocumentGroup.setKeySeperatorDEPRECATED(String)
          Information moved to DocumentType 
com.jamasoftware.contour.domain.DocumentType.setNameDEPRECATED(String)
          Name has been replaced by display 
com.jamasoftware.contour.domain.Document.setParentDEPRECATED(Integer)
          Use DocumentNode for hierarchical data 
com.jamasoftware.contour.domain.DocumentGroup.setPrefixDEPRECATED(String)
          Information moved to DocumentType 
com.jamasoftware.contour.domain.Document.setSequenceDEPRECATED(String)
          Use DocumentNode for hierarchical data 
com.jamasoftware.contour.domain.DocumentGroup.setSequenceNumberDEPRECATED(Integer)
          Information moved to DocumentType 
com.jamasoftware.contour.domain.Document.setSortOrderDEPRECATED(Integer)
          Use DocumentNode for hierarchical data 
 



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