Uses of Class
org.openwms.common.account.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
Modifier and TypeMethodDescriptionAccountMapper.convertFromId
(String id) @NotNull Account
AccountService.findByPKey
(@NotBlank String pKey) Find and return a singleAccount
instance identified by its persistent key.Modifier and TypeMethodDescriptionAccountService.findAll()
Find and return a list of all existingAccount
s.AccountService.findByIdentifier
(@NotBlank String identifier) Find and return theAccount
.AccountService.findByName
(@NotBlank String name) Find and return theAccount
.AccountService.findDefault()
Modifier and TypeMethodDescriptionprivate AccountVO
AccountController.convertAndLinks
(Account account) abstract AccountVO
AccountMapper.convertToVO
(Account eo) AccountMapperImpl.convertToVO
(Account eo) Modifier 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
Modifier and TypeMethodDescription@NotNull Account
AccountServiceImpl.findByPKey
(@NotBlank String pKey) Find and return a singleAccount
instance identified by its persistent key.Modifier and TypeMethodDescriptionAccountServiceImpl.findAll()
Find and return a list of all existingAccount
s.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
Modifier and TypeFieldDescriptionprivate Account
Location.account
TheLocation
might be assigned to anAccount
.private Account
LocationGroup.account
The LocationGroup might be assigned to anAccount
.Modifier and TypeMethodDescriptionLocation.getAccount()
Return theAccount
thisLocation
is assigned to.LocationGroup.getAccount()
Return theAccount
thisLocationGroup
is assigned to.Modifier and TypeMethodDescriptionvoid
LocationGroup.setAccount
(Account account) Sets theAccount
for thisLocationGroup
.Location.LocationBuilder.withAccount
(Account account) ModifierConstructorDescription(package private)
Location
(LocationPK locationId, Account account, LocationGroup locationGroup, LocationType locationType, String erpCode, String plcCode, Integer sortOrder, String stockZone) Create a new Location.