TenantRelationProxy Methods CelloSaaS API Documentation
The TenantRelationProxy type exposes the following members.
Methods

  NameDescription
Public methodStatic memberAddTenantRelation
Add a given relation between the given parent and child tenant
Public methodStatic memberDeleteTenantRelation
Delete the tenant relation based on the given relation identifier that may exist between tenants
Public methodStatic memberDisassociateTenantRelationShip(String)
Disassociate the tenant relation ship based on the mapping identifier
Public methodStatic memberDisassociateTenantRelationShip(String, String)
Disassociate the tenant relation ship between the given parent and child tenants
Public methodStatic memberGetAllActiveImmediateChildTenants
Get the list of all the active immediate child tenants for the given parent tenant identifier.
Public methodStatic memberGetAllChildTenants
Get all the child tenants for the given parent tenant identifier.
Public methodStatic memberGetAllImmediateChildTenants
Get all immediate child tenants for the given parent tenant identifier
Public methodStatic memberGetAllSkipLevelChildTenants
Get all skip level child tenants for the given parent tenant identifier
Public methodStatic memberGetAllTenantRelationTypes
Get all the tenant relation types available
Public methodStatic memberGetChildTenantHierarchy
Get the child tenant hierarchy for the given parent tenant identifier
Public methodStatic memberGetParentTenant
Get the parent tenant details for the given child tenant identifier
Public methodStatic memberGetParentTenantHierarchy
Get the parent tenant in the hierarchy of the given child tenant identifier
Public methodStatic memberGetRelatedTenants
Get all the relation for the given tenant code
Public methodStatic memberGetTenantMappingDetails
Fetch the relation mapping for the given relation mapping identifier
Public methodStatic memberUpdateTenantRelation
Update tenant relation between the given parent and child tenant with the given relationship id
Back to Top
See Also