Skip navigation links
C D E G I J L M R S U 

C

cancelEvent() - Method in class es.uvigo.esei.dgss.letta.jsf.CancelEventController
Cancel a owned event.
CancelEventController - Class in es.uvigo.esei.dgss.letta.jsf
CancelEventController is a JSF controller to join an Event by a User.
CancelEventController() - Constructor for class es.uvigo.esei.dgss.letta.jsf.CancelEventController
 
ConfirmUserController - Class in es.uvigo.esei.dgss.letta.jsf
ConfirmUserController is a JSF controller to confirm the register process.
ConfirmUserController() - Constructor for class es.uvigo.esei.dgss.letta.jsf.ConfirmUserController
 
CreateEventController - Class in es.uvigo.esei.dgss.letta.jsf
CreateEventController is a JSF controller to create LETTA's events
CreateEventController() - Constructor for class es.uvigo.esei.dgss.letta.jsf.CreateEventController
 

D

doConfirm() - Method in class es.uvigo.esei.dgss.letta.jsf.ConfirmUserController
Confirm a user registration.
doCreate() - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Create an Event
doJoin() - Method in class es.uvigo.esei.dgss.letta.jsf.JoinEventController
Joins into a selected event.
doLogin() - Method in class es.uvigo.esei.dgss.letta.jsf.LoginUserController
Login petition.
doLogout() - Method in class es.uvigo.esei.dgss.letta.jsf.LoginUserController
Logout petition.
doModify() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Modify an Event
doModify() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Modify an User
doRegister() - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Register a user.
doSearchNext() - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
Method to be called when the search command button is pressed
doSearchPrev() - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
 
doUnJoin() - Method in class es.uvigo.esei.dgss.letta.jsf.JoinEventController
 

E

es.uvigo.esei.dgss.letta.jsf - package es.uvigo.esei.dgss.letta.jsf
 
es.uvigo.esei.dgss.letta.jsf.util - package es.uvigo.esei.dgss.letta.jsf.util
 
EventMappings - Class in es.uvigo.esei.dgss.letta.jsf.util
Provides utility methods to correctly display Events in a JSF page.
EventSearchController - Class in es.uvigo.esei.dgss.letta.jsf
EventSearchController is a JSF controller to perform event search actions.
EventSearchController() - Constructor for class es.uvigo.esei.dgss.letta.jsf.EventSearchController
 

G

getAttendees(Event) - Method in class es.uvigo.esei.dgss.letta.jsf.IndexPageController
Returns a int with the number of User attendants of the Event.
getAttendingEvents() - Method in class es.uvigo.esei.dgss.letta.jsf.UserPrivateController
Returns a List of Event that were created by the current user
getCompleteName() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Getter method of completeName global variable.
getCompleteName() - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Getter method of completeName global variable.
getCurrentPage() - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
 
getCurrentPage() - Method in class es.uvigo.esei.dgss.letta.jsf.util.JSFPagePathUtils
Returns the id of the current view.
getCurrentUser() - Method in class es.uvigo.esei.dgss.letta.jsf.LoginUserController
Getter method of currentUserPrincipal variable.
getDate() - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Getter method of date variable
getDate(Event) - Method in class es.uvigo.esei.dgss.letta.jsf.IndexPageController
 
getDate() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Getter method of date variable
getDescription() - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Getter method of description variable
getDescription() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Getter method of description variable
getDescription() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Getter method of description global variable.
getDescription() - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Getter method of description global variable.
getEmail() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Getter method of email variable.
getEmail() - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Getter method of email variable.
getErrorMessage() - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Getter method of errorMessage variable
getErrorMessage() - Method in class es.uvigo.esei.dgss.letta.jsf.LoginUserController
Getter method of errorMessage global variable.
getErrorMessage() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Getter method of errorMessage variable
getErrorMessage() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Getter method of errorMessage global variable.
getErrorMessage() - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Getter method of errorMessage global variable.
getEventList() - Method in class es.uvigo.esei.dgss.letta.jsf.IndexPageController
Retrieves a List of Events from EventEJB.listByDate(int, int), sorted by ascending date and descending number of attendees.
getEventList() - Method in class es.uvigo.esei.dgss.letta.jsf.ListJoinedEventsController
Retrieves a List of Events from EventEJB.countAttendingEvents(), sorted by desccending date and ascending title.
getFbUrl() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Getter method of fbUrl global variable.
getFbUrl() - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Getter method of fbUrl global variable.
getHighlights() - Method in class es.uvigo.esei.dgss.letta.jsf.IndexPageController
Retrieves a List of highlighted Events from EventEJB.listHighlighted()
getIconFor(Event) - Method in class es.uvigo.esei.dgss.letta.jsf.IndexPageController
Returns a String representing the path to the corresponding Event.Category icon image.
getIconFor(Event.Category) - Method in class es.uvigo.esei.dgss.letta.jsf.ListJoinedEventsController
Returns a String representing the path to the corresponding Event.Category icon image.
getIconFor(Event.Category) - Method in class es.uvigo.esei.dgss.letta.jsf.UserPrivateController
Returns a String representing the path to the corresponding Event.Category icon image.
getIconFor(Event.Category) - Static method in class es.uvigo.esei.dgss.letta.jsf.util.EventMappings
Returns a String representing the path to the corresponding Event.Category icon image.
getImage() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Getter method of image global variable.
getImage() - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Getter method of image global variable.
getLocation() - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Getter method of location variable
getLocation() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Getter method of location variable
getLogin() - Method in class es.uvigo.esei.dgss.letta.jsf.LoginUserController
Getter method of login variable.
getLogin() - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Getter method of login variable.
getOwnEvents() - Method in class es.uvigo.esei.dgss.letta.jsf.UserPrivateController
Returns a List of Event that were created by the current user
getPageIndex() - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
 
getPageIndex() - Method in class es.uvigo.esei.dgss.letta.jsf.ListJoinedEventsController
 
getPages() - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
 
getPages() - Method in class es.uvigo.esei.dgss.letta.jsf.ListJoinedEventsController
 
getPagesLinks() - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
 
getPagesLinks() - Method in class es.uvigo.esei.dgss.letta.jsf.ListJoinedEventsController
 
getPassword() - Method in class es.uvigo.esei.dgss.letta.jsf.LoginUserController
Getter method of password variable.
getPassword() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Getter method of password variable.
getPassword() - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Getter method of password variable.
getPersonalUrl() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Getter method of personalUrl global variable.
getPersonalUrl() - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Getter method of personalUrl global variable.
getRepassword() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Getter method of repassword global variable.
getRepassword() - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Getter method of repassword global variable.
getRepEmail() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Getter method of repEmail variable.
getSearchResults() - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
Returns the result list of events
getShortDescription() - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Getter method of shortDescription variable
getShortDescription() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Getter method of shortDescription variable
getTerms() - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
Returns the search term
getTitle() - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Getter method of title variable
getTitle() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Getter method of title variable
getTwUrl() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Getter method of twUrl global variable.
getTwUrl() - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Getter method of twUrl global variable.
getType() - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Getter method of type variable
getType() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Getter method of type variable
getTypes() - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Getter method of types variable
getTypes() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Getter method of types variable

I

IndexPageController - Class in es.uvigo.esei.dgss.letta.jsf
IndexPageController is a JSF controller for LETTA's front page.
IndexPageController() - Constructor for class es.uvigo.esei.dgss.letta.jsf.IndexPageController
 
init() - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
 
init() - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
 
init() - Method in class es.uvigo.esei.dgss.letta.jsf.ListJoinedEventsController
Initialize the number of pages in a paginated page.
init() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
 
init() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
 
isAfter(LocalDateTime) - Method in class es.uvigo.esei.dgss.letta.jsf.IndexPageController
 
isAfter(LocalDateTime) - Method in class es.uvigo.esei.dgss.letta.jsf.ListJoinedEventsController
 
isAnonymous() - Method in class es.uvigo.esei.dgss.letta.jsf.LoginUserController
Checks if the current user is the "anonymous" user.
isCancelled(int) - Method in class es.uvigo.esei.dgss.letta.jsf.CancelEventController
Retrieves if a event is cancelled.
isError() - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Getter method of error variable
isError() - Method in class es.uvigo.esei.dgss.letta.jsf.LoginUserController
Getter method of error global variable.
isError() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Getter method of error variable
isError() - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Getter method of error global variable.
isError() - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Getter method of error global variable.
isPassed(Event) - Method in class es.uvigo.esei.dgss.letta.jsf.UserPrivateController
Checks if the Event Date, is before the current Date

J

JoinEventController - Class in es.uvigo.esei.dgss.letta.jsf
JoinEventController is a JSF controller to join an Event by a User.
JoinEventController() - Constructor for class es.uvigo.esei.dgss.letta.jsf.JoinEventController
 
JSFPagePathUtils - Class in es.uvigo.esei.dgss.letta.jsf.util
Provides utility methods to work with the current JSF view's path (the URL).
JSFPagePathUtils() - Constructor for class es.uvigo.esei.dgss.letta.jsf.util.JSFPagePathUtils
 
jumpToPage(String) - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
 
jumpToPage(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ListJoinedEventsController
Update the value of pageIndex and redirect.

L

ListJoinedEventsController - Class in es.uvigo.esei.dgss.letta.jsf
ListJoinedEventsController is a JSF controller to list events that the current user are joined.
ListJoinedEventsController() - Constructor for class es.uvigo.esei.dgss.letta.jsf.ListJoinedEventsController
 
listJoinedEventsNext() - Method in class es.uvigo.esei.dgss.letta.jsf.ListJoinedEventsController
Method to be called when the next command button is pressed
listJoinedEventsPrev() - Method in class es.uvigo.esei.dgss.letta.jsf.ListJoinedEventsController
Method to be called when the previous command button is pressed
LoginUserController - Class in es.uvigo.esei.dgss.letta.jsf
LoginUserController is a JSF controller to perform login actions.
LoginUserController() - Constructor for class es.uvigo.esei.dgss.letta.jsf.LoginUserController
 

M

ModifyEventController - Class in es.uvigo.esei.dgss.letta.jsf
ModifyEventController is a JSF controller to modify LETTA's events
ModifyEventController() - Constructor for class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
 
ModifyProfileController - Class in es.uvigo.esei.dgss.letta.jsf
ModifyProfileController is a JSF controller to modify user's profile
ModifyProfileController() - Constructor for class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
 

R

redirectIfAnonymous() - Method in class es.uvigo.esei.dgss.letta.jsf.LoginUserController
Forces a page redirect to the index if the current user is the anonymous user.
redirectIfNotAnonymous() - Method in class es.uvigo.esei.dgss.letta.jsf.LoginUserController
Forces a page redirect to the index if the current user is not an anonymous user.
redirectToPage(String) - Method in class es.uvigo.esei.dgss.letta.jsf.util.JSFPagePathUtils
Returns a url with redirect faces param set to true.
RegisterUserController - Class in es.uvigo.esei.dgss.letta.jsf
RegisterUserController is a JSF controller to perform the registration process.
RegisterUserController() - Constructor for class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
 

S

setCompleteName(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Setter method of completeName variable.
setCompleteName(String) - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Setter method of completeName variable.
setCurrentPage(int) - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
 
setDate(Date) - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Setter method of date variable
setDate(Date) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Setter method of date variable
setDescription(String) - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Setter method of description variable
setDescription(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Setter method of description variable
setDescription(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Setter method of description variable.
setDescription(String) - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Setter method of description variable.
setEmail(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Setter method of email variable.
setEmail(String) - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Setter method of email variable.
setErrorMessage(String) - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Setter method of errorMessage variable
setErrorMessage(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Setter method of errorMessage variable
setFbUrl(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Setter method of fbUrl variable.
setFbUrl(String) - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Setter method of fbUrl variable.
setImage(Part) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Setter method of image variable.
setImage(Part) - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Setter method of image variable.
setLocation(String) - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Setter method of location variable
setLocation(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Setter method of location variable
setLogin(String) - Method in class es.uvigo.esei.dgss.letta.jsf.LoginUserController
Setter method of login variable.
setLogin(String) - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Setter method of login variable.
setPageIndex(int) - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
 
setPageIndex(int) - Method in class es.uvigo.esei.dgss.letta.jsf.ListJoinedEventsController
 
setPages(int) - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
 
setPages(int) - Method in class es.uvigo.esei.dgss.letta.jsf.ListJoinedEventsController
 
setPagesLinks(List<String>) - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
 
setPagesLinks(ArrayList<String>) - Method in class es.uvigo.esei.dgss.letta.jsf.ListJoinedEventsController
 
setPassword(String) - Method in class es.uvigo.esei.dgss.letta.jsf.LoginUserController
Setter method of password variable.
setPassword(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Setter method of password variable.
setPassword(String) - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Setter method of password variable.
setPersonalUrl(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Setter method of personalUrl variable.
setPersonalUrl(String) - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Setter method of personalUrl variable.
setRepassword(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Setter method of repassword variable.
setRepassword(String) - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Setter method of repassword variable.
setRepEmail(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Setter method of repEmail variable.
setSearchResults(List<Event>) - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
Set the result list to an external value
setShortDescription(String) - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Setter method of shortDescription variable
setShortDescription(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Setter method of shortDescription variable
setTerms(String) - Method in class es.uvigo.esei.dgss.letta.jsf.EventSearchController
Set the internal search term to the actual value
setTitle(String) - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Setter method of title variable
setTitle(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Setter method of title variable
setTwUrl(String) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyProfileController
Setter method of twUrl variable.
setTwUrl(String) - Method in class es.uvigo.esei.dgss.letta.jsf.RegisterUserController
Setter method of twUrl variable.
setType(Event.Category) - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Setter method of type variable
setType(Event.Category) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Setter method of type variable
setTypes(Map<String, Event.Category>) - Method in class es.uvigo.esei.dgss.letta.jsf.CreateEventController
Setter method of types variable
setTypes(Map<String, Event.Category>) - Method in class es.uvigo.esei.dgss.letta.jsf.ModifyEventController
Setter method of types variable

U

UserPrivateController - Class in es.uvigo.esei.dgss.letta.jsf
UserPrivateController is a JSF controller to list the events registered by the current User
UserPrivateController() - Constructor for class es.uvigo.esei.dgss.letta.jsf.UserPrivateController
 
C D E G I J L M R S U 
Skip navigation links

Copyright © 2015. All rights reserved.