Package com.storedobject.core
Interface HasLogic
- All Known Subinterfaces:
Transactional
- All Known Implementing Classes:
AbstractAssembly
,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
,CheckListForestBrowser
,ComputeConsumption
,ComputeLandedCost
,ConsumptionReturn
,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
,ItemsSentForRepair
,ItemTypeEditor
,JavaClassEditor
,JournalReport
,JournalVoucherBrowser
,JournalVoucherEditor
,JSONGrid
,LicenseManagement
,ListEditor
,LocateItem
,LocationMonitoring
,LockUser
,MailForm
,MailLog
,ManageBiometric
,ManageExternalUsers
,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
,POItemBrowser
,POItemEditor
,ProcessCheckList
,ProcessingLanguageEditor
,ProcessMaterialRequest
,ProcessView
,PurchaseReturn
,Rebin
,ReceiveAndBin
,ReceiveMaterialRequested
,ReceiveMaterialReturned
,ReceiveMaterialTransferred
,ReceiveReturnedItems
,RecomputeConsumption
,RecomputeStatistics
,ReferenceLinkGrid
,RemoveConsumption
,ReportDefinitionEditor
,ReportEditor
,RequestMaterial
,RequestTool
,ResetPassword
,RestrictedSystemUserBrowser
,ReturnMaterial
,ReturnTool
,Sale
,SelectData
,SendItemsForRepair
,SerialConfiguratorEditor
,SerialPatternEditor
,SetMailSenderPassword
,SetPasswordPolicy
,SiteView
,SMSLog
,SMSMessageEditor
,StatusGrid
,SteppedDataForm
,SteppedObjectForm
,SteppedView
,SupplierInvoiceBrowser
,SupplierInvoiceEditor
,SupportSystem
,SystemLogViewer
,SystemTableDeployer
,SystemUserEditor
,SystemUserGroupBrowser
,SystemUtility
,TableDefinitionEditor
,TableDeployer
,TelegramLog
,TelegramRegistration
,TemplateBrowser
,TemplateEditor
,TextContentBrowser
,TextContentEditor
,TextView
,ToolMonitoring
,TransferMaterial
,TrialBalance
,UnitDefinitionBrowser
,UnlockUser
,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 theApplicationServer
when theLogic
is executed.- Parameters:
logic
- Logic to set
-
getLogic
-