Package org.adempiere.base
Interface IColumnCalloutFactory
- All Known Implementing Classes:
AnnotationBasedColumnCalloutFactory
,DefaultAnnotationBasedColumnCalloutFactory
,DefaultColumnCalloutFactory
,MappedColumnCalloutFactory
public interface IColumnCalloutFactory
Factory interface for
For plugin that implement this as OSGi component, use property = {"service.ranking:Integer=1"} to set up a calling order that prioritizes your component over core component.
IColumnCallout
.For plugin that implement this as OSGi component, use property = {"service.ranking:Integer=1"} to set up a calling order that prioritizes your component over core component.
- Author:
- hengsin
-
Method Summary
-
Method Details
-
getColumnCallouts
- Parameters:
tableName
-columnName
-- Returns:
- array of matching callouts
-