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

P

Password - Class in org.salespointframework.core.useraccount
 
Password(String) - Constructor for class org.salespointframework.core.useraccount.Password
Creates a new password.
passwordEncoder() - Method in class org.salespointframework.Salespoint
 
PaymentCard - Class in org.salespointframework.core.accountancy.payment
A PaymentCard is used to charge the cost of goods or services to an account, belonging to the party identified on the card.
PaymentCard(String, String, String, String, String, DateTime, DateTime, String) - Constructor for class org.salespointframework.core.accountancy.payment.PaymentCard
Instantiates a PaymentCard.
PaymentMethod - Class in org.salespointframework.core.accountancy.payment
A PaymentMethod specifies a medium by which a payment has or will be made.
PaymentMethod(String) - Constructor for class org.salespointframework.core.accountancy.payment.PaymentMethod
Constructor which takes a String, describing the PaymentMethod in human-readable form.
payOrder(Order) - Method in interface org.salespointframework.core.order.OrderManager
Pays the Order, OrderStatus must be OPEN and PaymentMethod must be set
Product - Class in org.salespointframework.core.catalog
A persistent implementation of the Product interface.
Product(String, Money, Metric) - Constructor for class org.salespointframework.core.catalog.Product
Creates a new Product
ProductIdentifier - Class in org.salespointframework.core.catalog
ProductIdentifier serves as an identifier type for Product objects.
ProductIdentifier() - Constructor for class org.salespointframework.core.catalog.ProductIdentifier
Creates a new unique identifier for Products.
ProductIdentifier(String) - Constructor for class org.salespointframework.core.catalog.ProductIdentifier
Deprecated.
ProductPaymentEntry - Class in org.salespointframework.core.accountancy
A ProductPaymentEntry is used to store information of payments of orders.
ProductPaymentEntry(OrderIdentifier, UserAccount, Money, String, PaymentMethod) - Constructor for class org.salespointframework.core.accountancy.ProductPaymentEntry
A ProductPaymentEntry is constructed for a specific OrderIdentifier attached to it.
A B C D E F G H I L M O P Q R S T U V Z