Table Description
DAQuestion Alias: Question Alias entity stores the alias text for questions as applicable to third parties.

Question Alias entity stores the alias text for questions as applicable to third parties.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Decision Assist::Service Layer::Questionnaries::Entity::QuestionAlias
Controlling File: DecisionAssist\model\Packages\Service Layer\Questionnaires\Entity\Questionnaire Version_cat.efx
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
questionIDdetailsnoSystem generated unique identifier for the question.DA_QUESTION_ID SVR_INT64
typedetails Type of third party for which the question alias was created.DA_QUESTION_ALIAS_TYPE_CODEAliasTypeSVR_STRING<10>
aliasTextdetails Alias text for the question.DA_QUESTION_TEXT SVR_STRING<200>
questionAliasIDkeynoSystem generated unique identifier for the question alias.INTERNAL_ID SVR_INT64
Foreign Keys (1)
ChildParent
QuestionAlias.questionIDQuestion.questionID
Indices (1)
Index NameAttributes
IND__1612863242questionID
Operations (8)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: questionAliasID
AUTO_ID_KEY: QUESTNALS
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
searchAllQuestionAliasreadmulti   
readQuestionAliasByQuestionIDAndTypensread Reads question alias text for a specified of question 
countByAliasTypeAndDeterminationDeliveryIDns Returns the count of alias texts for the given determination delivery id and alias typeSQL
insertQuestionAliasinsert Inserts record to question alias entity. This method expects question alias ID to be set by the caller, if not set it delegates the call to insert() which is modeled to auto generate primary key field (question alias ID). It's preferred to call this method only in scenario's where caller wants to set the value of primary key (question alias ID) by itself. 
Related Pages (4)