wm3Section
└─wm3News
public class wm3News
extends wm3Section
Constructor Summary | |
---|---|
wm3News() |
Method Summary | |
---|---|
static void | addNews(mixed w3, mixed error, mixed user, mixed full) |
static void | addNewsCategory(mixed w3, mixed error) |
static void | addNewsComment(mixed w3, mixed comment_inserted, mixed error) |
static void | checkNewsCategoryError(mixed w3) |
static void | checkNewsCommentError(mixed w3) |
static void | checkNewsError(mixed w3, mixed user) |
static void | deleteNews(mixed w3, mixed newsID, mixed user, mixed full) |
static void | deleteNewsCategory(mixed w3, mixed categoryID) |
static void | deleteNewsComment(mixed newsID, mixed commentID, mixed all) |
static void | disableNews(mixed w3, mixed newsID, mixed user, mixed full) |
static void | disableNewsCategory(mixed categoryID) |
static void | duplicateNews(mixed w3) |
static void | editNews(mixed w3, mixed error, mixed user, mixed full) |
static void | editNewsCategory(mixed w3, mixed error) |
static void | enableNews(mixed w3, mixed newsID, mixed user, mixed full) |
static void | enableNewsCategory(mixed categoryID) |
static void | executeAdminAction(mixed w3) |
static void | executeHomeAction(mixed w3) |
static void | executeUserAction(mixed w3, mixed full) |
static void | getNewsCategoryList(mixed w3, mixed currentID, mixed admin) |
static void | getNewsCategoryName(mixed w3, mixed categoryID) |
static void | |
static void | |
static void | getNewsList(mixed w3, mixed currentID, mixed admin, mixed user, mixed full) |
static void | getNewsTS(mixed newsID) |
static void | |
static void | hitNews(mixed w3) |
static void | makeCounterCommentNews(mixed w3, mixed newsID) |
static void | renderAllNews(mixed w3) |
static void | renderCommentNews(mixed w3) |
void | renderRssAuthorListNews(mixed w3, mixed languageID) |
void | renderRssCategoryListNews(mixed w3, mixed languageID) |
void | renderRssNews(mixed w3) |
void | renderRssPanelNews(mixed w3) |
static void | renderSingleNews(mixed w3, mixed comment_inserted, mixed error) |
static void | renderSingleNewsPrintable(mixed w3) |
static void | saveNews(mixed w3, mixed user, mixed full) |
static void | saveNewsCategory(mixed w3) |
static void | saveNewsComment(mixed w3) |
static void | selectNewsCategory(mixed w3, mixed name, mixed categoryID, mixed all, mixed admin) |
static void | updateNews(mixed w3, mixed user, mixed full) |
static void | updateNewsCategory(mixed w3) |
public wm3News()
public static void addNews(mixed w3, mixed error, mixed user, mixed full)
public static void addNewsCategory(mixed w3, mixed error)
public static void addNewsComment(mixed w3, mixed comment_inserted, mixed error)
public static void checkNewsCategoryError(mixed w3)
public static void checkNewsCommentError(mixed w3)
public static void checkNewsError(mixed w3, mixed user)
public static void deleteNews(mixed w3, mixed newsID, mixed user, mixed full)
public static void deleteNewsCategory(mixed w3, mixed categoryID)
public static void deleteNewsComment(mixed newsID, mixed commentID, mixed all)
public static void disableNews(mixed w3, mixed newsID, mixed user, mixed full)
public static void disableNewsCategory(mixed categoryID)
public static void duplicateNews(mixed w3)
public static void editNews(mixed w3, mixed error, mixed user, mixed full)
public static void editNewsCategory(mixed w3, mixed error)
public static void enableNews(mixed w3, mixed newsID, mixed user, mixed full)
public static void enableNewsCategory(mixed categoryID)
public static void executeAdminAction(mixed w3)
public static void executeHomeAction(mixed w3)
public static void executeUserAction(mixed w3, mixed full)
public static void getNewsCategoryList(mixed w3, mixed currentID, mixed admin)
public static void getNewsCategoryName(mixed w3, mixed categoryID)
public static void getNewsCommentFieldsArray()
public static void getNewsFieldsArray()
public static void getNewsList(mixed w3, mixed currentID, mixed admin, mixed user, mixed full)
public static void getNewsTS(mixed newsID)
public static void getSectionParameters()
public static void hitNews(mixed w3)
public static void makeCounterCommentNews(mixed w3, mixed newsID)
public static void renderAllNews(mixed w3)
public static void renderCommentNews(mixed w3)
public void renderRssAuthorListNews(mixed w3, mixed languageID)
public void renderRssCategoryListNews(mixed w3, mixed languageID)
public void renderRssNews(mixed w3)
public void renderRssPanelNews(mixed w3)
public static void renderSingleNews(mixed w3, mixed comment_inserted, mixed error)
public static void renderSingleNewsPrintable(mixed w3)
public static void saveNews(mixed w3, mixed user, mixed full)
public static void saveNewsCategory(mixed w3)
public static void saveNewsComment(mixed w3)
public static void selectNewsCategory(mixed w3, mixed name, mixed categoryID, mixed all, mixed admin)
public static void updateNews(mixed w3, mixed user, mixed full)
public static void updateNewsCategory(mixed w3)