@Named(value="eventPageBean") @SessionScoped public class EventPageBean extends Object implements Serializable
| Constructor and Description |
|---|
EventPageBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
doModifyEvent(es.uvigo.esei.dgss.lettab.domain.User user)
Method invoked by the form to modify an event
|
String |
getCategory() |
String |
getDescription() |
void |
getDetailsEvent(int id)
Find details of event
|
Date |
getEventDate() |
int |
getId() |
String |
getLocation() |
String |
getLongDescription() |
String |
getParticipants() |
String |
getTitle() |
void |
init() |
void |
setCategory(String category) |
void |
setDescription(String description) |
void |
setEventDate(Date eventDate) |
void |
setId(int id) |
void |
setLocation(String location) |
void |
setLongDescription(String longDescription) |
void |
setParticipants(String participants) |
void |
setTitle(String title) |
@PostConstruct public void init()
public void getDetailsEvent(int id)
id - id of the eventpublic String doModifyEvent(es.uvigo.esei.dgss.lettab.domain.User user)
user - The user loggedpublic String getTitle()
public void setTitle(String title)
public String getCategory()
public void setCategory(String category)
public String getDescription()
public void setDescription(String description)
public String getLongDescription()
public void setLongDescription(String longDescription)
public Date getEventDate()
public void setEventDate(Date eventDate)
public String getLocation()
public void setLocation(String location)
public String getParticipants()
public void setParticipants(String participants)
public int getId()
public void setId(int id)
Copyright © 2017. All rights reserved.