Package org.bgerp.cache
Class CustomerGroupCache
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidflush(Connection con) static List<CustomerGroup> static Map<Integer, CustomerGroup> protected CustomerGroupCacheCreates a new cache instance 
- 
Constructor Details
- 
CustomerGroupCache
public CustomerGroupCache() 
 - 
 - 
Method Details
- 
getGroupList
 - 
getGroupMap
 - 
flush
 - 
newInstance
Description copied from class:CacheCreates a new cache instance- Specified by:
 newInstancein classCache<CustomerGroupCache>- Returns:
 - the instance
 
 
 -