Class CancelOrderLoyaltyDiscountDelegate

java.lang.Object
org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
com.skava.oms.flow.AbstractOrderAsynchronousProcessFlowAdapter
com.skava.oms.flow.adapter.CancelOrderLoyaltyDiscountDelegate
All Implemented Interfaces:
org.camunda.bpm.engine.impl.core.delegate.CoreActivityBehavior<org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution>, org.camunda.bpm.engine.impl.pvm.delegate.ActivityBehavior, org.camunda.bpm.engine.impl.pvm.delegate.SignallableActivityBehavior

@Component public class CancelOrderLoyaltyDiscountDelegate extends AbstractOrderAsynchronousProcessFlowAdapter
This class contains the delegate to reverse redeem loyalty pints for Cancel Order or Items
Since:
13-Feb-2023
Author:
Infosys Equinox
  • Field Details

    • ERROR_PREPROCESS_LOYALTY_PAYLOAD_NULL

      public static final String ERROR_PREPROCESS_LOYALTY_PAYLOAD_NULL
      See Also:
    • ERROR_PARSING_PAYMENT

      public static final String ERROR_PARSING_PAYMENT
      See Also:
    • MESSAGE_TYPE_REDEEM_TRANSACTION

      public static final String MESSAGE_TYPE_REDEEM_TRANSACTION
      The constant MESSAGE_TYPE_GET_REWARDS
      See Also:
    • preProcessUtil

      @Autowired public PreProcessUtil preProcessUtil
      PreProcessLoyalty Util
  • Constructor Details

    • CancelOrderLoyaltyDiscountDelegate

      public CancelOrderLoyaltyDiscountDelegate()
  • Method Details