|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.MLookupCache
public class MLookupCache
MLookup Data Cache. - not synchronized on purpose - Called from MLookup. Only caches multiple use for a single window!
| Method Summary | |
|---|---|
static void |
cacheReset(int WindowNo)
Clear Static Lookup Cache for Window |
protected static void |
loadEnd(MLookupInfo info,
Map<Object,NamePair> lookup)
MLookup Loader ends loading, so add it to cache |
protected static boolean |
loadFromCache(MLookupInfo info,
Map<Object,NamePair> lookupTarget)
Load from Cache if applicable Called from MLookup constructor |
protected static void |
loadStart(MLookupInfo info)
MLookup Loader starts loading - ignore for now |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected static void loadStart(MLookupInfo info)
info - MLookupInfo
protected static void loadEnd(MLookupInfo info,
Map<Object,NamePair> lookup)
info - lookup -
protected static boolean loadFromCache(MLookupInfo info,
Map<Object,NamePair> lookupTarget)
info - MLookupInfo to searchlookupTarget - Target HashMap
public static void cacheReset(int WindowNo)
WindowNo - WindowNo of Cache entries to delete
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||