Package org.bgerp.plugin.inventory.cache
Class StoreQueueCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidflush(Connection con) static List<StoreQueue> getAll()static StoreQueuegetQueue(int id) static List<StoreQueue> getUserQueues(User user) Returns queues visible to the user.protected StoreQueueCacheCreates a new cache instance
-
Constructor Details
-
StoreQueueCache
public StoreQueueCache()
-
-
Method Details
-
getQueue
-
getAll
-
getUserQueues
Returns queues visible to the user. An emptyuser.idsin config means all users may see the queue. -
flush
-
newInstance
Description copied from class:CacheCreates a new cache instance- Specified by:
newInstancein classCache<StoreQueueCache>- Returns:
- the instance
-