Class BoardService
Object
BoardService
Takes care of the public boards and the private boards.
- Author:
- maartenl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EntityManager
Returns the entity manager of JPA.getNews()
Retrieves the most recent board messages.
-
Constructor Details
-
BoardService
public BoardService()
-
-
Method Details
-
getEntityManager
protected EntityManager getEntityManager()Returns the entity manager of JPA. This is defined in build/web/WEB-INF/classes/META-INF/persistence.xml.- Returns:
- EntityManager
-
getNewsBoard
-
getBoard
-
getNews
-