Package org.ehrbase.api.service
Interface TenantService
-
- All Superinterfaces:
BaseService
public interface TenantService extends BaseService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDcreate(Tenant tenant)Optional<Tenant>findBy(String tenantId)List<Tenant>getAll()StringgetCurrentTenantIdentifier()Tenantupdate(Tenant tenant)-
Methods inherited from interface org.ehrbase.api.service.BaseService
getServerConfig, getSystemUuid
-
-