SuccessChanges

Summary

  1. tsk58-59 Adds the attribute cancelled to Event (details)
Commit f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4 by jacasanova
tsk58-59 Adds the attribute cancelled to Event
Modifies Event to include the attribute cancelled. Modifies EventEJB to
support the new attribute and includes the new exception
EventIsCancelledException (now an User can't join a cancelled Event and
a cancelled Event will not appear in a search). Modifies Tests to
support the new attribute. Modifies Datasets to support the new
attribute. Modifies DB (sql) to support the new attribute.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/new-event.xml (diff)
The file was modifiedtests/src/main/resources/datasets/events-less-than-twenty.xml (diff)
The file was modifiedtests/src/main/resources/datasets/events.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java (diff)
The file was addedtests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml (diff)
The file was modifiedadditional-material/db/letta.full.sql (diff)
The file was modifiedtests/src/main/resources/datasets/events-less-than-five.xml (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java (diff)
The file was modifiedadditional-material/db/letta.test.sql (diff)