@Component public class DomainStore extends org.tiogasolutions.lib.couchace.DefaultCouchStore<DomainProfileEntity>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DOMAIN_DESIGN_NAME |
| Constructor and Description |
|---|
DomainStore(PushCouchServer couchServer,
CouchServersConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
createDatabase(org.tiogasolutions.couchace.core.api.CouchDatabase database) |
java.util.List<DomainProfileEntity> |
getAll() |
DomainProfileEntity |
getByDomainKey(java.lang.String domainKey) |
java.lang.String |
getDatabaseName() |
java.lang.String |
getDesignName() |
java.util.List<DomainProfileEntity> |
getDomains(Account account) |
create, delete, deleteByDocumentId, expireCachedDatabases, getByDocumentId, getCouchServer, getDatabase, getDatabaseAccessMap, getDatabaseMap, getEntities, getEntities, getEntities, getEntities, getEntities, getEntityResponse, getEntityType, headByDocumentId, injectVersion, updatepublic static final java.lang.String DOMAIN_DESIGN_NAME
@Autowired public DomainStore(PushCouchServer couchServer, CouchServersConfig config)
public java.lang.String getDatabaseName()
getDatabaseName in class org.tiogasolutions.lib.couchace.DefaultCouchStore<DomainProfileEntity>public java.lang.String getDesignName()
getDesignName in class org.tiogasolutions.lib.couchace.DefaultCouchStore<DomainProfileEntity>public java.util.List<DomainProfileEntity> getDomains(Account account)
public DomainProfileEntity getByDomainKey(java.lang.String domainKey)
public java.util.List<DomainProfileEntity> getAll()
public void createDatabase(org.tiogasolutions.couchace.core.api.CouchDatabase database)
createDatabase in class org.tiogasolutions.lib.couchace.DefaultCouchStore<DomainProfileEntity>