| Package | Description |
|---|---|
| org.squashtest.tm.domain.customfield | |
| org.squashtest.tm.domain.denormalizedfield | |
| org.squashtest.tm.exception.customfield |
| Modifier and Type | Class and Description |
|---|---|
class |
NumericCustomFieldValue
Created by jthebault on 20/07/2016.
|
class |
RichTextValue |
class |
TagsValue |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldValue |
TagsValue.copy() |
CustomFieldValue |
NumericCustomFieldValue.copy() |
CustomFieldValue |
RichTextValue.copy() |
CustomFieldValue |
CustomFieldValue.copy() |
CustomFieldValue |
CustomFieldBinding.createNewValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CustomFieldValue.representsSameBinding(CustomFieldValue otherValue) |
boolean |
CustomFieldValue.representsSameCustomField(CustomFieldValue otherValue) |
void |
RawValue.setValueFor(CustomFieldValue field) |
void |
CustomFieldValueVisitor.visit(CustomFieldValue customFieldValue) |
| Constructor and Description |
|---|
QCustomFieldValue(Class<? extends CustomFieldValue> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QCustomFieldValue(com.querydsl.core.types.Path<? extends CustomFieldValue> path) |
| Modifier and Type | Field and Description |
|---|---|
protected CustomFieldValue |
DenormalizedFieldValue.customFieldValue |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldValue |
DenormalizedFieldValue.getCustomFieldValue() |
| Constructor and Description |
|---|
DenormalizedFieldValue(CustomFieldValue customFieldValue,
Long denormalizedFieldHolderId,
DenormalizedFieldHolderType denormalizedFieldHolderType)
Copies the attributes of the given customFieldValue and it's associated customField and customFieldBinding
|
DenormalizedMultiSelectField(CustomFieldValue customFieldValue,
Long denormalizedFieldHolderId,
DenormalizedFieldHolderType denormalizedFieldHolderType) |
DenormalizedRichValue(CustomFieldValue customFieldValue,
Long denormalizedFieldHolderId,
DenormalizedFieldHolderType denormalizedFieldHolderType) |
DenormalizedSingleSelectField(CustomFieldValue customFieldValue,
Long denormalizedFieldHolderId,
DenormalizedFieldHolderType denormalizedFieldHolderType) |
| Constructor and Description |
|---|
MandatoryCufException(CustomFieldValue customFieldValue) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.