| Package | Description |
|---|---|
| org.exoplatform.ps.storage.api | |
| org.exoplatform.ps.storage.impl |
| Modifier and Type | Method and Description |
|---|---|
SubCompanyEntity |
SubCompanyStorage.createSubCompany(Long id,
SubContractorEntity subContractorEntity,
String firstName,
String lastName) |
SubCompanyEntity |
SubCompanyStorage.getSubCompany(Long id) |
SubCompanyEntity |
SubCompanyStorage.updateSubCompany(Long id,
SubContractorEntity subContractorEntity,
String firstName,
String lastName) |
| Modifier and Type | Method and Description |
|---|---|
SubCompanyEntity |
SubCompanyStorageImpl.createSubCompany(Long id,
SubContractorEntity subContractorEntity,
String firstName,
String lastName) |
SubCompanyEntity |
SubCompanyStorageImpl.getSubCompany(Long id) |
SubCompanyEntity |
SubCompanyStorageImpl.updateSubCompany(Long id,
SubContractorEntity subContractorEntity,
String firstName,
String lastName) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.