A B C D E F G H I L M O P Q R S T U V Z 

C

cancelOrder() - Method in class org.salespointframework.core.order.Order
Deprecated.
As of release 5.3.1, replaced by OrderManager.cancelOrder(Order)
cancelOrder(Order) - Method in interface org.salespointframework.core.order.OrderManager
Cancels an Order, it can only be cancelled is OrderStatus is OPEN
Cash - Class in org.salespointframework.core.accountancy.payment
The Cash PaymentMethod is used to designate all payments made in cash.
Cash() - Constructor for class org.salespointframework.core.accountancy.payment.Cash
Creates a new cash instance.
CASH - Static variable in class org.salespointframework.core.accountancy.payment.Cash
A convenience instance CASH is defined in this class, which can be reused, instead of instantiating a new instance every time one is needed.
Catalog - Interface in org.salespointframework.core.catalog
Catalog interface
changePassword(UserAccount, String) - Method in interface org.salespointframework.core.useraccount.UserAccountManager
Changes the passwort of the UserAccount
characterEncodingFilter() - Method in class org.salespointframework.SalespointWebConfiguration
 
ChargeLine - Class in org.salespointframework.core.order
A chargeline represents extra expenses like shipping.
ChargeLine(Money, String) - Constructor for class org.salespointframework.core.order.ChargeLine
Creates a new PersistentChargeLine
ChargeLineIdentifier - Class in org.salespointframework.core.order
ChargeLineIdentifier serves as an identifier type for ChargeLine objects.
ChargeLineIdentifier() - Constructor for class org.salespointframework.core.order.ChargeLineIdentifier
Creates a new unique identifier for ChargeLines.
ChargeLineIdentifier(String) - Constructor for class org.salespointframework.core.order.ChargeLineIdentifier
Deprecated.
Cheque - Class in org.salespointframework.core.accountancy.payment
A is a written bill of exchange (or draft), a written order by the drawer (the writer of the cheque) to the drawee (usually the bank), to pay a specified amount of money to a payee.
Cheque(String, String, String, String, DateTime, String, String, String) - Constructor for class org.salespointframework.core.accountancy.payment.Cheque
Instantiate a new Cheque instance.
clear() - Method in class org.salespointframework.core.order.Basket
 
clone() - Method in class org.salespointframework.core.quantity.Quantity
 
commit(Order) - Method in class org.salespointframework.core.order.Basket
 
compareTo(Product) - Method in class org.salespointframework.core.catalog.Product
 
compareTo(Order) - Method in class org.salespointframework.core.order.Order
 
compareTo(Quantity) - Method in class org.salespointframework.core.quantity.Quantity
 
compareTo(SalespointIdentifier) - Method in class org.salespointframework.core.SalespointIdentifier
 
compareTo(Role) - Method in class org.salespointframework.core.useraccount.Role
 
completeOrder(Order) - Method in interface org.salespointframework.core.order.OrderManager
Tries to complete this order, the OrderStatus has to be PAYED
configure(WebSecurity) - Method in class org.salespointframework.SalespointSecurityConfiguration
Allow anonymous access to resources by default.
contains(ProductIdentifier) - Method in interface org.salespointframework.core.catalog.Catalog
Checks if this Catalog contains a Product
contains(InventoryItemIdentifier) - Method in interface org.salespointframework.core.inventory.Inventory
Checks if Inventorys contains an InventoryItem
contains(OrderIdentifier) - Method in interface org.salespointframework.core.order.OrderManager
Checks if this OrderManager contains an order
contains(UserAccountIdentifier) - Method in interface org.salespointframework.core.useraccount.UserAccountManager
Checks if an UserAccount exists
convert(String) - Method in class org.salespointframework.spring.converter.StringToMoneyConverter
Deprecated.
 
convert(String) - Method in class org.salespointframework.spring.converter.StringToUnitsConverter
Deprecated.
 
create(UserAccountIdentifier, String, Role...) - Method in interface org.salespointframework.core.useraccount.UserAccountManager
Deprecated.
create(String, String, Role...) - Method in interface org.salespointframework.core.useraccount.UserAccountManager
Creates a new UserAccount
CreditCard - Class in org.salespointframework.core.accountancy.payment
 
CreditCard(String, String, String, String, String, DateTime, DateTime, String, Money, Money) - Constructor for class org.salespointframework.core.accountancy.payment.CreditCard
Instantiates a specific credit card.
CreditCard(String, String, String, String, DateTime, DateTime, String, Money, Money) - Constructor for class org.salespointframework.core.accountancy.payment.CreditCard
Instantiates a generic credit card.
A B C D E F G H I L M O P Q R S T U V Z