Class NotifyUsers


  • public class NotifyUsers
    extends Object
    • Constructor Detail

    • Method Detail

      • postMessage

        protected void postMessage​(String subject,
                                   String bodyMessage,
                                   org.gcube.social_networking.socialnetworking.model.beans.catalogue.CatalogueEventType catalogueEventType)
                            throws Exception
        Throws:
        Exception
      • getCatalogueEvent

        protected org.gcube.social_networking.socialnetworking.model.beans.catalogue.CatalogueEvent getCatalogueEvent​(String subject,
                                                                                                                      String bodyMessage)
                                                                                                               throws Exception
        Throws:
        Exception
      • sendNotification

        protected void sendNotification​(org.gcube.social_networking.socialnetworking.model.beans.catalogue.CatalogueEvent catalogueEvent)
                                 throws Exception
        Throws:
        Exception
      • toCatalogueEvent

        protected org.gcube.social_networking.socialnetworking.model.beans.catalogue.CatalogueEvent toCatalogueEvent​(org.gcube.social_networking.socialnetworking.model.beans.catalogue.CatalogueEventType catalogueEventType,
                                                                                                                     String messageString,
                                                                                                                     String subject,
                                                                                                                     String itemURL,
                                                                                                                     List<String> users)
                                                                                                              throws Exception
        Throws:
        Exception