public interface ExampleService extends Provider
| Modifier and Type | Method and Description |
|---|---|
CompanyRepresentation |
addCompany(CompanyRepresentation company) |
CompanyRepresentation |
findCompany(String id) |
List<CompanyRepresentation> |
listCompanies() |
List<CompanyRepresentation> listCompanies()
CompanyRepresentation findCompany(String id)
CompanyRepresentation addCompany(CompanyRepresentation company)
Copyright © 2020 JBoss by Red Hat. All rights reserved.