AddEmployeeRoleSetup | Adds an employee role. |
DeleteEmployeeRoleSetup | Deletes an existing employee role.
The role is specified by its key (TypeID), which is contained in the EmployeeRoleSetupParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the EmployeeRolesSetupService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetEmployeeRoleSetup | Retrieves a specific employee role.
The role is specified by its key (TypeID), which is contained in the EmployeeRoleSetupParams object passed to the method. |
GetEmployeeRoleSetupList | Retrieves the keys and names of all the employee roles. |
UpdateEmployeeRoleSetup | Updates an existing employee role.
The data for the role, including the key of the role to be updated, is contained in the EmployeeRoleSetup passed to the method. To update a role, you must first retrieve it using the GetEmployeeRoleSetup method. |