public abstract class AbstractDataListsAction extends AbstractSispeaAction
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
colorId
Id of the color selected in the combo box
|
protected Integer |
competenceId
Id of the selected competence.
|
protected Map<String,String> |
competenceList |
protected DataListDto |
currentList
Currently selected list
|
protected Map<String,String> |
exerciseList |
protected ExerciseService |
exerciseService |
protected Integer |
fromExerciseId
Id of the selected From exercise.
|
protected String |
indicators
String listing indicators separated by semi columns
|
protected IndicatorService |
indicatorService |
protected List<DataListDto> |
lists
Lists of IP/VP
|
protected ReferentialService |
referentialService |
protected Integer |
selectedListId
The Id of the list selected in the table
|
protected Integer |
selectionId
Teritory Id selected returned from "Enhance my selections"
|
protected Integer |
territoryId
Id of the territory selected in the combo box
|
protected Integer |
toExerciseId
Id of the selected To exercise.
|
protected List<TerritoryDto> |
userSelections
the user selected territories
|
application, configuration, formatDate, formatDateOnly, menu, nextPage, parameters, serviceMessages, session, sispeaSession, strutsMessages, submitValue, territoryService, userService| Constructor and Description |
|---|
AbstractDataListsAction() |
buildMenu, checkIfUserCanViewDashBoard, checkRight, checkUserRight, checkUserRight, checkUserRight, createMenu, doExecute, doHandleException, doHandleSispeaException, execute, getApplication, getCurrentUser, getCurrentUserTerritory, getFormatDate, getFormatDateOnly, getMenu, getNextPage, getOption, getParameters, getSession, getSispeaSession, getSubmitValue, initSession, isEnglish, isFrench, isSpanish, logException, openMenu, removeSession, setApplication, setMenu, setNextPage, setParameters, setSession, setSubmitValueaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate@Autowired protected transient ReferentialService referentialService
@Autowired protected transient IndicatorService indicatorService
@Autowired protected transient ExerciseService exerciseService
protected String indicators
protected List<DataListDto> lists
protected DataListDto currentList
protected List<TerritoryDto> userSelections
protected Integer territoryId
protected Integer selectedListId
protected Integer selectionId
protected Integer colorId
protected Integer fromExerciseId
protected Integer toExerciseId
protected Integer competenceId
protected void loadExerciseList()
throws SispeaException
SispeaExceptionprotected void loadCompetenceList()
throws SispeaException
SispeaExceptionprotected void manageViewActions()
throws SispeaException
SispeaExceptionprotected void loadLists()
throws SispeaException
SispeaExceptionpublic Map<String,String> getSelectedTerritories()
protected void checkUsersSelections()
throws SispeaException
SispeaExceptionpublic Map<Integer,String> getListColorsAvailable()
public String getColorFilenameFromId(Integer pColorId)
pColorId - public String getDataAsString(List<IndicatorDto> pIps, List<VPDto> pVps, Boolean pReadable)
pIps - pVps - protected IndicatorDto getIndicatorByCode(List<IndicatorDto> pReferential, String pCode)
pReferential - pCode - protected VPDto getPvByCode(List<VPDto> pReferential, String pCode)
pReferential - pCode - protected TerritoryDto getTerritoryById(List<TerritoryDto> pReferential, Integer pId)
pReferential - pId - public Integer getBackPageId()
public String getIndicators()
public void setIndicators(String pIndicators)
public List<TerritoryDto> getUserSelections()
public void setUserSelections(List<TerritoryDto> pUserSelections)
public List<DataListDto> getLists()
public void setLists(List<DataListDto> pLists)
public DataListDto getCurrentList()
public void setCurrentList(DataListDto pCurrentList)
public Integer getSelectedListId()
public void setSelectedListId(Integer pSelectedListId)
public Integer getTerritoryId()
public void setTerritoryId(Integer pTerritoryId)
public Integer getSelectionId()
public void setSelectionId(Integer pSelectionId)
public Integer getColorId()
public void setColorId(Integer pColorId)
public Integer getFromExerciseId()
public void setFromExerciseId(Integer fromExerciseId)
public Integer getToExerciseId()
public void setToExerciseId(Integer toExerciseId)
public Integer getCompetenceId()
public void setCompetenceId(Integer competenceId)
Copyright © 2014–2015 eaudefrance. All rights reserved.