Package org.openbravo.base.secureApp

Examples of org.openbravo.base.secureApp.VariablesSecureApp.removeMessage()


      String strInterestArea = vars.getRequestGlobalVariable("inpInterestArea",
          "SendMailText|interestArea");
      String strBPGroup = vars.getRequestGlobalVariable("inpBPGroup", "SendMailText|bpGroup");
      String strUser = vars.getRequestGlobalVariable("inpUser", "SendMailText|user");

      vars.removeMessage("SendMailText");
      String strMessage = processSend(vars, strMailTemplate, strInterestArea, strBPGroup, strUser);
      // New message system
      myMessage = new OBError();
      String result = getResult();
      myMessage.setType(result);
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.