Uses of Interface
org.adempiere.base.IColumnCalloutFactory
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
-
Uses of IColumnCalloutFactory in org.adempiere.base
Modifier and TypeClassDescriptionclass
Abstract base class for annotation driven implementation ofIColumnCalloutFactory
.
Subclass would override theAnnotationBasedColumnCalloutFactory.getPackages()
method to provide the packages forCallout
annotation scanning and discovery.class
Default implementation ofAnnotationBasedColumnCalloutFactory
that would scan the org.adempiere.model packageclass
DefaultIColumnCalloutFactory
implementation for core.
LoadIColumnCallout
instance from plugin.xml (org.adempiere.base.IColumnCallout extension point)class
Default implementation ofIMappedColumnCalloutFactory
for core.