|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomFieldValue | |
|---|---|
| org.squashtest.tm.domain.customfield | |
| org.squashtest.tm.domain.denormalizedfield | |
| org.squashtest.tm.exception.customfield | |
| Uses of CustomFieldValue in org.squashtest.tm.domain.customfield |
|---|
| Methods in org.squashtest.tm.domain.customfield that return CustomFieldValue | |
|---|---|
CustomFieldValue |
CustomFieldValue.copy()
|
CustomFieldValue |
CustomFieldBinding.createNewValue()
|
| Methods in org.squashtest.tm.domain.customfield with parameters of type CustomFieldValue | |
|---|---|
boolean |
CustomFieldValue.representsSameBinding(CustomFieldValue otherValue)
|
boolean |
CustomFieldValue.representsSameCustomField(CustomFieldValue otherValue)
|
| Uses of CustomFieldValue in org.squashtest.tm.domain.denormalizedfield |
|---|
| Methods in org.squashtest.tm.domain.denormalizedfield that return CustomFieldValue | |
|---|---|
CustomFieldValue |
DenormalizedFieldValue.getCustomFieldValue()
|
| Constructors in org.squashtest.tm.domain.denormalizedfield with parameters of type CustomFieldValue | |
|---|---|
DenormalizedFieldValue(CustomFieldValue customFieldValue,
int newBindingPosition,
Long denormalizedFieldHolderId,
DenormalizedFieldHolderType denormalizedFieldHolderType)
Will create a DenormalizedFieldValue with the value param. |
|
DenormalizedFieldValue(CustomFieldValue customFieldValue,
Long denormalizedFieldHolderId,
DenormalizedFieldHolderType denormalizedFieldHolderType)
Copies the attributes of the given customFieldValue and it's associated customField and customFieldBinding |
|
| Uses of CustomFieldValue in org.squashtest.tm.exception.customfield |
|---|
| Constructors in org.squashtest.tm.exception.customfield with parameters of type CustomFieldValue | |
|---|---|
MandatoryCufException(CustomFieldValue customFieldValue)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||