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.OrderIdentifier
which thisOrderPaymentEntry
refers 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) AProductPaymentEntry
is constructed for a specificOrder.OrderIdentifier
attached 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.OrderIdentifier
Methods in org.salespointframework.order with parameters of type Order.OrderIdentifierModifier and TypeMethodDescriptionboolean
OrderManagement.contains
(Order.OrderIdentifier orderIdentifier) Checks if thisOrderManagement
contains an order.OrderManagement.get
(Order.OrderIdentifier orderIdentifier) Returns the order identified by anOrder.OrderIdentifier