Uses of Class
de.hybris.platform.processengine.action.AbstractSimpleDecisionAction
-
-
Uses of AbstractSimpleDecisionAction in de.hybris.platform.acceleratorservices.process.email.actions
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.acceleratorservices.process.email.actions Modifier and Type Class Description classGenerateEmailActionA process action to generate email. -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.acceleratorservices.process.fileupload
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.acceleratorservices.process.fileupload Modifier and Type Class Description classSavedCartFromUploadFileAction -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.b2b.process.approval.actions
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.b2b.process.approval.actions Modifier and Type Class Description classAbstractSimpleB2BApproveOrderDecisionActionThe Class AbstractSimpleB2BApproveOrderDecisionAction.classApprovalProcessCompleteActionThis action is executed at the completion of a successful b2b order approval process.classApprovalProcessStartActionThis action is executed at the beginning of a b2b order approval process.classCheckCreditLimitResultsclassCheckWorkflowResultsChecks order's Permission result and updates order statusclassFind2POEApproversclassFindApproversLocates eligible approvers for a b2b order.classInformAdminInforms an member of b2badmingroup of a parent unit to which a customer who placed an order belongs of order rejection.classSetBookingLineEntriesCreatesB2BBookingLineEntryModelof an approved order. -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.b2bacceleratoraddon.actions
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.b2bacceleratoraddon.actions Modifier and Type Class Description classAcceleratorBookingLineEntriesThe AcceleratorBookingLineEntries.classCheckCreditCardOrderActionclassCheckOrderEntryCostCentersActiveclassStartWorkFlowForAdmin -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.b2bacceleratoraddon.actions.replenishment
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.b2bacceleratoraddon.actions.replenishment Modifier and Type Class Description classAuthorizePaymentActionAction for authorizing payments. -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.chinesepaymentservices.action.order
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.chinesepaymentservices.action.order Modifier and Type Class Description classChineseCheckAuthorizeOrderPaymentActionNo need to check credit card information for Chinese customers, so hard code the result.classChineseTakePaymentActionNo need to check credit card information for Chinese customers, so hard code the result. -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.commerceservices.actions.password
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.commerceservices.actions.password Modifier and Type Class Description classForgottenPasswordActionA process action that runs password recovery -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.orderprocessing
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.orderprocessing Modifier and Type Class Description classTestActionNode -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.personalizationservices.process
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.personalizationservices.process Modifier and Type Class Description classCalculatePersonalizationForUserActionProcess engine action that calculates the action results and store them on the user.classUpdateUserSegmentsActionProcess engine action that updates the segments for a given user. -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.secureportaladdon.email.process.actions
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.secureportaladdon.email.process.actions Modifier and Type Class Description classRegistrationPendingApprovalGenerateEmailActionImplementation ofGenerateEmailActionresponsible for creating an email message for all users associated to the user group 'b2bregistrationapprovergroup' -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorcore.actions.quote
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorcore.actions.quote Modifier and Type Class Description classCheckForQuoteAutoApprovalActionThis action class will be used by business process to determine, whether the quote requires manual approval from seller approver.classQuoteBuyerSubmitActionThis action class creates a sales representative snapshot. -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorfulfilmentprocess.actions.consignment
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorfulfilmentprocess.actions.consignment Modifier and Type Class Description classWaitBeforeTransmissionAction -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order Modifier and Type Class Description classCheckAuthorizeOrderPaymentActionThis action implements payment authorization usingCreditCardPaymentInfoModel.classCheckOrderActionThis example action checks the order for required data in the business process.classReserveOrderAmountActionclassScheduleForCleanUpActionclassSubprocessesCompletedActionclassTakePaymentActionThe 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.returns Modifier and Type Class Description classCaptureRefundActionMock implementation for refunding the money to the customer for the ReturnRequestclassTaxReverseActionMock implementation to reverse tax calculation -
Uses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorordermanagement.actions.email
Subclasses of AbstractSimpleDecisionAction in de.hybris.platform.yacceleratorordermanagement.actions.email Modifier and Type Class Description classGenerateEmailWithAttachmentActionA 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.order Modifier and Type Class Description classCheckOrderActionThis 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.payment Modifier and Type Class Description classTakePaymentActionThe 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.returns Modifier and Type Class Description classCaptureRefundActionPart of the refund process that returns the money to the customer.classTaxReverseActionReverse tax calculation and update theReturnRequestModelstatus to TAX_REVERSAL_FAILED or TAX_REVERSED.
-