|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceOperation | |
---|---|
com.sage.swt.client.sdata | Contains the SWT classes that deal with SDATA servlet communication and data binding. |
com.sage.swt.client.sdata.service.event | Contains the ServiceOperationEventsController , which controls service event handling behavior of the ServiceOperation . |
com.sage.swt.client.sdata.service.model | |
com.sage.swt.client.ui.builder | Contains the SWT classes that involve building the UI from its declarative definition when the UI starts up. |
Uses of ServiceOperation in com.sage.swt.client.sdata |
---|
Classes in com.sage.swt.client.sdata that implement ServiceOperation | |
---|---|
class |
DefaultServiceOperation
Default implementation of a ServiceOperation . |
class |
DefaultServiceOperationProxy
B-10411 Support "delayed" ServiceOperation Use this class to postpone the creation of a ServiceOperation implementation until the invoke() |
Methods in com.sage.swt.client.sdata that return ServiceOperation | |
---|---|
protected ServiceOperation |
DefaultServiceOperationProxy.createServiceOperationInstance(java.lang.String resourceKindName,
TypeInfo typeInfo,
java.lang.String application,
java.lang.String invocationURL,
SwtRequestDispatcher requestDispatcher,
SwtErrorStack errorStack)
Factory method for service operation When subclassing, override this method |
ServiceOperation |
ServiceOperationEvent.getServiceOperation()
Gets the service operation whose invocation triggered the event. |
Constructors in com.sage.swt.client.sdata with parameters of type ServiceOperation | |
---|---|
ServiceOperationEvent(ServiceOperation source,
EntityData requestData,
EntityData responseData)
Constructs a service operation event information object with the specified service operation that was the source of the event, the request data (conceptually the input data), and the response data (conceptually the output data), and with no diagnostic messages. |
|
ServiceOperationEvent(ServiceOperation source,
EntityData requestData,
EntityData responseData,
SDataDiagnosisList diagnoses)
Constructs a service operation event information object with the specified service operation that was the source of the event, the request data (conceptually the input data), and the response data (conceptually the output data), and with the specified list of diagnostic messages. |
|
ServiceOperationEvent(ServiceOperation source,
EntityData requestData,
SDataDiagnosisList diagnoses)
Constructs a service operation event information object with the specified service operation that was the source of the event and with the specified list of diagnostic messages and the request data (conceptually the input data), but with no response (output) data because this constructor is meant for cases where the service operation call failed. |
Uses of ServiceOperation in com.sage.swt.client.sdata.service.event |
---|
Methods in com.sage.swt.client.sdata.service.event with parameters of type ServiceOperation | |
---|---|
void |
ServiceOperationEventsController.setServiceOperation(ServiceOperation serviceOperation)
Sets the ServiceOperation whose events this class will be
handling. |
Constructors in com.sage.swt.client.sdata.service.event with parameters of type ServiceOperation | |
---|---|
ServiceOperationEventsController(ServiceOperation serviceOperation)
Constructs a ServiceOperationEventsController for a specified
ServiceOperation . |
Uses of ServiceOperation in com.sage.swt.client.sdata.service.model |
---|
Methods in com.sage.swt.client.sdata.service.model that return ServiceOperation | |
---|---|
protected ServiceOperation |
ServiceModel.getServiceOperation()
Returns the service operation that this model operates on. |
Methods in com.sage.swt.client.sdata.service.model with parameters of type ServiceOperation | |
---|---|
void |
ServiceModel.setServiceOperation(ServiceOperation serviceOperation)
Finish the initialization of the model by setting the ServiceOperation to operate on. |
Uses of ServiceOperation in com.sage.swt.client.ui.builder |
---|
Methods in com.sage.swt.client.ui.builder that return ServiceOperation | |
---|---|
ServiceOperation |
InstanceContext.getServiceOperation(java.lang.String id)
Gets the service operation with the specified ID that belongs either to this instance of the UI or to an ancestor's UI instance. |
ServiceOperation |
DefaultInstanceContext.getServiceOperation(java.lang.String id)
Gets the service operation with the specified ID that belongs either to this instance of the UI or to an ancestor's UI instance. |
Methods in com.sage.swt.client.ui.builder that return types with arguments of type ServiceOperation | |
---|---|
java.util.Map<java.lang.String,ServiceOperation> |
DefaultPreferenceStoreEngine.getServiceOperations()
Gets the map of service operation IDs to service operation objects created by this engine. |
java.util.Map<java.lang.String,ServiceOperation> |
DefaultDataEngine.getServiceOperations()
Gets the map of service operation IDs to service operation objects created by this engine. |
java.util.Map<java.lang.String,ServiceOperation> |
DataEngine.getServiceOperations()
Gets the map of service operation IDs to service operation objects created by this engine. |
Methods in com.sage.swt.client.ui.builder with parameters of type ServiceOperation | |
---|---|
void |
InstanceContext.addServiceOperation(java.lang.String id,
ServiceOperation serviceOperation)
Adds the service operation with the specified ID to this instance of the UI or to an ancestor's UI instance. |
void |
DefaultInstanceContext.addServiceOperation(java.lang.String id,
ServiceOperation serviceOperation)
Adds the service operation with the specified ID to this instance of the UI or to an ancestor's UI instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |