filterRole
Called for each role loaded into the management table. Return false to hide this role from the management table. This code is executed in a background thread.
filterSchedule
Called for each schedule loaded into the schedule dropdown in the edit user panel. Return false to hide this schedule from the dropdown. This code is executed in a background thread.
onCreateUser
Called when the add button is pressed in the users table
onDeleteUser
Called when the delete button is pressed in the users table. This code is executed in the background thread and is called once for each user selected.
onSaveUser
Called when the save button is pressed when adding or editing a user. This code is executed in a background thread.
onCreateRole
Called when the add button is pressed in the roles table.
onDeleteRole
Called when the save button is pressed when adding or editing a role. This code is executed in a background thread.
onSaveRole
Called when the save button is pressed when adding or editing a role. This code is executed in a background thread.