MCPcopy Create free account

hub / github.com/BNYMellon/spring-kata / functions

Functions601 in github.com/BNYMellon/spring-kata

↓ 44 callersMethodtoString
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/Todo.java:157
↓ 38 callersMethodhashCode
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/Todo.java:146
↓ 22 callersMethodsetActiveFlag
(Boolean activeFlag)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/Todo.java:127
↓ 19 callersMethodsetAssignee
(String assignee)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/Todo.java:103
↓ 19 callersMethodsetDue
(String due)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/Todo.java:111
↓ 19 callersMethodsetName
(String name)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/Todo.java:95
↓ 19 callersMethodsetNotes
(String notes)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/Todo.java:119
↓ 17 callersMethodgetTodosByAssignee
(String assignee)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/service/TodoService.java:31
↓ 15 callersMethodgetColoredShape
R of the CRUD Read a ColoredShape from the table corresponding to an id.
spring-framework/ch04_spring-persistence/src/main/java/bny/training/spring/framework/dao/ColoredShapeDao.java:33
↓ 15 callersMethodsetId
(Long id)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/Todo.java:87
↓ 15 callersMethodsetStatus
(final Status status)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/Metadata.java:112
↓ 14 callersMethodgetTodo
(String todoId)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/service/TodoService.java:27
↓ 13 callersMethodgetStatus
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/Metadata.java:108
↓ 12 callersMethodfindById
(final Long id)
spring-framework/ch05_spring-hibernate/src/main/java/bny/training/spring/framework/dao/ColoredShapeDao.java:23
↓ 10 callersMethodupdateTodo
(String todoId, Todo todo)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/service/TodoService.java:33
↓ 9 callersMethoddeleteTodo
(String todoId)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/service/TodoService.java:35
↓ 9 callersMethodsetRequestId
(final String requestId)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/Metadata.java:120
↓ 9 callersMethodsetRequestTimestamp
(final String requestTimestamp)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/Metadata.java:96
↓ 9 callersMethodsetResponseId
(final String responseId)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/Metadata.java:128
↓ 9 callersMethodsetResponseTimestamp
(final String responseTimestamp)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/Metadata.java:104
↓ 9 callersMethodsetServiceName
(final String serviceName)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/Metadata.java:80
↓ 9 callersMethodsetServiceVersion
(final String serviceVersion)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/Metadata.java:88
↓ 8 callersMethodcreate
C of the CRUD Create a ColoredShape.
spring-framework/ch04_spring-persistence/src/main/java/bny/training/spring/framework/dao/ColoredShapeDao.java:28
↓ 8 callersMethodcreateRequestMetadata
(HttpServletRequest request)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/controller/TodoAPIContractImpl.java:226
↓ 8 callersMethodgetMetadata
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/TodoSuccessResponse.java:46
↓ 8 callersMethodsaveColoredShape
(ColoredShape coloredShape)
spring-framework/ch07_spring-data-jpa/src/main/java/bny/training/spring/framework/service/ColoredShapeService.java:25
↓ 8 callersMethodupdate
U of the CRUD Update a ColoredShape
spring-framework/ch04_spring-persistence/src/main/java/bny/training/spring/framework/dao/ColoredShapeDao.java:43
↓ 7 callersMethodgetAllTodos
(Boolean includeInactiveFlag)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/service/TodoService.java:29
↓ 7 callersMethodsave
(ColoredShape coloredShape)
spring-framework/ch05_spring-hibernate/src/main/java/bny/training/spring/framework/dao/ColoredShapeDao.java:25
↓ 7 callersMethodsetDescription
(final String description)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/Metadata.java:136
↓ 7 callersMethodsetIssueCode
(final String issueCode)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/Issue.java:50
↓ 7 callersMethodsetIssueMessage
(final String issueMessage)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/Issue.java:58
↓ 7 callersMethodsetStatusCode
(final String statusCode)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/Status.java:55
↓ 6 callersMethodaddColoredShape
(ColoredShape coloredShape)
spring-framework/ch05_spring-hibernate/src/main/java/bny/training/spring/framework/service/ColoredShapeService.java:25
↓ 6 callersMethodcreateSuccessStatus
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/controller/TodoAPIContractImpl.java:219
↓ 6 callersMethodsetActiveFlag
(Boolean activeFlag)
spring-boot-with-admin/notification/src/main/java/bny/training/spring/boot/notification/model/Todo.java:116
↓ 6 callersMethodsetAssignee
(String assignee)
spring-boot-with-admin/notification/src/main/java/bny/training/spring/boot/notification/model/Todo.java:86
↓ 6 callersMethodsetDue
(String due)
spring-boot-with-admin/notification/src/main/java/bny/training/spring/boot/notification/model/Todo.java:96
↓ 6 callersMethodsetId
(Long id)
spring-boot-with-admin/notification/src/main/java/bny/training/spring/boot/notification/model/Todo.java:66
↓ 6 callersMethodsetName
(String name)
spring-boot-with-admin/notification/src/main/java/bny/training/spring/boot/notification/model/Todo.java:76
↓ 6 callersMethodsetNotes
(String notes)
spring-boot-with-admin/notification/src/main/java/bny/training/spring/boot/notification/model/Todo.java:106
↓ 6 callersMethodsetSuccess
(final boolean success)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/Status.java:63
↓ 6 callersMethodsetTodo
(final Todo todo)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/TodoSuccessResponse.java:58
↓ 6 callersMethodupdateMetadata
(Metadata metadata)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/controller/TodoResponseHelper.java:46
↓ 5 callersMethodfindAll
()
spring-framework/ch08_spring-rest/src/main/java/bny/training/spring/framework/service/ColoredShapeService.java:27
↓ 5 callersMethodsaveTodo
(Todo todo)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/service/TodoService.java:25
↓ 5 callersMethodsetMetadata
(final Metadata metadata)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/TodoErrorResponse.java:50
↓ 5 callersMethodsetType
(final String type)
spring-framework/ch03_spring-testing/src/test/java/bny/training/spring/framework/model/Vehicle.java:37
↓ 5 callersMethodtoString
()
spring-framework/ch08_spring-rest/src/main/java/bny/training/spring/framework/model/ColoredShape.java:87
↓ 5 callersMethodtoString
()
spring-framework/ch07_spring-data-jpa/src/main/java/bny/training/spring/framework/model/ColoredShape.java:89
↓ 4 callersMethodequals
(final Object o)
spring-boot-with-admin/notification/src/main/java/bny/training/spring/boot/notification/model/Todo.java:121
↓ 4 callersMethodfindByAssignee
(String assignee)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/dao/TodoRepository.java:30
↓ 4 callersMethodgetAllNotifications
()
spring-boot-with-admin/notification/src/main/java/bny/training/spring/boot/notification/service/NotificationService.java:26
↓ 4 callersMethodgetAllNotificationsByDueDay
(String dueDay)
spring-boot-with-admin/notification/src/main/java/bny/training/spring/boot/notification/service/NotificationService.java:28
↓ 4 callersMethodgetMetadata
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/TodoErrorResponse.java:46
↓ 4 callersMethodgetNotificationsByAssignee
(String assignee)
spring-boot-with-admin/notification/src/main/java/bny/training/spring/boot/notification/service/NotificationService.java:30
↓ 4 callersMethodgetQuantity
()
spring-framework/ch03_spring-testing/src/test/java/bny/training/spring/framework/model/BulkVehicleOrder.java:45
↓ 4 callersMethodgetSession
()
spring-framework/ch06_spring-jpa/src/main/java/bny/training/spring/framework/dao/ColoredShapeDaoImpl.java:35
↓ 4 callersMethodlistColoredShapes
R of the CRUD Read all ColoredShape instnces in the table
spring-framework/ch04_spring-persistence/src/main/java/bny/training/spring/framework/dao/ColoredShapeDao.java:38
↓ 4 callersMethodsetIssues
(final List<Issue> issues)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/TodoErrorResponse.java:58
↓ 4 callersMethodsetMetadata
(final Metadata metadata)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/TodoSuccessResponse.java:50
↓ 4 callersMethodsetStatusDescription
(final String statusDescription)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/Status.java:71
↓ 4 callersMethodsetTodos
(final List<Todo> todos)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/TodoCollectionResponse.java:60
↓ 4 callersMethodtoString
()
spring-framework/ch02_spring-dependency-injection/src/main/java/bny/training/spring/framework/model/ColoredShapeHolder.java:55
↓ 4 callersMethodtoString
()
spring-framework/ch03_spring-testing/src/test/java/bny/training/spring/framework/model/Vehicle.java:49
↓ 4 callersMethodtoString
()
spring-framework/ch04_spring-persistence/src/main/java/bny/training/spring/framework/model/ColoredShape.java:76
↓ 3 callersMethodequals
(final Object o)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/Todo.java:131
↓ 3 callersMethodfindByActiveFlagTrue
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/dao/TodoRepository.java:32
↓ 3 callersMethodgetColoredShape
(Long id)
spring-framework/ch05_spring-hibernate/src/main/java/bny/training/spring/framework/service/ColoredShapeService.java:23
↓ 3 callersMethodgetDescriptiveText
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/config/ProfileConfigurationProperties.java:37
↓ 3 callersMethodgetStatusCode
()
spring-boot-with-admin/notification/src/main/java/bny/training/spring/boot/notification/model/response/Status.java:47
↓ 3 callersMethodgetTitle
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/config/ProfileConfigurationProperties.java:29
↓ 3 callersMethodgetTodo
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/TodoSuccessResponse.java:54
↓ 3 callersMethodgetTodos
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/TodoCollectionResponse.java:56
↓ 3 callersMethodtoString
()
spring-boot-with-admin/notification/src/main/java/bny/training/spring/boot/notification/model/Todo.java:149
↓ 3 callersMethodtoString
()
spring-framework/ch06_spring-jpa/src/main/java/bny/training/spring/framework/model/ColoredShape.java:86
↓ 3 callersMethodtoString
()
spring-framework/ch01_spring-inversion-of-control/src/main/java/bny/training/spring/framework/model/ColoredShape.java:61
↓ 3 callersMethodtoString
()
spring-framework/ch05_spring-hibernate/src/main/java/bny/training/spring/framework/model/ColoredShape.java:95
↓ 3 callersMethodvalidateId
(final String todoId)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/service/TodoServiceImpl.java:114
↓ 2 callersMethodapiInfo
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/config/TodoProductionServiceSwaggerConfig.java:53
↓ 2 callersMethodapiInfo
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/config/TodoDevelopmentServiceSwaggerConfig.java:53
↓ 2 callersMethodapiInfo
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/config/TodoDefaultServiceSwaggerConfig.java:53
↓ 2 callersMethodcreateFailureStatus
(String message, String statusCode)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/controller/TodoResponseHelper.java:38
↓ 2 callersMethoddelete
D of the CRUD Delete a ColoredShape from the table corresponding to a an id.
spring-framework/ch04_spring-persistence/src/main/java/bny/training/spring/framework/dao/ColoredShapeDao.java:48
↓ 2 callersMethodfindByColor
(final String color)
spring-framework/ch07_spring-data-jpa/src/main/java/bny/training/spring/framework/dao/ColoredShapeDao.java:34
↓ 2 callersMethodfindByShape
(final String shape)
spring-framework/ch07_spring-data-jpa/src/main/java/bny/training/spring/framework/dao/ColoredShapeDao.java:36
↓ 2 callersMethodfindCustomNotes
(@Param("value") String value)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/dao/TodoRepository.java:39
↓ 2 callersMethodgetActiveFlag
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/Todo.java:123
↓ 2 callersMethodgetColoredShapeByColor
(String color)
spring-framework/ch07_spring-data-jpa/src/main/java/bny/training/spring/framework/service/ColoredShapeService.java:29
↓ 2 callersMethodgetColoredShapeByShape
(String shape)
spring-framework/ch07_spring-data-jpa/src/main/java/bny/training/spring/framework/service/ColoredShapeService.java:27
↓ 2 callersMethodgetDue
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/Todo.java:107
↓ 2 callersMethodgetMetadata
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/TodoCollectionResponse.java:48
↓ 2 callersMethodgetName
()
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/Todo.java:91
↓ 2 callersMethodgetSession
()
spring-framework/ch05_spring-hibernate/src/main/java/bny/training/spring/framework/dao/ColoredShapeDaoImpl.java:34
↓ 2 callersMethodgetTodos
( @ApiParam(name = "includeInactive", value = "Fetch inactive todos, if true", defaultValue = "fal
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/controller/TodoAPIContract.java:79
↓ 2 callersMethodsetColor
(final String color)
spring-framework/ch04_spring-persistence/src/main/java/bny/training/spring/framework/model/ColoredShape.java:64
↓ 2 callersMethodsetId
(final Long id)
spring-framework/ch04_spring-persistence/src/main/java/bny/training/spring/framework/model/ColoredShape.java:56
↓ 2 callersMethodsetMetadata
(final Metadata metadata)
spring-boot/todo/src/main/java/bny/training/spring/boot/todo/model/response/TodoCollectionResponse.java:52
↓ 2 callersMethodsetShape
(final String type)
spring-framework/ch08_spring-rest/src/main/java/bny/training/spring/framework/model/ColoredShape.java:83
↓ 2 callersMethodsetShape
(final String type)
spring-framework/ch04_spring-persistence/src/main/java/bny/training/spring/framework/model/ColoredShape.java:72
next →1–100 of 601, ranked by callers