Examples of modifyInteractionList()


Examples of evolaris.framework.async.business.SmsDbManager.modifyInteractionList()

    Set<CommandEntry> commandEntries = interactionList.getCommandEntries();
    for (CommandEntry entry : commandEntries) {
      commandEntryManager.delete(entry);
    }
    SmsDbManager smsDbManager = new SmsDbManager(locale,session);
    smsDbManager.modifyInteractionList(interactionList)// update edited-at attribute to allow recognizing the change
    LOGGER.info("User " + req.getUserPrincipal().getName().toLowerCase() + ": deleted interactions of interaction list #"+ f.getId());
    delete(mapping,form,req,resp);
    return mapping.findForward("deleted");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.