Uses of Class
org.openwms.common.account.api.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
Modifier and TypeMethodDescriptionprivate AccountVO
AccountController.addSelfLink
(AccountVO result) private 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) 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()
Modifier and TypeMethodDescriptionprivate AccountVO
AccountController.addSelfLink
(AccountVO result) -
Uses of AccountVO in org.openwms.common.account.api
Modifier and TypeMethodDescriptionAccountApi.findByIdentifier
(String identifier) Find and return anAccount
.AccountApi.findByName
(String name) Find and return anAccount
.Modifier and TypeMethodDescriptionAccountApi.findAll()
Find and return all existingAccount
s.org.springframework.http.ResponseEntity
<AccountVO> AccountApi.findDefault()
Find and return the Account marked as default.