- ChampVAApplication - Class in gov.va.med.mbcp.champva.rest
-
The ChampVAApplication Class supports the establishment of an application root path,
allowing us to establish a URI pattern conformant with the expectations of the VAMF
Architecture Team, and override the default generated by Jersey.
- ChampVAApplication() - Constructor for class gov.va.med.mbcp.champva.rest.ChampVAApplication
-
- ChampVAApplicationTest - Class in gov.va.med.mbcp.champva.rest
-
Test class for the ChampVAApplication Class.
- ChampVAApplicationTest() - Constructor for class gov.va.med.mbcp.champva.rest.ChampVAApplicationTest
-
- ChampVAException - Exception in gov.va.med.mbcp.champva.domain.impl
-
ChampVAException is the Abstract Base Class for Exceptions propagated by the
CHAMPVA Pay Service.
- ChampVAException(Throwable) - Constructor for exception gov.va.med.mbcp.champva.domain.impl.ChampVAException
-
ChampVAException constructor.
- ChampVAExceptionTest - Class in gov.va.med.mbcp.champva.domain.impl
-
Unit Tests for the ChampVAException Classes.
- ChampVAExceptionTest() - Constructor for class gov.va.med.mbcp.champva.domain.impl.ChampVAExceptionTest
-
- ChampVAFoundationsException - Exception in gov.va.med.mbcp.champva.domain.impl
-
ChampVAFoundationsException is the wrapper Exception used to handle
FoundationsExceptions propagated by VistaLink within the CHAMPVA Pay Service.
- ChampVAFoundationsException(FoundationsException) - Constructor for exception gov.va.med.mbcp.champva.domain.impl.ChampVAFoundationsException
-
Constructor for the ChampVAFoundationsException.
- ChampVAJsonException - Exception in gov.va.med.mbcp.champva.domain.impl
-
ChampVAJsonException is the wrapper Exception used to handle
JsonProcessingExceptions propagated by Jackson within the CHAMPVA Pay
Service.
- ChampVAJsonException(JsonProcessingException) - Constructor for exception gov.va.med.mbcp.champva.domain.impl.ChampVAJsonException
-
Constructor for the ChampVAJsonException.
- ChampVANamingException - Exception in gov.va.med.mbcp.champva.domain.impl
-
ChampVANamingException is the wrapper Exception used to handle
NamingExceptions propagated by VistaLink within the CHAMPVA Pay Service.
- ChampVANamingException(NamingException) - Constructor for exception gov.va.med.mbcp.champva.domain.impl.ChampVANamingException
-
Constructor for the ChampVANamingException
- ChampVAPayDAO - Class in gov.va.med.mbcp.champva.dao.impl
-
The ChampVAPayDAO Class implements the Data Access Object for the CHAMPVA Pay Service.
- ChampVAPayDAO(IVistaLinkHelper) - Constructor for class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAO
-
This class is lazily constructed and managed as a singleton by Spring DI.
- ChampVAPayDAOTest - Class in gov.va.med.mbcp.champva.dao.impl
-
Test class for ChampVAPayDAO.
- ChampVAPayDAOTest() - Constructor for class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAOTest
-
- ChampVAResource - Class in gov.va.med.mbcp.champva.rest
-
The ChampVAResource Class implements the resource endpoint for retrieval of
the Code Result for a given Diagnosis, Procedure, or National Drug Code from
the VistA system at the Health Administration Center (HAC) in Denver
- ChampVAResource() - Constructor for class gov.va.med.mbcp.champva.rest.ChampVAResource
-
Default Constructor for the ChampVAResource class.
- ChampVAResourceException - Exception in gov.va.med.mbcp.champva.domain.impl
-
- ChampVAResourceException(ResourceException) - Constructor for exception gov.va.med.mbcp.champva.domain.impl.ChampVAResourceException
-
Constructor for the ChampVAResourceException.
- ChampVAResourceInitializerTest - Class in gov.va.med.mbcp.champva.rest
-
Test class for ChampVAResource initialization.
- ChampVAResourceInitializerTest() - Constructor for class gov.va.med.mbcp.champva.rest.ChampVAResourceInitializerTest
-
- ChampVAResourceTest - Class in gov.va.med.mbcp.champva.rest
-
Test class for ChampVAResource Class.
- ChampVAResourceTest() - Constructor for class gov.va.med.mbcp.champva.rest.ChampVAResourceTest
-
- ChampVAVLFaultException - Exception in gov.va.med.mbcp.champva.domain.impl
-
ChampVAVLFaultException is the wrapper Exception used to handle
VistaLinkFaultExceptions propagated by VistaLink within the CHAMPVA Pay
Service.
- ChampVAVLFaultException(VistaLinkFaultException) - Constructor for exception gov.va.med.mbcp.champva.domain.impl.ChampVAVLFaultException
-
Constructor for the ChampVAVLFaultException.
- CodeResult - Class in gov.va.med.mbcp.champva.domain.impl
-
Class CodeResult is the Data Transfer Object for the CHAMPVA Pay Service
- CodeResult() - Constructor for class gov.va.med.mbcp.champva.domain.impl.CodeResult
-
- CodeResult(String) - Constructor for class gov.va.med.mbcp.champva.domain.impl.CodeResult
-
- CodeResultTest - Class in gov.va.med.mbcp.champva.domain.impl
-
Unit Tests for the CodeResult Class
- CodeResultTest() - Constructor for class gov.va.med.mbcp.champva.domain.impl.CodeResultTest
-