Static Public Member Functions | |
static | changeFlags ($trans) |
called by the SetTemplateFlags transaction | |
static | deleteTemplate ($trans) |
called by the DeleteTemplate transaction | |
static | getFile ($trans) |
called by the GetTemplate transaction | |
static | getList ($trans) |
called by the TemplateList transaction | |
static | setFile ($trans) |
called by the SetTemplate transaction | |
static | setTemplateDescription ($trans) |
called by the SetTemplateDescription transaction |
static WOTemplate::changeFlags | ( | $ | trans | ) | [static] |
called by the SetTemplateFlags transaction
References WTtemplate::getFromDB(), and tr().
Referenced by WTrSetTemplateFlags::handleRequest().
static WOTemplate::deleteTemplate | ( | $ | trans | ) | [static] |
called by the DeleteTemplate transaction
References WTtemplate::getFromDB(), and tr().
Referenced by WTrDeleteTemplate::handleRequest().
static WOTemplate::getFile | ( | $ | trans | ) | [static] |
called by the GetTemplate transaction
References WOTemplateAbstract::fromTabletemplate(), and WTtemplate::getFromDB().
Referenced by WTrGetTemplate::handleRequest().
static WOTemplate::getList | ( | $ | trans | ) | [static] |
called by the TemplateList transaction
References WOTemplateInfo::fromTableArraytemplate(), and WTtemplate::selectFromDB().
Referenced by WTrGetTemplateList::handleRequest().
static WOTemplate::setFile | ( | $ | trans | ) | [static] |
called by the SetTemplate transaction
References WOTemplateAbstract::fromTabletemplate(), WTtemplate::getFromDB(), and WTtemplate::newRow().
Referenced by WTrSetTemplate::handleRequest().
static WOTemplate::setTemplateDescription | ( | $ | trans | ) | [static] |
called by the SetTemplateDescription transaction
References WTtemplate::getFromDB(), and tr().
Referenced by WTrSetTemplateDescription::handleRequest().