SuccessChanges

Summary

  1. tsk80 Creates control messages/exceptions (details)
Commit a1a4c300b3e83f9a7ab95410d2ff1c9cc38565ff by pvfernandez
tsk80 Creates control messages/exceptions
Changes the name of findEvent() to findEvents() Creates a new own
exception SearchNotFoundException to the findEvents method and creates
the appropriate view and modifies all the associate files Modifies the
exception of createUser() in UserEJB Adds javadoc to the method
cancelEvent() in EventEJB
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/lettab/service/UserEJBTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/lettab/service/EventEJB.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/lettab/rest/EventREST.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/lettab/service/exception/SearchNotFoundException.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/lettab/domain/User.java (diff)
The file was modifiedjsf/src/main/resources/languages/messages_es.properties (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/SearchPageBean.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/lettab/service/EventEJBTest.java (diff)
The file was modifiedjsf/src/main/resources/languages/messages_en.properties (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/lettab/service/UserEJB.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/lettab/service/MailEJB.java (diff)
The file was addedjsf/src/main/webapp/searchNotFound.xhtml (diff)