public class TicketAction extends AbstractModuleAction
Modifier and Type | Field and Description |
---|---|
static String |
MODULE_NAME |
Constructor and Description |
---|
TicketAction() |
getModuleContext, haveRight, haveRight, isLightInterface, performChangeRenderer, performSearch, performWizard
public static final String MODULE_NAME
public String getActionGroupName()
IAction
public static Map<String,TicketUserWrapper> getMyTicket(ContentContext ctx) throws Exception
Exception
public String prepare(ContentContext ctx, ModulesContext modulesContext) throws Exception
IModuleAction
prepare
in interface IModuleAction
prepare
in class AbstractModuleAction
ctx
- the current context.modulesContext
- the context of the module. You can call getCurrentModule for recover the module.Exception
public static String performUpload(RequestService rs, ContentContext ctx, GlobalContext globalContext, User user, MessageRepository messageRepository, I18nAccess i18nAccess) throws Exception
Exception
public static String performUpdate(RequestService rs, ContentContext ctx, GlobalContext globalContext, User user, MessageRepository messageRepository, I18nAccess i18nAccess) throws Exception
Exception
public static String computeChangesAndSendNotifications(ContentContext ctx, GlobalContext globalContext)
StaticConfig.getTimeBetweenChangeNotification()
) Not a webaction,
called from
ViewActions.performSendTicketChangeNotifications(ContentContext, GlobalContext)
ctx
- globalContext
- public static String computeOpenAndSendNotifications(ContentContext ctx, GlobalContext globalContext)
StaticConfig.getTimeBetweenChangeNotification()
) Not a webaction,
called from
ViewActions.performSendTicketChangeNotifications(ContentContext, GlobalContext)
ctx
- globalContext
- Copyright © 2012-2018. All Rights Reserved.