Produced by Araxis Merge on 12/20/2017 5:56:12 PM Eastern Standard 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_2.0_v6_bld6.zip\Source Code\UI\Services\src\main\java\gov\va\genisis2\common\enums | CommonEnum.java | Thu Dec 14 19:57:16 2017 UTC |
| 2 | Genisis_2.0_v6_bld6.zip\Source Code\UI\Services\src\main\java\gov\va\genisis2\common\enums | CommonEnum.java | Wed Dec 20 22:06:07 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 684 |
| Changed | 2 | 4 |
| 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 PII | |
| 10 | */ | |
| 11 | ||
| 12 | public enu m CommonEn um { | |
| 13 | ||
| 14 | /* * Study Ap proval for VINCI Man ager */ | |
| 15 | NO _RECORD_FO UND("No re cords foun d."), | |
| 16 | ||
| 17 | ||
| 18 | /* * The no r ecord foun d. */ | |
| 19 | ST UDY_APPROV AL_OPEARTI ONS("1"), | |
| 20 | ||
| 21 | ||
| 22 | /* * The no r ecord foun d. */ | |
| 23 | ST UDY_APPROV AL_ID("id" ), | |
| 24 | ||
| 25 | /* * The no r ecord foun d. */ | |
| 26 | ST UDY_APPROV AL_TITLE(" title"), | |
| 27 | ||
| 28 | /* * The no r ecord foun d. */ | |
| 29 | ST UDY_APPROV AL_TITLE_O PEARTIONS( "Operation s"), | |
| 30 | ||
| 31 | ||
| 32 | ||
| 33 | ||
| 34 | ||
| 35 | /* * The stud y approval status */ | |
| 36 | ST UDY_APPROV AL_ACTIVE( "active"), | |
| 37 | ||
| 38 | ||
| 39 | /* * The spac e. */ | |
| 40 | SP ACE(" "), | |
| 41 | ||
| 42 | /* * The unab le to crea te request . */ | |
| 43 | UN ABLE_TO_CR EATE_REQUE ST("Unable to create Request. Business p rocess fai led to sta rt."), | |
| 44 | ||
| 45 | /* * The unab le to upda te study a pproval. * / | |
| 46 | UN ABLE_TO_UP DATE_STUDY _APPROVAL( "Unable to update St udy Approv al"), | |
| 47 | ||
| 48 | /* * The crea ted By. */ | |
| 49 | RE QUEST_CREA TED_BY("cr eatedBy"), | |
| 50 | ||
| 51 | /* * The stat us descrip tion */ | |
| 52 | ST ATUS_DESC( "statusDes cription") , | |
| 53 | ||
| 54 | /* * The requ est type i d */ | |
| 55 | RE QUEST_TYPE _ID("reque stTypeId") , | |
| 56 | ||
| 57 | /* * The VINC I Request* / | |
| 58 | VI NCI_REQUES T("1"), | |
| 59 | ||
| 60 | /* * The Tran sfer to VI NCI*/ | |
| 61 | TR ANSFER_TO_ VINCI("2") , | |
| 62 | ||
| 63 | /* * The stat us id */ | |
| 64 | ST ATUS_ID("i d"), | |
| 65 | ||
| 66 | /* * The Work flow statu s descript ion */ | |
| 67 | ST ATUS_WORKF LOW_DESC(" descriptio n"), | |
| 68 | ||
| 69 | /* * The user s */ | |
| 70 | US ER("user") , | |
| 71 | ||
| 72 | /* * The user Id */ | |
| 73 | ID _COLUMN("i d"), | |
| 74 | ||
| 75 | /* * The user Id */ | |
| 76 | US ER_ID("use rId"), | |
| 77 | ||
| 78 | /* * The user name */ | |
| 79 | US ER_NAME("u sername"), | |
| 80 | ||
| 81 | /* * The emai l Id */ | |
| 82 | EM AIL_ID("em ailId"), | |
| 83 | ||
| 84 | /* * The user status */ | |
| 85 | US ER_ACTIVE( "userActiv e"), | |
| 86 | ||
| 87 | /* * The role type id * / | |
| 88 | RO LE_TYPE_ID ("roleType Id"), | |
| 89 | ||
| 90 | US ER_ROLE_TY PES("userR oleTypes") , | |
| 91 | ||
| 92 | /* * The end date */ | |
| 93 | EN D_DATE("en dDate"), | |
| 94 | ||
| 95 | /* * The Stat us */ | |
| 96 | ST ATUS("stat us"), | |
| 97 | ||
| 98 | /* * The Stat us Complet ed */ | |
| 99 | ST ATUS_COMPL ETED("Comp leted"), | |
| 100 | ||
| 101 | /* * The user Id */ | |
| 102 | NO _RESULT_EN TITY("No R esult Exce ption. Use r Id: "), | |
| 103 | ||
| 104 | /* * The user Id */ | |
| 105 | NO _RESULT_EX CEPTION("N oResultExc eption"), | |
| 106 | ||
| 107 | VE RSION("ver sion"), | |
| 108 | ||
| 109 | /* * The Requ est Entity */ | |
| 110 | RE QUEST_ENTI TY("reques t"), | |
| 111 | ||
| 112 | /* * The oper ation */ | |
| 113 | EM AIL_OPERAT ION("opera tion"), | |
| 114 | ||
| 115 | /* * The requ estorId */ | |
| 116 | EM AIL_REQUES TOR_ID("re questorId" ), | |
| 117 | ||
| 118 | /* * The appr overDecisi on */ | |
| 119 | EM AIL_APPROV ER_DECISIO N("approve rDecision" ), | |
| 120 | ||
| 121 | /* * The fulf illmentDec ision */ | |
| 122 | EM AIL_FULFIL LMENT_DECI SION("fulf illmentDec ision"), | |
| 123 | ||
| 124 | /* * The resu ltDeliverD ecision */ | |
| 125 | EM AIL_RESULT S_DELIVER_ DECISION(" resultDeli verDecisio n"), | |
| 126 | ||
| 127 | /* * The resu ltAcceptan ceDecision */ | |
| 128 | EM AIL_RESULT _ACCEPTANC E_DECISION ("resultAc ceptanceDe cision"), | |
| 129 | ||
| 130 | /* * The resu ltDeliverD ecision */ | |
| 131 | RE QUEST_TYPE _DECISION( "requestTy peDecision "), | |
| 132 | ||
| 133 | /* * The appr overId */ | |
| 134 | EM AIL_APPROV ER_ID("app roverId"), | |
| 135 | ||
| 136 | /* * The cc_u sers */ | |
| 137 | EM AIL_CC_USE RS("cc"), | |
| 138 | ||
| 139 | /* * The emai lList */ | |
| 140 | EM AIL_LIST(" emailList" ), | |
| 141 | ||
| 142 | /* * The Comm ents */ | |
| 143 | EM AIL_COMMEN TS("Commen ts: "), | |
| 144 | ||
| 145 | /* * The Your data Requ est */ | |
| 146 | EM AIL_YOUR_D ATE_REQUES T("Your da ta request "), | |
| 147 | ||
| 148 | /* * The no r eply sende r */ | |
| 149 | EM AIL_NO_REP LY_SENDER( " PII "), | |
| 150 | ||
| 151 | /* * The emai l sender * / | |
| 152 | EM AIL_SENDER ("emailSen der"), | |
| 153 | ||
| 154 | ||
| 155 | NI GHTLY_JOB( "NightlyJo b"), | |
| 156 | ||
| 157 | TR UE("true") , | |
| 158 | ||
| 159 | FA LSE("false "), | |
| 160 | ||
| 161 | /* * Exceptio n occurred while que rying Requ ests on Id */ | |
| 162 | EX CEPTION_QU ERYING_REQ UESTS("Exc eption occ ured while querrying Requests on Id"), | |
| 163 | ||
| 164 | /* * | |
| 165 | * Exception occurred while quer ying Reque st History on Reques t Id and | |
| 166 | * Status | |
| 167 | * / | |
| 168 | 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") , | |
| 169 | ||
| 170 | /* * Error oc curred whi le getting User deta ils for */ | |
| 171 | ER ROR_OCCURR ED_USER_DE TAILS("Err or occurre d while ge tting User details f or"), | |
| 172 | ||
| 173 | /* * The requ ester */ | |
| 174 | RE QUESTER_RO LE("reques ter"), | |
| 175 | ||
| 176 | /* * The Requ est ID */ | |
| 177 | RE QUEST_ID(" Request ID : "), | |
| 178 | ||
| 179 | /* * The Requ est Type * / | |
| 180 | RE QUEST_TYPE ("Request Type: "), | |
| 181 | ||
| 182 | /* * The Data Source */ | |
| 183 | DA TA_SOURCE( "Data Sour ce: "), | |
| 184 | ||
| 185 | /* * The Appr oved Study */ | |
| 186 | AP PROVED_STU DY("Approv ed Study: "), | |
| 187 | ||
| 188 | /* * The Desc ription */ | |
| 189 | DE SCRIPTION( "Descripti on: "), | |
| 190 | ||
| 191 | /* * The Desc ription */ | |
| 192 | EM AILID_DELI METER(",") , | |
| 193 | ||
| 194 | /* * The Desc ription */ | |
| 195 | EM PTY_STRING (""), | |
| 196 | ||
| 197 | /* * The cc_u sers */ | |
| 198 | CC _USERS("cc _users"), | |
| 199 | ||
| 200 | /* * The user refresh j ob Type */ | |
| 201 | RE FRESH_USER _JOBTYPE(" Users"), | |
| 202 | ||
| 203 | /* * The user refresh j ob Type */ | |
| 204 | RE FRESH_STUD YAPPROVAL_ JOBTYPE("S tudyApprov al"), | |
| 205 | ||
| 206 | /* * The fiel dName */ | |
| 207 | FI ELD_DESCRI PTION("fie ldName"), | |
| 208 | ||
| 209 | /* * The vinc i.datasour ce@gmail.c om */ | |
| 210 | VI NCI_DATASO URCE("vinc i.datasour ce@gmail.c om"), | |
| 211 | ||
| 212 | /* * The Canc el */ | |
| 213 | CA NCEL_REQUE ST("Cancel "), | |
| 214 | ||
| 215 | /* * The Retu rn */ | |
| 216 | RE TURN_REQUE ST("Return "), | |
| 217 | ||
| 218 | /* * The Reje ct */ | |
| 219 | RE JECT_REQUE ST("Reject "), | |
| 220 | ||
| 221 | /* * The Sent */ | |
| 222 | SE NT_REQUEST ("Sent"), | |
| 223 | ||
| 224 | /* * The Unfu lfilled */ | |
| 225 | UN FULFILLED_ REQUEST("U nfulfilled "), | |
| 226 | ||
| 227 | /* * The Fulf illed */ | |
| 228 | FU LFILLED_RE QUEST("Ful filled"), | |
| 229 | ||
| 230 | /* * The Acce pt */ | |
| 231 | FU LFILLED_AC CEPT("Acce pt"), | |
| 232 | ||
| 233 | /* * The emai l.subject. submit1 */ | |
| 234 | EM AIL_SUBJEC T_SUBMIT_1 ("email.su bject.subm it1"), | |
| 235 | ||
| 236 | /* * The emai l.body.sub mit1 */ | |
| 237 | EM AIL_BODY_S UBMIT_1("e mail.body. submit1"), | |
| 238 | ||
| 239 | /* * The emai l.subject. submit2 */ | |
| 240 | EM AIL_SUBJEC T_SUBMIT_2 ("email.su bject.subm it2"), | |
| 241 | ||
| 242 | /* * The emai l.body.sub mit2 */ | |
| 243 | EM AIL_BODY_S UBMIT_2("e mail.body. submit2"), | |
| 244 | ||
| 245 | /* * The emai l.subject. returned" */ | |
| 246 | EM AIL_SUBJEC T_RETURN(" email.subj ect.return ed"), | |
| 247 | ||
| 248 | /* * The emai l.body.ret urned */ | |
| 249 | EM AIL_BODY_R ETURN("ema il.body.re turned"), | |
| 250 | ||
| 251 | /* * The emai l.subject. denied */ | |
| 252 | EM AIL_SUBJEC T_DENIED(" email.subj ect.denied "), | |
| 253 | ||
| 254 | /* * The emai l.body.den ied */ | |
| 255 | EM AIL_BODY_D ENIED("ema il.body.de nied"), | |
| 256 | ||
| 257 | /* * The emai l.subject. sent */ | |
| 258 | EM AIL_SUBJEC T_SENT("em ail.subjec t.sent"), | |
| 259 | ||
| 260 | /* * The emai l.body.sen t */ | |
| 261 | EM AIL_BODY_S ENT("email .body.sent "), | |
| 262 | ||
| 263 | /* * The emai l.subject. sent2 */ | |
| 264 | EM AIL_SUBJEC T_SENT_2(" email.subj ect.sent2" ), | |
| 265 | ||
| 266 | /* * The emai l.body.sen t2 */ | |
| 267 | EM AIL_BODY_S ENT_2("ema il.body.se nt2"), | |
| 268 | ||
| 269 | /* * The emai l.subject. notAccepte d */ | |
| 270 | EM AIL_SUBJEC T_NOTACCEP TED("email .subject.n otAccepted "), | |
| 271 | ||
| 272 | /* * The emai l.body.not Accepted * / | |
| 273 | EM AIL_BODY_N OTACCEPTED ("email.bo dy.notAcce pted"), | |
| 274 | ||
| 275 | /* * The emai l.body.not Accepted2 */ | |
| 276 | EM AIL_BODY_N OTACCEPTED _2("email. body.notAc cepted2"), | |
| 277 | ||
| 278 | /* * The emai l.subject. accepted * / | |
| 279 | EM AIL_SUBJEC T_ACCEPTED ("email.su bject.acce pted"), | |
| 280 | ||
| 281 | /* * The emai l.body.acc epted */ | |
| 282 | EM AIL_BODY_A CCEPTED("e mail.body. accepted") , | |
| 283 | ||
| 284 | /* * The emai l.subject. resultsDel ivered */ | |
| 285 | EM AIL_SUBJEC T_RESULTSD ELIVERED(" email.subj ect.result sDelivered "), | |
| 286 | ||
| 287 | /* * The emai l.body.res ultsDelive red */ | |
| 288 | EM AIL_BODY_R ESULTSDELI VERED("ema il.body.re sultsDeliv ered"), | |
| 289 | ||
| 290 | /* * The emai l.subject. resultsDel ivered */ | |
| 291 | EM AIL_SUBJEC T_RESULTSD ELIVERED_2 ("email.su bject.resu ltsDeliver ed2"), | |
| 292 | ||
| 293 | /* * The emai l.body.res ultsDelive red2 */ | |
| 294 | EM AIL_BODY_R ESULTSDELI VERED_2("e mail.body. resultsDel ivered2"), | |
| 295 | ||
| 296 | /* * The emai l.subject. resultsNot Accepted * / | |
| 297 | EM AIL_SUBJEC T_RESULTSN OTACCEPTED ("email.su bject.resu ltsNotAcce pted"), | |
| 298 | ||
| 299 | /* * The emai l.body.res ultsNotAcc epted */ | |
| 300 | EM AIL_BODY_R ESULTSNOTA CCEPTED("e mail.body. resultsNot Accepted") , | |
| 301 | ||
| 302 | /* * The emai l.subject. resultsAcc epted */ | |
| 303 | EM AIL_SUBJEC T_RESULTSA CCEPTED("e mail.subje ct.results Accepted") , | |
| 304 | ||
| 305 | /* * The emai l.body.res ultsAccept ed */ | |
| 306 | EM AIL_BODY_R ESULTSACCE PTED("emai l.body.res ultsAccept ed"), | |
| 307 | ||
| 308 | /* * The user Id */ | |
| 309 | ID ("Id"), | |
| 310 | ||
| 311 | /* * The emai l.subject. cancelledR equest */ | |
| 312 | EM AIL_SUBJEC T_CANCELLE D_REQUEST( "email.sub ject.cance lledReques t"), | |
| 313 | ||
| 314 | /* * The emai l.body.can celledRequ est */ | |
| 315 | EM AIL_BODY_C ANCELLED_R EQUEST("em ail.body.c ancelledRe quest"), | |
| 316 | ||
| 317 | /* * The emai l.subject. returnToDD MRequest * / | |
| 318 | EM AIL_SUBJEC T_RETURN_T O_DDM("ema il.subject .returnToD DMRequest" ), | |
| 319 | ||
| 320 | /* * The emai l.body.ret urnToDDMRe quest */ | |
| 321 | EM AIL_BODY_R ETURN_TO_D DM("email. body.retur nToDDMRequ est"); | |
| 322 | ||
| 323 | /* * The text . */ | |
| 324 | pr ivate fina l String t ext; | |
| 325 | ||
| 326 | /* * | |
| 327 | * Instantia tes a new common enu m. | |
| 328 | * | |
| 329 | * @param te xt | |
| 330 | * The s. | |
| 331 | * / | |
| 332 | pr ivate Comm onEnum(Str ing text) { | |
| 333 | this .text = te xt; | |
| 334 | } | |
| 335 | ||
| 336 | /* * | |
| 337 | * Gets the text. | |
| 338 | * | |
| 339 | * @return S tring This returns t ext. | |
| 340 | * / | |
| 341 | pu blic Strin g getText( ) { | |
| 342 | retu rn text; | |
| 343 | } | |
| 344 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.