MCPcopy Create free account

hub / github.com/avthart/spring-boot-axon-sample / functions

Functions34 in github.com/avthart/spring-boot-axon-sample

↓ 15 callersMethodgetId
()
src/main/java/nl/avthart/todo/app/domain/task/events/TaskEvent.java:5
↓ 6 callersMethodgetTitle
()
src/main/java/nl/avthart/todo/app/rest/task/requests/CreateTaskRequest.java:17
↓ 5 callersMethodpublish
(String username, TaskEvent event)
src/main/java/nl/avthart/todo/app/notify/task/TaskEventNotifyingEventHandler.java:62
↓ 4 callersFunctiongetTaskKey
(tasks, id)
src/main/webapp/js/app.js:85
↓ 1 callersFunctionaddToast
(toast)
src/main/webapp/js/toaster.js:77
↓ 1 callersMethodassertNotCompleted
()
src/main/java/nl/avthart/todo/app/domain/task/Task.java:104
↓ 1 callersMethodfindByUsernameAndCompleted
(String username, boolean completed, Pageable pageable)
src/main/java/nl/avthart/todo/app/query/task/TaskEntryRepository.java:11
↓ 1 callersFunctionsetTimeout
(toast, time)
src/main/webapp/js/toaster.js:113
↓ 1 callersMethodsetTitle
(String title)
src/main/java/nl/avthart/todo/app/rest/task/requests/CreateTaskRequest.java:13
MethodTask
Creates a new Task. @param command create Task
src/main/java/nl/avthart/todo/app/domain/task/Task.java:45
MethodTaskAlreadyCompletedException
(String message)
src/main/java/nl/avthart/todo/app/domain/task/TaskAlreadyCompletedException.java:10
FunctionTaskCtrl
($scope, $http, $timeout, toaster)
src/main/webapp/js/app.js:3
MethodTaskEntryUpdatingEventHandler
(TaskEntryRepository taskEntryRepository)
src/main/java/nl/avthart/todo/app/query/task/TaskEntryUpdatingEventHandler.java:21
MethodTaskEventNotifyingEventHandler
(SimpMessageSendingOperations messagingTemplate, TaskEntryRepository taskEntryRepository)
src/main/java/nl/avthart/todo/app/notify/task/TaskEventNotifyingEventHandler.java:27
MethodaddArgumentResolvers
(List<HandlerMethodArgumentResolver> list)
src/main/java/nl/avthart/todo/app/configuration/WebSocketConfiguration.java:51
MethodaddReturnValueHandlers
(List<HandlerMethodReturnValueHandler> list)
src/main/java/nl/avthart/todo/app/configuration/WebSocketConfiguration.java:56
Methodconfigure
(HttpSecurity http)
src/main/java/nl/avthart/todo/app/configuration/WebSecurityConfiguration.java:13
MethodconfigureClientInboundChannel
(ChannelRegistration channelRegistration)
src/main/java/nl/avthart/todo/app/configuration/WebSocketConfiguration.java:41
MethodconfigureClientOutboundChannel
(ChannelRegistration channelRegistration)
src/main/java/nl/avthart/todo/app/configuration/WebSocketConfiguration.java:46
MethodconfigureMessageBroker
(MessageBrokerRegistry config)
src/main/java/nl/avthart/todo/app/configuration/WebSocketConfiguration.java:20
MethodconfigureMessageConverters
(List<MessageConverter> converters)
src/main/java/nl/avthart/todo/app/configuration/WebSocketConfiguration.java:26
MethodconfigureWebSocketTransport
(WebSocketTransportRegistration webSocketTransportRegistration)
src/main/java/nl/avthart/todo/app/configuration/WebSocketConfiguration.java:36
MethodcreateTask
(Principal principal, @RequestBody @Valid CreateTaskRequest request)
src/main/java/nl/avthart/todo/app/rest/task/TaskController.java:55
MethodfindAll
(Principal principal, @RequestParam(required = false, defaultValue = "false") boolean completed, Pageable page
src/main/java/nl/avthart/todo/app/rest/task/TaskController.java:49
MethodgetTitle
()
src/main/java/nl/avthart/todo/app/rest/task/requests/ModifyTitleRequest.java:17
MethodhandleException
(Principal principal, Throwable exception)
src/main/java/nl/avthart/todo/app/rest/task/TaskController.java:86
Methodmain
(String[] args)
src/main/java/nl/avthart/todo/app/Application.java:17
Methodon
Completes a Task. @param command complete Task
src/main/java/nl/avthart/todo/app/domain/task/Task.java:58
Methodon
(TaskCreatedEvent event)
src/main/java/nl/avthart/todo/app/query/task/TaskEntryUpdatingEventHandler.java:26
Methodon
(TaskCreatedEvent event)
src/main/java/nl/avthart/todo/app/notify/task/TaskEventNotifyingEventHandler.java:33
MethodregisterStompEndpoints
(StompEndpointRegistry registry)
src/main/java/nl/avthart/todo/app/configuration/WebSocketConfiguration.java:31
MethodsetTitle
(String title)
src/main/java/nl/avthart/todo/app/rest/task/requests/ModifyTitleRequest.java:13
MethodstarTask
(@PathVariable String identifier)
src/main/java/nl/avthart/todo/app/rest/task/TaskController.java:73
MethodunstarTask
(@PathVariable String identifier)
src/main/java/nl/avthart/todo/app/rest/task/TaskController.java:79