Package io.meeds.tenant.metamask.storage
Class TenantManagerStorage
- java.lang.Object
-
- org.exoplatform.commons.search.es.client.ElasticClient
-
- io.meeds.tenant.metamask.storage.TenantManagerStorage
-
public class TenantManagerStorage extends org.exoplatform.commons.search.es.client.ElasticClientA service that allows to detect Deed Tenant Manager address
-
-
Constructor Summary
Constructors Constructor Description TenantManagerStorage(org.exoplatform.services.cache.CacheService cacheService, org.exoplatform.commons.search.es.client.ElasticIndexingAuditTrail elasticIndexingAuditTrail, org.exoplatform.container.xml.InitParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCardType(String nftId)StringgetCityIndex(String nftId)protected org.apache.http.conn.HttpClientConnectionManagergetClientConnectionManager()protected StringgetEsPasswordProperty()protected StringgetEsUsernameProperty()StringgetManagerAddress(String nftId)voidsetTenantStatus(String nftId, String tenantProvisioningStatus, String tenantStatus)Changes the Tenant Status in ES
-
-
-
Method Detail
-
getEsUsernameProperty
protected String getEsUsernameProperty()
- Specified by:
getEsUsernamePropertyin classorg.exoplatform.commons.search.es.client.ElasticClient
-
getEsPasswordProperty
protected String getEsPasswordProperty()
- Specified by:
getEsPasswordPropertyin classorg.exoplatform.commons.search.es.client.ElasticClient
-
getClientConnectionManager
protected org.apache.http.conn.HttpClientConnectionManager getClientConnectionManager()
- Specified by:
getClientConnectionManagerin classorg.exoplatform.commons.search.es.client.ElasticClient
-
-