- remove(ProductIdentifier) - Method in interface org.salespointframework.core.catalog.Catalog
-
- remove(InventoryItemIdentifier) - Method in interface org.salespointframework.core.inventory.Inventory
-
Removes the InventoryItem with the given identifier from this Inventory
- removeCategory(String) - Method in class org.salespointframework.core.catalog.Product
-
- removeChargeLine(ChargeLineIdentifier) - Method in class org.salespointframework.core.order.Order
-
- removeOrderLine(OrderLineIdentifier) - Method in class org.salespointframework.core.order.Basket
-
- removeOrderLine(OrderLineIdentifier) - Method in class org.salespointframework.core.order.Order
-
- removeRole(Role) - Method in class org.salespointframework.core.useraccount.UserAccount
-
Removes a
Role
from a
User
.
- Role - Class in org.salespointframework.core.useraccount
-
A Role is only identified by a name.
- Role(String) - Constructor for class org.salespointframework.core.useraccount.Role
-
Creates a new Role
- round(BigDecimal) - Method in class org.salespointframework.core.quantity.rounding.BasicRoundingStrategy
-
- round(BigDecimal) - Method in interface org.salespointframework.core.quantity.rounding.RoundingStrategy
-
Rounds the given BigDecimal
instance amount
with a specific strategy.
- ROUND_ONE - Static variable in interface org.salespointframework.core.quantity.rounding.RoundingStrategy
-
Convenience instance, which can be used for rounding of integral types.
- RoundingStrategy - Interface in org.salespointframework.core.quantity.rounding
-
This is interface is implemented by classes, which are used to round numbers.