Package com.storedobject.core
Interface HasLogic
- All Known Subinterfaces:
Transactional
- All Known Implementing Classes:
AbstractAssembly,AbstractBlockView,AbstractCheckListForestBrowser,AbstractConsumptionSelector,AbstractEditableGrid,AbstractInvoiceBrowser,AbstractInvoiceEditor,AbstractLinkGrid,AbstractObjectForest,AbstractReceiveMaterialReturned,AbstractReceiveMaterialTransferred,AbstractRequestMaterial,AbstractReturnMaterial,AbstractSale,AbstractSendAndReceiveMaterial,AbstractTextContentEditor,AbstractUserForm,ApplicationManager,ApplicationModuleEditor,ApproveTransaction,Assembly,AssemblyDataPickup,AssemblyReceipt,AssignStoresAndLocations,AuthenticatorRegistration,BaseCustomerInvoiceBrowser,BaseCustomerInvoiceEditor,BaseObjectForest,BaseProcessMaterialRequest,BaseReceiveMaterialRequested,BaseRequestMaterial,BaseSupplierInvoiceBrowser,BaseSupplierInvoiceEditor,BlockSelector,BlockView,BrowserDeviceLayoutEditor,CalendarViewer,CaptureSignature,ChangeFileFolderPassword,ChangeObjectPassword,ChangePassword,ChangeUOM,ChatView,CheckListForestBrowser,ComputeConsumption,ComputeLandedCost,ComputeStockHistory,ConsignmentEditor,ControlScheduleEditor,CorrectUOM,CrossServerManager,CSVUploadProcessorView,CustomerInvoiceBrowser,CustomerInvoiceEditor,DataDownload,DataEditor,DataGrid,DataPickup,DataTreeGrid,DataView,DefineAssembly,DetailLinkGrid,DeveloperActivity,DownloadData,EditableGrid,EditableObjectGrid,EditCost,EntityEditor,EntityRoleEditor,ExcelDataUpload,FileManager,FileViewer,FileViewerGrid,FlowDiagramEditor,GRN,GRNEditor,GroupPermissionEditor,HandleReturnedItems,InquiryBrowser,ItemsSentForRepair,ItemTypeEditor,JavaClassEditor,JournalReport,JournalVoucherBrowser,JournalVoucherEditor,JSONGrid,LicenseManagement,ListEditor,LoanOutItems,LocateItem,LocationMonitoring,LockUser,MailForm,MailLog,ManageBiometric,ManageExternalUsers,ManageJWT,ManageMailSenders,ManageMailSenders.ManageGMailSenders,ManageSalutation,ManageSuffix,ManageTomcatApplication,MediaFileEditor,MemoSystem,MemoSystem.MemoEditor,MemoTypeEditor,MessageEditor,MigrateItem,MigratePartNumber,MQTTDataView,MQTTEditor,ObjectBlockEditor,ObjectBrowser,ObjectBrowserEditor,ObjectBrowserViewer,ObjectComparisonGrid,ObjectEditor,ObjectForest,ObjectForestBrowser,ObjectForestEditor,ObjectForestViewer,ObjectGrid,ObjectHistoryGrid,ObjectListEditor,ObjectListGrid,ObjectMemoryGrid,ObjectSearchBrowser,ObjectTree,ObjectTreeBrowser,ObjectTreeEditor,ObjectTreeViewer,PackingUnitBrowser,PackingUnitEditor,PermissionEditor,PersonRoleEditor,POBrowser,POCorrection,POEditor,POItemEditor,ProcessCheckList,ProcessingLanguageEditor,ProcessMaterialRequest,ProcessView,PurchaseReturn,ReceiveAndBin,ReceiveMaterial,ReceiveMaterialRequested,ReceiveMaterialReturned,ReceiveMaterialTransferred,ReceiveReturnedItems,RecomputeConsumption,RecomputeStatistics,ReferenceLinkGrid,RemoveConsumption,ReportDefinitionEditor,ReportEditor,RequestMaterial,RequestTool,ResetPassword,RestrictedSystemUserBrowser,ReturnMaterial,Sale,SelectData,SendItemsForRepair,SendItemsOut,SerialConfiguratorEditor,SerialPatternEditor,SetMailSenderPassword,SetPasswordPolicy,SiteView,SmoothenInvalidData,SMSLog,SMSMessageEditor,SOClient,StatusGrid,SteppedDataForm,SteppedObjectForm,SteppedView,SupplierInvoiceBrowser,SupplierInvoiceEditor,SupportSystem,SystemLogViewer,SystemTableDeployer,SystemUserEditor,SystemUserGroupBrowser,SystemUtility,TableDefinitionEditor,TableDeployer,TelegramLog,TelegramRegistration,TemplateBrowser,TemplateEditor,TextContentBrowser,TextContentEditor,TextView,TicketingSystem,ToolMonitoring,TransferMaterial,TrialBalance,UnitDefinitionBrowser,UnlockUser,UploadData,UploadProcessorView,UserLog,UserPermissionEditor,ValueChart,ViewAssembly,ViewAssemblyDefinition,ViewConsumption,ViewData,XGrid,XMLGrid,ZipUploadProcessorView
public interface HasLogic
Interface to define whether a class has a related
Logic or not. This should be implemented by the
executable class defined in the Logic so that approvals can be carried out when the logic is executed
and transactions are generated.- Author:
- Syam
-
Method Summary
-
Method Details
-
setLogic
Set the logic. This will be invoked by theApplicationServerwhen theLogicis executed.- Parameters:
logic- Logic to set
-
getLogic
-