public interface NestedQuerySample
Modifier and Type | Method and Description |
---|---|
String |
customerName(int customerNumber4)
Auto generated method signature
|
Order[] |
customerOrders()
Auto generated method signature
|
Employee[] |
employeesInOffice(String officeCode11)
Auto generated method signature
|
Office[] |
listOffices()
Auto generated method signature
|
void |
startcustomerName(int customerNumber4,
NestedQuerySampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcustomerOrders(NestedQuerySampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startemployeesInOffice(String officeCode11,
NestedQuerySampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistOffices(NestedQuerySampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
Order[] customerOrders() throws RemoteException, DataServiceFault
customerOrders0
- DataServiceFault
- :RemoteException
void startcustomerOrders(NestedQuerySampleCallbackHandler callback) throws RemoteException
customerOrders0
- RemoteException
String customerName(int customerNumber4) throws RemoteException, DataServiceFault
customerName3
- DataServiceFault
- :RemoteException
void startcustomerName(int customerNumber4, NestedQuerySampleCallbackHandler callback) throws RemoteException
customerName3
- RemoteException
Office[] listOffices() throws RemoteException, DataServiceFault
listOffices7
- DataServiceFault
- :RemoteException
void startlistOffices(NestedQuerySampleCallbackHandler callback) throws RemoteException
listOffices7
- RemoteException
Employee[] employeesInOffice(String officeCode11) throws RemoteException, DataServiceFault
employeesInOffice10
- DataServiceFault
- :RemoteException
void startemployeesInOffice(String officeCode11, NestedQuerySampleCallbackHandler callback) throws RemoteException
employeesInOffice10
- RemoteException
Copyright © 2015 WSO2 Inc. All rights reserved.