Home >类库下载 >java类库 >In-site messages, group messages and all messages. Gson parsing result

In-site messages, group messages and all messages. Gson parsing result

高洛峰
高洛峰Original
2016-11-03 16:49:171796browse

/**
*Send site message
*/
@Permission(Module.TZGL)
@RequestMapping(value = "/sendznx", method = RequestMethod.POST)
@ResponseBody
public String sendZnx(HttpSession session, Model model,
@ RequestParam(defaultValue = "") String[] userList,
@RequestParam(defaultValue = "") String content) throws Exception {
int rows = 0; //Record the number sent
String msg = ""; //Record return information
System.out.println("length--->"+userList.length);
System.out.println("content--->"+content);
try{
if(userList.length == 0 ; timeout(10000)
                    .get()
                    .text();
                                              //--->Use Gson to convert the requested data into a MAP structure
                                  .text();
                          .
>() {}.getType ());
                                           //---> Take out the Object type data required in MAP and convert it into a List                                                                                                                                                                                                             . Gson converts List to Json             String str = new Gson().toJson(list);                                              using str ,new TypeToken>() {}.getType()); ;

                          webMessage.setReceiveTime(new Date()); 
                        webMessage.setType("System Notification");
                                                    webMessage.setStatus(0); ;
} g msg = "Send the letter in the station successful, the number of success:"+rows; } catch (exception e) { e.printstacktrace (); Exception E) {
e.printstacktrace ();
Return "query user list error";
}} else {
for (int i = 0; i             WebMessage webMessage = new WebMessage();
                webMessage.setClientId(Integer.parseInt(userList[i]));
                webMessage.setReceiveTime(new Date());
   ​ ​ ​ webMessage.setType("Administrator Message");
webMessage.setContent(content);                     webMessage.setStatus(0);               webMessageService.add(webMessage); msg = "Send site message successfully, number of successes:"+rows;
                                       Send records
try {
user user = (user) session.getattribute ("user"); ()); ");​ ​ ​ ​messageLog.setResult(msg);
​ ​ ​ ​messageLog.setError("" ; e.printStackTrace();
                return " There was an error in generating the sending record";
         }
          }
      } catch (Exception e) {
          e.printStackTrace(); 
                                                                                                                                                                                                              Error in generating the sending record

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn