|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rjw.dc.core.objects.software.CatagoryCollection
Collection of Software Catagories
Constructor Summary | |
CatagoryCollection()
Initializes the Catagory collection. |
Method Summary | |
static java.util.Vector |
getCatagories()
Returns the cached Catagorie objects |
static java.lang.String |
getCatagoryID(java.lang.String sName)
Returns the ID of a Catagory by the name |
static java.lang.String |
getCatagoryName(java.lang.String sID)
Returns the name of a Catagory with the given ID |
static void |
load()
loads the catagories DIRECTLY from the database, the queuing does not apply! Use with care. |
static void |
refresh()
Reloads the catagories from the database (queueing applies) |
static void |
setCatagories(java.util.Vector vValues)
Fills the catagory vector |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CatagoryCollection()
Method Detail |
public static void load()
public static void refresh()
public static void setCatagories(java.util.Vector vValues)
public static java.lang.String getCatagoryName(java.lang.String sID)
sID
- database ID
public static java.util.Vector getCatagories()
public static java.lang.String getCatagoryID(java.lang.String sName)
sName
- Catagory name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |