Uses of Interface
org.glassfish.paas.tenantmanager.entity.TenantServices

Packages that use TenantServices
org.glassfish.paas.tenantmanager.entity   
 

Uses of TenantServices in org.glassfish.paas.tenantmanager.entity
 

Methods in org.glassfish.paas.tenantmanager.entity that return TenantServices
 TenantServices Tenant.getServices()
           
 

Methods in org.glassfish.paas.tenantmanager.entity with parameters of type TenantServices
static List<DefaultService> TenantServices.Duck.getDefaultServices(TenantServices tenantServices)
           
static List<ExternalService> TenantServices.Duck.getExternalServices(TenantServices tenantServices)
           
static
<T extends TenantService>
T
TenantServices.Duck.getServiceByType(TenantServices tenantServices, Class<T> type)
           
static List<SharedService> TenantServices.Duck.getSharedServices(TenantServices tenantServices)
           
 void Tenant.setServices(TenantServices services)
           
 



Copyright © 2012. All Rights Reserved.