Uses of Class
org.openwms.common.account.Account
Packages that use Account
Package
Description
This package contains types of the Account implementation.
This package contains types of the Account internal implementation.
This package contains all types to describe locations.
-
Uses of Account in org.openwms.common.account
Methods in org.openwms.common.account that return AccountModifier and TypeMethodDescriptionAccountMapper.convertFromId(String id) @NotNull AccountAccountService.findByPKey(@NotBlank String pKey) Find and return a singleAccountinstance identified by its persistent key.Methods in org.openwms.common.account that return types with arguments of type AccountModifier and TypeMethodDescriptionAccountService.findAll()Find and return a list of all existingAccounts.AccountService.findByIdentifier(@NotBlank String identifier) Find and return theAccount.AccountService.findByName(@NotBlank String name) Find and return theAccount.AccountService.findDefault()Methods in org.openwms.common.account with parameters of type AccountModifier and TypeMethodDescriptionprivate AccountVOAccountController.convertAndLinks(Account account) abstract AccountVOAccountMapper.convertToVO(Account eo) AccountMapperImpl.convertToVO(Account eo) Method parameters in org.openwms.common.account with type arguments of type AccountModifier and TypeMethodDescriptionAccountController.convertAndLinks(List<Account> accounts) AccountMapper.convertToVO(List<Account> eo) AccountMapperImpl.convertToVO(List<Account> eo) -
Uses of Account in org.openwms.common.account.impl
Methods in org.openwms.common.account.impl that return AccountModifier and TypeMethodDescription@NotNull AccountAccountServiceImpl.findByPKey(@NotBlank String pKey) Find and return a singleAccountinstance identified by its persistent key.Methods in org.openwms.common.account.impl that return types with arguments of type AccountModifier and TypeMethodDescriptionAccountServiceImpl.findAll()Find and return a list of all existingAccounts.AccountRepository.findByDefaultAccount(boolean value) AccountRepository.findByIdentifier(String identifier) AccountServiceImpl.findByIdentifier(@NotBlank String identifier) Find and return theAccount.AccountRepository.findByName(String name) AccountServiceImpl.findByName(@NotBlank String name) Find and return theAccount.AccountRepository.findBypKey(String persistentKey) AccountServiceImpl.findDefault() -
Uses of Account in org.openwms.common.location
Fields in org.openwms.common.location declared as AccountModifier and TypeFieldDescriptionprivate AccountLocation.accountTheLocationmight be assigned to anAccount.private AccountLocationGroup.accountThe LocationGroup might be assigned to anAccount.Methods in org.openwms.common.location that return AccountModifier and TypeMethodDescriptionLocation.getAccount()Return theAccountthisLocationis assigned to.LocationGroup.getAccount()Return theAccountthisLocationGroupis assigned to.Methods in org.openwms.common.location with parameters of type AccountModifier and TypeMethodDescriptionvoidLocationGroup.setAccount(Account account) Sets theAccountfor thisLocationGroup.Location.LocationBuilder.withAccount(Account account) Constructors in org.openwms.common.location with parameters of type AccountModifierConstructorDescription(package private)Location(LocationPK locationId, Account account, LocationGroup locationGroup, LocationType locationType, String erpCode, String plcCode, Integer sortOrder, String stockZone) Create a new Location.