SuccessChanges

Summary

  1. tsk22 Adds EJB method to list Events created by current User. (details)
Commit 9225d3b615e4c0e50e86cee544c11e58e3c477a7 by apsoto
tsk22 Adds EJB method to list Events created by current User.
Modifies the EventEJB class to get the current User and returns a list
with the Events created by him. If the user is null, the method returns
IllegalArgumentException. Modifies EventEJBTest class with two methods
to get events created by the owner User and get Events passing a null
User.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java