Class CustomerCreditUpdateWriter

    • Constructor Detail

      • CustomerCreditUpdateWriter

        public CustomerCreditUpdateWriter()
    • Method Detail

      • write

        public void write​(java.util.List<? extends CustomerCredit> customerCredits)
                   throws java.lang.Exception
        Description copied from interface: ItemWriter
        Process the supplied data element. Will not be called with any null items in normal operation.
        Specified by:
        write in interface ItemWriter<CustomerCredit>
        Parameters:
        customerCredits - items to be written
        Throws:
        java.lang.Exception - if there are errors. The framework will catch the exception and convert or rethrow it as appropriate.
      • setCreditFilter

        public void setCreditFilter​(double creditFilter)