Uses of Class
com.fluig.sdk.tenant.TenantVO
-
Packages that use TenantVO Package Description com.fluig.sdk.service -
-
Uses of TenantVO in com.fluig.sdk.service
Methods in com.fluig.sdk.service that return TenantVO Modifier and Type Method Description TenantVO
TenantService. create(TenantVO vo)
Cria um novo tenante.TenantVO
SecurityService. getCurrentTenant()
Get the current tenantMethods in com.fluig.sdk.service that return types with arguments of type TenantVO Modifier and Type Method Description List<TenantVO>
SecurityService. findTenants()
Retorna a lista de tentants.Methods in com.fluig.sdk.service with parameters of type TenantVO Modifier and Type Method Description TenantVO
TenantService. create(TenantVO vo)
Cria um novo tenante.
-