public interface CompanyInfoStorage
| Modifier and Type | Method and Description |
|---|---|
GeneralContractorEntity |
convert(GeneralContractor generalContractor) |
GeneralContractor |
convert(GeneralContractorEntity generalContractorEntity) |
GeneralContractorEntity |
getCompanyInfo() |
void |
saveCompanyInfo(String companyName,
String companyStreet,
String companyCity,
String companyState,
String companyZip,
String companyCountry,
String companyWebSite,
String companyProview,
String companyPhone) |
void saveCompanyInfo(String companyName, String companyStreet, String companyCity, String companyState, String companyZip, String companyCountry, String companyWebSite, String companyProview, String companyPhone) throws Exception
ExceptionGeneralContractorEntity getCompanyInfo() throws Exception
ExceptionGeneralContractorEntity convert(GeneralContractor generalContractor)
GeneralContractor convert(GeneralContractorEntity generalContractorEntity)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.