@AccessLevel(value=EXTERNAL)
public interface SupervisorWorkspace
Modifier and Type | Method and Description |
---|---|
curam.supervisor.facade.struct.UserApplicationCodeDetails |
getUserAppCode()
This method allows the supervisor to get the Application code details.
|
curam.supervisor.facade.struct.CasesWithIssuesDtlsList |
listCasesWithIssues(curam.supervisor.facade.struct.CasesByDateRangeKey key)
This method allows the supervisor to get the case details which has issues
associated.
|
curam.supervisor.facade.struct.CasesWithIssuesUICDtlsList |
listPriorityWeekCasesWithIssues(curam.supervisor.facade.struct.CasesWithIssuesByDateKey key)
This method allows the supervisor to get the details of specified week's
cases with issues.
|
curam.supervisor.facade.struct.ReadSupervisorHomePageDetails |
readSupervisorHomePageDetails()
This method allows supervisor to get the list of the users that the
supervisor manages.
|
curam.supervisor.facade.struct.PriorityWeekCasesUICHeatmapDetails |
readSupervisorUICWorkSpaceDetails(curam.supervisor.sl.struct.Date key)
This method gets details of Heat map XML, priority week details and Choose
list.
|
void |
reassignCasesWithIssues(curam.supervisor.facade.struct.ReassignCasesForUserKey key)
This method allows supervisor to Reassign the cases with issues to another
user.
|
curam.supervisor.facade.struct.Date |
viewUICfilter(curam.supervisor.facade.struct.Date key)
Returns Date filter key.
|
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.ReadSupervisorHomePageDetails readSupervisorHomePageDetails() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.CasesWithIssuesDtlsList listCasesWithIssues(curam.supervisor.facade.struct.CasesByDateRangeKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void reassignCasesWithIssues(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.supervisor.facade.struct.PriorityWeekCasesUICHeatmapDetails readSupervisorUICWorkSpaceDetails(curam.supervisor.sl.struct.Date 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.CasesWithIssuesUICDtlsList listPriorityWeekCasesWithIssues(curam.supervisor.facade.struct.CasesWithIssuesByDateKey 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.UserApplicationCodeDetails getUserAppCode() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.supervisor.facade.struct.Date viewUICfilter(curam.supervisor.facade.struct.Date key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException