@Named @RequestScoped public class ParticipantRequestController extends org.giavacms.common.controller.AbstractRequestController<Participant> implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
CURRENT_PAGE_PARAM |
static String |
DISCIPLINE |
static String |
EXHIBITION |
static String |
ID_PARAM |
static String |
SEARCH |
static String |
SUBJECT |
static String |
YEAR |
| Constructor and Description |
|---|
ParticipantRequestController() |
| Modifier and Type | Method and Description |
|---|---|
List<ParticipantExhibition> |
getAllPartecipantsBySubject() |
String |
getCurrentPageParam() |
List<Discipline> |
getDiscipline() |
Participant |
getElement() |
String |
getFilter() |
String |
getIdParam() |
Exhibition |
getLatestExhibition() |
List<Participant> |
getPageOfSizeWithType(int size,
String type) |
protected void |
initSearch() |
boolean |
isScheda() |
void |
setFilter(String filter) |
addFacesMessage, addFacesMessage, addFacesMessage, getAppContext, getCurrentPage, getId, getIdValue, getPage, getPageOfSize, getPageSize, getParams, getSearch, initHttpParams, initPage, injectOwnRepository, loadPage, postConstruct, setElement, setId, setPageSize, setPageSizeAsString, totalSizepublic static final String EXHIBITION
public static final String DISCIPLINE
public static final String YEAR
public static final String SUBJECT
public static final String SEARCH
public static final String ID_PARAM
public static final String CURRENT_PAGE_PARAM
protected void initSearch()
initSearch in class org.giavacms.common.controller.AbstractRequestController<Participant>public List<ParticipantExhibition> getAllPartecipantsBySubject()
public List<Participant> getPageOfSizeWithType(int size, String type)
public String getFilter()
public void setFilter(String filter)
public String getIdParam()
getIdParam in class org.giavacms.common.controller.AbstractRequestController<Participant>public String getCurrentPageParam()
getCurrentPageParam in interface org.giavacms.common.renderer.UiRepeatInterface<Participant>public boolean isScheda()
public List<Discipline> getDiscipline()
public Participant getElement()
getElement in class org.giavacms.common.controller.AbstractRequestController<Participant>public Exhibition getLatestExhibition()
Copyright © 2013. All Rights Reserved.