@Named public class DomainProfileStore extends org.tiogasolutions.lib.couchace.DefaultCouchStore<DomainProfileEntity>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DOMAIN_PROFILE_DESIGN_NAME |
| Constructor and Description |
|---|
DomainProfileStore(CouchServersConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
createDatabase(org.tiogasolutions.couchace.core.api.CouchDatabase database) |
java.util.List<DomainProfileEntity> |
getAll() |
DomainProfileEntity |
getByApiKey(java.lang.String byApiKey) |
DomainProfileEntity |
getByDomainName(java.lang.String domainName) |
JobsCouchServer |
getCouchServer() |
java.lang.String |
getDatabaseName() |
java.lang.String |
getDesignName() |
create, delete, deleteByDocumentId, expireCachedDatabases, getByDocumentId, getDatabase, getDatabaseAccessMap, getDatabaseMap, getEntities, getEntities, getEntities, getEntities, getEntities, getEntityResponse, getEntityType, headByDocumentId, injectVersion, updatepublic static final java.lang.String DOMAIN_PROFILE_DESIGN_NAME
@Inject public DomainProfileStore(CouchServersConfig config)
public java.lang.String getDesignName()
getDesignName in class org.tiogasolutions.lib.couchace.DefaultCouchStore<DomainProfileEntity>public java.lang.String getDatabaseName()
getDatabaseName in class org.tiogasolutions.lib.couchace.DefaultCouchStore<DomainProfileEntity>public JobsCouchServer getCouchServer()
getCouchServer in class org.tiogasolutions.lib.couchace.DefaultCouchStore<DomainProfileEntity>public void createDatabase(org.tiogasolutions.couchace.core.api.CouchDatabase database)
createDatabase in class org.tiogasolutions.lib.couchace.DefaultCouchStore<DomainProfileEntity>public java.util.List<DomainProfileEntity> getAll()
public DomainProfileEntity getByDomainName(java.lang.String domainName)
public DomainProfileEntity getByApiKey(java.lang.String byApiKey)