Difference between revisions of "OldIdFunctions"
Line 1: | Line 1: | ||
− | {| class="tableintopic" style="border-collapse: collapse;" cellpadding="2" | + | {| class="tableintopic" style="border-collapse: collapse; width: 1350px;" cellpadding="2" |
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" bgcolor="#C0C0C0" | '''Old function''' |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" bgcolor="#C0C0C0" | '''New function''' |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" bgcolor="#C0C0C0" | '''Note''' |
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[setRPQUserId|setRPQUserId(userId)]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | [[setQASUserId|setQASUserId(userRId)]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
<br> | <br> | ||
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[getRPQUserId|getRPQUserId()]] <br>return userId |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | [[getQASUserId|getQASUserId()]] <br>return userRId |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
<br> | <br> | ||
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[setTimezone|setTimezone(userId, timezoneId)]] <br>[[setTimezone|setTimezone(timezoneId)]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | [[setUserTimezone|setUserTimezone(userRId, timezoneId)]] <br>[[setUserTimezone|setUserTimezone(timezoneId)]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
<br> | <br> | ||
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[getTimezone|getTimezone(userId)]] <br>[[getTimezone|getTimezone()]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | [[getUserTimezone|getUserTimezone(userRId)]] <br>[[getUserTimezone|getUserTimezone()]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
<br> | <br> | ||
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[setUserRoleId|setUserRoleId(userId, userResourceTemplateId)]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | User_setUserRoleId(userRId, userResourceTemplateRId) |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | same function: <br>setResourceTemplateResourceId(resourceRId, resourceTemplateRId) |
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[getUserRoleId|getUserRoleId(userId)]]<br>return userResourceTemplateId<br> |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | User_getUserRoleId(userRId)<br>return userResourceTemplateRId<br> |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | same function: <br>getResourceTemplateResourceId(resourceRId) |
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[getQuestionnaireTemplateId|getQuestionnaireTemplateId(qnaireTemplateQualifiedName)]] <br>return qnaireTemplateId |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | Questionnaire_getTemplateId <br>return qnaireTemplateRId |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | Questionnaire_getQuestionnaireTemplateId |
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[getProjectQuestionnaireId|getProjectQuestionnaireId(qnaireQualifiedName)]] <br>return qnaireId |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | Questionnaire_getProjectId <br>return qnaireRId |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | Questionnaire_getQuestionnaireId |
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[getReportStyleSheetIdByName|getReportStyleSheetIdByName(reportStyleSheetQualifiedName)]]<br>return ReportStyleSheetId |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | Report_getStyleSheetIdByName <br>return ReportStyleSheetRId |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
<br> | <br> | ||
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[getReportStyleSheetId|getReportStyleSheetId()]] <br>return ReportStyleSheetId |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | Report_getStyleSheetId |
return ReportStyleSheetRId | return ReportStyleSheetRId | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
<br> | <br> | ||
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[changeSampleRuleId|changeSampleRuleId]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | X |
<br> | <br> | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
sampleRule has only one kind of Id<br> | sampleRule has only one kind of Id<br> | ||
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[createResourceProjectQuestionnaire|createResourceProjectQuestionnaire(qnaireId)]]<br>[[createResourceProjectQuestionnaire|createResourceProjectQuestionnaire(qnaireId, assignCurrentUser)]]<br>[[createResourceProjectQuestionnaire|createResourceProjectQuestionnaire(qnaireId, assignCurrentUser, useExisting)]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | |
<br> | <br> | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
already exist:<br>new QAS(qnaireRId, -1) <br>new QAS(qnaireRId, 0)<br>QAS_getByUserResourceId | already exist:<br>new QAS(qnaireRId, -1) <br>new QAS(qnaireRId, 0)<br>QAS_getByUserResourceId | ||
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[getProjectQuestionnaireName|getProjectQuestionnaireName(qnaireId)]] <br>[[getProjectQuestionnaireName|getProjectQuestionnaireName()]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | |
<br> | <br> | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
expected new function name: getQuestionnaireName | expected new function name: getQuestionnaireName | ||
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[getReturnToProjectQuestionnaireId|getReturnToProjectQuestionnaireId()]] <br>return qnaireId |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | |
<br> | <br> | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
expected new functions name: getReturnToQuestionnaireId | expected new functions name: getReturnToQuestionnaireId | ||
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[getUserProjectQuestionnaireId|getUserProjectQuestionnaireId()]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | X |
<br> | <br> | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
already exist: getRPQId <br>not related to Id, no need new function | already exist: getRPQId <br>not related to Id, no need new function | ||
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[getUserProjectQuestionnaireUserId|getUserProjectQuestionnaireUserId()]] <br>return UserId |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | |
<br> | <br> | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
already exist: getQASUserId | already exist: getQASUserId | ||
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[questionnaireAnswerSheetExists|questionnaireAnswerSheetExists(qnaireId, userId)]] <br>[[questionnaireAnswerSheetExists|questionnaireAnswerSheetExists(qnaireId)]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | |
<br> | <br> | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | already exist:<br>QAS_exists(qnaireRid, userRId)<br>QAS_exists(qnaieRId) |
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[sampleRuleExists|sampleRuleExists]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | X |
<br> | <br> | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
sampleRule has only one kind of Id | sampleRule has only one kind of Id | ||
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[setUserProjectQuestionnaireId|setUserProjectQuestionnaireId(QASId)]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | X |
<br> | <br> | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
already exist: setRPQId <br>and not related with Id, no need new function | already exist: setRPQId <br>and not related with Id, no need new function | ||
|- valign="top" align="left" | |- valign="top" align="left" | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 510.117px;" | [[setUserProjectQuestionnaireUserId|setUserProjectQuestionnaireUserId(userId)]] |
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 370.7px;" | |
<br> | <br> | ||
− | | style="border: 1px solid; width: | + | | style="border: 1px solid; width: 453.183px;" | |
already exist: setQASUserId | already exist: setQASUserId | ||
|} | |} |
Revision as of 10:40, 8 March 2022
Old function | New function | Note |
setRPQUserId(userId) | setQASUserId(userRId) |
|
getRPQUserId() return userId |
getQASUserId() return userRId |
|
setTimezone(userId, timezoneId) setTimezone(timezoneId) |
setUserTimezone(userRId, timezoneId) setUserTimezone(timezoneId) |
|
getTimezone(userId) getTimezone() |
getUserTimezone(userRId) getUserTimezone() |
|
setUserRoleId(userId, userResourceTemplateId) | User_setUserRoleId(userRId, userResourceTemplateRId) | same function: setResourceTemplateResourceId(resourceRId, resourceTemplateRId) |
getUserRoleId(userId) return userResourceTemplateId |
User_getUserRoleId(userRId) return userResourceTemplateRId |
same function: getResourceTemplateResourceId(resourceRId) |
getQuestionnaireTemplateId(qnaireTemplateQualifiedName) return qnaireTemplateId |
Questionnaire_getTemplateId return qnaireTemplateRId |
Questionnaire_getQuestionnaireTemplateId |
getProjectQuestionnaireId(qnaireQualifiedName) return qnaireId |
Questionnaire_getProjectId return qnaireRId |
Questionnaire_getQuestionnaireId |
getReportStyleSheetIdByName(reportStyleSheetQualifiedName) return ReportStyleSheetId |
Report_getStyleSheetIdByName return ReportStyleSheetRId |
|
getReportStyleSheetId() return ReportStyleSheetId |
Report_getStyleSheetId
return ReportStyleSheetRId |
|
changeSampleRuleId | X
|
sampleRule has only one kind of Id |
createResourceProjectQuestionnaire(qnaireId) createResourceProjectQuestionnaire(qnaireId, assignCurrentUser) createResourceProjectQuestionnaire(qnaireId, assignCurrentUser, useExisting) |
|
already exist: |
getProjectQuestionnaireName(qnaireId) getProjectQuestionnaireName() |
|
expected new function name: getQuestionnaireName |
getReturnToProjectQuestionnaireId() return qnaireId |
|
expected new functions name: getReturnToQuestionnaireId |
getUserProjectQuestionnaireId() | X
|
already exist: getRPQId |
getUserProjectQuestionnaireUserId() return UserId |
|
already exist: getQASUserId |
questionnaireAnswerSheetExists(qnaireId, userId) questionnaireAnswerSheetExists(qnaireId) |
|
already exist: QAS_exists(qnaireRid, userRId) QAS_exists(qnaieRId) |
sampleRuleExists | X
|
sampleRule has only one kind of Id |
setUserProjectQuestionnaireId(QASId) | X
|
already exist: setRPQId |
setUserProjectQuestionnaireUserId(userId) |
|
already exist: setQASUserId |