- matches(Password, Password) - Method in interface org.salespointframework.core.useraccount.AuthenticationManager
-
Returns whether the given candidate
Password
matches the given existing one.
- Metric - Class in org.salespointframework.core.quantity
-
Immutable metric representation.
- Metric(String, String, String) - Constructor for class org.salespointframework.core.quantity.Metric
-
Class constructor specifying name, symbol and definition.
- Metric(String, String) - Constructor for class org.salespointframework.core.quantity.Metric
-
Class constructor specifying name and symbol.
- METRIC - Static variable in class org.salespointframework.core.quantity.Units
-
Convenience instance, which can be used for countable objects.
- MetricMismatchException - Exception in org.salespointframework.core.quantity
-
- MetricMismatchException() - Constructor for exception org.salespointframework.core.quantity.MetricMismatchException
-
- MetricMismatchException(String) - Constructor for exception org.salespointframework.core.quantity.MetricMismatchException
-
- MetricMismatchException(Metric, Metric) - Constructor for exception org.salespointframework.core.quantity.MetricMismatchException
-
- MetricMismatchException(String, Metric, Metric) - Constructor for exception org.salespointframework.core.quantity.MetricMismatchException
-
- MONETARY_ROUNDING - Static variable in interface org.salespointframework.core.quantity.rounding.RoundingStrategy
-
Convenience instance, which can be used for monetary rounding.
- Money - Class in org.salespointframework.core.money
-
The Money
class represents the Euro currency.
- Money(BigDecimal, Metric) - Constructor for class org.salespointframework.core.money.Money
-
Creates a new Money
instance from an amount and a metric.
- Money(int, Metric) - Constructor for class org.salespointframework.core.money.Money
-
Creates a new Money
instance from an amount and a metric.
- Money(double, Metric) - Constructor for class org.salespointframework.core.money.Money
-
Creates a new Money
instance from an amount and a metric.
- Money(BigDecimal) - Constructor for class org.salespointframework.core.money.Money
-
Constructs a new Money
object from a BigDecimal
.
- Money(long) - Constructor for class org.salespointframework.core.money.Money
-
Constructs a new Money
object from a long
value
- Money(double) - Constructor for class org.salespointframework.core.money.Money
-
Constructs a new Money
object from a double
value
- multiply(T) - Method in class org.salespointframework.core.quantity.Quantity
-
Multiplies two quantities.