SuccessChanges

Summary

  1. tsk70 Adds exploration functionalities draft (details)
Commit 8b51ea45f32bd14bf497190466b5a99895613bbb by arfarinha
tsk70 Adds exploration functionalities draft
Creates a method in EventEJB to improve the functionality of the search
method and support advanced search. Added some test to test this new
method. Adds method in rest api. Tests missing
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceUnitTest.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceRestTest.java