Klasse DsTenantCallable
java.lang.Object
de.uplanet.lucy.server.auxiliaries.ds.DsTenantCallable
@VelocityVariable("Tenants")
@VelocityCallable("singleton")
public final class DsTenantCallable
extends Object
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetAllTenantValues(ISession p_session) Get the list of all tenant values as String with double pipe separator.intgetSelectedCount(ISession p_session) Return the count of selected tenants.List<de.uplanet.lucy.server.usermanager.Tenant> getSelectedTenants(ISession p_session) Get a list of all selected tenants.getSelectedTenantValues(ISession p_session) Get the list of selected tenant values as String with double pipe separator.List<de.uplanet.lucy.server.usermanager.Tenant> getTenants(ISession p_session) Get a list of all available tenants.
-
Konstruktordetails
-
DsTenantCallable
public DsTenantCallable()
-
-
Methodendetails
-
getTenants
public List<de.uplanet.lucy.server.usermanager.Tenant> getTenants(ISession p_session) throws Exception Get a list of all available tenants.- Parameter:
p_session- The session.- Gibt zurück:
- The list of tenants.
- Löst aus:
Exception
-
getSelectedCount
Return the count of selected tenants.- Parameter:
p_session- The session.- Gibt zurück:
- The count.
- Löst aus:
Exception
-
getSelectedTenants
public List<de.uplanet.lucy.server.usermanager.Tenant> getSelectedTenants(ISession p_session) throws Exception Get a list of all selected tenants.- Parameter:
p_session- The session.- Gibt zurück:
- The list of selected tenants.
- Löst aus:
Exception
-
getAllTenantValues
Get the list of all tenant values as String with double pipe separator.- Parameter:
p_session- The session.- Gibt zurück:
- The available tenant values.
- Löst aus:
Exception
-
getSelectedTenantValues
Get the list of selected tenant values as String with double pipe separator.- Parameter:
p_session- The session.- Gibt zurück:
- The selected tenant values.
- Löst aus:
Exception
-