Class ConvertQuotationIntoOrderHook


  • public abstract class ConvertQuotationIntoOrderHook
    extends Object
    • Field Detail

      • CONVERT_QUOTATION_INTO_ORDER_HOOK_QUALIFIER

        public static final String CONVERT_QUOTATION_INTO_ORDER_HOOK_QUALIFIER
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConvertQuotationIntoOrderHook

        public ConvertQuotationIntoOrderHook()
    • Method Detail

      • getOrder

        public abstract int getOrder()
        Returns the order when the concrete hook will be executed.
      • exec

        public abstract void exec​(Order order)
        Executes the hook logic on the ConvertQuotationIntoOrder process
        Parameters:
        order - the order document with lines we are creating from Quotation