Uses of Class
com.dmasone.identity.orders.domain.CustomerOrder
Packages that use CustomerOrder
Package
Description
Order application services and use-case models.
Order domain model and order-specific business exceptions.
Order persistence implementation.
-
Uses of CustomerOrder in com.dmasone.identity.orders.application
Methods in com.dmasone.identity.orders.application with parameters of type CustomerOrderModifier and TypeMethodDescriptionstatic OrderResponseOrderResponse.from(CustomerOrder order) static PlaceOrderResultPlaceOrderResult.placed(CustomerOrder order) static PlaceOrderResultPlaceOrderResult.replayed(CustomerOrder order) -
Uses of CustomerOrder in com.dmasone.identity.orders.domain
Methods in com.dmasone.identity.orders.domain that return CustomerOrderModifier and TypeMethodDescriptionstatic CustomerOrderCustomerOrder.place(UUID id, Long productId, int quantity, Instant createdAt, String idempotencyKey) static CustomerOrderCustomerOrder.restore(UUID id, Long productId, int quantity, OrderStatus status, Instant createdAt, String idempotencyKey) OrderRepository.save(CustomerOrder order) Methods in com.dmasone.identity.orders.domain that return types with arguments of type CustomerOrderMethods in com.dmasone.identity.orders.domain with parameters of type CustomerOrder -
Uses of CustomerOrder in com.dmasone.identity.orders.infrastructure.persistence
Methods in com.dmasone.identity.orders.infrastructure.persistence that return CustomerOrderModifier and TypeMethodDescriptionJpaOrderRepository.save(CustomerOrder order) OrderJpaEntity.toDomain()Methods in com.dmasone.identity.orders.infrastructure.persistence that return types with arguments of type CustomerOrderMethods in com.dmasone.identity.orders.infrastructure.persistence with parameters of type CustomerOrderModifier and TypeMethodDescriptionstatic OrderJpaEntityOrderJpaEntity.from(CustomerOrder order) JpaOrderRepository.save(CustomerOrder order)