wm3Section
└─wm3Channel
public class wm3Channel
extends wm3Section
Constructor Summary | |
---|---|
Method Summary | |
---|---|
static void | addChannelBlock(mixed w3) |
static void | addChannelCategory(mixed w3, mixed error) |
static void | addChannelSubcategory(mixed w3, mixed error) |
static void | deleteChannelBlock(mixed w3, mixed blockID) |
static void | deleteChannelCategory(mixed w3, mixed categoryID) |
static void | deleteChannelSubcategory(mixed w3, mixed subcategoryID) |
static void | disableChannelBlock(mixed w3, mixed blockID) |
static void | disableChannelCategory(mixed w3, mixed categoryID) |
static void | disableChannelSubcategory(mixed w3, mixed subcategoryID) |
static void | duplicateChannelCategories(mixed w3) |
static void | editChannelBlock(mixed w3) |
static void | editChannelCategory(mixed w3, mixed error) |
static void | editChannelSubcategory(mixed w3, mixed error) |
static void | enableChannelBlock(mixed w3, mixed blockID) |
static void | enableChannelCategory(mixed w3, mixed categoryID) |
static void | enableChannelSubcategory(mixed w3, mixed subcategoryID) |
static void | executeAction(mixed w3) |
static void | |
static void | getChannelBlockList(mixed w3, mixed currentID, mixed admin) |
static void | getChannelBlockName(mixed w3, mixed productID) |
static void | getChannelCategoryID(mixed w3, mixed subcategoryID) |
static void | getChannelCategoryList(mixed w3, mixed currentID, mixed admin) |
static void | getChannelCategoryName(mixed w3, mixed categoryID) |
static void | getChannelSubcategoryList(mixed w3, mixed currentID, mixed admin) |
static void | getChannelSubcategoryName(mixed w3, mixed subcategoryID) |
static void | |
static void | makeChannelBlockLink(mixed file, mixed blockID, mixed title, mixed css, mixed link_only) |
static void | renderChannelBlocks(mixed w3) |
static void | renderChannels(mixed w3) |
static void | renderSubchannels(mixed w3, mixed channelID) |
static void | saveChannelBlock(mixed w3) |
static void | selectChannelBlockType(mixed w3) |
static void | selectChannelCategory(mixed w3, mixed all, mixed admin) |
static void | selectChannelSubcategory(mixed w3, mixed all, mixed admin) |
static void | updateChannelBlock(mixed w3) |
public wm3Channel()
public static void addChannelBlock(mixed w3)
public static void addChannelCategory(mixed w3, mixed error)
public static void addChannelSubcategory(mixed w3, mixed error)
public static void deleteChannelBlock(mixed w3, mixed blockID)
public static void deleteChannelCategory(mixed w3, mixed categoryID)
public static void deleteChannelSubcategory(mixed w3, mixed subcategoryID)
public static void disableChannelBlock(mixed w3, mixed blockID)
public static void disableChannelCategory(mixed w3, mixed categoryID)
public static void disableChannelSubcategory(mixed w3, mixed subcategoryID)
public static void duplicateChannelCategories(mixed w3)
public static void editChannelBlock(mixed w3)
public static void editChannelCategory(mixed w3, mixed error)
public static void editChannelSubcategory(mixed w3, mixed error)
public static void enableChannelBlock(mixed w3, mixed blockID)
public static void enableChannelCategory(mixed w3, mixed categoryID)
public static void enableChannelSubcategory(mixed w3, mixed subcategoryID)
public static void executeAction(mixed w3)
public static void getChannelBlockFieldsArray()
public static void getChannelBlockList(mixed w3, mixed currentID, mixed admin)
public static void getChannelBlockName(mixed w3, mixed productID)
public static void getChannelCategoryID(mixed w3, mixed subcategoryID)
public static void getChannelCategoryList(mixed w3, mixed currentID, mixed admin)
public static void getChannelCategoryName(mixed w3, mixed categoryID)
public static void getChannelSubcategoryList(mixed w3, mixed currentID, mixed admin)
public static void getChannelSubcategoryName(mixed w3, mixed subcategoryID)
public static void getSectionParameters()
public static void makeChannelBlockLink(mixed file, mixed blockID, mixed title, mixed css, mixed link_only)
public static void renderChannelBlocks(mixed w3)
public static void renderChannels(mixed w3)
public static void renderSubchannels(mixed w3, mixed channelID)
public static void saveChannelBlock(mixed w3)
public static void selectChannelBlockType(mixed w3)
public static void selectChannelCategory(mixed w3, mixed all, mixed admin)
public static void selectChannelSubcategory(mixed w3, mixed all, mixed admin)
public static void updateChannelBlock(mixed w3)