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 Account
AccountService.findByPKey
(@NotBlank String pKey) Find and return a singleAccount
instance 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 existingAccount
s.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 AccountVO
AccountController.convertAndLinks
(Account account) abstract AccountVO
AccountMapper.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 Account
AccountServiceImpl.findByPKey
(@NotBlank String pKey) Find and return a singleAccount
instance 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 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
Fields in org.openwms.common.location declared as AccountModifier and TypeFieldDescriptionprivate Account
Location.account
TheLocation
might be assigned to anAccount
.private Account
LocationGroup.account
The LocationGroup might be assigned to anAccount
.Methods in org.openwms.common.location that return AccountModifier and TypeMethodDescriptionLocation.getAccount()
Return theAccount
thisLocation
is assigned to.LocationGroup.getAccount()
Return theAccount
thisLocationGroup
is assigned to.Methods in org.openwms.common.location with parameters of type AccountModifier and TypeMethodDescriptionvoid
LocationGroup.setAccount
(Account account) Sets theAccount
for 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.