Uses of Class
eu.getmangos.dto.AccountDTO
| Package | Description |
|---|---|
| eu.getmangos.mapper | |
| eu.getmangos.rest | |
| eu.getmangos.rest.impl |
-
Uses of AccountDTO in eu.getmangos.mapper
Methods in eu.getmangos.mapper that return AccountDTO Modifier and Type Method Description AccountDTOAccountMapper. accountToDTO(Account account)Methods in eu.getmangos.mapper with parameters of type AccountDTO Modifier and Type Method Description AccountAccountMapper. dtoToEntity(AccountDTO dto) -
Uses of AccountDTO in eu.getmangos.rest
Methods in eu.getmangos.rest with parameters of type AccountDTO Modifier and Type Method Description javax.ws.rs.core.ResponseAccountResource. editAccount(Integer id, AccountDTO entity) -
Uses of AccountDTO in eu.getmangos.rest.impl
Methods in eu.getmangos.rest.impl with parameters of type AccountDTO Modifier and Type Method Description javax.ws.rs.core.ResponseAccountResourceService. editAccount(Integer id, AccountDTO entity)