com.siebel.rf.offline.data.batch
Class BatchValidator

java.lang.Object
  |
  +--com.bankframe.util.retail.solutionset.utilities.Validator
        |
        +--com.bankframe.util.retail.solutionset.impl.utilities.ValidatorImpl
              |
              +--com.bankframe.bo.retail.solutionset.batch.BatchValidator
                    |
                    +--com.bankframe.bo.retail.solutionset.impl.batch.BatchValidator
                          |
                          +--com.siebel.rf.offline.data.batch.BatchValidator

public class BatchValidator
extends com.bankframe.bo.retail.solutionset.impl.batch.BatchValidator

The BatchValidator class


Constructor Summary
BatchValidator()
           
 
Method Summary
 void validateStore(Batch batch)
          Validates all fields before store
 
Methods inherited from class com.bankframe.bo.retail.solutionset.batch.BatchValidator
validateAmend, validateBatchAmount, validateBatchDate, validateBatchId, validateBatchStatus, validateBranchCode, validateCashBoxId, validateCompanyCode, validateCreate, validateCurrency, validateDocumentType, validateFindByCompanyCodeAndBranchCodeAndCashBoxIdAndBatchStatus, validateFindByCompanyCodeAndBranchCodeAndCashBoxIdAndDocumentTypeAndCurrencyAndBatchStatus, validateFindByCompanyCodeAndBranchCodeAndUserIdAndBatchDateAndBatchAmount, validateFindByCompanyCodeAndBranchCodeAndUserIdAndBatchDateAndBatchId, validateFindByCompanyCodeAndBranchCodeAndUserIdAndBatchDateAndBatchStatus, validateFindByCompanyCodeBranchCodeUserIdBatchDateAndAmount, validateFindByCompanyCodeBranchCodeUserIdBatchDateAndBatchId, validateFindByCompanyCodeBranchCodeUserIdDateAndBatchStatus, validateFindByPrimaryKey, validateNumberOfNegotiableInstruments, validateUserId
 
Methods inherited from class com.bankframe.util.retail.solutionset.utilities.Validator
isDateValid, validateAccountNumber, validateBranchCode, validateCompanyCode, validateConstantValue, validateCreditCardAccountNumber, validateCustomerNumber, validateCustomerSessionId, validateDate, validateDigits, validateDouble, validateExactLength, validateInteger, validateLengthLessThanOrEqualTo, validateLettersDigitsOrWhitespaceOnly, validateLettersOnly, validateLettersOrDigitsOnly, validateLong, validateMandatory, validateOwnerId, validateProductCode, validateProductId, validateTime, validateUserId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchValidator

public BatchValidator()
Method Detail

validateStore

public void validateStore(Batch batch)
                   throws com.bankframe.validation.ValidationException
Validates all fields before store
Parameters:
batch - Batch
Throws:
com.bankframe.validation.ValidationException - This exception is thrown if validation fails