ITenantRelationService Members CelloSaaS API Documentation
The ITenantRelationService type exposes the following members.
Methods

  NameDescription
Public methodAddTenantRelation
This method is used to add a given relation between the given parent and child tenant
Public methodDeleteTenantRelation
This method is used to delete the tenant relation based on the given relation identifier that may exist between tenants
Public methodDisassociateTenantRelationShip(String)
This method is used to disassociate the tenant relation ship based on the mapping identifier
Public methodDisassociateTenantRelationShip(String, String)
This method is used to disassociate the tenant relation ship between the given parent and child tenants
Public methodGetAllActiveImmediateChildTenants
This method is used to get the list of all the active immediate child tenants for the given parent tenant identifier.
Public methodGetAllChildTenants
This method is used to get all the child tenants for the given parent tenant identifier.
Public methodGetAllChildTenantsCount
Returns the all child tenants count for the given tenant ids
Public methodGetAllImmediateChildTenants
This method is used to get all immediate child tenants for the given parent tenant identifier
Public methodGetAllParentTenants
This method is used to get all the parent tenant for the given child tenant identifier
Public methodGetAllSkipLevelChildTenants
This method is used to get all skip level child tenants for the given parent tenant identifier
Public methodGetAllTenantRelationTypes
This method is used to get all the tenant relation types available
Public methodGetChildTenantHierarchy
This method is used to get the child tenant hierarchy for the given parent tenant identifier
Public methodGetParentTenant
This method is used to get the parent tenant details for the given child tenant identifier
Public methodGetParentTenantInHierarchy
This method is used to get the parent tenant in the hierarchy of the given child tenant identifier
Public methodGetRelatedTenants
This method is used to get all the relation for the given tenant code
Public methodGetTenantMappingDetails
This method is used to fetch the relation mapping for the given relation mapping identifier
Public methodUpdateTenantRelation
This method is used to update tenant relation between the given parent and child tenant with the given relationship id
Back to Top
See Also