OrganisationUnitManager Class |
Namespace: PsrApi.Managers
public class OrganisationUnitManager : BaseManager
The OrganisationUnitManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddOrganisationUnitGroup |
Adds the new organisation unit group and adds a data right for the current user.
|
![]() | AddOrganisationUnitUser |
Adds the new organisation unit user and adds data rights for themself and current user.
|
![]() | ChangeCurrentOrganisationUnitUserPassword |
Changes the password of the current user
|
![]() | ChangeOrganisationUnitPassword |
Changes the password of the user with the given ID.
|
![]() | DeleteOrganisationUnitGroup |
Deletes the given organisation unit group.
|
![]() | DeleteOrganisationUnitUser |
Deletes the given organisation unit user.
|
![]() | DoesCurrentUserNeedToChangePassword |
Returns, if the current user need to change his password.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetGroupInvolvedOrganisationUnit |
Returns a list of IDs of organisation units that are involved in the group with the given ID.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetOrganisationUnitGroup |
Returns the organisation unit group matching the given ID.
|
![]() | GetOrganisationUnitImageSource |
Returns the base64 encoded image of the organisation unit.
|
![]() | GetOrganisationUnitList |
Returns a list of organisation units that match the given filter.
|
![]() | GetOrganisationUnitListFilter |
Returns the organisation unit list filter that was at last saved for the user or the default filter
if defaultFilter is set to true.
|
![]() | GetOrganisationUnitStructure |
Returns the organisation unit structure that matches the given filter.
|
![]() | GetOrganisationUnitUser |
Returns the organisation unit user matching the given ID.
|
![]() | GetOrganisationUnitUserList |
Returns a list of organisation unit users matching the given filter.
|
![]() | GetType | (Inherited from Object.) |
![]() | GetUserInvolvedOrganisationUnit |
Returns a list of IDs of organisation units that are involved in the user with the given ID.
|
![]() | HasGroupMasterKeyMode |
Returns if the group is secured with master key.
|
![]() | HasUserMasterKeyMode |
Returns if the user is secured with master key.
|
![]() | ToString | (Inherited from Object.) |
![]() | UpdateOrganisationUnitGroup |
Updates the given organisation unit group.
|
![]() | UpdateOrganisationUnitUser |
Updates the given organisation unit user.
|