Uses of Class
org.salespointframework.order.Order.OrderIdentifier
Packages that use Order.OrderIdentifier
Package
Description
Accountancy subsystem with services for accounting and bookkeeping.
The order subsystem.
-
Uses of Order.OrderIdentifier in org.salespointframework.accountancy
Methods in org.salespointframework.accountancy that return Order.OrderIdentifierModifier and TypeMethodDescriptionOrderPaymentEntry.getOrderIdentifier()TheOrder.OrderIdentifierwhich thisOrderPaymentEntryrefers to.Constructors in org.salespointframework.accountancy with parameters of type Order.OrderIdentifierModifierConstructorDescriptionOrderPaymentEntry(Order.OrderIdentifier orderIdentifier, UserAccount.UserAccountIdentifier userAccountIdentifier, 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.OrderIdentifierModifier and TypeMethodDescriptionOrder.getId()Returns the unique id of thisOrder.static 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