UnstableChanges

Summary

  1. Adds event search functionality (details)
Commit c0f7ae08eb5a93cdf4579eef3ca47ce790397081 by arfarinha
Adds event search functionality
Adds the view and the controller to implement the event search
requirement. Adds a LazyEventList class to implement a mecanism for lazy
pagination Modifies EventEJB to add a count method to use in lazy
pagination
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LazyEventList.java (diff)
The file was addedjsf/src/main/webapp/searchResults.xhtml (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/SearchPageController.java (diff)