Uses of Class
de.hybris.platform.processengine.action.AbstractSimpleDecisionAction
Packages that use AbstractSimpleDecisionAction
Package
Description
-
Uses of AbstractSimpleDecisionAction in de.hybris.platform.acceleratorservices.process.email.actions
-
Uses of AbstractSimpleDecisionAction in de.hybris.platform.acceleratorservices.process.fileupload
-
Uses of AbstractSimpleDecisionAction in de.hybris.platform.b2b.process.approval.actions
Modifier and TypeClassDescriptionclassThe Class AbstractSimpleB2BApproveOrderDecisionAction.classThis action is executed at the completion of a successful b2b order approval process.classThis action is executed at the beginning of a b2b order approval process.classclassChecks order's Permission result and updates order statusclassclassLocates eligible approvers for a b2b order.classInforms an member of b2badmingroup of a parent unit to which a customer who placed an order belongs of order rejection.classCreatesB2BBookingLineEntryModelof an approved order. -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.b2bacceleratoraddon.actions
Modifier and TypeClassDescriptionclassThe AcceleratorBookingLineEntries.classclassclass -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.b2bacceleratoraddon.actions.replenishment
-
Uses of AbstractSimpleDecisionAction in de.hybris.platform.b2bacceleratorservices.email.process.actions
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.b2bacceleratorservices.email.process.actionsModifier and TypeClassDescriptionclassImplementation ofGenerateEmailActionresponsible for creating an email message for all users associated to the user group 'b2bregistrationapprovergroup' -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.chinesepaymentservices.action.order
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.chinesepaymentservices.action.orderModifier and TypeClassDescriptionclassNo need to check credit card information for Chinese customers, so hard code the result.classNo need to check credit card information for Chinese customers, so hard code the result. -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.commerceservices.actions.password
Modifier and TypeClassDescriptionclassA process action that runs password recovery -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.orderprocessing
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.orderprocessing -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.personalizationservices.process
Modifier and TypeClassDescriptionclassProcess engine action that calculates the action results and store them on the user.classProcess engine action that updates the segments for a given user. -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorcore.actions.quote
Modifier and TypeClassDescriptionclassThis action class will be used by business process to determine, whether the quote requires manual approval from seller approver.classThis action class creates a sales representative snapshot. -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorfulfilmentprocess.actions.consignment
-
Uses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorfulfilmentprocess.actions.orderModifier and TypeClassDescriptionclassThis action implements payment authorization usingCreditCardPaymentInfoModel.classThis example action checks the order for required data in the business process.classclassclassclassThe TakePayment step captures the payment transaction. -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorfulfilmentprocess.actions.returns
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorfulfilmentprocess.actions.returnsModifier and TypeClassDescriptionclassMock implementation for refunding the money to the customer for the ReturnRequestclassMock implementation to reverse tax calculation -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorordermanagement.actions.email
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorordermanagement.actions.emailModifier and TypeClassDescriptionclassA process action which generates email with attachment. -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorordermanagement.actions.order
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorordermanagement.actions.orderModifier and TypeClassDescriptionclassThis example action checks the order for required data in the business process. -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorordermanagement.actions.order.payment
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorordermanagement.actions.order.paymentModifier and TypeClassDescriptionclassThe TakePayment step captures the payment transaction. -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorordermanagement.actions.returns
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorordermanagement.actions.returnsModifier and TypeClassDescriptionclassPart of the refund process that returns the money to the customer.classReverse tax calculation and update theReturnRequestModelstatus to TAX_REVERSAL_FAILED or TAX_REVERSED.