Class ResolutionStepService
java.lang.Object
org.apache.clusterbr.zupportl5.service.ResolutionStepService
UML Diagrams:




- Since:
- 2024-1108
- Author:
- arcbrth@gmail.com
-
Constructor Summary
ConstructorsConstructorDescriptionResolutionStepService(ResolutionStepRepository repository, MessageService msgService) -
Method Summary
Modifier and TypeMethodDescriptioncreate(ResolutionStep entity) booleandeleteById(Integer id) getAll()update(Integer id, ResolutionStep entity)
-
Constructor Details
-
ResolutionStepService
@Autowired public ResolutionStepService(ResolutionStepRepository repository, MessageService msgService)
-
-
Method Details
-
getAll
-
getById
-
create
-
update
-
deleteById
-