SuccessChanges

Summary

  1. tsk66-67 Renames UserPrivateRest and adds Rest create/get Event (details)
Commit f537fd4a7965800876806604dbb8f01220af1437 by jacasanova
tsk66-67 Renames UserPrivateRest and adds Rest create/get Event
Renames UserPrivateRest to UserResource and adds the function to create
an Event. Renames UserRestTest to UserResourceRestTest and adds some
tests. Renames UserUnitTest to UserResourceUnitTest. Adds a function in
EventEJB to get an Event. Adds a function to get the Event details in
EventResource
The file was removedrest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserRestTest.java
The file was removedrest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java
The file was addedrest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserResourceUnitTest.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was removedrest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserUnitTest.java
The file was addedrest/src/test/java/es/uvigo/esei/dgss/letta/rest/UserResourceRestTest.java
The file was addedrest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserResource.java