Uses of Interface
org.compiere.model.IBatchOperation
Packages that use IBatchOperation
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of IBatchOperation in org.compiere.model
Classes in org.compiere.model that implement IBatchOperationModifier and TypeClassDescriptionclassBatchDelete<T extends PO>Batch Delete POclassBatchInsert<T extends PO>Batch Insert PO.
Difference from invididual PO insert: no auto reload of PO after successsful save.classBatchUpdate<T extends PO>Batch Update PO.
Difference from individual PO update - no auto reload of PO after successful save.