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 TenantVOTenantService. create(TenantVO vo)Cria um novo tenante.TenantVOSecurityService. getCurrentTenant()Get the current tenantTenantVOSecurityService. getCurrentTenantById(Long tenantId)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 TenantVOTenantService. create(TenantVO vo)Cria um novo tenante.
-