Package | Description |
---|---|
org.miloss.fgsms.presentation | |
org.miloss.fgsms.sdks | |
org.miloss.fgsms.services.interfaces.status |
fgsms Status Service.
|
org.miloss.fgsms.services.status.impl |
Modifier and Type | Method and Description |
---|---|
static GetStatusResponseMsg |
Helper.Findrecord(String url,
List<GetStatusResponseMsg> list)
used on the index.jsp page of fgsms, finds a particular record
returned from fgsms.StatusService and returns the specific record.
|
Modifier and Type | Method and Description |
---|---|
static GetStatusResponseMsg |
Helper.Findrecord(String url,
List<GetStatusResponseMsg> list)
used on the index.jsp page of fgsms, finds a particular record
returned from fgsms.StatusService and returns the specific record.
|
Modifier and Type | Method and Description |
---|---|
GetStatusResponseMsg |
FgsmsSDK.GetStatus(String url) |
Modifier and Type | Field and Description |
---|---|
protected GetStatusResponseMsg |
GetStatusResponse.getStatusResponseResult |
Modifier and Type | Field and Description |
---|---|
protected List<GetStatusResponseMsg> |
GetAllStatusResponse.getStatusResponseResult |
Modifier and Type | Method and Description |
---|---|
GetStatusResponseMsg |
ObjectFactory.createGetStatusResponseMsg()
Create an instance of
GetStatusResponseMsg |
GetStatusResponseMsg |
GetStatusResponse.getGetStatusResponseResult()
Gets the value of the getStatusResponseResult property.
|
GetStatusResponseMsg |
StatusService.getStatus(GetStatusRequestMsg req)
Get the status on a single item
|
Modifier and Type | Method and Description |
---|---|
List<GetStatusResponseMsg> |
StatusService.getAllStatus(GetStatusRequestMsg req)
Gets the status of all items that the requestor has access to
|
List<GetStatusResponseMsg> |
GetAllStatusResponse.getGetStatusResponseResult()
Gets the value of the getStatusResponseResult property.
|
Modifier and Type | Method and Description |
---|---|
void |
GetStatusResponse.setGetStatusResponseResult(GetStatusResponseMsg value)
Sets the value of the getStatusResponseResult property.
|
Modifier and Type | Method and Description |
---|---|
GetStatusResponseMsg |
StatusServiceImpl.getStatus(GetStatusRequestMsg req) |
Modifier and Type | Method and Description |
---|---|
List<GetStatusResponseMsg> |
StatusServiceImpl.getAllStatus(GetStatusRequestMsg req) |
Copyright © 2008–2017 MIL-OSS. All rights reserved.