Package | Description |
---|---|
com.jamasoftware.contour.api.domain | |
com.jamasoftware.contour.dao | |
com.jamasoftware.contour.dao.hibernate | |
com.jamasoftware.contour.domain |
Classes for domain objects.
|
Modifier and Type | Method and Description |
---|---|
Set<DocumentCustomFieldValue> |
ContourItem.getCustomFields() |
Modifier and Type | Method and Description |
---|---|
void |
ContourItem.setCustomFields(Set<DocumentCustomFieldValue> customFields) |
Modifier and Type | Method and Description |
---|---|
DocumentCustomFieldValue |
ContourItemDao.getCustomFieldValueById(Integer customFieldValueId) |
Modifier and Type | Method and Description |
---|---|
void |
ContourItemDao.saveCustomField(DocumentCustomFieldValue customField) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentDao.deleteCustomFields(Collection<DocumentCustomFieldValue> customFieldValues) |
Modifier and Type | Method and Description |
---|---|
DocumentCustomFieldValue |
HibContourItemDaoImpl.getCustomFieldValueById(Integer customFieldValueId) |
Modifier and Type | Method and Description |
---|---|
List<DocumentCustomFieldValue> |
HibDocumentDaoImpl.replaceCustomLookupById(Integer originalLookupId,
Lookup newLookup,
DocumentField dField) |
Modifier and Type | Method and Description |
---|---|
void |
HibContourItemDaoImpl.saveCustomField(DocumentCustomFieldValue customField) |
Modifier and Type | Method and Description |
---|---|
void |
HibDocumentDaoImpl.deleteCustomFields(Collection<DocumentCustomFieldValue> customFieldValues) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentCustomFieldValueImpl
Custom Field Value.
|
Modifier and Type | Method and Description |
---|---|
Set<DocumentCustomFieldValue> |
ContourItemImpl.getCustomFields() |
Modifier and Type | Method and Description |
---|---|
void |
ContourItemImpl.setCustomFields(Set<DocumentCustomFieldValue> customFields) |
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.