Package org.openbravo.client.kernel
Interface ActionHandler
-
- All Known Implementing Classes:
AddMultiplePaymentsHandler
,AddPaymentActionHandler
,AddPaymentDisplayLogicActionHandler
,AddPaymentDocumentNoActionHandler
,AddPaymentOnProcessActionHandler
,AddPaymentOrganizationActionHandler
,AddPaymentReloadLabelsActionHandler
,AddProductsToChValue
,AddTransactionActionHandler
,AddTransactionOnChangePaymentActionHandler
,AgingBalanceReportActionHandler
,AgingGeneralLedgerByOrganizationActionHandler
,AlertActionHandler
,AlertManagementActionHandler
,APRMActionHandler
,AttachmentAH
,BaseActionHandler
,BaseProcessActionHandler
,BaseReportActionHandler
,CancelAndReplaceGetCancelledOrderLine
,CancelAndReplaceSalesOrder
,CancelCostAdjustment
,CashflowForecastReportActionHandler
,ChangeInventoryStatusActionHandler
,ChangeReferencedInventoryStatusHandler
,CheckAvailableCreditActionHandler
,CheckConnectivity
,CheckExistsOverissueBinForRFCShipmentWH
,CheckRecordChangedActionHandler
,CloneOrderActionHandler
,ComputeSelectedRecordActionHandler
,ComputeTranslatedNameActionHandler
,ComputeWindowActionHandler
,ConfirmCancelAndReplaceSalesOrder
,CopyFromOrdersActionHandler
,CopyProcessPlanVersion
,CostAdjustmentProcessHandler
,CostingRuleProcessActionHandler
,CostingRuleProcessOnProcessHandler
,CreateInvoiceLinesFromInOutLines
,CreateInvoiceLinesFromOrderLines
,DefaultsAttachmentActionHandler
,DefaultsProcessActionHandler
,DefaultsUploadDataActionHandler
,DeleteImageActionHandler
,DoubtFulDebtPickEditLines
,EnableOrDisableMultipleRecords
,ExportPhysicalInventoryLinesToCSV
,FileExportActionHandler
,FindTransactionsToMatchActionHandler
,FixBackdatedTransactionsProcess
,FormInitializationComponent
,FundsTransferActionHandler
,FundsTransferOnChangeDepositToActionHandler
,GetConvertedQtyActionHandler
,GetLabelActionHandler
,GetNameGeneralLedger
,GetTabMessageActionHandler
,GLItemTransactionActionHandler
,GrantPortalAccessProcess
,GridExampleActionHandler
,ImagesActionHandler
,InventoryAmountUpdateProcess
,InvoiceFromShipmentActionHandler
,KillProcess
,LandedCostProcessHandler
,LCCostMatchFromInvoiceHandler
,LCMatchingCancelHandler
,LCMatchingProcessHandler
,LogManagementActionHandler
,LogOutActionHandler
,ManagePrereservationActionHandler
,ManageReservationActionHandler
,ManageVariants
,ManualCostAdjustmentProcessHandler
,MatchStatementActionHandler
,MatchStatementOnLoadActionHandler
,MatchStatementOnLoadGetPreferenceActionHandler
,MatchStatementOnLoadPreferenceActionHandler
,ModifyPaymentPlanActionHandler
,MultipleDeleteActionHandler
,MyOpenbravoActionHandler
,OfferPickAndExecBaseActionHandler
,OfferPickOrgActionHandler
,OfferPickProductActionHandler
,OfferPickProductCategoryActionHandler
,OpenClosePeriodHandler
,OrderCreatePOLines
,ParametersActionHandler
,PaymentMethodMulticurrencyActionHandler
,PaymentProposalPickEditLines
,PersonalizationActionHandler
,PriceDifferenceByDateProcess
,ProcessImportEntriesProcessActionHandler
,ReactivateLandedCost
,RecalculatePermissionsHandler
,ReceivedFromPaymentMethodActionHandler
,ReferencedInventoryBoxHandler
,ReferencedInventoryUnBoxHandler
,RegisterModuleActionHandler
,RelateProductCatTaxToServiceProduct
,RelateProductCatToServiceProduct
,RelateProductsToServiceProduct
,ReservedGoodMovementActionHandler
,ResetAccountingHandler
,ResetStockValuation
,ResetValuedStockAggregated
,RFCServiceReturnableActionHandler
,RMInOutPickEditLines
,RMShipmentPickEditLines
,SelectorDefaultFilterActionHandler
,ServiceOrderLineRelate
,ServiceRelatedLinePriceActionHandler
,ServicesModifyTaxCopyConfiguration
,SetNewBPCurrency
,SRMOPickEditLines
,StorePropertyActionHandler
,TestActionHandler
,UnMatchSelectedTransactionsActionHandler
,UnMatchTransactionActionHandler
,UpdateInvariantCharacteristicsHandler
,UpdateMultiVariantPurchaseOrderLines
,UserInfoWidgetActionHandler
,ValidateUserPasswordActionHandler
,WindowSettingsActionHandler
public interface ActionHandler
An ActionHandler executes an action for the client. Note an ActionHandler should be stateless: it can be used by multiple threads at the same time. An ActionHandler can get to the Request and Response object using theRequestContext
class.- Author:
- mtaal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute()
-