MCPcopy Create free account

hub / github.com/JonathanM2ndoza/Hexagonal-Architecture-DDD / functions

Functions100 in github.com/JonathanM2ndoza/Hexagonal-Architecture-DDD

↓ 5 callersMethodgetMessageParameterNotFoundException
(String parameter)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/services/CreateCustomerService.java:44
↓ 5 callersMethodgetMessageParameterNotFoundException
(String parameter)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/domain/services/CreateProductService.java:41
↓ 3 callersMethodgetMessageParameterNotFoundException
(String parameter)
Order/domain/src/main/java/com/jmendoza/swa/hexagonal/domain/services/CreateOrderService.java:37
↓ 2 callersMethodcreateCustomer
(Customer customer)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/ports/outbound/CreateCustomerPort.java:6
↓ 2 callersMethodcreateOrder
(Order order)
Order/domain/src/main/java/com/jmendoza/swa/hexagonal/domain/ports/outbound/CreateOrderPort.java:7
↓ 2 callersMethodcreateProduct
(Product product)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/domain/ports/outbound/CreateProductPort.java:6
↓ 2 callersMethoddeleteCustomer
(Customer customer)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/ports/outbound/DeleteCustomerPort.java:6
↓ 2 callersMethoddeleteProduct
(Product product)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/domain/ports/outbound/DeleteProductPort.java:6
↓ 2 callersMethodgetCustomerById
(String id)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/ports/outbound/GetCustomerIdPort.java:8
↓ 2 callersMethodgetDataSource
(Environment env)
Order/configuration/src/main/java/com/jmendoza/swa/hexagonal/configuration/db/DataSourceConfig.java:16
↓ 2 callersMethodgetMessageParameterNotFoundException
(String parameter)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/services/CustomerLoginService.java:45
↓ 2 callersMethodgetOrder
(String orderId)
Order/domain/src/main/java/com/jmendoza/swa/hexagonal/domain/ports/outbound/GetOrderPort.java:7
↓ 2 callersMethodgetProductById
(String id)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/domain/ports/outbound/GetProductIdPort.java:8
↓ 2 callersMethodgetProducts
()
Product/src/main/java/com/jmendoza/swa/hexagonal/product/domain/ports/outbound/GetProductsPort.java:8
↓ 2 callersMethodpasswordEncoder
(String password)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/ports/outbound/PasswordEncodePort.java:4
↓ 2 callersMethodupdateCustomer
(Customer customer)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/ports/outbound/UpdateCustomerPort.java:6
↓ 1 callersMethodconvertCustomerToCustomerLoginResponse
(Customer customer)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/application/rest/response/ResponseMapper.java:14
↓ 1 callersMethodcustomerLogin
(String email, String password)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/ports/inbound/CustomerLoginUseCase.java:9
↓ 1 callersMethodexistsByEmail
(String email)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/infrastructure/databases/mongo/CustomerRepository.java:12
↓ 1 callersMethodexistsByEmail
(String email)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/ports/outbound/ExistsCustomerPort.java:4
↓ 1 callersMethodexistsBySerialNumber
(String serialNumber)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/infrastructure/databases/mongo/ProductRepository.java:9
↓ 1 callersMethodexistsBySerialNumber
(String serialNumber)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/domain/ports/outbound/ExistsProductPort.java:4
↓ 1 callersMethodfindByEmail
(String email)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/infrastructure/databases/mongo/CustomerRepository.java:14
↓ 1 callersMethodgetAmountOrder
()
Order/domain/src/main/java/com/jmendoza/swa/hexagonal/domain/model/Order.java:20
↓ 1 callersMethodgetCustomerByEmail
(String email)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/ports/outbound/GetCustomerEmailPort.java:8
↓ 1 callersMethodgetProduct
(String id)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/domain/ports/inbound/GetProductUseCase.java:8
↓ 1 callersMethodpasswordMatchesPort
(CharSequence rawPassword, String encodedPassword)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/ports/outbound/PasswordMatchesPort.java:5
MethodCreateOrderAdapter
(final DataSource dataSource)
Order/infrastructure/src/main/java/com/jmendoza/swa/hexagonal/infrastracture/databases/postgresql/CreateOrderAdapter.java:21
MethodCustomerConstanst
()
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/common/constants/CustomerConstanst.java:10
MethodGetOrderAdapter
(final DataSource dataSource)
Order/infrastructure/src/main/java/com/jmendoza/swa/hexagonal/infrastracture/databases/postgresql/GetOrderAdapter.java:22
MethodGlobalException
(String message)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/common/exception/GlobalException.java:10
MethodGlobalException
(String message)
Order/common/src/main/java/com/jmendoza/swa/hexagonal/common/exception/GlobalException.java:10
MethodGlobalException
(String message)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/common/exception/GlobalException.java:10
MethodOrderConstanst
()
Order/common/src/main/java/com/jmendoza/swa/hexagonal/common/constants/OrderConstanst.java:9
MethodParameterNotFoundException
(String message)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/common/exception/ParameterNotFoundException.java:11
MethodParameterNotFoundException
(String message)
Order/common/src/main/java/com/jmendoza/swa/hexagonal/common/exception/ParameterNotFoundException.java:11
MethodParameterNotFoundException
(String message)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/common/exception/ParameterNotFoundException.java:11
MethodProductConstanst
()
Product/src/main/java/com/jmendoza/swa/hexagonal/product/common/constants/ProductConstanst.java:12
MethodResourceNotFoundException
(String message)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/common/exception/ResourceNotFoundException.java:11
MethodResourceNotFoundException
(String message)
Order/common/src/main/java/com/jmendoza/swa/hexagonal/common/exception/ResourceNotFoundException.java:11
MethodResourceNotFoundException
(String message)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/common/exception/ResourceNotFoundException.java:11
MethodcontextLoads
()
Customer/src/test/java/com/jmendoza/swa/hexagonal/customer/CustomerApplicationTests.java:9
MethodcontextLoads
()
Product/src/test/java/com/jmendoza/swa/hexagonal/product/ProductApplicationTests.java:9
MethodcreateCustomer
(Customer customer)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/infrastructure/databases/mongo/CreateCustomerAdapter.java:13
MethodcreateCustomer
(Customer customer)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/ports/inbound/CreateCustomerUseCase.java:8
MethodcreateCustomer
(Customer customer)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/services/CreateCustomerService.java:23
MethodcreateCustomer
(@Valid @RequestBody Customer customer)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/application/rest/controller/CustomerController.java:32
MethodcreateOrder
(Order order)
Order/infrastructure/src/main/java/com/jmendoza/swa/hexagonal/infrastracture/databases/postgresql/CreateOrderAdapter.java:26
MethodcreateOrder
(Order order)
Order/domain/src/main/java/com/jmendoza/swa/hexagonal/domain/ports/inbound/CreateOrderUseCase.java:8
MethodcreateOrder
(Order order)
Order/domain/src/main/java/com/jmendoza/swa/hexagonal/domain/services/CreateOrderService.java:19
MethodcreateOrder
(@Valid @RequestBody Order order)
Order/application/src/main/java/com/jmendoza/swa/hexagonal/application/rest/controller/OrderController.java:24
MethodcreateProduct
(Product product)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/infrastructure/databases/mongo/CreateProductAdapter.java:13
MethodcreateProduct
(Product product)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/domain/ports/inbound/CreateProductUseCase.java:8
MethodcreateProduct
(Product product)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/domain/services/CreateProductService.java:21
MethodcreateProduct
(@Valid @RequestBody Product product)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/application/rest/controller/ProductController.java:29
MethodcustomerLogin
(String email, String password)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/services/CustomerLoginService.java:24
MethodcustomerLogin
(@Valid @RequestBody Customer customer)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/application/rest/controller/CustomerController.java:38
MethoddeleteCustomer
(Customer customer)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/infrastructure/databases/mongo/DeleteCustomerAdapter.java:14
MethoddeleteCustomer
(String id)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/ports/inbound/DeleteCustomerUseCase.java:6
MethoddeleteCustomer
(String id)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/services/DeleteCustomerService.java:19
MethoddeleteCustomer
(@PathVariable(value = "id") String id)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/application/rest/controller/CustomerController.java:44
MethoddeleteCustomer
(@PathVariable(value = "id") String id)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/application/rest/controller/ProductController.java:35
MethoddeleteProduct
(Product product)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/infrastructure/databases/mongo/DeleteProductAdapter.java:13
MethoddeleteProduct
(String id)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/domain/ports/inbound/DeleteProductUseCase.java:6
MethoddeleteProduct
(String id)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/domain/services/DeleteProductService.java:19
MethodexistsByEmail
(String email)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/infrastructure/databases/mongo/ExistsCustomerAdapter.java:12
MethodexistsBySerialNumber
(String serialNumber)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/infrastructure/databases/mongo/ExistsProductAdapter.java:13
MethodgetAmount
()
Order/domain/src/main/java/com/jmendoza/swa/hexagonal/domain/model/OrderProduct.java:23
MethodgetCustomerByEmail
(String email)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/infrastructure/databases/mongo/GetCustomerEmailAdapter.java:15
MethodgetCustomerById
(String id)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/infrastructure/databases/mongo/GetCustomerIdAdapter.java:16
MethodgetOrder
(String orderId)
Order/infrastructure/src/main/java/com/jmendoza/swa/hexagonal/infrastracture/databases/postgresql/GetOrderAdapter.java:27
MethodgetOrder
(String orderId)
Order/domain/src/main/java/com/jmendoza/swa/hexagonal/domain/ports/inbound/GetOrderUseCase.java:8
MethodgetOrder
(String orderId)
Order/domain/src/main/java/com/jmendoza/swa/hexagonal/domain/services/GetOrderService.java:18
MethodgetOrder
(@PathVariable(value = "id") String id)
Order/application/src/main/java/com/jmendoza/swa/hexagonal/application/rest/controller/OrderController.java:30
MethodgetProduct
(String id)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/domain/services/GetProductService.java:17
MethodgetProduct
(@PathVariable(value = "id") String id)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/application/rest/controller/ProductController.java:47
MethodgetProductById
(String id)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/infrastructure/databases/mongo/GetProductIdAdapter.java:16
MethodgetProducts
()
Product/src/main/java/com/jmendoza/swa/hexagonal/product/infrastructure/databases/mongo/GetProductsAdapter.java:16
MethodgetProducts
()
Product/src/main/java/com/jmendoza/swa/hexagonal/product/domain/ports/inbound/GetProductsUseCase.java:9
MethodgetProducts
()
Product/src/main/java/com/jmendoza/swa/hexagonal/product/domain/services/GetProductsService.java:19
MethodgetProducts
()
Product/src/main/java/com/jmendoza/swa/hexagonal/product/application/rest/controller/ProductController.java:41
MethodglobalExceptionHandler
(GlobalException ex, WebRequest request)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/common/exception/CustomExceptionHandler.java:25
MethodglobalExceptionHandler
(GlobalException ex, WebRequest request)
Order/common/src/main/java/com/jmendoza/swa/hexagonal/common/exception/CustomExceptionHandler.java:25
MethodglobalExceptionHandler
(GlobalException ex, WebRequest request)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/common/exception/CustomExceptionHandler.java:25
Methodmain
(String[] args)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/CustomerApplication.java:12
Methodmain
(String[] args)
Order/configuration/src/main/java/com/jmendoza/swa/hexagonal/configuration/HexagonalArchitectureConfigurationApplication.java:9
Methodmain
(String[] args)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/ProductApplication.java:9
MethodmodelMapper
()
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/common/config/CreateBean.java:9
MethodparameterNotFoundExceptionHandler
(ParameterNotFoundException ex, WebRequest request)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/common/exception/CustomExceptionHandler.java:32
MethodparameterNotFoundExceptionHandler
(ParameterNotFoundException ex, WebRequest request)
Order/common/src/main/java/com/jmendoza/swa/hexagonal/common/exception/CustomExceptionHandler.java:32
MethodparameterNotFoundExceptionHandler
(ParameterNotFoundException ex, WebRequest request)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/common/exception/CustomExceptionHandler.java:32
MethodpasswordEncoder
(String password)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/infrastructure/security/PasswordEncodeAdapter.java:12
MethodpasswordMatchesPort
(CharSequence rawPassword, String encodedPassword)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/infrastructure/security/PasswordMatchesAdapter.java:12
MethodresourceNotFoundException
(ResourceNotFoundException ex, WebRequest request)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/common/exception/CustomExceptionHandler.java:18
MethodresourceNotFoundException
(ResourceNotFoundException ex, WebRequest request)
Order/common/src/main/java/com/jmendoza/swa/hexagonal/common/exception/CustomExceptionHandler.java:18
MethodresourceNotFoundException
(ResourceNotFoundException ex, WebRequest request)
Product/src/main/java/com/jmendoza/swa/hexagonal/product/common/exception/CustomExceptionHandler.java:18
MethodupdateCustomer
(Customer customer)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/infrastructure/databases/mongo/UpdateCustomerAdapter.java:14
MethodupdateCustomer
(String id, Customer customer)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/ports/inbound/UpdateCustomerUseCase.java:7
MethodupdateCustomer
(String id, Customer customer)
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/domain/services/UpdateCustomerService.java:26
MethodupdateCustomer
(@PathVariable(value = "id") String id, @Valid @RequestBody Customer
Customer/src/main/java/com/jmendoza/swa/hexagonal/customer/application/rest/controller/CustomerController.java:50