14103. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/4/2018 4:54:42 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.

14103.1 Files compared

# Location File Last Modified
1 CHAMPVA_Benefit_Eligibility_v1.0.0.zip\webservice\vlh\src\main\java\gov\va\med\mbac\vlh\common IVistaLinkHelper.java Thu Dec 21 19:52:28 2017 UTC
2 CHAMPVA_Benefit_Eligibility_v1.0.0.zip\webservice\vlh\src\main\java\gov\va\med\mbac\vlh\common IVistaLinkHelper.java Thu Jan 4 21:04:50 2018 UTC

14103.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 122
Changed 1 2
Inserted 0 0
Removed 0 0

14103.3 Comparison options

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

14103.4 Active regular expressions

No regular expressions were active.

14103.5 Comparison detail

  1   /**
  2    * The pac kage gov.v a.med.mbac .vlh.commo n contains  the publi c Interfac e for
  3    * VistaLi nkHelper.
  4    * 
  5    */
  6   package go v.va.med.m bac.vlh.co mmon;
  7  
  8   import gov .va.med.vi stalink.ad apter.cci. VistaLinkC onnection;
  9   import gov .va.med.vi stalink.in stitution. Institutio nMapNotIni tializedEx ception;
  10   import gov .va.med.vi stalink.in stitution. Institutio nMappingNo tFoundExce ption;
  11   import gov .va.med.vi stalink.rp c.RpcReque st;
  12  
  13   import jav ax.naming. NamingExce ption;
  14   import jav ax.resourc e.Resource Exception;
  15  
  16   import org .springfra mework.bea ns.BeansEx ception;
  17  
  18   /**
  19    * This is  the inter face for t he VistaLi nkHelper c lass, whic h helps pr eserve
  20    * coheren ce and sin gle-respon sibility f or our DAO  classes b y handling
  21    * interac tions with  VistaLink  on their  behalf.
  22    * 
  23    * @author   PII
  24    * @versio n 1.0.0
  25    */
  26   public int erface IVi staLinkHel per {
  27                    
  28           /* *
  29            *  @return R pcRequest
  30            *  @throws B eansExcept ion
  31            * /
  32           pu blic abstr act RpcReq uest getRp cRequest()  throws Be ansExcepti on;
  33  
  34           /* *
  35            *  @param si teId
  36            *  @param du z
  37            *  @return V istaLinkCo nnection
  38            *  @throws I nstitution MapNotInit ializedExc eption
  39            *  @throws I nstitution MappingNot FoundExcep tion
  40            *  @throws N amingExcep tion
  41            *  @throws R esourceExc eption
  42            * /
  43           pu blic abstr act VistaL inkConnect ion getCon nection(St ring siteI d, String  duz)
  44                             throws  Instituti onMapNotIn itializedE xception,
  45                             Instit utionMappi ngNotFound Exception,  NamingExc eption,
  46                             Resour ceExceptio n;
  47  
  48           /* *
  49            *  @param si teId
  50            *  @param ap pProxyName
  51            *  @return V istaLinkCo nnection
  52            *  @throws I nstitution MapNotInit ializedExc eption
  53            *  @throws I nstitution MappingNot FoundExcep tion
  54            *  @throws N amingExcep tion
  55            *  @throws R esourceExc eption
  56            * /
  57           pu blic abstr act VistaL inkConnect ion getApp ProxyConne ction(Stri ng siteId,  String ap pProxyName )
  58                    thro ws Institu tionMapNot Initialize dException ,
  59                    Inst itutionMap pingNotFou ndExceptio n, NamingE xception,
  60                    Reso urceExcept ion;
  61           
  62   }