public class TenantServiceClient extends Object
Constructor and Description |
---|
TenantServiceClient(javax.servlet.ServletConfig config,
javax.servlet.http.HttpSession session) |
TenantServiceClient(String cookie,
String backendServerURL,
org.apache.axis2.context.ConfigurationContext configContext) |
Modifier and Type | Method and Description |
---|---|
void |
activateTenant(String domainName) |
void |
addTenant(org.wso2.carbon.tenant.mgt.stub.beans.xsd.TenantInfoBean tenantInfoBean) |
void |
deactivateTenant(String domainName) |
org.wso2.carbon.tenant.mgt.stub.beans.xsd.TenantInfoBean |
getTenant(String domainName) |
org.wso2.carbon.tenant.mgt.stub.beans.xsd.PaginatedTenantInfoBean |
retrievePaginatedPartialSearchTenants(String domain,
int pageNumber) |
org.wso2.carbon.tenant.mgt.stub.beans.xsd.PaginatedTenantInfoBean |
retrievePaginatedTenants(int pageNumber) |
org.wso2.carbon.tenant.mgt.stub.beans.xsd.TenantInfoBean[] |
retrieveTenants() |
void |
updateTenant(org.wso2.carbon.tenant.mgt.stub.beans.xsd.TenantInfoBean tenantInfoBean) |
public TenantServiceClient(String cookie, String backendServerURL, org.apache.axis2.context.ConfigurationContext configContext) throws org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryException
public TenantServiceClient(javax.servlet.ServletConfig config, javax.servlet.http.HttpSession session) throws org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryException
public void addTenant(org.wso2.carbon.tenant.mgt.stub.beans.xsd.TenantInfoBean tenantInfoBean) throws Exception
Exception
public org.wso2.carbon.tenant.mgt.stub.beans.xsd.TenantInfoBean[] retrieveTenants() throws Exception
Exception
public org.wso2.carbon.tenant.mgt.stub.beans.xsd.PaginatedTenantInfoBean retrievePaginatedTenants(int pageNumber) throws Exception
Exception
public org.wso2.carbon.tenant.mgt.stub.beans.xsd.PaginatedTenantInfoBean retrievePaginatedPartialSearchTenants(String domain, int pageNumber) throws Exception
Exception
public org.wso2.carbon.tenant.mgt.stub.beans.xsd.TenantInfoBean getTenant(String domainName) throws Exception
Exception
public void updateTenant(org.wso2.carbon.tenant.mgt.stub.beans.xsd.TenantInfoBean tenantInfoBean) throws Exception
Exception
Copyright © 2023 WSO2. All rights reserved.