public interface SubGcStorage
| Modifier and Type | Method and Description |
|---|---|
SubGcEntity |
createSubGc(SubContractorEntity subCatEntity,
GeneralContractorEntity generalContractorEntity) |
void |
deleteSubGc(String id) |
SubGcEntity |
getSubGc(String id) |
void |
updateSubCat(String id,
SubCatEntity subCatEntity,
GeneralContractorEntity generalContractorEntity) |
SubGcEntity createSubGc(SubContractorEntity subCatEntity, GeneralContractorEntity generalContractorEntity) throws Exception
ExceptionSubGcEntity getSubGc(String id) throws Exception
Exceptionvoid updateSubCat(String id, SubCatEntity subCatEntity, GeneralContractorEntity generalContractorEntity) throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.