Produced by Araxis Merge on 6/9/2017 3:51:12 PM 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 | Fri Jun 9 19:51:12 2017 UTC | ||
| 2 | eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-server\src\test\java\gov\va\nvap\server\test\endpoint\announce | MockAnnouncer.java | Fri Apr 21 20:03:28 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 132 |
| 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 | * To chan ge this te mplate, ch oose Tools | Templat es | |||||
| 3 | * and ope n the temp late in th e editor. | |||||
| 4 | */ | |||||
| 5 | package go v.va.nvap. server.tes t.endpoint .announce; | |||||
| 6 | ||||||
| 7 | import gov .va.nvap.s vc.consent mgmt.stub. adapter.an nounce.dat a.Announce ment; | |||||
| 8 | import gov .va.nvap.s vc.consent mgmt.stub. adapter.an nounce.dat a.Announce mentBatchS ummary; | |||||
| 9 | import gov .va.nvap.s vc.consent mgmt.stub. adapter.an nounce.dat a.Announce mentOrg; | |||||
| 10 | import gov .va.nvap.s vc.consent mgmt.stub. adapter.an nounce.dat a.Announce rInterface ; | |||||
| 11 | import gov .va.nvap.s vc.consent mgmt.stub. data.Organ ization; | |||||
| 12 | ||||||
| 13 | import jav a.util.Col lection; | |||||
| 14 | import jav a.util.Dat e; | |||||
| 15 | import jav a.util.Has hMap; | |||||
| 16 | import jav a.util.Has hSet; | |||||
| 17 | import jav a.util.Lis t; | |||||
| 18 | import jav a.util.Ran dom; | |||||
| 19 | ||||||
| 20 | /** | |||||
| 21 | * | |||||
| 22 | * @author vhaislegb erb | |||||
| 23 | * @author Irakli Ka kushadze | |||||
| 24 | * @author Zack Pete rson | |||||
| 25 | */ | |||||
| 26 | public cla ss MockAnn ouncer imp lements An nouncerInt erface { | |||||
| 27 | ||||||
| 28 | @O verride | |||||
| 29 | pu blic Strin g createAn nouncement sBatch(Org anization targetedOr ganization , | |||||
| 30 | String userId, D ate dateRa ngeStart, Date dateR angeStop, | |||||
| 31 | boolea n reannoun ce) { | |||||
| 32 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |||||
| 33 | } | |||||
| 34 | ||||||
| 35 | @O verride | |||||
| 36 | pu blic Strin g createAn nouncement sBatch(Org anization targetedOr ganization , | |||||
| 37 | String userId, H ashSet<Str ing> iens) { | |||||
| 38 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |||||
| 39 | } | |||||
| 40 | ||||||
| 41 | @Overr ide | |||||
| 42 | public String cr eateAnnoun cementsBat ch(Collect ion<Organi zation> ta rgetedOrga nizations, | |||||
| 43 | String userId, D ate dateRa ngeStart, Date dateR angeStop, | |||||
| 44 | boolea n reannoun ce){ | |||||
| 45 | th row new Un supportedO perationEx ception("N ot support ed yet."); | |||||
| 46 | } | |||||
| 47 | ||||||
| 48 | @Overr ide | |||||
| 49 | public String cr eateAnnoun cementsBat ch(Collect ion<Organi zation> ta rgetedOrga nizations, | |||||
| 50 | String userId, H ashSet<Str ing> iens) { | |||||
| 51 | th row new Un supportedO perationEx ception("N ot support ed yet."); | |||||
| 52 | } | |||||
| 53 | ||||||
| 54 | @O verride | |||||
| 55 | pu blic void removeAnno uncementBa tches(Coll ection<Str ing> batch Ids) { | |||||
| 56 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |||||
| 57 | } | |||||
| 58 | ||||||
| 59 | @O verride | |||||
| 60 | pu blic Annou ncement ge tAnnouncem entById(Lo ng announc ementId) { | |||||
| 61 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |||||
| 62 | } | |||||
| 63 | ||||||
| 64 | @Overr ide | |||||
| 65 | public List<Anno uncement> getAnnounc ementsByUs erId(Strin g userId) { | |||||
| 66 | th row new Un supportedO perationEx ception("N ot support ed yet."); | |||||
| 67 | } | |||||
| 68 | ||||||
| 69 | @Overr ide | |||||
| 70 | public List<Anno uncement> getAnnounc ementsByCo nsentDirec tiveId(Lis t<Long> co nsentDirec tiveIds) { | |||||
| 71 | th row new Un supportedO perationEx ception("N ot support ed yet."); | |||||
| 72 | } | |||||
| 73 | ||||||
| 74 | @O verride | |||||
| 75 | pu blic Colle ction<Anno uncement> getUnsched uledAnnoun cementsByB atchId( | |||||
| 76 | String batchId, int maxAnn ouncements , int firs tResult) { | |||||
| 77 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |||||
| 78 | } | |||||
| 79 | ||||||
| 80 | @O verride | |||||
| 81 | pu blic void storeAnnou ncement(An nouncement announcem ent) { | |||||
| 82 | anno uncement.s etAnnounce mentId(new Random(). nextLong() ); | |||||
| 83 | } | |||||
| 84 | ||||||
| 85 | @O verride | |||||
| 86 | pu blic List< Announceme ntBatchSum mary> getB atchSummar y(List<Str ing> batch Ids) { | |||||
| 87 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |||||
| 88 | } | |||||
| 89 | ||||||
| 90 | @O verride | |||||
| 91 | pu blic List< Announceme ntBatchSum mary> getB atchSummar yByDateRan ge( | |||||
| 92 | Date s tartDate, Date endDa te) { | |||||
| 93 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |||||
| 94 | } | |||||
| 95 | ||||||
| 96 | @O verride | |||||
| 97 | pu blic List< Announceme ntBatchSum mary> retr ieveBatchS ummaries( | |||||
| 98 | Date s tartDate, Date endDa te, String orgOid, S tring user Id, | |||||
| 99 | int fi rstResult, int maxRe sults) { | |||||
| 100 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |||||
| 101 | } | |||||
| 102 | ||||||
| 103 | @Overr ide | |||||
| 104 | public void crea teAnnounce mentOrg(An nouncement Org announ ceOrg) { | |||||
| 105 | th row new Un supportedO perationEx ception("N ot support ed yet."); | |||||
| 106 | } | |||||
| 107 | ||||||
| 108 | @Overr ide | |||||
| 109 | public List<Anno uncement> getNonBatc hAnnouncem entsByCrea tedTs(Date createdTs , String p atientIen) { | |||||
| 110 | th row new Un supportedO perationEx ception("N ot support ed yet."); | |||||
| 111 | } | |||||
| 112 | ||||||
| 113 | @Overr ide | |||||
| 114 | public int getAn nounceExcl usionTimef rameHours( ) { | |||||
| 115 | thro w new Unsu pportedOpe rationExce ption("Not supported yet."); | |||||
| 116 | } | |||||
| 117 | ||||||
| 118 | @Overr ide | |||||
| 119 | public List<Anno uncementOr g> getAnno uncementOr gsByAnnoun cement(Ann ouncement announceme nt) { | |||||
| 120 | th row new Un supportedO perationEx ception("N ot support ed yet."); | |||||
| 121 | } | |||||
| 122 | ||||||
| 123 | @Overr ide | |||||
| 124 | public void remo veByAnnoun cement(Ann ouncement announceme nt) { | |||||
| 125 | th row new Un supportedO perationEx ception("N ot support ed yet."); | |||||
| 126 | } | |||||
| 127 | ||||||
| 128 | @Overr ide | |||||
| 129 | public HashMap g etAnnounce mentsByBat chIdWithPa ging(Strin g batchId, String or gId, Integ er startRo w, Integer maxRows) { | |||||
| 130 | th row new Un supportedO perationEx ception("N ot support ed yet."); | |||||
| 131 | } | |||||
| 132 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.