public interface RecordCustomFieldService extends BaseCustomFieldService<RecordCustomFieldDTO,RecordCustomFieldData,RecordTypeVO>
| Modifier and Type | Method and Description |
|---|---|
void |
linkShared(RecordTypeVO recordType,
CustomFieldVO customField)
Relates the given record type with the given custom field
|
java.util.List<CustomFieldDetailedVO> |
list(RecordTypeVO recordType)
Lists the fields in the given record type returning also the shared ones.
|
java.util.List<CustomFieldDetailedVO> |
listShared()
Lists the shared fields
|
void |
saveOrderOnType(RecordTypeVO recordType,
java.util.List<CustomFieldVO> customFields)
Saves the order of the given custom field.
|
void |
unlinkShared(RecordTypeVO recordType,
CustomFieldVO customField)
Removes the link that exists between the record type and the shared field
|
saveOrdergetData, getDataForNew, load, remove, removeAll, savevoid linkShared(RecordTypeVO recordType, CustomFieldVO customField) throws FrameworkException
FrameworkExceptionjava.util.List<CustomFieldDetailedVO> list(RecordTypeVO recordType) throws FrameworkException
FrameworkExceptionjava.util.List<CustomFieldDetailedVO> listShared() throws FrameworkException
FrameworkExceptionvoid saveOrderOnType(RecordTypeVO recordType, java.util.List<CustomFieldVO> customFields) throws FrameworkException
FrameworkExceptionvoid unlinkShared(RecordTypeVO recordType, CustomFieldVO customField) throws FrameworkException
FrameworkException