Package inha.git.field.api.service
Interface FieldService
- All Known Implementing Classes:
FieldServiceImpl
public interface FieldService
-
Method Summary
Modifier and TypeMethodDescriptioncreateField
(User admin, CreateFieldRequest createFieldRequest) deleteField
(User admin, Integer fieldIdx) updateField
(User admin, Integer fieldIdx, UpdateFieldRequest updateFieldRequest)
-
Method Details
-
getFields
List<SearchFieldResponse> getFields() -
createField
-
updateField
-
deleteField
-