Class ColumnCalloutManager

java.lang.Object
org.adempiere.base.ColumnCalloutManager

public final class ColumnCalloutManager extends Object
Contains static methods for retrieval of IColumnCallout, Callout and default IMappedColumnCalloutFactory
Author:
hengsin
  • Field Details

    • ICALLOUT_FACTORY_CACHE_TABLE_NAME

      public static final String ICALLOUT_FACTORY_CACHE_TABLE_NAME
      Virtual table name for Callout factory cache. Call CacheMgt.get().reset(_ICALLOUT_FACTORY_CACHE_TABLE_NAME) to reset Callout factory cache.
      See Also:
    • LIST_ICOLUMNCALLOUT_FACTORY_CACHE_TABLE_NAME

      public static final String LIST_ICOLUMNCALLOUT_FACTORY_CACHE_TABLE_NAME
      Virtual table name for IColumnCallout factory cache. Call CacheMgt.get().reset(LIST_ICOLUMNCALLOUT_FACTORY_CACHE_TABLE_NAME) to reset IColumnCallout factory cache.
      See Also:
  • Method Details