@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[] |
PARAM_NAMES |
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) |
String[] |
getParamNames() |
protected void |
init() |
boolean |
isScheda() |
List<Participant> |
loadPage(int startRow,
int pageSize) |
void |
setFilter(String filter) |
int |
totalSize() |
String |
viewElement(Long id) |
addFacesMessage, addFacesMessage, addFacesMessage, backPage, backPage, editPage, getAppContext, getCurrentPage, getId, getPage, getPageOfSize, getPageSize, getParams, injectTSessionAndPages, listPage, printPage, setElement, setId, setPageSize, viewPagepublic 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
public static final String[] PARAM_NAMES
protected void init()
init in class org.giavacms.common.controller.AbstractRequestController<Participant>public List<Participant> loadPage(int startRow, int pageSize)
loadPage in class org.giavacms.common.controller.AbstractRequestController<Participant>public List<ParticipantExhibition> getAllPartecipantsBySubject()
public int totalSize()
totalSize in interface org.giavacms.common.renderer.UiRepeatInterface<Participant>public List<Participant> getPageOfSizeWithType(int size, String type)
public String getFilter()
public void setFilter(String filter)
public String[] getParamNames()
getParamNames in class org.giavacms.common.controller.AbstractRequestController<Participant>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.