SuccessChanges

Summary

  1. tsk78 Adds to the admin's private view the list of all events ordered by (details)
Commit 8c5966aa02a87a5db01aade3569cda6a5d3934cc by aalopez
tsk78 Adds to the admin's private view the list of all events ordered by
creation date
Adds a new view with a datatable for the list of all events and buttons
for manage them Modifies Event entity adding the create date Modifies
the database with the create date column (createdAt) Modifies the event
datasets adding the create date column Adds the util class
AdminRoleCaller to execute tests as admin
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java
The file was modifiedjsf/src/main/webapp/template/templateHeader.xhtml
The file was modifiedadditional-material/db/letta.test.sql
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java
The file was modifiedtests/src/main/resources/datasets/events-less-than-five.xml
The file was modifiedtests/src/main/resources/datasets/events-modified.xml
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/UserEJBTest.java
The file was addedjsf/src/main/webapp/adminEventsPrivate.xhtml
The file was modifiedtests/src/main/resources/datasets/events-less-than-twenty.xml
The file was modifiedadditional-material/db/letta.full.sql
The file was modifiedtests/src/main/resources/datasets/events-create.xml
The file was modifiedtests/src/main/resources/datasets/new-event.xml
The file was modifiedtests/src/main/resources/datasets/events-cancelled.xml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/UserAuthorizationEJBTest.java
The file was modifiedtests/src/main/resources/datasets/events.xml
The file was addedtests/src/main/java/es/uvigo/esei/dgss/letta/service/util/security/AdminRoleCaller.java
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/AdminEventsController.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java