Uses of Interface
org.adempiere.base.IColumnCallout
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
One of the package that provide extended model class for iDempiere core tables.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
-
Uses of IColumnCallout in org.adempiere.base
Modifier and TypeMethodDescriptionAnnotationBasedColumnCalloutFactory.getColumnCallouts
(String tableName, String columnName) DefaultColumnCalloutFactory.getColumnCallouts
(String tableName, String columnName) IColumnCalloutFactory.getColumnCallouts
(String tableName, String columnName) MappedColumnCalloutFactory.getColumnCallouts
(String tableName, String columnName) Modifier and TypeMethodDescriptionstatic List<IColumnCallout>
ColumnCalloutManager.findCallout
(String tableName, String columnName) static List<IColumnCallout>
Core.findCallout
(String tableName, String columnName) Modifier and TypeMethodDescriptionvoid
IMappedColumnCalloutFactory.addMapping
(String tableName, String columnName, Supplier<IColumnCallout> supplier) add mapping for calloutvoid
MappedColumnCalloutFactory.addMapping
(String tableName, String columnName, Supplier<IColumnCallout> supplier) void
IMappedColumnCalloutFactory.removeMapping
(String tableName, String columnName, Supplier<IColumnCallout> supplier) remove mapping for calloutvoid
MappedColumnCalloutFactory.removeMapping
(String tableName, String columnName, Supplier<IColumnCallout> supplier) -
Uses of IColumnCallout in org.adempiere.model
Modifier and TypeClassDescriptionclass
class
Callout for AD_InfoWindow and AD_InfoColumn