Extending user exits
Sample Java™ code (including utility classes) are provided in <INSTALL_DIR>/xapidocs/code_examples/java to enable you to implement your own user exits.
These user exit implementations are configured at the enterprise level when running the activator
for the enterprise. The integration user exits and the Impl class that they point to are as
follows:
User Exit | Impl class |
---|---|
YPMgGetOrderPrice | com.yantra.ypm.business.ue.impl.YPMGetOrderPriceUEWCIntegrationImpl |
YPMGetItemPrice | com.yantra.ypm.business.ue.impl.YPMGetItemPriceUEWCIntegrationImpl |
YPMvalidateCouponUE | com.yantra.ypm.business.ue.impl.YPMValidateCouponUEWCIntegrationImpl |
YPMGetPricingRuleDetails | com.yantra.ypm.business.ue.impl.YPMGetPricingRuleDetailsUEWCIntegrationImpl |