public class CompanyInfoStorageImpl extends org.exoplatform.social.core.storage.impl.AbstractStorage implements CompanyInfoStorage
| Constructor and Description |
|---|
CompanyInfoStorageImpl(GeneralContractorDAO generalContractorDAO) |
| 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) |
_findById, _findByPath, _getMixin, _hasMixin, _removeById, _removeMixin, _skip, getProviderRoot, getSession, getSpaceRoot, getStatus, isJcrProperty, lifecycleLookup, node, nodes, nodes, startSynchronization, stopSynchronizationpublic CompanyInfoStorageImpl(GeneralContractorDAO generalContractorDAO)
public void saveCompanyInfo(String companyName, String companyStreet, String companyCity, String companyState, String companyZip, String companyCountry, String companyWebSite, String companyProview, String companyPhone) throws Exception
saveCompanyInfo in interface CompanyInfoStorageExceptionpublic GeneralContractorEntity getCompanyInfo() throws Exception
getCompanyInfo in interface CompanyInfoStorageExceptionpublic GeneralContractorEntity convert(GeneralContractor generalContractor)
convert in interface CompanyInfoStoragepublic GeneralContractor convert(GeneralContractorEntity generalContractorEntity)
convert in interface CompanyInfoStorageCopyright © 2003–2019 eXo Platform SAS. All rights reserved.