Produced by Araxis Merge on 12/8/2017 1:33:39 PM Central 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 | PC_CP4_CiF.zip\FPPS_Backend\fpps_app\src\main\java\gov\va\med\fee\dao | IUserRequestRepositoryTemplate.java | Fri Dec 8 17:53:40 2017 UTC |
| 2 | PC_CP4_CiF.zip\FPPS_Backend\fpps_app\src\main\java\gov\va\med\fee\dao | IUserRequestRepositoryTemplate.java | Fri Dec 8 18:28:31 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 82 |
| 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 | package go v.va.med.f ee.dao; | |
| 2 | ||
| 3 | import jav a.util.Lis t; | |
| 4 | ||
| 5 | import org .springfra mework.dat a.reposito ry.query.P aram; | |
| 6 | ||
| 7 | import gov .va.med.do main.fee.A ppUser; | |
| 8 | import gov .va.med.do main.fee.A ppUserRequ est; | |
| 9 | import gov .va.med.fe e.model.re quest.Stat ionRequest ; | |
| 10 | import gov .va.med.fe e.model.re quest.User ReqRequest ; | |
| 11 | import gov .va.med.fe e.model.re sponse.Use rRoles; | |
| 12 | ||
| 13 | public int erface IUs erRequestR epositoryT emplate { | |
| 14 | ||
| 15 | pu blic AppUs erRequest findReques tByAppUser Name(@Para m("usernam e") String userName) ; | |
| 16 | ||
| 17 | pu blic List< UserRoles> getRolesF orRequest( ); | |
| 18 | ||
| 19 | pu blic List< StationReq uest> getF acilitiesF orRequest( ); | |
| 20 | ||
| 21 | /* Add new us er request */ | |
| 22 | pu blic int r equestCrea teUserRequ est(UserRe qRequest u serReq, St ring appUs erName); | |
| 23 | ||
| 24 | /* Modify use r request* / | |
| 25 | pu blic int r equestModi fyUserRequ est(UserRe qRequest u serReq, St ring appUs erName); | |
| 26 | ||
| 27 | /* Find avail able facil ities*/ | |
| 28 | pu blic List< StationReq uest> getF acilitiesA vailableTo User(); | |
| 29 | ||
| 30 | /* Find app u ser to be modified w ith appUse rId*/ | |
| 31 | pu blic AppUs er findReq uestByAppU serId(Long appUserId ); | |
| 32 | ||
| 33 | /* Find previ ously assi gned roles for an ap p user wit h appUserI d*/ | |
| 34 | pu blic List< UserRoles> findUserR olesForMod ify (Long appUserId) ; | |
| 35 | ||
| 36 | /* Find previ ously assi gned facil ities for an app use r with app UserId*/ | |
| 37 | pu blic List< StationReq uest> find UserFacili ties (Long appUserId ); | |
| 38 | ||
| 39 | pu blic List< String> ge tRolesAvai lableToUse rForUserMo difyReques t(); | |
| 40 | ||
| 41 | pu blic int d eleteUserR equest(Str ing appUse rName); //DELETE F ROM APP_US ER_REQUEST WHERE USE R_NAME=' DN S DFGH'; | |
| 42 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.