public interface ITenantService
| Modifier and Type | Method and Description |
|---|---|
List<Protos.Tenant> |
getAllTenants() |
IProtobufDao |
getDaoForTenant(String tenant) |
IObjectsService |
getObjectsServicesForTenant(String tenant) |
Protos.Tenant |
getTenant(String tenant) |
boolean |
isRegistered(String tenant) |
void |
registerTenant(Protos.Tenant tenant) |
void |
validateTenant(String tenant) |
void validateTenant(String tenant)
void registerTenant(Protos.Tenant tenant) throws IOException, ReflectiveOperationException, com.google.protobuf.Descriptors.DescriptorValidationException
IOExceptionReflectiveOperationExceptioncom.google.protobuf.Descriptors.DescriptorValidationExceptionProtos.Tenant getTenant(String tenant)
IProtobufDao getDaoForTenant(String tenant)
IObjectsService getObjectsServicesForTenant(String tenant)
List<Protos.Tenant> getAllTenants()
boolean isRegistered(String tenant)
Copyright © 2015. All rights reserved.