Package nl.paston.apollon.repository
Class ApollonRepository
- java.lang.Object
-
- nl.paston.apollon.repository.ApollonRepository
-
@ApplicationScoped public class ApollonRepository extends Object
-
-
Constructor Summary
Constructors Constructor Description ApollonRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetAffinity(String affinityCode, String insurerName, String coverType)CoverCategory.CategorygetCategoryFor(String coverType)List<Product>getEnabledProducts(String productLineName)VpiIdentifiersgetEnabledVpiIdentifiers(String productName)
-
-
-
Method Detail
-
getCategoryFor
public CoverCategory.Category getCategoryFor(String coverType)
-
getEnabledVpiIdentifiers
public VpiIdentifiers getEnabledVpiIdentifiers(String productName) throws javax.persistence.NoResultException, javax.persistence.NonUniqueResultException
- Throws:
javax.persistence.NoResultExceptionjavax.persistence.NonUniqueResultException
-
-