Class AppPortalTenantMgtListener
- java.lang.Object
-
- org.wso2.identity.apps.common.listner.AppPortalTenantMgtListener
-
- All Implemented Interfaces:
org.wso2.carbon.stratos.common.listeners.TenantMgtListener
public class AppPortalTenantMgtListener extends Object implements org.wso2.carbon.stratos.common.listeners.TenantMgtListener
App portal tenant management listener.
-
-
Constructor Summary
Constructors Constructor Description AppPortalTenantMgtListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetListenerOrder()voidonPreDelete(int i)voidonSubscriptionPlanChange(int i, String s, String s1)voidonTenantActivation(int i)voidonTenantCreate(org.wso2.carbon.stratos.common.beans.TenantInfoBean tenantInfoBean)voidonTenantDeactivation(int i)voidonTenantDelete(int i)voidonTenantInitialActivation(int i)voidonTenantRename(int i, String s, String s1)voidonTenantUpdate(org.wso2.carbon.stratos.common.beans.TenantInfoBean tenantInfoBean)
-
-
-
Method Detail
-
onTenantCreate
public void onTenantCreate(org.wso2.carbon.stratos.common.beans.TenantInfoBean tenantInfoBean) throws org.wso2.carbon.stratos.common.exception.StratosException- Specified by:
onTenantCreatein interfaceorg.wso2.carbon.stratos.common.listeners.TenantMgtListener- Throws:
org.wso2.carbon.stratos.common.exception.StratosException
-
onTenantUpdate
public void onTenantUpdate(org.wso2.carbon.stratos.common.beans.TenantInfoBean tenantInfoBean) throws org.wso2.carbon.stratos.common.exception.StratosException- Specified by:
onTenantUpdatein interfaceorg.wso2.carbon.stratos.common.listeners.TenantMgtListener- Throws:
org.wso2.carbon.stratos.common.exception.StratosException
-
onTenantDelete
public void onTenantDelete(int i)
- Specified by:
onTenantDeletein interfaceorg.wso2.carbon.stratos.common.listeners.TenantMgtListener
-
onTenantRename
public void onTenantRename(int i, String s, String s1) throws org.wso2.carbon.stratos.common.exception.StratosException- Specified by:
onTenantRenamein interfaceorg.wso2.carbon.stratos.common.listeners.TenantMgtListener- Throws:
org.wso2.carbon.stratos.common.exception.StratosException
-
onTenantInitialActivation
public void onTenantInitialActivation(int i) throws org.wso2.carbon.stratos.common.exception.StratosException- Specified by:
onTenantInitialActivationin interfaceorg.wso2.carbon.stratos.common.listeners.TenantMgtListener- Throws:
org.wso2.carbon.stratos.common.exception.StratosException
-
onTenantActivation
public void onTenantActivation(int i) throws org.wso2.carbon.stratos.common.exception.StratosException- Specified by:
onTenantActivationin interfaceorg.wso2.carbon.stratos.common.listeners.TenantMgtListener- Throws:
org.wso2.carbon.stratos.common.exception.StratosException
-
onTenantDeactivation
public void onTenantDeactivation(int i) throws org.wso2.carbon.stratos.common.exception.StratosException- Specified by:
onTenantDeactivationin interfaceorg.wso2.carbon.stratos.common.listeners.TenantMgtListener- Throws:
org.wso2.carbon.stratos.common.exception.StratosException
-
onSubscriptionPlanChange
public void onSubscriptionPlanChange(int i, String s, String s1) throws org.wso2.carbon.stratos.common.exception.StratosException- Specified by:
onSubscriptionPlanChangein interfaceorg.wso2.carbon.stratos.common.listeners.TenantMgtListener- Throws:
org.wso2.carbon.stratos.common.exception.StratosException
-
getListenerOrder
public int getListenerOrder()
- Specified by:
getListenerOrderin interfaceorg.wso2.carbon.stratos.common.listeners.TenantMgtListener
-
onPreDelete
public void onPreDelete(int i) throws org.wso2.carbon.stratos.common.exception.StratosException- Specified by:
onPreDeletein interfaceorg.wso2.carbon.stratos.common.listeners.TenantMgtListener- Throws:
org.wso2.carbon.stratos.common.exception.StratosException
-
-