public interface ApplicationEvidence
Modifier and Type | Method and Description |
---|---|
curam.intake.facade.struct.EvidenceSiteMapDetails |
getEvidenceDashboardData(curam.application.facade.struct.ApplicationKey arg1)
Retrieves the data required to display the Evidence Dashboard for an
Application ,
and an identifier for a CaseHeader to allow links to be
constructed. |
curam.intake.facade.struct.EvidenceSiteMapDetails |
getEvidenceDashboardDataWithRelationshipAndFilter(curam.application.facade.struct.ApplicationKey arg1,
curam.core.facade.infrastructure.struct.DashboardFilterIDKey filterKey)
Retrieves the data required to display the Evidence Dashboard for an
Application ,
and an identifier for a CaseHeader to allow links to be
constructed. |
curam.intake.facade.struct.EvidenceParticipantIDNameDetailsList |
getEvidenceParticipantListForCase(curam.application.facade.struct.ApplicationKey key)
Retrieves the details of the Participants related to the
Application |
curam.aes.facade.struct.IncomingBusinessObjectDetailsList |
getIncomingBusinessObjectDetailsList(curam.application.facade.struct.ApplicationKey key) |
curam.core.sl.infrastructure.struct.ECWarningsDtlsList |
getIncomingEvidenceInformation(curam.application.facade.struct.ApplicationKey key)
Retrieves the incoming evidence information associated with the
Application |
curam.intake.facade.struct.CaseParticipantDetails |
getPrimaryCaseParticipantDetails(curam.application.facade.struct.ApplicationKey key)
Retrieves the details of the primary Participant related to the
Application |
curam.intake.facade.struct.ListAllActiveEVDInstanceWorkspaceDtls |
listAllActiveEVDInstanceWorkspaceDtls(curam.application.facade.struct.ApplicationKey key)
Retrieves the list of all Active evidence associated with the
Application |
curam.intake.facade.struct.ListAllEvidenceDtls |
listAllEvidence(curam.application.facade.struct.ApplicationKey key)
Retrieves the list of all evidence associated with the
Application |
curam.intake.facade.struct.ListAllInEditDtls |
listAllInEdit(curam.application.facade.struct.ApplicationKey key)
Retrieves the list of all In Edit evidence associated with the
Application |
curam.intake.facade.struct.CaseEvidenceVerificationDisplayDetailsList |
listCaseEvidenceOutstandingVerificationDetails(curam.application.facade.struct.ApplicationKey key)
Deprecated.
Since Curam 8.0.0.0 listCaseEvidence_Deprecation. Replaced by
#listOutstandingVerificationDetailsForCaseEvidence()
Retrieves the list of all outstanding verifications associated with the
Application |
curam.intake.facade.struct.CaseEvidenceVerificationDisplayDetailsList |
listCaseEvidenceVerificationDetails(curam.application.facade.struct.ApplicationKey key)
Deprecated.
Since Curam 8.0.0.0 listCaseEvidence_Deprecation. Replaced by
#listVerificationDetailsforCaseEvidence()
Retrieves the list of all verifications associated with the Application |
curam.intake.facade.struct.IncomingEvidenceDetailsList |
listIdenticalIncomingEvidence(curam.application.facade.struct.ApplicationKey key)
Retrieves the list of all Identical Incoming Evidence associated with the
Application |
curam.core.facade.infrastructure.struct.EvidenceIssuesDetailsList |
listIssuesForCase(curam.application.facade.struct.ApplicationKey key)
Retrieves the list of all Issues associated with the
Application |
curam.intake.facade.struct.ApplicationEvidenceVerificationDisplayDetailsList |
listOutstandingVerificationDetailsForCaseEvidence(curam.application.facade.struct.ApplicationKey key)
Retrieves the list of all outstanding verifications associated with the
Application |
curam.intake.facade.struct.ApplicationEvidenceVerificationDisplayDetailsList |
listVerificationDetailsforCaseEvidence(curam.application.facade.struct.ApplicationKey key)
Retrieves the list of all verifications associated with the
Application |
curam.intake.facade.struct.IncomingEvidenceDetailsList listIdenticalIncomingEvidence(curam.application.facade.struct.ApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Application
key
- The Application
IDcuram.util.exception.AppException
curam.util.exception.InformationalException
curam.intake.facade.struct.EvidenceSiteMapDetails getEvidenceDashboardData(curam.application.facade.struct.ApplicationKey arg1) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Application
,
and an identifier for a CaseHeader
to allow links to be
constructed.key
- The Application
IDCaseHeader
curam.util.exception.AppException
curam.util.exception.InformationalException
curam.intake.facade.struct.EvidenceParticipantIDNameDetailsList getEvidenceParticipantListForCase(curam.application.facade.struct.ApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Application
key
- The Application
IDApplication
curam.util.exception.AppException
curam.util.exception.InformationalException
curam.intake.facade.struct.CaseParticipantDetails getPrimaryCaseParticipantDetails(curam.application.facade.struct.ApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Application
key
- The Application
IDApplication
curam.util.exception.AppException
curam.util.exception.InformationalException
curam.intake.facade.struct.ListAllActiveEVDInstanceWorkspaceDtls listAllActiveEVDInstanceWorkspaceDtls(curam.application.facade.struct.ApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Application
keyThe
- Application
IDresult
- List of all active evidence workspace details.curam.util.exception.AppException
curam.util.exception.InformationalException
curam.intake.facade.struct.ListAllInEditDtls listAllInEdit(curam.application.facade.struct.ApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Application
key
- The Application
IDcuram.util.exception.AppException
curam.util.exception.InformationalException
curam.core.facade.infrastructure.struct.EvidenceIssuesDetailsList listIssuesForCase(curam.application.facade.struct.ApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Application
key
- The Application
IDresult
- List of Issues for the Evidencecuram.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated curam.intake.facade.struct.CaseEvidenceVerificationDisplayDetailsList listCaseEvidenceOutstandingVerificationDetails(curam.application.facade.struct.ApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
#listOutstandingVerificationDetailsForCaseEvidence()
Retrieves the list of all outstanding verifications associated with the
Application
key
- The Application
IDresult
- List of outstanding verifications.curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated curam.intake.facade.struct.CaseEvidenceVerificationDisplayDetailsList listCaseEvidenceVerificationDetails(curam.application.facade.struct.ApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
#listVerificationDetailsforCaseEvidence()
Retrieves the list of all verifications associated with the Application
key
- The Application
IDcuram.util.exception.AppException
curam.util.exception.InformationalException
curam.core.sl.infrastructure.struct.ECWarningsDtlsList getIncomingEvidenceInformation(curam.application.facade.struct.ApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Application
key
- The Application
IDcuram.util.exception.AppException
curam.util.exception.InformationalException
curam.intake.facade.struct.ListAllEvidenceDtls listAllEvidence(curam.application.facade.struct.ApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Application
key
- The Application
IDcuram.util.exception.AppException
curam.util.exception.InformationalException
curam.intake.facade.struct.EvidenceSiteMapDetails getEvidenceDashboardDataWithRelationshipAndFilter(curam.application.facade.struct.ApplicationKey arg1, curam.core.facade.infrastructure.struct.DashboardFilterIDKey filterKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Application
,
and an identifier for a CaseHeader
to allow links to be
constructed.
The relationships between evidence types and the various filter groups
configured for the Application
are also retrieved.key
- The Application
IDfilterKey
- The ID of the filter group and the page to display the
evidence within that groupCaseHeader
curam.util.exception.AppException
curam.util.exception.InformationalException
curam.aes.facade.struct.IncomingBusinessObjectDetailsList getIncomingBusinessObjectDetailsList(curam.application.facade.struct.ApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
curam.intake.facade.struct.ApplicationEvidenceVerificationDisplayDetailsList listOutstandingVerificationDetailsForCaseEvidence(curam.application.facade.struct.ApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Application
key
- The Application
IDresult
- List of outstanding verifications.curam.util.exception.AppException
curam.util.exception.InformationalException
curam.intake.facade.struct.ApplicationEvidenceVerificationDisplayDetailsList listVerificationDetailsforCaseEvidence(curam.application.facade.struct.ApplicationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Application
key
- The Application
IDcuram.util.exception.AppException
curam.util.exception.InformationalException