Package | Description |
---|---|
io.github.jhipster.sample.service |
Service layer beans.
|
io.github.jhipster.sample.web.rest |
Spring MVC REST controllers.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BankAccountDTO> |
BankAccountQueryService.findByCriteria(BankAccountCriteria criteria)
Return a
List of BankAccountDTO which matches the criteria from the database |
org.springframework.data.domain.Page<BankAccountDTO> |
BankAccountQueryService.findByCriteria(BankAccountCriteria criteria,
org.springframework.data.domain.Pageable page)
Return a
Page of BankAccountDTO which matches the criteria from the database |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<java.util.List<BankAccountDTO>> |
BankAccountResource.getAllBankAccounts(BankAccountCriteria criteria)
GET /bank-accounts : get all the bankAccounts.
|
Copyright © 2017 Osgiliath. All rights reserved.