Produced by Araxis Merge on 10/5/2017 9:14:23 AM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | GenISIS_Build_4.zip\Source Code\Services\src\main\java\gov\va\genisis2\common\enums | CommonEnum.java | Tue Aug 29 18:23:46 2017 UTC |
| 2 | GenISIS_Build_4.zip\Source Code\Services\src\main\java\gov\va\genisis2\common\enums | CommonEnum.java | Tue Oct 3 14:50:42 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 314 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | /** | |
| 2 | * | |
| 3 | */ | |
| 4 | package go v.va.genis is2.common .enums; | |
| 5 | ||
| 6 | /** | |
| 7 | * The Enu m CommonEn um. | |
| 8 | * | |
| 9 | * @author Getaneh K assahun | |
| 10 | */ | |
| 11 | ||
| 12 | public enu m CommonEn um { | |
| 13 | ||
| 14 | /* * The no r ecord foun d. */ | |
| 15 | NO _RECORD_FO UND("No re cords foun d."), | |
| 16 | ||
| 17 | /* * The spac e. */ | |
| 18 | SP ACE(" "), | |
| 19 | ||
| 20 | /* * The unab le to crea te request . */ | |
| 21 | UN ABLE_TO_CR EATE_REQUE ST("Unable to create Request. Business p rocess fai led to sta rt."), | |
| 22 | ||
| 23 | /* * The unab le to upda te study a pproval. * / | |
| 24 | UN ABLE_TO_UP DATE_STUDY _APPROVAL( "Unable to update St udy Approv al"), | |
| 25 | ||
| 26 | /* * The crea ted By. */ | |
| 27 | RE QUEST_CREA TED_BY("cr eatedBy"), | |
| 28 | ||
| 29 | /* * The stat us descrip tion */ | |
| 30 | ST ATUS_DESC( "statusDes cription") , | |
| 31 | ||
| 32 | /* * The stat us id */ | |
| 33 | ST ATUS_ID("i d"), | |
| 34 | ||
| 35 | /* * The Work flow statu s descript ion */ | |
| 36 | ST ATUS_WORKF LOW_DESC(" descriptio n"), | |
| 37 | ||
| 38 | ||
| 39 | ||
| 40 | /* * The user s */ | |
| 41 | US ER("user") , | |
| 42 | ||
| 43 | /* * The user Id */ | |
| 44 | ID _COLUMN("i d"), | |
| 45 | ||
| 46 | /* * The user Id */ | |
| 47 | US ER_ID("use rId"), | |
| 48 | ||
| 49 | /* * The user name */ | |
| 50 | US ER_NAME("u sername"), | |
| 51 | ||
| 52 | /* * The emai l Id */ | |
| 53 | EM AIL_ID("em ailId"), | |
| 54 | ||
| 55 | /* * The user status */ | |
| 56 | US ER_ACTIVE( "userActiv e"), | |
| 57 | ||
| 58 | /* * The role type id * / | |
| 59 | RO LE_TYPE_ID ("roleType Id"), | |
| 60 | ||
| 61 | US ER_ROLE_TY PES("userR oleTypes") , | |
| 62 | ||
| 63 | /* * The end date */ | |
| 64 | EN D_DATE("en dDate"), | |
| 65 | ||
| 66 | /* * The Stat us */ | |
| 67 | ST ATUS("stat us"), | |
| 68 | ||
| 69 | /* * The Stat us Complet ed */ | |
| 70 | ST ATUS_COMPL ETED("Comp leted"), | |
| 71 | ||
| 72 | /* * The user Id */ | |
| 73 | NO _RESULT_EN TITY("No R esult Exce ption. Use r Id: "), | |
| 74 | ||
| 75 | /* * The user Id */ | |
| 76 | NO _RESULT_EX CEPTION("N oResultExc eption"), | |
| 77 | ||
| 78 | VE RSION("ver sion"), | |
| 79 | ||
| 80 | /* * The Requ est Entity */ | |
| 81 | RE QUEST_ENTI TY("reques t"), | |
| 82 | ||
| 83 | /* * The oper ation */ | |
| 84 | EM AIL_OPERAT ION("opera tion"), | |
| 85 | ||
| 86 | /* * The requ estorId */ | |
| 87 | EM AIL_REQUES TOR_ID("re questorId" ), | |
| 88 | ||
| 89 | /* * The appr overDecisi on */ | |
| 90 | EM AIL_APPROV ER_DECISIO N("approve rDecision" ), | |
| 91 | ||
| 92 | /* * The fulf illmentDec ision */ | |
| 93 | EM AIL_FULFIL LMENT_DECI SION("fulf illmentDec ision"), | |
| 94 | ||
| 95 | /* * The resu ltDeliverD ecision */ | |
| 96 | EM AIL_RESULT S_DELIVER_ DECISION(" resultDeli verDecisio n"), | |
| 97 | ||
| 98 | /* * The resu ltAcceptan ceDecision */ | |
| 99 | EM AIL_RESULT _ACCEPTANC E_DECISION ("resultAc ceptanceDe cision"), | |
| 100 | ||
| 101 | /* * The appr overId */ | |
| 102 | EM AIL_APPROV ER_ID("app roverId"), | |
| 103 | ||
| 104 | /* * The cc_u sers */ | |
| 105 | EM AIL_CC_USE RS("cc"), | |
| 106 | ||
| 107 | /* * The emai lList */ | |
| 108 | EM AIL_LIST(" emailList" ), | |
| 109 | ||
| 110 | /* * The Comm ents */ | |
| 111 | EM AIL_COMMEN TS("Commen ts: "), | |
| 112 | ||
| 113 | /* * The Your data Requ est */ | |
| 114 | EM AIL_YOUR_D ATE_REQUES T("Your da ta request "), | |
| 115 | ||
| 116 | /* * The no r eply sende r */ | |
| 117 | EM AIL_NO_REP LY_SENDER( " PII "), | |
| 118 | ||
| 119 | NI GHTLY_JOB( "NightlyJo b"), | |
| 120 | ||
| 121 | TR UE("true") , | |
| 122 | ||
| 123 | FA LSE("false "), | |
| 124 | ||
| 125 | /* * Exceptio n occurred while que rying Requ ests on Id */ | |
| 126 | EX CEPTION_QU ERYING_REQ UESTS("Exc eption occ ured while querrying Requests on Id"), | |
| 127 | ||
| 128 | /* * Exceptio n occurred while que rying Requ est Histor y on Reque st Id and Status */ | |
| 129 | EX CEPTION_QU ERRYING_RE QUESTSHIST ORY_REQ_ID _AND_STATU S("Excepti on occurre d while qu errying Re quest Hist ory on Req uest Id an d Status") , | |
| 130 | ||
| 131 | /* * Error oc curred whi le getting User deta ils for */ | |
| 132 | ER ROR_OCCURR ED_USER_DE TAILS("Err or occurre d while ge tting User details f or"), | |
| 133 | ||
| 134 | /* * The requ ester */ | |
| 135 | RE QUESTER_RO LE("reques ter"); | |
| 136 | ||
| 137 | /* * The text . */ | |
| 138 | pr ivate fina l String t ext; | |
| 139 | ||
| 140 | /* * | |
| 141 | * Instantia tes a new common enu m. | |
| 142 | * | |
| 143 | * @param te xt | |
| 144 | * The s. | |
| 145 | * / | |
| 146 | pr ivate Comm onEnum(Str ing text) { | |
| 147 | this .text = te xt; | |
| 148 | } | |
| 149 | ||
| 150 | /* * | |
| 151 | * Gets the text. | |
| 152 | * | |
| 153 | * @return S tring This returns t ext. | |
| 154 | * / | |
| 155 | pu blic Strin g getText( ) { | |
| 156 | retu rn text; | |
| 157 | } | |
| 158 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.