| dlog4j.action.DlogActionBase dlog4j.action.AdminActionBase dlog4j.action.DlogCategoryAction
DlogCategoryAction | public class DlogCategoryAction extends AdminActionBase (Code) | | author: Liang.xf 2004-2-22 informix |
Method Summary | |
public ActionForward | doAddCat(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | doCreateCategory(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | doDeleteCategory(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String cat_id) | public ActionForward | doEditCategory(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | doMoveDown(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String cat_id) | public ActionForward | doMoveUp(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String cat_id) | public static CategoryForm | getUser(Session ssn, int catid, boolean withDetails) |
EDIT_ERROR_KEY | final public static String EDIT_ERROR_KEY(Code) | | |
LIST_ERROR_KEY | final public static String LIST_ERROR_KEY(Code) | | |
SUCCESS_LIST_PAGE | final public static String SUCCESS_LIST_PAGE(Code) | | |
doAddCat | public ActionForward doAddCat(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | 增加Category
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - @throwsException |
doCreateCategory | public ActionForward doCreateCategory(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | 创建日记分类
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - Parameters: cat_id - throws: Exception - |
getUser | public static CategoryForm getUser(Session ssn, int catid, boolean withDetails) throws HibernateException(Code) | | 获取某个分类的详细资料信息
Parameters: ssn - Parameters: userid - Parameters: withDetails - @throwsHibernateException |
|
|