Uses of Class
dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data.OrderId
Packages that use OrderId
-
Uses of OrderId in dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data
Fields in dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data declared as OrderIdMethods in dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data that return OrderIdModifier and TypeMethodDescriptionstatic OrderIdOrderId.of(CharSequence id) static OrderIdOrderId.random()Constructors in dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data with parameters of type OrderIdModifierConstructorDescriptionOrderAccepted(OrderId orderId) OrderAdded(OrderId orderId, CustomerId orderingCustomerId, long orderNumber) OrderEvent(OrderId orderId) ProductAddedToOrder(OrderId orderId, ProductId productId, int quantity) ProductOrderQuantityAdjusted(OrderId orderId, ProductId productId, int newQuantity) ProductRemovedFromOrder(OrderId orderId, ProductId productId)