Uses of Class
org.salespointframework.useraccount.UserAccount.UserAccountIdentifier
Packages that use 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
Methods in org.salespointframework.accountancy that return UserAccount.UserAccountIdentifierModifier and TypeMethodDescriptionOrderPaymentEntry.getUserAccountIdentifier()
The identifier of theUserAccount
which thisOrderPaymentEntry
refers to.Constructors in org.salespointframework.accountancy with parameters of type UserAccount.UserAccountIdentifierModifierConstructorDescriptionOrderPaymentEntry
(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
Methods in org.salespointframework.files that return types with arguments of type UserAccount.UserAccountIdentifierModifier and TypeMethodDescriptionFileStored.getUserAccountIdentifier()
TheUserAccount.UserAccountIdentifier
in case the file was stored in the context of aUserAccount
.Methods in org.salespointframework.files with parameters of type UserAccount.UserAccountIdentifierModifier 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
.Method parameters in org.salespointframework.files with type arguments of type UserAccount.UserAccountIdentifierModifier and TypeMethodDescriptionstatic FileStored
FileStored.of
(Resource resource, Optional<UserAccount.UserAccountIdentifier> userAccountIdentifier) -
Uses of UserAccount.UserAccountIdentifier in org.salespointframework.order
Methods in org.salespointframework.order that return UserAccount.UserAccountIdentifierMethods in org.salespointframework.order with parameters of type UserAccount.UserAccountIdentifierModifier and TypeMethodDescriptionCart.createOrderFor
(UserAccount.UserAccountIdentifier identifier) Creates a new Order for the givenUserAccount.UserAccountIdentifier
from the currentCart
.Constructors in org.salespointframework.order with parameters of type UserAccount.UserAccountIdentifierModifierConstructorDescriptionOrder
(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
Methods in org.salespointframework.useraccount that return UserAccount.UserAccountIdentifierModifier and TypeMethodDescriptionUserAccount.getId()
Returns the unique identifier of thisUserAccount
.UserAccount.UserAccountCreated.getUserAccountIdentifier()
Methods in org.salespointframework.useraccount with parameters of type UserAccount.UserAccountIdentifierModifier 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)