Uses of Class
org.salespointframework.order.Order.OrderIdentifier
Packages that use Order.OrderIdentifier
Package
Description
Accountancy subsystem.
The order subsystem.
-
Uses of Order.OrderIdentifier in org.salespointframework.accountancy
Methods in org.salespointframework.accountancy that return Order.OrderIdentifierModifier and TypeMethodDescriptionProductPaymentEntry.getOrderIdentifier()TheOrder.OrderIdentifierwhich thisProductPaymentEntryrefers to.Constructors in org.salespointframework.accountancy with parameters of type Order.OrderIdentifierModifierConstructorDescriptionProductPaymentEntry(Order.OrderIdentifier orderIdentifier, UserAccount userAccount, javax.money.MonetaryAmount amount, String description, PaymentMethod paymentMethod) AProductPaymentEntryis constructed for a specificOrder.OrderIdentifierattached to it. -
Uses of Order.OrderIdentifier in org.salespointframework.order
Methods in org.salespointframework.order that return Order.OrderIdentifierMethods in org.salespointframework.order with parameters of type Order.OrderIdentifierModifier and TypeMethodDescriptionbooleanOrderManagement.contains(Order.OrderIdentifier orderIdentifier) Checks if thisOrderManagementcontains an order.OrderManagement.get(Order.OrderIdentifier orderIdentifier) Returns the order identified by anOrder.OrderIdentifier