The EmpathicBuilding data provider class.
Definition EmpathicBuildingDataProviderBase.qc.dox.h:28
RestClient::RestClient rest
The REST client object for API calls.
Definition EmpathicBuildingDataProviderBase.qc.dox.h:40
The parent class for Empathic Building organizations.
Definition EmpathicBuildingOrganizationsDataProvider.qc.dox.h:28
*AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or nothing if the given child is unknown.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
constructor(*hash< auto > options)
Creates the object from constructor options.
hash< string, hash< auto > > getAllOrgs()
Returns access info for all tables.
constructor(RestClient::RestClient rest, *Logger::LoggerInterface logger)
Creates the object from a REST connection.
hash< string, hash< auto > > orgmap
Org map.
Definition EmpathicBuildingOrganizationsDataProvider.qc.dox.h:41
const ProviderInfo
Provider info.
Definition EmpathicBuildingOrganizationsDataProvider.qc.dox.h:32
*list< hash< DataProvider::DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
*string getDesc()
Returns the data provider description.
string getName()
Returns the data provider name.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
const ProviderSummaryInfo
Provider summary info.
Definition EmpathicBuildingOrganizationsDataProvider.qc.dox.h:36
Qore EmpathicBuildingDataProvider module definition.
Definition EmpathicBuildingDataProvider.qc.dox.h:26