MCPcopy Create free account
hub / github.com/Grashjs/cmms / findById

Method findById

api/src/main/java/com/grash/service/TaskService.java:53–55  ·  view source on GitHub ↗
(Long id)

Source from the content-addressed store, hash-verified

51 }
52
53 public Optional<Task> findById(Long id) {
54 return taskRepository.findById(id);
55 }
56
57 public List<Task> findByWorkOrder(Long id) {
58 return taskRepository.findByWorkOrder_IdOrderByCreatedAtAsc(id);

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected