| 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 XmlGroupTableDetailValue |
SispeaSession.xmlCurrentGroupDetailed
current xmlGroup detailed for price or tax editor
|
| Modifier and Type | Field and Description |
|---|---|
protected List<XmlGroupTableDetailValue> |
SispeaSession.xmlCurrentContextGroup
context detail values for tax editor
|
| Modifier and Type | Method and Description |
|---|---|
XmlGroupTableDetailValue |
SispeaSession.getXmlCurrentGroupDetailed() |
| Modifier and Type | Method and Description |
|---|---|
List<XmlGroupTableDetailValue> |
SispeaSession.getXmlCurrentContextGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
SispeaSession.setXmlCurrentGroupDetailed(XmlGroupTableDetailValue pXmlCurrentGroupDetailed) |
| Modifier and Type | Method and Description |
|---|---|
void |
SispeaSession.setXmlCurrentContextGroup(List<XmlGroupTableDetailValue> pXmlCurrentContextGroup) |
| Modifier and Type | Method and Description |
|---|---|
XmlGroupTableDetailValue |
AbstractTaxesEditorAction.getXmlCurrentGroupDetailed() |
XmlGroupTableDetailValue |
AbstractPriceEditorAction.getXmlCurrentGroupDetailed() |
| Modifier and Type | Method and Description |
|---|---|
List<XmlGroupTableDetailValue> |
AbstractTaxesEditorAction.getXmlCurrentContextGroup() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UpdatePriceEditorAction.reCompute(XmlGroupTableDetailValue pXmlGroupDetailed,
XmlGroupTableDetail pXmlGroupToDetail)
refresh values displayed reflecting recent changes
|
protected void |
AbstractTaxesEditorAction.reCompute(XmlGroupTableDetailValue pXmlGroupDetailed,
XmlGroupTableDetail pXmlGroupToDetail)
refresh values displayed reflecting recent changes
|
void |
AbstractTaxesEditorAction.setXmlCurrentGroupDetailed(XmlGroupTableDetailValue pXmlCurrentGroupDetailed) |
void |
AbstractPriceEditorAction.setXmlCurrentGroupDetailed(XmlGroupTableDetailValue pXmlCurrentGroupDetailed) |
| Modifier and Type | Field and Description |
|---|---|
protected List<XmlGroupTableDetailValue> |
XmlGroupTableDetail.groupTableDetailValues
xml sub group list
|
| Modifier and Type | Method and Description |
|---|---|
XmlGroupTableDetailValue |
XmlGroupTableDetailValue.clone()
clone an XmlGroupTableDetailValue Object
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<XmlGroupTableDetailValue> |
XmlGroupTable.findTableDetailValuesByCodes(List<String> pCodes)
return a list of detail values from codes
|
List<XmlGroupTableDetailValue> |
XmlGroupTableValue.findTableDetailValuesByCodes(List<String> pCodes)
return a list of detail values from codes
|
List<XmlGroupTableDetailValue> |
XmlGroupTableDetail.findTableDetailValuesByCodes(List<String> pCodes)
return a list of detail values from codes
|
static List<XmlGroupTableDetailValue> |
XmlGroupTab.findTableDetailValuesByCodes(List<String> pCodes,
ArrayList<XmlGroupTab> pXmlGroupTabs)
return a list of detail values from codes
|
List<XmlGroupTableDetailValue> |
XmlGroupTableDetail.getGroupTableDetailValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlGroupTableDetail.add(XmlGroupTableDetailValue pGroupTableDetailValue)
adds a groupTable to groupTablelist
|
int |
XmlGroupTableDetailValue.compareTo(XmlGroupTableDetailValue pOther)
compare to XmlGroupTableDetailValue
|
void |
XmlGroupTableDetailValue.copy(XmlGroupTableDetailValue pXmlGroupTableDetailValue)
copy parameter into this
|
void |
XmlGroupTableDetail.replace(XmlGroupTableDetailValue pXmlGroupDetailed)
try to replace group
|
void |
XmlGroupTable.replaceBoth(XmlGroupTableDetailValue pXmlGroupDetailed,
XmlGroupTableDetail pXmlGroupToDetail)
try to replace both group in tab
|
void |
XmlGroupTab.replaceBoth(XmlGroupTableDetailValue pXmlGroupDetailed,
XmlGroupTableDetail pXmlGroupToDetail)
try to replace vboth group in tab
|
void |
XmlGroupTableValue.replaceBoth(XmlGroupTableDetailValue pXmlGroupDetailed,
XmlGroupTableDetail pXmlGroupToDetail)
try to replace both group in tab
|
static DataLotDto |
XmlGroupTableDetailValue.updateLotWithGroupData(XmlGroupTableDetailValue pXmlGroupTableDetailValue,
DataLotDto pLot)
updates lot with group data
|
| Constructor and Description |
|---|
XmlGroupTableDetailValue(XmlGroupTableDetailValue pXmlGroup)
copy constructor.
|
Copyright © 2014–2015 eaudefrance. All rights reserved.