public class ProcessQueueCache extends Cache<ProcessQueueCache>
Constructor and Description |
---|
ProcessQueueCache() |
Modifier and Type | Method and Description |
---|---|
static void |
flush(java.sql.Connection con) |
static Queue |
getQueue(int id) |
static Queue |
getQueue(int id,
User user) |
static java.util.List<Queue> |
getQueueList() |
static java.util.Map<java.lang.Integer,Queue> |
getQueueMap() |
static java.util.List<Queue> |
getUserQueueList(User user) |
protected ProcessQueueCache |
newInstance() |
public static Queue getQueue(int id)
public static java.util.Map<java.lang.Integer,Queue> getQueueMap()
public static java.util.List<Queue> getQueueList()
public static void flush(java.sql.Connection con)
protected ProcessQueueCache newInstance()
newInstance
in class Cache<ProcessQueueCache>