| Package | Description |
|---|---|
| fr.onema.sispea.struts | |
| fr.onema.sispea.struts.referential.action |
This package contains the actions associated with the referential in the SISPEA web app.
|
| fr.onema.sispea.struts.referential.bean |
| Modifier and Type | Field and Description |
|---|---|
protected List<XmlGroupTab> |
SispeaSession.xmlGroups
display xmlGroup list
|
| Modifier and Type | Method and Description |
|---|---|
List<XmlGroupTab> |
SispeaSession.getXmlGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
SispeaSession.setXmlGroups(List<XmlGroupTab> pXmlGroups) |
| Modifier and Type | Field and Description |
|---|---|
protected List<XmlGroupTab> |
AbstractSpeaIndicatorsAction.xmlGroups
display xmlGroup list
|
| Modifier and Type | Method and Description |
|---|---|
protected XmlGroupTab |
AbstractSpeaIndicatorsAction.getEditedTab(List<XmlGroupTab> pXmlGroups) |
XmlGroupTab |
AbstractSpeaIndicatorsAction.getXmlGroup(String pGroupTabId) |
| Modifier and Type | Method and Description |
|---|---|
List<XmlGroupTab> |
AbstractSpeaIndicatorsAction.buildXmlBean(SPEALotDto pLot,
SPEALotDto pOldLot,
int pCompetenceId,
Boolean pHasViewRight)
build xml data bean
|
List<XmlGroupTab> |
UpdateSpeaDataAction.getXmlDisplayGroups() |
List<XmlGroupTab> |
AbstractSpeaIndicatorsAction.getXmlGroups() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractSpeaIndicatorsAction.acceptDataListIpOrVp(DataListDto lDataList,
XmlGroupTab lTab) |
| Modifier and Type | Method and Description |
|---|---|
protected XmlGroupTab |
AbstractSpeaIndicatorsAction.getEditedTab(List<XmlGroupTab> pXmlGroups) |
void |
UpdateSpeaDataAction.setXmlDisplayGroups(List<XmlGroupTab> pXmlGroups) |
void |
AbstractSpeaIndicatorsAction.setXmlGroups(List<XmlGroupTab> pXmlGroups) |
protected SPEALotDto |
UpdateSpeaDataAction.updateLotWithGroupData(List<XmlGroupTab> pXmlGroupTabs,
SPEALotDto pLot)
update lot with group data
|
| Modifier and Type | Field and Description |
|---|---|
protected List<XmlGroupTab> |
XmlData.subGroup
xml sub group list
|
| Modifier and Type | Method and Description |
|---|---|
static XmlGroupTab |
XmlGroupTab.updateXmlGroupTab(SPEALotDto pLot,
SPEALotDto pOldLot,
int pCompetenceId,
Boolean pHasViewRight,
XmlGroupTab pXmlGroupTab,
AbstractSpeaIndicatorsAction pAction)
updates the tab group and returns it updated
|
| Modifier and Type | Method and Description |
|---|---|
List<XmlGroupTab> |
XmlData.getSubGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlData.add(XmlGroupTab pGroupTab)
adds a group to subgroup list
|
static XmlGroupTableValue |
XmlGroupTab.findTableValueContainingDetail(Integer pDetailTypeId,
XmlGroupTab pXmlGroupTab) |
static SPEALotDto |
XmlGroupTab.updateLotWithGroupData(XmlGroupTab pXmlGroupTab,
SPEALotDto pLot)
updates lot with group data
|
static XmlGroupTab |
XmlGroupTab.updateXmlGroupTab(SPEALotDto pLot,
SPEALotDto pOldLot,
int pCompetenceId,
Boolean pHasViewRight,
XmlGroupTab pXmlGroupTab,
AbstractSpeaIndicatorsAction pAction)
updates the tab group and returns it updated
|
| Modifier and Type | Method and Description |
|---|---|
static XmlGroupTableDetail |
XmlGroupTab.findTableDetail(String pXmlGroupTableDetailId,
List<XmlGroupTab> pXmlGroupTabs,
boolean pCloneResult)
return a table detail (or its clone if indicated) corresponding to id passed.
|
static XmlGroupTableDetailValue |
XmlGroupTab.findTableDetailValueInTableDetail(String pTableDetailIdContainingValueDetailed,
ArrayList<XmlGroupTab> pXmlGroupTabs,
boolean pCloneResult)
return a table detail value (or its clone if indicated) corresponding to id passed.
|
static List<XmlGroupTableDetailValue> |
XmlGroupTab.findTableDetailValuesByCodes(List<String> pCodes,
ArrayList<XmlGroupTab> pXmlGroupTabs)
return a list of detail values from codes
|
| Constructor and Description |
|---|
XmlGroupTab(XmlGroupTab pXmlGroup)
copy constructor.
|
Copyright © 2014–2015 eaudefrance. All rights reserved.