Constant Field Values
Contents
nl.paston.*
-
nl.paston.apollon.model.Cover Modifier and Type Constant Field Value public static final StringFIND_BY_ID"findById" -
nl.paston.apollon.model.CoverCategory Modifier and Type Constant Field Value public static final StringFIND_BY_COVER_TYPE"CoverCategory.FIND_BY_COVER_TYPE" -
nl.paston.apollon.model.Customer Modifier and Type Constant Field Value public static final StringCHECK_IF_CUSTOMER_EXIST"Customer.checkIfCustomerExist"public static final StringFIND_BY_BATCH_ID"Customer.findByBatchId"public static final StringFIND_CUSTOMER_BATCHES"Customer.findCustomerBatches"public static final StringFIND_CUSTOMER_BY_UNIQUE_ID"Customer.findCustomerByUniqueId"public static final StringPARAM_BATCH_ID"batchId"public static final StringPARAM_FILTERED_VALUE"filteredValue"public static final StringPARAM_UNIQUE_ID"customerUniqueId" -
nl.paston.apollon.model.DbLock Modifier and Type Constant Field Value public static final StringFIND_BY_NAME"DbLock.findByName" -
nl.paston.apollon.model.Policy Modifier and Type Constant Field Value public static final StringFIND_ALL"Policy.findAll"public static final StringFIND_RESPONSES_FOR_CASE_FILTER_COVERS_TO_REQUESTED_AND_AVAILABLE"Policy.findResponsesForCaseFiltered" -
nl.paston.apollon.model.PolicyCase Modifier and Type Constant Field Value public static final StringCOUNT_FILTERED"PolicyCase.countFiltered"public static final StringFIND_ALL_CHANNELS"PolicyCase.findAllChannels"public static final StringFIND_BY_CUSTOMER_BATCHID"PolicyCase.selectByCustomerBatchId"public static final StringFIND_FILTERED"PolicyCase.findFiltered"public static final StringFIND_FILTERED_DTO"PolicyCase.findFilteredDTO"public static final StringFIND_POLICYCASE_HISTORY_OVERVIEW_DTO"PolicyCase.policycaseHistoryOverviewDTO"public static final StringFIND_POLICYCASES_BY_CUSTOMER_ID_AND_CHANNEL"PolicyCase.findPolicycasesByCustomerIdAndChannel"public static final StringFIND_RELATED_POLICYCASE"PolicyCase.findRelatedPolicycase"public static final StringFIND_REQUESTED_VALIDATIONS_SKIPPING_AUDIT_DTO"PolicyCase.FIND_REQUESTED_VALIDATIONS_SKIPPING_AUDIT_DTO"public static final StringFIND_RESPONSES_VALIDATIONS_SKIPPING_AUDIT_DTO"PolicyCase.FIND_RESPONSES_VALIDATIONS_SKIPPING_AUDIT_DTO"public static final StringGET_VALIDATIONS_ROLES"PolicyCase.getValidations"public static final StringSELECT_BATCH_CASES"PolicyCase.selectBatchCases"public static final StringSELECT_BATCH_CASES_FOR_DELETE"PolicyCase.selectBatchCasesDelete"public static final StringSELECT_BATCH_CASES_WITH_MISSING_BATCHID_FOR_DELETE"PolicyCase.selectBatchCasesWithMissingBatchIdDelete"public static final StringSELECT_COUNT_OF_CASES_FOR_BATCH_STATUS_AND_PRODUCTLINE"PolicyCase.selectBatchCasesDeleteCount"public static final StringSELECT_COUNT_OF_CASES_WITH_MISSING_BATCHID_FOR_STATUS_AND_PRODUCTLINE"PolicyCase.selectBatchCasesWithMissingBatchDeleteCount"public static final StringSELECT_NONACTIVE_CASES_BY_HEADER"PolicyCase.nonactiveByPolicycaseHeaders"public static final StringSELECT_VERSION_OF_HISTORICAL_POLICYCASE" select hpc.version from (SELECT pc.id, row_number() over(order by pc.last_updated) as version FROM policycase pc LEFT JOIN policycase_header ph on pc.policycase_header_id = ph.id where ph.id = :policycaseHeaderId and pc.id != ph.active_policycase_id ) as hpc where hpc.id = :historicalPolicycaseId" -
nl.paston.apollon.model.PolicyCaseHeader Modifier and Type Constant Field Value public static final StringCHANGE_STATUS_OF_MULTIPLE"PolicyCaseHeader.changeStatusOfMultiple"public static final StringFIND_MULTIPLE_BY_ID"PolicyCaseHeader.findMultiple"public static final StringSELECT_HEADERS_BY_ACTIVE_CASE_STATUS_PRODUCTLINE_AND_BATCH_ID"PolicyCaseHeader.selectByActiveCaseStatus,productlineAndBatch"public static final StringSELECT_HEADERS_BY_ACTIVE_CASE_STATUS_PRODUCTLINE_AND_MISSING_BATCH_ID"PolicyCaseHeader.selectByActiveCaseStatusByProductlineAndBatchIdIsMissing"
-
nl.paston.apollon.model.projections.PolicySummary Modifier and Type Constant Field Value public static final StringPASSENGERCAR"PASSENGERCAR"public static final StringTRAVEL"TRAVEL"