public abstract class AbstractComparatorAction extends AbstractExerciseListAction
| Modifier and Type | Field and Description |
|---|---|
protected List<SPEADto> |
availableSpeas
the available speas
|
protected static String |
COMPARATOR_TYPE_ALL |
protected static String |
COMPARATOR_TYPE_IND |
protected List<SpeaComparatorItemDto> |
comparatorSpeasLots
the speas lots of the comparator table
|
protected String |
comparatorType
the type of comparison (IND or ALL)
|
protected CompetenceDto |
competence
the competence to display
|
protected Integer |
competenceId
the competence id to display
|
protected List<CompetenceDto> |
competenceList
the competence list
|
protected List<IndicatorDto> |
idList
the descriptive indicator list
|
protected IndicatorService |
indicatorService |
protected List<IndicatorDto> |
ipList
the pertient indicator list
|
protected List<VPDto> |
pvsList
the variables list
|
protected List<VPDto> |
ratiosList
the ratio list
|
protected ReferentialService |
referentialService |
protected Integer |
selectionId
Selected territory from "Enrichir"
|
protected Integer |
speaId
the chosen spea Id
|
protected SPEALotService |
speaLotService |
chosenExerciseId, exercise, exerciseList, exerciseServicepagingUser, searchUsersInfoapplication, configuration, formatDate, formatDateOnly, menu, nextPage, parameters, serviceMessages, session, sispeaSession, strutsMessages, submitValue, territoryService, userService| Constructor and Description |
|---|
AbstractComparatorAction() |
| Modifier and Type | Method and Description |
|---|---|
List<SPEADto> |
getAvailableSpeas() |
Map<String,String> |
getAvailableSpeasDisplayList()
get the list of available Spea display
|
Integer |
getBackPageId() |
int |
getColumnsCount()
Compute and return the number of columns in the table
|
protected String |
getComparatorDataValue(String pDataCode,
Integer pSpeaId,
boolean pIpValue)
Get the result of a comparison of a data on 1 or more services
|
String |
getComparatorIndicatorValue(String pIndicatorCode,
Integer pSpeaId)
Get the result of a comparison of an indicator on 1 or more services
|
List<SpeaComparatorItemDto> |
getComparatorSpeasLots() |
String |
getComparatorType() |
Map<String,String> |
getComparatorTypes()
get the list of available comparison setup types.
|
String |
getComparatorVpValue(String pVpCode,
Integer pSpeaId)
Get the result of a comparison of a VP on 1 or more services
|
CompetenceDto |
getCompetence() |
Integer |
getCompetenceId() |
Map<String,String> |
getCompetenceList()
get the list of competences
|
String |
getDefaultHiddenValue() |
List<IndicatorDto> |
getIdList() |
List<IndicatorDto> |
getIpList() |
List<MissionsCombining> |
getMissionsList(int pCompetenceId)
Return the list of missions of current competence
|
List<VPDto> |
getPvsList() |
List<VPDto> |
getRatiosList() |
Integer |
getSelectionId() |
Integer |
getSpeaId() |
String |
getSpeaMissions(int pSpeaId)
Return the formated string of missions
|
int |
getSpeaTerritoryTypeId() |
protected void |
loadAvailableSpeas()
loads available speas from user's selections
|
protected void |
loadComparator() |
void |
setAvailableSpeas(List<SPEADto> pAvailableSpeas) |
void |
setComparatorSpeasLots(List<SpeaComparatorItemDto> pComparatorSpeasLots) |
void |
setComparatorType(String pComparatorType) |
void |
setCompetence(CompetenceDto pCompetence) |
void |
setCompetenceId(Integer pCompetenceId) |
void |
setCompetenceList(List<CompetenceDto> pCompetenceList) |
void |
setIdList(List<IndicatorDto> pIdList) |
void |
setIpList(List<IndicatorDto> pIpList) |
void |
setPvsList(List<VPDto> pPvsList) |
void |
setRatiosList(List<VPDto> pRatiosList) |
void |
setSelectionId(Integer pSelectionId) |
void |
setSpeaId(Integer pSpeaId) |
checkExercise, getChosenExerciseId, getExercise, getExerciseList, loadExerciseList, setChosenExerciseId, setExercisecheckSessionParams, formatString, getAllUserTypes, getBooleanCriteria, getConnectionTypes, getPagingUser, getSearchUsersInfo, getTrueCriterion, getUserTypes, loadUsers, manageUserPaging, setSearchUsersInfobuildMenu, 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, validateprotected static final String COMPARATOR_TYPE_ALL
protected static final String COMPARATOR_TYPE_IND
@Autowired protected transient IndicatorService indicatorService
@Autowired protected transient ReferentialService referentialService
@Autowired protected transient SPEALotService speaLotService
protected List<IndicatorDto> ipList
protected List<IndicatorDto> idList
protected Integer competenceId
protected CompetenceDto competence
protected String comparatorType
protected List<CompetenceDto> competenceList
protected List<SpeaComparatorItemDto> comparatorSpeasLots
protected Integer speaId
protected Integer selectionId
protected void loadComparator()
throws SispeaException
SispeaExceptionprotected void loadAvailableSpeas()
throws SispeaException
SispeaExceptionprotected String getComparatorDataValue(String pDataCode, Integer pSpeaId, boolean pIpValue)
pDataCode - pSpeaId - pIpValue - If true indicator value returned, vp value elsepublic String getComparatorIndicatorValue(String pIndicatorCode, Integer pSpeaId)
pIndicatorCode - pSpeaId - public String getComparatorVpValue(String pVpCode, Integer pSpeaId)
pVpCode - pSpeaId - public Map<String,String> getCompetenceList() throws SispeaException
SispeaExceptionpublic void setCompetenceList(List<CompetenceDto> pCompetenceList)
public Map<String,String> getAvailableSpeasDisplayList() throws SispeaException
SispeaExceptionpublic Map<String,String> getComparatorTypes() throws SispeaException
SispeaExceptionpublic List<MissionsCombining> getMissionsList(int pCompetenceId) throws SispeaException
pCompetenceId - SispeaExceptionpublic String getSpeaMissions(int pSpeaId) throws SispeaException
pSpeaId - SispeaExceptionpublic int getColumnsCount()
public int getSpeaTerritoryTypeId()
public Integer getCompetenceId()
public void setCompetenceId(Integer pCompetenceId)
public Integer getSpeaId()
public void setSpeaId(Integer pSpeaId)
public List<SpeaComparatorItemDto> getComparatorSpeasLots()
public void setComparatorSpeasLots(List<SpeaComparatorItemDto> pComparatorSpeasLots)
public String getDefaultHiddenValue()
public Integer getBackPageId()
public Integer getSelectionId()
public void setSelectionId(Integer pSelectionId)
public String getComparatorType()
public void setComparatorType(String pComparatorType)
public List<IndicatorDto> getIpList()
public void setIpList(List<IndicatorDto> pIpList)
public List<IndicatorDto> getIdList()
public void setIdList(List<IndicatorDto> pIdList)
public CompetenceDto getCompetence()
public void setCompetence(CompetenceDto pCompetence)
Copyright © 2014–2015 eaudefrance. All rights reserved.