Uses of Class
org.compiere.model.MLookupInfo
Packages that use MLookupInfo
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
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 MLookupInfo in org.adempiere.base
Methods in org.adempiere.base with parameters of type MLookupInfoModifier and TypeMethodDescriptiondefault StringIUIBehaviour.getLookupCacheKeySuffix(Lookup lookup, MLookupInfo lookupInfo) Return a suffix appended to the lookup cache key to create an isolated cache bucket, ornullto use the standard key.static StringUIBehaviourProvider.getLookupCacheKeySuffix(Lookup lookup, MLookupInfo lookupInfo) Concatenate all non-null suffixes returned by registered providers with|as separator, or returnnullif no provider supplies one. -
Uses of MLookupInfo in org.compiere.model
Fields in org.compiere.model declared as MLookupInfoMethods in org.compiere.model that return MLookupInfoModifier and TypeMethodDescriptionMLookupInfo.clone()MLookupInfo.cloneIt()Clonestatic MLookupInfoMLookupFactory.getLookup_List(Language language, int AD_Reference_Value_ID) Get Lookup Info for List display typeMLookup.getLookupInfo()static MLookupInfoMLookupFactory.getLookupInfo(Properties ctx, int WindowNo, int Column_ID, int AD_Reference_ID) static MLookupInfoMLookupFactory.getLookupInfo(Properties ctx, int WindowNo, int TabNo, int Column_ID, int AD_Reference_ID) static MLookupInfoMLookupFactory.getLookupInfo(Properties ctx, int WindowNo, int tabNo, int Column_ID, int AD_Reference_ID, Language language, String ColumnName, int AD_Reference_Value_ID, boolean IsParent, String ValidationCode) Get Information for Lookups based on Column_ID for Table Columns or Process Parameters.static MLookupInfoMLookupFactory.getLookupInfo(Properties ctx, int WindowNo, int Column_ID, int AD_Reference_ID, Language language, String ColumnName, int AD_Reference_Value_ID, boolean IsParent, String ValidationCode) Get Information for Lookups based on Column_ID for Table Columns or Process Parameters.Methods in org.compiere.model with parameters of type MLookupInfoModifier and TypeMethodDescriptionprotected static voidMLookupCache.loadEnd(MLookupInfo info, HashMap<Object, Object> lookup) Deprecated, for removal: This API element is subject to removal in a future version.MLookup Loader ends loading, so add it to cacheprotected static booleanMLookupCache.loadFromCache(MLookupInfo info, HashMap<Object, Object> lookupTarget) Deprecated, for removal: This API element is subject to removal in a future version.Load from Cache if applicable Called from MLookup constructorprotected static voidMLookupCache.loadStart(MLookupInfo info) Deprecated, for removal: This API element is subject to removal in a future version.MLookup Loader starts loading - ignore for nowConstructors in org.compiere.model with parameters of type MLookupInfo