public interface BaseCustomFieldPossibleValueService extends CRUDService<CustomFieldPossibleValueDTO,CustomFieldPossibleValueData,CustomFieldPossibleValueDataParams>
| Modifier and Type | Method and Description |
|---|---|
void |
insert(CustomFieldVO customField,
CustomFieldPossibleValueCategoryVO customFieldPossibleValueCategory,
java.util.List<java.lang.String> possibleValues)
Inserts a list of custom field possible values, optionally in a category
|
void |
move(java.lang.Long id,
boolean up)
Moves the given possible value in order, either up or down
|
Page<CustomFieldPossibleValueVO> |
search(CustomFieldPossibleValueQuery query)
Searches for possible values
|
getData, getDataForNew, load, remove, removeAll, savevoid insert(@NotNull
CustomFieldVO customField,
CustomFieldPossibleValueCategoryVO customFieldPossibleValueCategory,
@NotNull
java.util.List<java.lang.String> possibleValues)
throws FrameworkException
FrameworkExceptionvoid move(@NotNull
java.lang.Long id,
boolean up)
throws FrameworkException
FrameworkExceptionPage<CustomFieldPossibleValueVO> search(@NotNull CustomFieldPossibleValueQuery query) throws FrameworkException
FrameworkException