Uses of Class
org.openwms.common.account.api.AccountVO
Packages that use AccountVO
Package
Description
This package contains types of the Account implementation.
This package contains types of the Account API.
-
Uses of AccountVO in org.openwms.common.account
Methods in org.openwms.common.account that return AccountVOModifier and TypeMethodDescriptionprivate AccountVO
AccountController.addSelfLink
(AccountVO result) private AccountVO
AccountController.convertAndLinks
(Account account) abstract AccountVO
AccountMapper.convertToVO
(Account eo) AccountMapperImpl.convertToVO
(Account eo) Methods in org.openwms.common.account that return types with arguments of type AccountVOModifier and TypeMethodDescriptionAccountController.convertAndLinks
(List<Account> accounts) AccountMapper.convertToVO
(List<Account> eo) AccountMapperImpl.convertToVO
(List<Account> eo) AccountController.findAll()
org.springframework.http.ResponseEntity
<AccountVO> AccountController.findByIdentifier
(String identifier) org.springframework.http.ResponseEntity
<AccountVO> AccountController.findByName
(String name) org.springframework.http.ResponseEntity
<AccountVO> AccountController.findByPKey
(String pKey) org.springframework.http.ResponseEntity
<AccountVO> AccountController.findDefault()
Methods in org.openwms.common.account with parameters of type AccountVOModifier and TypeMethodDescriptionprivate AccountVO
AccountController.addSelfLink
(AccountVO result) -
Uses of AccountVO in org.openwms.common.account.api
Methods in org.openwms.common.account.api that return AccountVOModifier and TypeMethodDescriptionAccountApi.findByIdentifier
(String identifier) Find and return anAccount
.AccountApi.findByName
(String name) Find and return anAccount
.Methods in org.openwms.common.account.api that return types with arguments of type AccountVOModifier and TypeMethodDescriptionAccountApi.findAll()
Find and return all existingAccount
s.org.springframework.http.ResponseEntity
<AccountVO> AccountApi.findDefault()
Find and return the Account marked as default.