Package | Description |
---|---|
org.miloss.fgsms.services.interfaces.status |
fgsms Status Service.
|
org.miloss.fgsms.services.status.impl |
Modifier and Type | Field and Description |
---|---|
protected GetStatusRequestMsg |
GetStatus.req |
protected GetStatusRequestMsg |
GetAllStatus.req |
Modifier and Type | Method and Description |
---|---|
GetStatusRequestMsg |
ObjectFactory.createGetStatusRequestMsg()
Create an instance of
GetStatusRequestMsg |
GetStatusRequestMsg |
GetStatus.getReq()
Gets the value of the req property.
|
GetStatusRequestMsg |
GetAllStatus.getReq()
Gets the value of the req property.
|
Modifier and Type | Method and Description |
---|---|
List<GetStatusResponseMsg> |
StatusService.getAllStatus(GetStatusRequestMsg req)
Gets the status of all items that the requestor has access to
|
GetStatusResponseMsg |
StatusService.getStatus(GetStatusRequestMsg req)
Get the status on a single item
|
void |
GetStatus.setReq(GetStatusRequestMsg value)
Sets the value of the req property.
|
void |
GetAllStatus.setReq(GetStatusRequestMsg value)
Sets the value of the req property.
|
Modifier and Type | Method and Description |
---|---|
List<GetStatusResponseMsg> |
StatusServiceImpl.getAllStatus(GetStatusRequestMsg req) |
GetStatusResponseMsg |
StatusServiceImpl.getStatus(GetStatusRequestMsg req) |
Copyright © 2008–2017 MIL-OSS. All rights reserved.