Class TenantApiImpl
- java.lang.Object
-
- org.openea.eap.module.system.api.tenant.TenantApiImpl
-
-
Constructor Summary
Constructors Constructor Description TenantApiImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openea.eap.framework.common.pojo.CommonResult<List<Long>>getTenantIdList()org.openea.eap.framework.common.pojo.CommonResult<Boolean>validTenant(Long id)
-
-
-
Method Detail
-
getTenantIdList
public org.openea.eap.framework.common.pojo.CommonResult<List<Long>> getTenantIdList()
- Specified by:
getTenantIdListin interfaceTenantApi
-
validTenant
public org.openea.eap.framework.common.pojo.CommonResult<Boolean> validTenant(Long id)
- Specified by:
validTenantin interfaceTenantApi
-
-