Uses of Class
org.salespointframework.useraccount.UserAccount.UserAccountIdentifier
Package
Description
Accountancy subsystem with services for accounting and bookkeeping.
The storage subsystem.
The order subsystem.
User account management.
-
Uses of UserAccount.UserAccountIdentifier in org.salespointframework.accountancy
Modifier and TypeMethodDescriptionOrderPaymentEntry.getUserAccountIdentifier()
The identifier of theUserAccount
which thisOrderPaymentEntry
refers to.ModifierConstructorDescriptionOrderPaymentEntry
(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 UserAccount.UserAccountIdentifier in org.salespointframework.files
Modifier and TypeMethodDescriptionFileStored.getUserAccountIdentifier()
TheUserAccount.UserAccountIdentifier
in case the file was stored in the context of aUserAccount
.Modifier and TypeMethodDescriptionboolean
FileStored.belongsTo
(UserAccount.UserAccountIdentifier identifier) Returns whether the file stored belongs to theUserAccount
with the givenUserAccount.UserAccountIdentifier
.FileStorage.forUser
(UserAccount.UserAccountIdentifier userAccountIdentifier) Returns theFileStorage
for theUserAccount
identified by the givenUserAccount.UserAccountIdentifier
.Modifier and TypeMethodDescriptionstatic FileStored
FileStored.of
(Resource resource, Optional<UserAccount.UserAccountIdentifier> userAccountIdentifier) Creates a newFileStored
instance. -
Uses of UserAccount.UserAccountIdentifier in org.salespointframework.order
Modifier and TypeMethodDescriptionCart.createOrderFor
(UserAccount.UserAccountIdentifier identifier) Creates a new Order for the givenUserAccount.UserAccountIdentifier
from the currentCart
.ModifierConstructorDescriptionOrder
(UserAccount.UserAccountIdentifier userAccountIdentifier) Creates a new Order for the givenUserAccount.UserAccountIdentifier
.Order
(UserAccount.UserAccountIdentifier userAccountIdentifier, PaymentMethod paymentMethod) -
Uses of UserAccount.UserAccountIdentifier in org.salespointframework.useraccount
Modifier and TypeMethodDescriptionUserAccount.getId()
Returns the unique identifier of thisUserAccount
.UserAccount.UserAccountCreated.getUserAccountIdentifier()
Modifier and TypeMethodDescriptionboolean
UserAccountManagement.contains
(UserAccount.UserAccountIdentifier userAccountIdentifier) Checks if anUserAccount
exists.void
UserAccountManagement.disable
(UserAccount.UserAccountIdentifier userAccountIdentifier) Disables theUserAccount
.void
UserAccountManagement.enable
(UserAccount.UserAccountIdentifier userAccountIdentifier) Enables theUserAccount
.UserAccountManagement.get
(UserAccount.UserAccountIdentifier userAccountIdentifier) Returns anUserAccount
for a given identifier.UserAccount.UserAccountCreated.of
(UserAccount.UserAccountIdentifier userAccountIdentifier)