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