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 theUserAccountwhich thisOrderPaymentEntryrefers 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) AProductPaymentEntryis constructed for a specificOrder.OrderIdentifierattached 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.UserAccountIdentifierin case the file was stored in the context of aUserAccount.Methods in org.salespointframework.files with parameters of type UserAccount.UserAccountIdentifierModifier and TypeMethodDescriptionbooleanFileStored.belongsTo(UserAccount.UserAccountIdentifier identifier) Returns whether the file stored belongs to theUserAccountwith the givenUserAccount.UserAccountIdentifier.FileStorage.forUser(UserAccount.UserAccountIdentifier userAccountIdentifier) Returns theFileStoragefor theUserAccountidentified by the givenUserAccount.UserAccountIdentifier.Method parameters in org.salespointframework.files with type arguments of type UserAccount.UserAccountIdentifierModifier and TypeMethodDescriptionstatic FileStoredFileStored.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.UserAccountIdentifierfrom 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 TypeMethodDescriptionbooleanUserAccountManagement.contains(UserAccount.UserAccountIdentifier userAccountIdentifier) Checks if anUserAccountexists.voidUserAccountManagement.disable(UserAccount.UserAccountIdentifier userAccountIdentifier) Disables theUserAccount.voidUserAccountManagement.enable(UserAccount.UserAccountIdentifier userAccountIdentifier) Enables theUserAccount.UserAccountManagement.get(UserAccount.UserAccountIdentifier userAccountIdentifier) Returns anUserAccountfor a given identifier.UserAccount.UserAccountCreated.of(UserAccount.UserAccountIdentifier userAccountIdentifier)