public interface NestedQuerySample
| Modifier and Type | Method and Description |
|---|---|
String |
customerName(int customerNumber11)
Auto generated method signature
|
Order[] |
customerOrders()
Auto generated method signature
|
Employee[] |
employeesInOffice(String officeCode7)
Auto generated method signature
|
Office[] |
listOffices()
Auto generated method signature
|
void |
startcustomerName(int customerNumber11,
NestedQuerySampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcustomerOrders(NestedQuerySampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startemployeesInOffice(String officeCode7,
NestedQuerySampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistOffices(NestedQuerySampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
Office[] listOffices() throws RemoteException, DataServiceFault
listOffices0 - DataServiceFault - :RemoteExceptionvoid startlistOffices(NestedQuerySampleCallbackHandler callback) throws RemoteException
listOffices0 - RemoteExceptionOrder[] customerOrders() throws RemoteException, DataServiceFault
customerOrders3 - DataServiceFault - :RemoteExceptionvoid startcustomerOrders(NestedQuerySampleCallbackHandler callback) throws RemoteException
customerOrders3 - RemoteExceptionEmployee[] employeesInOffice(String officeCode7) throws RemoteException, DataServiceFault
employeesInOffice6 - DataServiceFault - :RemoteExceptionvoid startemployeesInOffice(String officeCode7, NestedQuerySampleCallbackHandler callback) throws RemoteException
employeesInOffice6 - RemoteExceptionString customerName(int customerNumber11) throws RemoteException, DataServiceFault
customerName10 - DataServiceFault - :RemoteExceptionvoid startcustomerName(int customerNumber11,
NestedQuerySampleCallbackHandler callback)
throws RemoteException
customerName10 - RemoteExceptionCopyright © 2018 WSO2. All rights reserved.