@AccessLevel(value=EXTERNAL)
public interface MaintainSupervisorUsers
Modifier and Type | Method and Description |
---|---|
void |
blockTaskAllocationForUser(curam.core.sl.struct.TaskAllocationBlockingCreateDetails key)
Creates a task allocation blocking record for the specified Supervisor's
user.
|
void |
clearTaskAllocationBlockForUser(curam.core.sl.supervisor.struct.TaskAllocationBlockingDetails key)
Clears an active or pending task allocation blocking record.
|
void |
clearTaskRedirection(curam.supervisor.facade.struct.TaskRedirectionKey key)
Clears the task redirection record for the user.
|
curam.core.struct.InformationalMsgDtlsList |
displayCaseReassignmentInformation()
Displays a message that if more than default number of cases are selected
for reassignment, then they would be processed by batch or deferred
process.
|
curam.core.struct.InformationalMsgDtlsList |
displayTaskForwardInformation(curam.core.sl.entity.struct.TaskCountDetails count)
Displays a message that if more than default number of tasks are selected
for forward, then they would be processed by batch or deferred process.
|
curam.core.facade.struct.InformationalMsgDetailsList |
forwardTasksNotReservedByUser(curam.supervisor.facade.struct.SupervisorTaskFwdDetails key)
This forwardTasksNotReservedByUser forwards the selected tasks assigned by
the user either to another user or to a work queue or to a position or to
an organization unit.
|
curam.supervisor.facade.struct.AssignedTaskForUserList |
forwardTasksNotReservedByUserSearch(curam.supervisor.facade.struct.AssignedTaskForwardDetails arg1)
Forwards the selected tasks assigned to an user to another user or to a
work queue or to a position or to an organization unit.
|
void |
forwardTasksReservedByUser(curam.supervisor.facade.struct.SupervisorTaskForwardDetails details)
Deprecated.
|
curam.supervisor.facade.struct.ReservedTaskByUserList |
forwardTasksReservedByUserSearch(curam.supervisor.facade.struct.ReservedTaskForwardDetails arg1)
This method allows the supervisor to forward the selected tasks reserved
by the user either to another user or to a work queue or to a position or
to an organization unit.
|
curam.core.struct.InformationalMsgDtlsList |
forwardTasksReservedByUserWithInformationalMessage(curam.supervisor.facade.struct.SupervisorTaskForwardDetails details)
This method allows the supervisor to forward the selected tasks reserved
by the user either to another user or to a work queue or to a position or
to an organization unit.
|
curam.core.struct.InitialCaseSearchCriteria |
getCaseSearchCriteria()
Returns initial details to populate case search criteria.
|
curam.supervisor.facade.struct.SupervisorCaseDetailsWithInformationalMessage |
listAllUserCaseDetails(curam.supervisor.facade.struct.UserNameOrgObjectKey key)
Lists all the User Cases.
|
curam.supervisor.facade.struct.SupervisorUserCaseListDetails |
listAllUserCases(curam.supervisor.facade.struct.UserNameOrgObjectKey key)
Deprecated.
, replaced with {@link
MaintainSupervisorUsers#listAllUserCaseDetails(UserNameOrgObjectKey
userNameOrgObjectKey)
This method is deprecated because the return struct does not contain the
attribute for informational messages.
|
curam.core.sl.entity.struct.CurrentUserWorkQueueAndSubscriberDetailsList |
listAllWorkQueuesForUser(curam.core.struct.UserNameKey key)
Returns the list of user WorkQueues details that are subscribed by user
and his organizational objects.
|
curam.supervisor.facade.struct.AvailableWorkQueueDetailsList |
listAvailableWorkQueuesForCurrentUser(curam.core.struct.UsersKey key)
Lists available work queues for the current user.
|
curam.supervisor.facade.struct.ListDeferredTasksReservedByUserDetails |
listDeferredTasksReservedByUser(curam.supervisor.facade.struct.ListDeferredTasksReservedByUserKey key)
Deprecated.
, replaced with
MaintainSupervisorUsers#listReservedDeferredTasksByUser(ListDeferredTasksReservedByUserKey)(ListOpenTasksReservedByUserKey)
This method is deprecated as it does now allow the infromational message
to be displayed in the client. Refer the replacement method
MaintainSupervisorUsers#listReservedDeferredTasksByUsers for more details. |
curam.supervisor.facade.struct.ListOpenTasksReservedByUserDetails |
listOpenTasksReservedByUser(curam.supervisor.facade.struct.ListOpenTasksReservedByUserKey key)
Deprecated.
, replaced with
listReservedOpenTasksByUser(ListOpenTasksReservedByUserKey)
This method is deprecated as it does now allow the infromational message
to be displayed in the client. Refer the replacement method
MaintainSupervisorUsers#listReservedOpenTasksByUsers for more details. |
curam.supervisor.facade.struct.ListReservedDeferredTasksByUserDetails |
listReservedDeferredTasksByUser(curam.supervisor.facade.struct.ListDeferredTasksReservedByUserKey key)
This method allows the supervisor to fetch a list of tasks associated with
the case, which have been reserved by a particular user, that are open.
|
curam.supervisor.facade.struct.ListReservedOpenTasksByUserDetails |
listReservedOpenTasksByFiltered(curam.supervisor.facade.struct.ListOpenTasksReservedByUserKey key)
This method allows the supervisor to fetch a list of tasks associated with
the case, which have been reserved by a particular user, that are open.
|
curam.supervisor.facade.struct.ListReservedOpenTasksByUserDetails |
listReservedOpenTasksByUser(curam.supervisor.facade.struct.ListOpenTasksReservedByUserKey key)
This method allows the supervisor to fetch a list of tasks associated with
the case, which have been reserved by a particular user, that are open.
|
curam.supervisor.facade.struct.SupervisorUsersDetailsList |
listSupervisorUsers()
This method retrieves a list of the users reporting to the supervisor.
|
curam.supervisor.sl.struct.SupervisorUserWithTaskCountDetailsList |
listSupervisorUsersWithTaskCount()
This method retrieves a list of the users reporting to the supervisor.
|
curam.supervisor.facade.struct.AllTaskAllocationBlockingPeriodsForUserDetailsList |
listTaskAllocationBlockingHistoryForUser(curam.core.struct.UserNameKey key)
Returns a list of the task allocation blocking records for a specified
user.
|
curam.supervisor.facade.struct.ListUserTasksRedirectionHistoryDetails |
listTaskRedirectionHistory(curam.core.struct.UserNameKey key)
This method allows the supervisor to list all the redirected tasks records
for the user.
|
curam.supervisor.facade.struct.ListUnreservedTasksForUserDetails |
listTasksAssignedToUser(curam.supervisor.facade.struct.ListUnreservedTasksForUserKey key)
This method allows the supervisor to list the tasks assigned to a user,
but not currently reserved by the user.
|
curam.supervisor.facade.struct.ListUnreservedTasksForUserDetails |
listUserAssignedTasks(curam.supervisor.facade.struct.TaskFilterCriteriaDetails key)
This method returns the list of tasks that are assigned to user based on
the provided task search criteria.
|
curam.supervisor.facade.struct.UserAssignedTaskDetailsAndFilterCriteriaDetails |
listUserAssignedTasksAndFilterCriteriaDetails(curam.supervisor.facade.struct.ListUnreservedTasksForUserKey key)
This method allows the supervisor to list the tasks assigned to a user,
but not currently reserved by the user.
|
curam.supervisor.facade.struct.ListUserTasksByWeekDetails |
listUserAssignedTasksByWeek(curam.supervisor.facade.struct.UserNameAndDeadLineDateKey key)
This method allows the supervisor to list all the Assigned tasks due on a
specified week, for the user.
|
curam.supervisor.facade.struct.ListUserTasksDueOnDateDetails |
listUserAssignedTasksDueOnDate(curam.supervisor.facade.struct.UserNameAndDeadLineDateKey key)
This method allows the supervisor to list all the assigned tasks due on
the specified date for the User.
|
curam.supervisor.facade.struct.ListUserTasksByWeekDetails |
listUserReservedTasksByWeek(curam.supervisor.facade.struct.UserNameAndDeadLineDateKey key)
This method allows the supervisor to lists all the reserved tasks due on a
specified week, for the user.
|
curam.supervisor.facade.struct.ListUserTasksDueOnDateDetails |
listUserReservedTasksDueOnDate(curam.supervisor.facade.struct.UserNameAndDeadLineDateKey key)
This method allows the supervisor to list all the reserved tasks due on
the specified date for the User.
|
curam.supervisor.facade.struct.ListTasksRedirectionHistoryDetails |
listUserTaskRedirectionHistory(curam.core.struct.UserNameKey key)
Deprecated.
Since Curam 6.0 , replaced with
listTaskRedirectionHistory(UserNameKey key) . As
part of the CLE changes , implementation has been moved to
listTaskRedirectionHistory with a new return
struct ListUserTasksRedirectionHistoryDetails. This struct has all the
fields of ListTasksRedirectionHistoryDetails. See release note CR00216807. |
curam.supervisor.facade.struct.ListUserTasksByWeekDetails |
listUserTasksByWeek(curam.supervisor.facade.struct.UserNameAndDeadLineDateKey key)
This method allows the supervisor to list the user task record details due
on a period specified week.
|
curam.supervisor.facade.struct.ListUserTasksDueOnDateDetails |
listUserTasksDueOnDate(curam.supervisor.facade.struct.UserNameAndDeadLineDateKey key)
This method allows the supervisor to list the user task record details due
on the specified date.
|
curam.core.sl.entity.struct.WorkQueueDetailsList |
listWorkQueueForUser(curam.core.struct.UserNameKey key)
Returns the list of Work queues subscribed by the user and associated org
objects.
|
curam.supervisor.facade.struct.ListUserOrgObjectWorkQueueDetails |
listWorkQueuesForSupervisor(curam.core.struct.UsersKey key)
This method allows the supervisor to list the details of work queues for
the subscribed user.
|
curam.supervisor.facade.struct.OpenAndDeferredTasksForReallocateTasksDetails |
readOpenAndDererredTasksForReallocateTasks(curam.core.struct.UserNameKey key)
This method allows the supervisor to reallocate selected tasks that have
been reserved by the user to read, open and deferred tasks.
|
curam.supervisor.facade.struct.SupervisorUserTabDetails |
readSupervisorUserTabDetails(curam.supervisor.facade.struct.SupervisorUserTabKey key)
Reads user tab display details for a supervisor.
|
curam.supervisor.facade.struct.SupervisorWorkspaceContentDetails |
readSupervisorWorkspaceContentDetails(curam.supervisor.facade.struct.UserNameAndTaskOptionKey key)
This method allows the supervisor to view the user workspace details.
|
curam.supervisor.facade.struct.TaskFilterCriteriaDetails |
readUserAssignedTasksPageFilterCriteria()
This method reads the saved filter criteria details for UserAssignedTasks
page.
|
curam.core.facade.struct.InformationalMsgDetailsList |
reallocateTasksNotReservedByUser(curam.supervisor.facade.struct.ReallocateTaskIDDetails key)
This method reallocates the tasks not reserved by the user.
|
void |
reallocateTasksReservedByUser(curam.supervisor.facade.struct.ReallocateTasksReservedByUserKey key)
This method allows the supervisor to reallocate selected tasks, which have
been reserved by a user.
|
void |
reassignCasesForOrganisationObject(curam.supervisor.facade.struct.ReassignCasesForUserKey key)
Deprecated.
|
curam.core.struct.InformationalMsgDtlsList |
reassignCasesForOrganisationObjectWithInformationalMessage(curam.supervisor.facade.struct.ReassignCasesForUserKey key)
Reassigns cases to a selected user.
|
curam.core.facade.struct.CaseSearchResultList |
reassignCasesForOrgObjectWithSearch(curam.supervisor.facade.struct.ReassignCasesForUserSearchKey key)
Allows a supervisor to reassign some or all of the cases owned by a user
to another selected organisation object.
|
void |
redirectTasksToUser(curam.supervisor.facade.struct.TaskRedirectionDetails key)
Deprecated.
since Curam v6 since. A new method
TaskRedirectionsToUser has been introduced in the same class which allows
tasks to be redirected to all members in addition to redirection of tasks
to users. |
curam.core.struct.InformationalMsgDtlsList |
reserveAssignedTasksForUser(curam.supervisor.facade.struct.ReserveAssignedTasksDetails dtls)
This method allows the supervisor to reserve a number of tasks to the user
that have been assigned to the user.
|
void |
reserveAssignedTasksToUser(curam.supervisor.facade.struct.ReserveAssignedTasksToUser details)
This method allows the supervisor to reserve a task to the user, which has
been assigned to the user.
|
curam.core.facade.struct.ReserveNextTaskDetails |
reserveNextWorkQueueTask(curam.supervisor.facade.struct.ReserveNextWorkQueueTaskKey key)
This method allows the supervisor to reserve the next task from work queue
for the user.
|
curam.core.struct.InformationalMsgDtlsList |
reserveTasksFromWorkQueueForUser(curam.supervisor.facade.struct.ReserveWorkQueueTasksForUserDetails key)
This method allows the supervisor to confirm that they wish to reserve the
next work queue task for the user.
|
curam.supervisor.facade.struct.ResolveUserPageDetails |
resolveUserTasksByDateOrWeek(curam.supervisor.facade.struct.ResolveTaskOptionKey key)
The method to fetch tasks either by week or date on the click of caption
on the User Workspace.
|
curam.supervisor.facade.struct.ResolveUserPageDetails |
resolveUserWorkspacePage(curam.supervisor.facade.struct.ResolveUserTaskOptionPageKey key)
This method allows the supervisor to fetch the particular page name based
on selected task option.
|
void |
subscribeOrgObjectToWorkqueue(curam.core.sl.struct.WorkQueueSubscriptionDetails details)
This method allows the supervisor to subscribe the org object for the
selected work queue.
|
void |
subscribeUserToWorkqueue(curam.supervisor.facade.struct.SubscribeUserWorkQueueKey key)
This method allows the supervisor to subscribe the user for the selected
work queue.
|
void |
subscribeWorkqueueUser(curam.supervisor.facade.struct.SubscribeUserWorkQueueKey key)
This method allows the supervisor to subscribe the user for the selected
work queue.
|
void |
taskRedirectionsToUser(curam.supervisor.facade.struct.UserTaskRedirectionDetails key)
This method allows the supervisor to redirect the tasks assignment of one
user to another user/organization structure to a specified time period.
|
void |
unsubscribeMemberFromWorkQueue(curam.supervisor.sl.struct.UnsubscribeMemberWorkQueueKey key)
allows a supervisor to unsubscribe an org object from work queue
|
void |
unsubscribeUserFromWorkQueue(curam.supervisor.facade.struct.UnsubscribeUserWorkQueueKey key)
allows a supervisor to unsubscribe an org object from work queue
|
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.SupervisorUsersDetailsList listSupervisorUsers() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated @AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.SupervisorUserCaseListDetails listAllUserCases(curam.supervisor.facade.struct.UserNameOrgObjectKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.ReserveNextTaskDetails reserveNextWorkQueueTask(curam.supervisor.facade.struct.ReserveNextWorkQueueTaskKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated @AccessLevel(value=EXTERNAL) void reassignCasesForOrganisationObject(curam.supervisor.facade.struct.ReassignCasesForUserKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated @AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListTasksRedirectionHistoryDetails listUserTaskRedirectionHistory(curam.core.struct.UserNameKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
listTaskRedirectionHistory(UserNameKey key)
. As
part of the CLE changes , implementation has been moved to
listTaskRedirectionHistory with a new return
struct ListUserTasksRedirectionHistoryDetails. This struct has all the
fields of ListTasksRedirectionHistoryDetails. See release note CR00216807.curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated @AccessLevel(value=EXTERNAL) void redirectTasksToUser(curam.supervisor.facade.struct.TaskRedirectionDetails key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
TaskRedirectionsToUser
has been introduced in the same class which allows
tasks to be redirected to all members in addition to redirection of tasks
to users.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void clearTaskRedirection(curam.supervisor.facade.struct.TaskRedirectionKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.struct.InformationalMsgDtlsList reserveAssignedTasksForUser(curam.supervisor.facade.struct.ReserveAssignedTasksDetails dtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListUserTasksDueOnDateDetails listUserTasksDueOnDate(curam.supervisor.facade.struct.UserNameAndDeadLineDateKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListUserTasksDueOnDateDetails listUserReservedTasksDueOnDate(curam.supervisor.facade.struct.UserNameAndDeadLineDateKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListUserTasksDueOnDateDetails listUserAssignedTasksDueOnDate(curam.supervisor.facade.struct.UserNameAndDeadLineDateKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListUserTasksByWeekDetails listUserTasksByWeek(curam.supervisor.facade.struct.UserNameAndDeadLineDateKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListUserTasksByWeekDetails listUserReservedTasksByWeek(curam.supervisor.facade.struct.UserNameAndDeadLineDateKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListUserTasksByWeekDetails listUserAssignedTasksByWeek(curam.supervisor.facade.struct.UserNameAndDeadLineDateKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void subscribeUserToWorkqueue(curam.supervisor.facade.struct.SubscribeUserWorkQueueKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.struct.InformationalMsgDtlsList reserveTasksFromWorkQueueForUser(curam.supervisor.facade.struct.ReserveWorkQueueTasksForUserDetails key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated @AccessLevel(value=EXTERNAL) void forwardTasksReservedByUser(curam.supervisor.facade.struct.SupervisorTaskForwardDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void reallocateTasksReservedByUser(curam.supervisor.facade.struct.ReallocateTasksReservedByUserKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListUnreservedTasksForUserDetails listTasksAssignedToUser(curam.supervisor.facade.struct.ListUnreservedTasksForUserKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated @AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListDeferredTasksReservedByUserDetails listDeferredTasksReservedByUser(curam.supervisor.facade.struct.ListDeferredTasksReservedByUserKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
MaintainSupervisorUsers#listReservedDeferredTasksByUser(ListDeferredTasksReservedByUserKey)(ListOpenTasksReservedByUserKey)
This method is deprecated as it does now allow the infromational message
to be displayed in the client. Refer the replacement method
MaintainSupervisorUsers#listReservedDeferredTasksByUsers for more details.curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated @AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListOpenTasksReservedByUserDetails listOpenTasksReservedByUser(curam.supervisor.facade.struct.ListOpenTasksReservedByUserKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
listReservedOpenTasksByUser(ListOpenTasksReservedByUserKey)
This method is deprecated as it does now allow the infromational message
to be displayed in the client. Refer the replacement method
MaintainSupervisorUsers#listReservedOpenTasksByUsers for more details.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.AvailableWorkQueueDetailsList listAvailableWorkQueuesForCurrentUser(curam.core.struct.UsersKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ResolveUserPageDetails resolveUserWorkspacePage(curam.supervisor.facade.struct.ResolveUserTaskOptionPageKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.OpenAndDeferredTasksForReallocateTasksDetails readOpenAndDererredTasksForReallocateTasks(curam.core.struct.UserNameKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void reserveAssignedTasksToUser(curam.supervisor.facade.struct.ReserveAssignedTasksToUser details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void clearTaskAllocationBlockForUser(curam.core.sl.supervisor.struct.TaskAllocationBlockingDetails key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.AllTaskAllocationBlockingPeriodsForUserDetailsList listTaskAllocationBlockingHistoryForUser(curam.core.struct.UserNameKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void blockTaskAllocationForUser(curam.core.sl.struct.TaskAllocationBlockingCreateDetails key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ResolveUserPageDetails resolveUserTasksByDateOrWeek(curam.supervisor.facade.struct.ResolveTaskOptionKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void unsubscribeMemberFromWorkQueue(curam.supervisor.sl.struct.UnsubscribeMemberWorkQueueKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.InformationalMsgDetailsList reallocateTasksNotReservedByUser(curam.supervisor.facade.struct.ReallocateTaskIDDetails key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.sl.entity.struct.WorkQueueDetailsList listWorkQueueForUser(curam.core.struct.UserNameKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.sl.entity.struct.CurrentUserWorkQueueAndSubscriberDetailsList listAllWorkQueuesForUser(curam.core.struct.UserNameKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.SupervisorUserTabDetails readSupervisorUserTabDetails(curam.supervisor.facade.struct.SupervisorUserTabKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListUserOrgObjectWorkQueueDetails listWorkQueuesForSupervisor(curam.core.struct.UsersKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void unsubscribeUserFromWorkQueue(curam.supervisor.facade.struct.UnsubscribeUserWorkQueueKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.InformationalMsgDetailsList forwardTasksNotReservedByUser(curam.supervisor.facade.struct.SupervisorTaskFwdDetails key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListUserTasksRedirectionHistoryDetails listTaskRedirectionHistory(curam.core.struct.UserNameKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.sl.struct.SupervisorUserWithTaskCountDetailsList listSupervisorUsersWithTaskCount() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void taskRedirectionsToUser(curam.supervisor.facade.struct.UserTaskRedirectionDetails key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void subscribeWorkqueueUser(curam.supervisor.facade.struct.SubscribeUserWorkQueueKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void subscribeOrgObjectToWorkqueue(curam.core.sl.struct.WorkQueueSubscriptionDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.SupervisorWorkspaceContentDetails readSupervisorWorkspaceContentDetails(curam.supervisor.facade.struct.UserNameAndTaskOptionKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListReservedDeferredTasksByUserDetails listReservedDeferredTasksByUser(curam.supervisor.facade.struct.ListDeferredTasksReservedByUserKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListReservedOpenTasksByUserDetails listReservedOpenTasksByUser(curam.supervisor.facade.struct.ListOpenTasksReservedByUserKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.SupervisorCaseDetailsWithInformationalMessage listAllUserCaseDetails(curam.supervisor.facade.struct.UserNameOrgObjectKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.struct.InformationalMsgDtlsList reassignCasesForOrganisationObjectWithInformationalMessage(curam.supervisor.facade.struct.ReassignCasesForUserKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.struct.InformationalMsgDtlsList forwardTasksReservedByUserWithInformationalMessage(curam.supervisor.facade.struct.SupervisorTaskForwardDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ListReservedOpenTasksByUserDetails listReservedOpenTasksByFiltered(curam.supervisor.facade.struct.ListOpenTasksReservedByUserKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.CaseSearchResultList reassignCasesForOrgObjectWithSearch(curam.supervisor.facade.struct.ReassignCasesForUserSearchKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
curam.core.struct.InformationalMsgDtlsList displayCaseReassignmentInformation() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.AssignedTaskForUserList forwardTasksNotReservedByUserSearch(curam.supervisor.facade.struct.AssignedTaskForwardDetails arg1) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ReservedTaskByUserList forwardTasksReservedByUserSearch(curam.supervisor.facade.struct.ReservedTaskForwardDetails arg1) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
curam.core.struct.InformationalMsgDtlsList displayTaskForwardInformation(curam.core.sl.entity.struct.TaskCountDetails count) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
curam.core.struct.InitialCaseSearchCriteria getCaseSearchCriteria() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
curam.supervisor.facade.struct.ListUnreservedTasksForUserDetails listUserAssignedTasks(curam.supervisor.facade.struct.TaskFilterCriteriaDetails key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
curam.supervisor.facade.struct.TaskFilterCriteriaDetails readUserAssignedTasksPageFilterCriteria() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
curam.supervisor.facade.struct.UserAssignedTaskDetailsAndFilterCriteriaDetails listUserAssignedTasksAndFilterCriteriaDetails(curam.supervisor.facade.struct.ListUnreservedTasksForUserKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException