Package com.cosmicpush.pub.push

Examples of com.cosmicpush.pub.push.NotificationPush


  @GET
  @Path("/{apiRequestId}")
  public Viewable viewNotifications(@PathParam("apiRequestId") String apiRequestId) throws Exception {

    ApiRequest request = config.getApiRequestStore().getByApiRequestId(apiRequestId);
    NotificationPush notification = request.getNotificationPush();

    ApiClientNotificationModel model = new ApiClientNotificationModel(account, apiClient, request, notification);
    return new Viewable("/manage/api-notification.jsp", model);
  }
View Full Code Here

TOP

Related Classes of com.cosmicpush.pub.push.NotificationPush

Copyright © 2018 www.massapicom. 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.