A B C D E F G H I L P R S U 

A

afterReturning(Object, Method, Object[], Object) - Method in class booking.controller.common.AopLogger
 
AjaxUtils - Class in booking.controller.util
 
AopLogger - Class in booking.controller.common
 
AopLogger() - Constructor for class booking.controller.common.AopLogger
 

B

before(Method, Object[], Object) - Method in class booking.controller.common.AopLogger
 
booking.controller.common - package booking.controller.common
 
booking.controller.services - package booking.controller.services
 
booking.controller.util - package booking.controller.util
 
booking.model.bo - package booking.model.bo
 
booking.model.entity - package booking.model.entity
 
booking.model.util - package booking.model.util
 
booking.view.calendar - package booking.view.calendar
 
BookingInstance - Class in booking.controller.common
 
BookingInstance() - Constructor for class booking.controller.common.BookingInstance
 

C

changePassword(HttpServletRequest, HttpServletResponse, String, String, String, Model) - Method in class booking.controller.services.ServiceController
 
changePassword(String, String, String) - Method in class booking.model.bo.ServicesBO
 
checkRecoveryPassword(String, String) - Method in class booking.model.bo.ServicesBO
Method that checks that the hash is correct to change the password
createMatch(HttpServletRequest, HttpServletResponse, String, Model) - Method in class booking.controller.services.ServiceController
Method that receive a request to create a match
createUser(HttpServletRequest, HttpServletResponse, String, String, String, String, long, String, String, String, String, String, Model) - Method in class booking.controller.services.ServiceController
Method that receive a request for create a new user
createUSer(String, String, String, String, long, String, String, String, String, String) - Method in class booking.model.bo.ServicesBO
Method that creates a user into the db

D

DefaultController - Class in booking.controller.common
 
DefaultController() - Constructor for class booking.controller.common.DefaultController
 
destroy() - Method in class booking.controller.common.BookingInstance
 

E

encryptPassword(String) - Static method in class booking.model.util.SecurityUtil
 
EventTO - Class in booking.view.calendar
Class mapped with the UI Calendar component see references at web site http://fullcalendar.io/docs/event_data/Event_Object/
EventTO() - Constructor for class booking.view.calendar.EventTO
 

F

FactoryBO - Class in booking.model.bo
 
FactoryBO() - Constructor for class booking.model.bo.FactoryBO
 

G

getAction() - Method in class booking.controller.services.ServiceControllerResponse
 
getAlias() - Method in class booking.model.entity.UserTO
 
getEmail() - Method in class booking.model.entity.UserTO
 
getError() - Method in class booking.controller.services.ServiceControllerResponse
 
getEvents(HttpServletRequest, HttpServletResponse, int, String, String, String, String, Model) - Method in class booking.controller.services.ServiceController
Service to get the events to render in the calendar
getEvents(int, String, String) - Method in class booking.model.bo.ServicesBO
Service to get the events to render in the calendar
getId() - Method in class booking.model.entity.UserPreferencesTO
 
getId() - Method in class booking.model.entity.UserTO
 
getIdUser() - Method in class booking.model.entity.UserPreferencesTO
 
getLevel() - Method in class booking.model.entity.UserTO
 
getLoginAttempts() - Method in class booking.model.entity.UserTO
 
getName() - Method in class booking.model.entity.UserPreferencesTO
 
getName() - Method in class booking.model.entity.UserTO
 
getPassword() - Method in class booking.model.entity.UserTO
 
getPhone() - Method in class booking.model.entity.UserTO
 
getRecoveryPasswordHash() - Method in class booking.model.entity.UserTO
 
getRecoveryPasswordTimestamp() - Method in class booking.model.entity.UserTO
 
getSessionFactory() - Static method in class booking.model.util.HibernateUtil
 
getSex() - Method in class booking.model.entity.UserTO
 
getSurname() - Method in class booking.model.entity.UserTO
 
getValue() - Method in class booking.model.entity.UserPreferencesTO
 
goMainPage(HttpServletRequest, HttpServletResponse, Model) - Method in class booking.controller.common.DefaultController
 
goRecoveryFailPage(HttpServletRequest, HttpServletResponse, Model) - Method in class booking.controller.common.RecoveryPasswordController
 
goRecoveryPage(HttpServletRequest, HttpServletResponse, Model, String, String) - Method in class booking.controller.common.RecoveryPasswordController
 
goRecoverySuccessPage(HttpServletRequest, HttpServletResponse, Model) - Method in class booking.controller.common.RecoveryPasswordController
 

H

HibernateUtil - Class in booking.model.util
 
HibernateUtil() - Constructor for class booking.model.util.HibernateUtil
 

I

init(ServletConfig) - Method in class booking.controller.common.BookingInstance
 
InterceptorController - Class in booking.controller.common
 
InterceptorController() - Constructor for class booking.controller.common.InterceptorController
 
isAjaxRequest(WebRequest) - Static method in class booking.controller.util.AjaxUtils
 
isAjaxUploadRequest(WebRequest) - Static method in class booking.controller.util.AjaxUtils
 

L

loadProperties(String) - Static method in class booking.model.util.LoadPropertiesUtil
 
LoadPropertiesUtil - Class in booking.model.util
 
LoadPropertiesUtil() - Constructor for class booking.model.util.LoadPropertiesUtil
 
login(HttpServletRequest, HttpServletResponse, String, String, Model) - Method in class booking.controller.services.ServiceController
Method to authenticate to the system
login(String, String, Session) - Method in class booking.model.bo.ServicesBO
Method description

P

postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class booking.controller.common.InterceptorController
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class booking.controller.common.InterceptorController
 

R

recoveryPassword(String) - Method in class booking.model.bo.ServicesBO
Method that create a HASH to recover the password
RecoveryPasswordController - Class in booking.controller.common
 
RecoveryPasswordController() - Constructor for class booking.controller.common.RecoveryPasswordController
 
rememberUser(HttpServletRequest, HttpServletResponse, String, String, Model) - Method in class booking.controller.services.ServiceController
Method that receive a request to remember the password for the user
reserve(HttpServletRequest, HttpServletResponse, String, String, String, int, Model) - Method in class booking.controller.services.ServiceController
Method that receive a request for make a reservation

S

SecurityUtil - Class in booking.model.util
 
SecurityUtil() - Constructor for class booking.model.util.SecurityUtil
 
SendEmailUtil - Class in booking.model.util
 
SendEmailUtil() - Constructor for class booking.model.util.SendEmailUtil
 
sendRecoveryMail(UserTO) - Static method in class booking.model.util.SendEmailUtil
 
ServiceController - Class in booking.controller.services
 
ServiceController() - Constructor for class booking.controller.services.ServiceController
 
ServiceControllerResponse - Class in booking.controller.services
 
ServiceControllerResponse() - Constructor for class booking.controller.services.ServiceControllerResponse
 
ServiceControllerResponse(String) - Constructor for class booking.controller.services.ServiceControllerResponse
 
ServiceControllerResponse(String, String) - Constructor for class booking.controller.services.ServiceControllerResponse
 
servicesBO() - Method in class booking.model.bo.FactoryBO
 
ServicesBO - Class in booking.model.bo
 
ServicesBO() - Constructor for class booking.model.bo.ServicesBO
 
servletContext - Variable in class booking.controller.common.DefaultController
 
servletContext - Variable in class booking.controller.common.RecoveryPasswordController
 
setAction(String) - Method in class booking.controller.services.ServiceControllerResponse
 
setAlias(String) - Method in class booking.model.entity.UserTO
 
setEmail(String) - Method in class booking.model.entity.UserTO
 
setError(String) - Method in class booking.controller.services.ServiceControllerResponse
 
setId(Long) - Method in class booking.model.entity.UserPreferencesTO
 
setId(Long) - Method in class booking.model.entity.UserTO
 
setIdUser(Long) - Method in class booking.model.entity.UserPreferencesTO
 
setLevel(String) - Method in class booking.model.entity.UserTO
 
setLoginAttempts(int) - Method in class booking.model.entity.UserTO
 
setName(String) - Method in class booking.model.entity.UserPreferencesTO
 
setName(String) - Method in class booking.model.entity.UserTO
 
setPassword(String) - Method in class booking.model.entity.UserTO
 
setPhone(Long) - Method in class booking.model.entity.UserTO
 
setRecoveryPasswordHash(String) - Method in class booking.model.entity.UserTO
 
setRecoveryPasswordTimestamp(Date) - Method in class booking.model.entity.UserTO
 
setServletContext(ServletContext) - Method in class booking.controller.common.DefaultController
 
setServletContext(ServletContext) - Method in class booking.controller.common.RecoveryPasswordController
 
setSex(String) - Method in class booking.model.entity.UserTO
 
setSurname(String) - Method in class booking.model.entity.UserTO
 
setValue(String) - Method in class booking.model.entity.UserPreferencesTO
 
STATUS_KO - Static variable in class booking.controller.services.ServiceControllerResponse
 
STATUS_OK - Static variable in class booking.controller.services.ServiceControllerResponse
 

U

unlogin(HttpServletRequest, HttpServletResponse, String, Model) - Method in class booking.controller.services.ServiceController
 
updateUser(String, String, String, String, String, long, String, String, String, String, String) - Method in class booking.model.bo.ServicesBO
 
UserPreferencesTO - Class in booking.model.entity
 
UserPreferencesTO() - Constructor for class booking.model.entity.UserPreferencesTO
 
UserTO - Class in booking.model.entity
 
UserTO() - Constructor for class booking.model.entity.UserTO
 
A B C D E F G H I L P R S U 

Copyright © 2015. All rights reserved.