|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdea.albums.AlbumManager
Title: Album Manager Description: Common Album methods Copyright: Copyright (c) 2004 Company: RMRR
Field Summary | |
static int |
TOCD
publish the CD |
static int |
TOWEB
publish the web |
Fields inherited from interface dea.common.IDebugLevels |
BASIC, DEBUG_ALL, ERROR, METH_DETAIL, METH_ENTER, METH_EXIT, METH_EXT, METH_GET, METH_SET, METH_VARS, SHOW_PASS |
Constructor Summary | |
AlbumManager()
|
Method Summary | |
static java.util.ArrayList |
getAllObjs()
|
static java.util.ArrayList |
getAttrsForCat(int catNum)
Gets a ArrayList of Templates Objects ordered by Templates.SORT_ORDER |
static java.util.HashMap |
getAttrsForObj(int objNum)
Gets an HashMap of Options objects keyed by Attribs.ATTR_NUM which represents the attribute values for this object |
static java.util.ArrayList |
getCatItems(HttpServletRequest request,
Menus menu,
int site)
|
static int |
getCatLinkCount(int catNum,
int site)
Get the number of pics linked to a catagory. |
static int |
getKey(HttpServletRequest request,
java.lang.String keyName)
Pull the key from the request |
static java.util.ArrayList |
getMenus()
Get info on all the menus sorted by description |
static int |
getObjLinkCount(int objKey,
int site)
Get object link count |
static java.util.ArrayList |
getObjPics(HttpServletRequest request,
int objNum,
int site)
Gets an ArrayList of MenuItem objects that are linked to the Objects record with the obj_num value of objNum . |
static java.util.ArrayList |
getPicLinks(int pNum)
get list of Objects (in Options objs) pic is linked to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TOWEB
public static final int TOCD
Constructor Detail |
public AlbumManager()
Method Detail |
public static java.util.ArrayList getMenus()
public static java.util.ArrayList getAllObjs()
public static java.util.ArrayList getPicLinks(int pNum)
pNum
-
public static java.util.ArrayList getAttrsForCat(int catNum)
catNum
-
public static java.util.HashMap getAttrsForObj(int objNum)
objNum
-
public static int getKey(HttpServletRequest request, java.lang.String keyName)
request
- keyName
-
public static int getCatLinkCount(int catNum, int site)
public static java.util.ArrayList getCatItems(HttpServletRequest request, Menus menu, int site)
public static java.util.ArrayList getObjPics(HttpServletRequest request, int objNum, int site)
request
- objNum
- site
-
public static int getObjLinkCount(int objKey, int site)
objKey
- site
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |