Package | Description |
---|---|
org.miloss.fgsms.services.dcs.impl | |
org.miloss.fgsms.services.interfaces.datacollector |
fgsms Data Collector Service.
|
Modifier and Type | Method and Description |
---|---|
AddDataResponseMsg |
DCS4jBean.addData(AddDataRequestMsg req) |
AddDataResponseMsg |
DCS4jBean.addMoreData(List<AddDataRequestMsg> req) |
Modifier and Type | Field and Description |
---|---|
protected AddDataResponseMsg |
AddMoreDataResponse.addDataResult |
protected AddDataResponseMsg |
AddDataResponse.addDataResult |
Modifier and Type | Method and Description |
---|---|
AddDataResponseMsg |
DCS.addData(AddDataRequestMsg req)
AddData, adds a single transaction record to the database
|
AddDataResponseMsg |
DCS.addMoreData(List<AddDataRequestMsg> req)
AddData, adds multiple transaction record to the database
|
AddDataResponseMsg |
ObjectFactory.createAddDataResponseMsg()
Create an instance of
AddDataResponseMsg |
AddDataResponseMsg |
AddMoreDataResponse.getAddDataResult()
Gets the value of the addDataResult property.
|
AddDataResponseMsg |
AddDataResponse.getAddDataResult()
Gets the value of the addDataResult property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AddDataResponseMsg> |
ObjectFactory.createAddDataResponseMsg(AddDataResponseMsg value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AddDataResponseMsg> |
ObjectFactory.createAddDataResponseMsg(AddDataResponseMsg value)
|
void |
AddMoreDataResponse.setAddDataResult(AddDataResponseMsg value)
Sets the value of the addDataResult property.
|
void |
AddDataResponse.setAddDataResult(AddDataResponseMsg value)
Sets the value of the addDataResult property.
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.