Package evolaris.framework.smsservices.business

Examples of evolaris.framework.smsservices.business.CommandEntryManager.modify()


    CommandEntryManager commandEntryManager = new CommandEntryManager(locale,session);
    CommandEntry commandEntry = commandEntryFromRequest(req, commandEntryManager);
    checkSortLabel(req, commandEntry,commandEntryManager.getTemplateCommandEntries(getCurrentGroup(req), null));
    // set template flag
    commandEntry.setUseAsTemplate(1);
    commandEntryManager.modify(commandEntry);
    LOGGER.info("set template flag in command entry #" + commandEntry.getId());
    //return list(mapping,form,req,resp);
    return mapping.findForward("reload")// reload to avoid re-post of form when admin changes group
  }
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.