public interface BaseCustomFieldService<CF extends CustomFieldDTO,D extends CustomFieldData<CF>,DP> extends CRUDService<CF,D,DP>
| Modifier and Type | Method and Description |
|---|---|
void |
saveOrder(java.util.List<java.lang.Long> customFieldIds)
Saves a custom field order.
|
getData, getDataForNew, load, remove, removeAll, savevoid saveOrder(java.util.List<java.lang.Long> customFieldIds)
throws FrameworkException
FrameworkException