Class CloneOrderHook


  • public abstract class CloneOrderHook
    extends Object
    Abstract class created to implement hooks inside Clone Order process. All hooks in that process must extend this class so they implement exec process.
    Author:
    Andy Armaignac Collazo
    • Constructor Detail

      • CloneOrderHook

        public CloneOrderHook()
    • Method Detail

      • exec

        public abstract void exec​(Order order)
                           throws Exception
        Exec method that all hooks extending this abstract class must implement
        Parameters:
        order - Order to be cloned
        Throws:
        Exception