Uses of Class
org.figure8.join.businessobjects.reporting.Message

Packages that use Message
org.figure8.join.businessfacades.reporting   
org.figure8.join.businessobjects.reporting.persistence   
org.figure8.join.control   
 

Uses of Message in org.figure8.join.businessfacades.reporting
 

Methods in org.figure8.join.businessfacades.reporting that return Message
protected  Message DefaultEventPublicationManager.createEventMessageForObject(java.lang.Object object, Event event, java.lang.String resourceId)
          Create an Event message on Join frontend when a domain model object has raise a specified event.
 Message DefaultReportingManager.getMessage(long id)
          Retrieve a message using its unique identifier
 Message ReportingManager.getMessage(long id)
          Retrieve a message using its unique identifier
 

Methods in org.figure8.join.businessfacades.reporting with parameters of type Message
 void DefaultReportingManager.saveMessage(Message message)
          Save a Message within datastore (create or update)
 void ReportingManager.saveMessage(Message message)
          Save a Message within datastore (create or update)
 

Uses of Message in org.figure8.join.businessobjects.reporting.persistence
 

Methods in org.figure8.join.businessobjects.reporting.persistence that return Message
 Message HibernateMessageDao.getMessage(long id)
          Retrieve a message using its unique identifier
 Message MessageDao.getMessage(long id)
          Retrieve a message using its unique identifier
 

Uses of Message in org.figure8.join.control
 

Methods in org.figure8.join.control with parameters of type Message
protected  com.sun.syndication.feed.synd.SyndEntry FeedServlet.createFeedEntry(Message message)
          Create a feed entry from a message.
 



Copyright © 2005-2008 Join. All Rights Reserved.