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

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

Uses of DocumentCustomFieldValue in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return DocumentCustomFieldValue
 DocumentCustomFieldValue ContourItemDao.getCustomFieldValueById(java.lang.Integer customFieldValueId)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type DocumentCustomFieldValue
 void ContourItemDao.saveCustomField(DocumentCustomFieldValue customField)
           
 

Uses of DocumentCustomFieldValue in com.jamasoftware.contour.domain
 

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

Methods in com.jamasoftware.contour.domain that return types with arguments of type DocumentCustomFieldValue
 java.util.List<DocumentCustomFieldValue> ContourItem.getCustomFields()
           
 

Method parameters in com.jamasoftware.contour.domain with type arguments of type DocumentCustomFieldValue
 void ContourItem.setCustomFields(java.util.List<DocumentCustomFieldValue> customFields)
           
 



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