Package org.compiere.model
Class MLookupCache
java.lang.Object
org.compiere.model.MLookupCache
Deprecated.
for deprecated swing client only
MLookup Data Cache.
- not synchronized on purpose -
Called from MLookup.
- Version:
- $Id: MLookupCache.java,v 1.2 2006/07/30 00:58:37 jjanke Exp $
- Author:
- Jorg Janke
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheReset
(int WindowNo) Deprecated.Clear Static Lookup Cache for Windowprotected static void
loadEnd
(MLookupInfo info, HashMap<Object, Object> lookup) Deprecated.MLookup Loader ends loading, so add it to cacheprotected static boolean
loadFromCache
(MLookupInfo info, HashMap<Object, Object> lookupTarget) Deprecated.Load from Cache if applicable Called from MLookup constructorprotected static void
loadStart
(MLookupInfo info) Deprecated.MLookup Loader starts loading - ignore for now
-
Method Details
-
loadStart
Deprecated.MLookup Loader starts loading - ignore for now- Parameters:
info
- MLookupInfo
-
loadEnd
Deprecated.MLookup Loader ends loading, so add it to cache- Parameters:
info
-lookup
-
-
loadFromCache
Deprecated.Load from Cache if applicable Called from MLookup constructor- Parameters:
info
- MLookupInfo to searchlookupTarget
- Target HashMap- Returns:
- true, if lookup found
-
cacheReset
public static void cacheReset(int WindowNo) Deprecated.Clear Static Lookup Cache for Window- Parameters:
WindowNo
- WindowNo of Cache entries to delete
-