public interface ITenantManagementAction
ITenantOperationsListener that may be invoked independent of
a Create, Update, or Delete operation. Actions are available from the Tenant Details screen.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFname()
The (short) string that identifies this action uniquely.
|
java.lang.String |
getMessageCode()
The key used with the Spring messageSurce to obtain the internationalized UI string for this
operation.
|
TenantOperationResponse |
invoke(org.apereo.portal.tenants.ITenant tenant)
Invoke the intended behavior on the specified tenent.
|
java.lang.String getFname()
java.lang.String getMessageCode()
TenantOperationResponse invoke(org.apereo.portal.tenants.ITenant tenant)