Uses of Interface
org.osid.personnel.RealmList
Packages that use RealmList
Package
Description
The Open Service Interface Definitions for the org.osid.personnel
service.
-
Uses of RealmList in org.osid.personnel
Methods in org.osid.personnel that return RealmListModifier and TypeMethodDescriptionRealmHierarchySession.getChildRealms(Id realmId) Gets the child realms of the givenid.RealmHierarchySession.getParentRealms(Id realmId) Gets the parent realms of the givenid.RealmLookupSession.getRealms()Gets allRealms.RealmSearchResults.getRealms()Gets the realm list resulting from a search.AppointmentRealmSession.getRealmsByAppointment(Id appointmentId) Gets the list ofRealmobjects mapped to anAppointment.RealmLookupSession.getRealmsByGenusType(Type realmGenusType) Gets aRealmListcorresponding to the given realm genusTypewhich does not include realms of genus types derived from the specifiedType.RealmLookupSession.getRealmsByIds(IdList realmIds) Gets aRealmListcorresponding to the givenIdList.OrganizationRealmSession.getRealmsByOrganization(Id organizationId) Gets the list ofRealmobjects mapped to anOrganization.RealmLookupSession.getRealmsByParentGenusType(Type realmGenusType) Gets aRealmListcorresponding to the given realm genusTypeand include any additional realms with genus types derived from the specifiedType.PersonRealmSession.getRealmsByPerson(Id personId) Gets the list ofRealmobjects mapped to aPerson.PositionRealmSession.getRealmsByPosition(Id positionId) Gets the list ofRealmobjects mapped to aPosition.RealmLookupSession.getRealmsByProvider(Id resourceId) Gets aRealmListfor the given provider.RealmQuerySession.getRealmsByQuery(RealmQuery realmQuery) Gets a list ofRealmsmatching the given search.RealmLookupSession.getRealmsByRecordType(Type realmRecordType) Gets aRealmListcontaining the given realm recordType.RealmHierarchySession.getRootRealms()Gets the root realms in the realm hierarchy.