public interface OrganisationRetrievalManager
Modifier and Type | Method and Description |
---|---|
AgencyBean |
getAgency(java.lang.String agencyId)
Returns the agency with the given id
|
DataConsumerBean |
getDataConsumerBean(java.lang.String agencyId,
java.lang.String id)
Returns the data consumer belonging to the given agency, with the given id
|
DataProviderBean |
getDataProvider(java.lang.String agencyId,
java.lang.String id)
Returns the data provider belongning to the given agency, with the given id
|
DataProviderBean getDataProvider(java.lang.String agencyId, java.lang.String id)
agencyId
- a period separated agency id, where the periods are used to define sub Agenciesid
- id of the data provider to returnDataConsumerBean getDataConsumerBean(java.lang.String agencyId, java.lang.String id)
agencyId
- a period separated agency id, where the periods are used to define sub Agenciesid
- id of the data provider to returnAgencyBean getAgency(java.lang.String agencyId)
agencyId
- a period separated agency id, where the periods are used to define sub Agencies