Package | Description |
---|---|
uk.ac.cam.ucs.ibis.dto |
Provides DTO classes for transferring data from the server to client in
the web service API.
|
uk.ac.cam.ucs.ibis.methods |
Contains auto-generated classes which contain all the available methods
in the Lookup/Ibis web service API.
|
Modifier and Type | Field and Description |
---|---|
List<IbisContactRow> |
IbisInstitution.contactRows
A list of the institution's contact rows.
|
Modifier and Type | Method and Description |
---|---|
List<IbisContactRow> |
InstitutionMethods.getContactRows(String instid,
String fetch)
Get all the contact rows of the specified institution.
|