Uses of Class
org.salespointframework.order.OrderIdentifier
| Package | Description |
|---|---|
| org.salespointframework.accountancy |
Accountancy subsystem.
|
| org.salespointframework.order |
The order subsystem.
|
-
Uses of OrderIdentifier in org.salespointframework.accountancy
Methods in org.salespointframework.accountancy that return OrderIdentifier Modifier and Type Method Description OrderIdentifierProductPaymentEntry. getOrderIdentifier()TheOrderIdentifierwhich thisProductPaymentEntryrefers to.Constructors in org.salespointframework.accountancy with parameters of type OrderIdentifier Constructor Description ProductPaymentEntry(OrderIdentifier orderIdentifier, UserAccount userAccount, javax.money.MonetaryAmount amount, String description, PaymentMethod paymentMethod)AProductPaymentEntryis constructed for a specificOrderIdentifierattached to it. -
Uses of OrderIdentifier in org.salespointframework.order
Methods in org.salespointframework.order that return OrderIdentifier Modifier and Type Method Description OrderIdentifierOrder. getId()Methods in org.salespointframework.order with parameters of type OrderIdentifier Modifier and Type Method Description booleanOrderManagement. contains(OrderIdentifier orderIdentifier)Checks if thisOrderManagementcontains an order.Optional<T>OrderManagement. get(OrderIdentifier orderIdentifier)Returns the order identified by anOrderIdentifier