@AccessLevel(value=EXTERNAL)
public interface DecisionMatrix
Modifier and Type | Method and Description |
---|---|
curam.decisionassist.facade.admin.struct.QuestionnaireVersionIDAndNameDetailsList |
getQuestionnaireForMatrix(curam.decisionassist.facade.admin.struct.DecisionMatrixVersionKey key)
This method returns the questionnaire record selected for the decision
matrix.
|
curam.decisionassist.facade.admin.struct.DecisionMatrixQuestionnaireAndQuestionsDetails |
getQuestionsForMatrix(curam.decisionassist.facade.admin.struct.QuestionnaireVersionKey key,
curam.decisionassist.facade.admin.struct.DecisionMatrixExistingQuestionDetails existingQuestionDetails)
This method returns the questions selected from their questionnaire for
the decision matrix.
|
curam.decisionassist.facade.admin.struct.DecisionMatrixDetailsList |
listDecisionMatrixVersionDetails(curam.decisionassist.sl.struct.DeterminationPackageVersionKey key)
This method is intended to be used by users responsible for managing
decision matrix to list all the decision matrix records of the specified
version key on the system.
|
curam.decisionassist.facade.admin.struct.DecisionMatrixOutcomeDetailsList |
listOutcomesForMatrix(curam.decisionassist.facade.admin.struct.DecisionMatrixExistingOutcomeDetails existingOutcomeDetails)
This method returns the list of outcome records associated with a decision
matrix.
|
curam.decisionassist.facade.admin.struct.DeterminationPackageDetailsList |
readAllDPsForDecisionMatrices(curam.decisionassist.facade.admin.struct.DecisionMatrixVersionKey Key)
This method retrieves all the determination packages associated with the
decision matrix.
|
curam.decisionassist.facade.admin.struct.LatestDecisionMatricesDetailsList |
readAllLatestVersionDecisionMatrices()
This method retrieves the latest decision matrices in full, i.e. the
decision matrix header details and data.
|
curam.decisionassist.facade.admin.struct.DecisionMatrixData |
readDecisionMatrixData(curam.decisionassist.facade.admin.struct.DecisionMatrixVersionKey key)
This method returns all decision matrix data (row, column, and cell data).
|
curam.decisionassist.facade.admin.struct.ReadLatestMatrixNameAndIDDtls |
readDecisionMatrixHeaderDetails(curam.decisionassist.facade.admin.struct.DecisionMatrixVersionKey key)
This method returns the name and ID of all of the latest decision matrix
records.
|
curam.decisionassist.facade.admin.struct.ViewDecisionMatrixDetails |
readDecisionMatrixVersion(curam.decisionassist.facade.admin.struct.DecisionMatrixVersionKey key)
This method returns the details of a decision matrix record for the
specified version key.
|
curam.decisionassist.facade.admin.struct.ReadOutcomeScoreAssociationDetails |
readOutcomeScoreAssociation(curam.decisionassist.facade.admin.struct.OutcomeScoreAssociationKey key)
This method returns the association between an outcome and a decision
matrix.
|
@AccessLevel(value=EXTERNAL) curam.decisionassist.facade.admin.struct.LatestDecisionMatricesDetailsList readAllLatestVersionDecisionMatrices() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.decisionassist.facade.admin.struct.ViewDecisionMatrixDetails readDecisionMatrixVersion(curam.decisionassist.facade.admin.struct.DecisionMatrixVersionKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.decisionassist.facade.admin.struct.DeterminationPackageDetailsList readAllDPsForDecisionMatrices(curam.decisionassist.facade.admin.struct.DecisionMatrixVersionKey Key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.decisionassist.facade.admin.struct.ReadLatestMatrixNameAndIDDtls readDecisionMatrixHeaderDetails(curam.decisionassist.facade.admin.struct.DecisionMatrixVersionKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.decisionassist.facade.admin.struct.DecisionMatrixData readDecisionMatrixData(curam.decisionassist.facade.admin.struct.DecisionMatrixVersionKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.decisionassist.facade.admin.struct.DecisionMatrixOutcomeDetailsList listOutcomesForMatrix(curam.decisionassist.facade.admin.struct.DecisionMatrixExistingOutcomeDetails existingOutcomeDetails) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.decisionassist.facade.admin.struct.DecisionMatrixQuestionnaireAndQuestionsDetails getQuestionsForMatrix(curam.decisionassist.facade.admin.struct.QuestionnaireVersionKey key, curam.decisionassist.facade.admin.struct.DecisionMatrixExistingQuestionDetails existingQuestionDetails) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.decisionassist.facade.admin.struct.QuestionnaireVersionIDAndNameDetailsList getQuestionnaireForMatrix(curam.decisionassist.facade.admin.struct.DecisionMatrixVersionKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.decisionassist.facade.admin.struct.ReadOutcomeScoreAssociationDetails readOutcomeScoreAssociation(curam.decisionassist.facade.admin.struct.OutcomeScoreAssociationKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.decisionassist.facade.admin.struct.DecisionMatrixDetailsList listDecisionMatrixVersionDetails(curam.decisionassist.sl.struct.DeterminationPackageVersionKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException