public interface BaseCustomFieldPossibleValueCategoryService extends CRUDService<CustomFieldPossibleValueCategoryDTO,CustomFieldPossibleValueCategoryData,CustomFieldVO>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomFieldPossibleValueCategoryVO> |
list(CustomFieldVO customField)
Returns all categories for the given custom field
|
void |
move(java.lang.Long id,
boolean up)
Moves the given possible value in order, either up or down
|
void |
saveCategories(java.util.List<CustomFieldPossibleValueCategoryDTO> dtos)
Saves the given categories
|
void |
saveOrder(java.util.List<java.lang.Long> customFieldCategoryIds)
Saves a custom field possible value category order.
|
getData, getDataForNew, load, remove, removeAll, savejava.util.List<CustomFieldPossibleValueCategoryVO> list(CustomFieldVO customField) throws FrameworkException
FrameworkExceptionvoid move(java.lang.Long id,
boolean up)
throws FrameworkException
FrameworkExceptionvoid saveCategories(java.util.List<CustomFieldPossibleValueCategoryDTO> dtos) throws FrameworkException
FrameworkExceptionvoid saveOrder(java.util.List<java.lang.Long> customFieldCategoryIds)
throws FrameworkException
FrameworkException