public interface TenantService
| Modifier and Type | Method and Description |
|---|---|
STenant |
getTenant()
Get the logged tenant
|
void |
updateTenant(EntityUpdateDescriptor descriptor)
Update the tenant where you are logged with the new content, only if you are the technical user.
|
void updateTenant(EntityUpdateDescriptor descriptor) throws STenantUpdateException
updater - new contentSTenantUpdateException - occurs when an exception is thrown during sTenant updateSTenant getTenant() throws STenantNotFoundException
STenantNotFoundException - occurs when the identifier does not refer to an existing sTenant