Uses of Class
dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data.OrderId
-
Packages that use OrderId Package Description dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data -
-
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 OrderId Modifier and Type Field Description OrderIdOrderEvent. orderIdMethods in dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data that return OrderId Modifier and Type Method Description static OrderIdOrderId. of(CharSequence id)static OrderIdOrderId. random()Constructors in dk.cloudcreate.essentials.components.foundation.test.messaging.queue.test_data with parameters of type OrderId Constructor Description OrderAccepted(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)
-