Uses of Interface
org.osid.room.squatting.DeedList
Packages that use DeedList
Package
Description
The Open Service Interface Definitions for the org.osid.room.squatting
service.
-
Uses of DeedList in org.osid.room.squatting
Methods in org.osid.room.squatting that return DeedListModifier and TypeMethodDescriptionDeedLookupSession.getDeeds()Gets allDeeds.DeedSearchResults.getDeeds()Gets the deed list resulting from a search.DeedCampusSession.getDeedsByCampus(Id campusId) Gets the list ofDeedsassociated with aCampus.DeedCampusSession.getDeedsByCampuses(IdList campusIds) Gets the list ofDeedscorresponding to a list ofCampuses.DeedLookupSession.getDeedsByGenusType(Type deedGenusType) Gets aDeedListcorresponding to the given deed genusTypewhich does not include deeds of genus types derived from the specifiedType.DeedLookupSession.getDeedsByGenusTypeForBuilding(Id buildingId, Type deedGenusType) Gets aDeedListcontaining the given building and genus type.DeedLookupSession.getDeedsByGenusTypeForBuildingAndOwner(Id buildingId, Id resourceId, Type deedGenusType) Gets aDeedListfor the given building, owner, and genus type.DeedLookupSession.getDeedsByGenusTypeForBuildingAndOwnerOnDate(Id buildingId, Id resourceId, Type deedGenusType, DateTime from, DateTime to) Gets a list of all deeds for a building and owner with a genus type and effective during the entire given date range inclusive but not confined to the date range.DeedLookupSession.getDeedsByGenusTypeForBuildingOnDate(Id buildingId, Type deedGenusType, DateTime from, DateTime to) Gets a list of all deeds for a building with a genus type and effective during the entire given date range inclusive but not confined to the date range.DeedLookupSession.getDeedsByGenusTypeForOwner(Id resourceId, Type deedGenusType) Gets aDeedListcontaining the given owner and genus type.DeedLookupSession.getDeedsByGenusTypeForOwnerOnDate(Id resourceId, Type deedGenusType, DateTime from, DateTime to) Gets a list of all deeds for a resource owner with a genus type and effective during the entire given date range inclusive but not confined to the date range.DeedLookupSession.getDeedsByGenusTypeOnDate(Type deedGenusType, DateTime from, DateTime to) Gets a list of all deeds with a genus type and effective during the entire given date range inclusive but not confined to the date range.DeedLookupSession.getDeedsByIds(IdList deedIds) Gets aDeedListcorresponding to the givenIdList.DeedLookupSession.getDeedsByParentGenusType(Type deedGenusType) Gets aDeedListcorresponding to the given deed genusTypeand include any additional deeds with genus types derived from the specifiedType.DeedQuerySession.getDeedsByQuery(DeedQuery deedQuery) Gets a list ofDeedsmatching the given deed query.DeedLookupSession.getDeedsByRecordType(Type deedRecordType) Gets aDeedListcontaining the given deed recordType.DeedLookupSession.getDeedsForBuilding(Id buildingId) Gets aDeedListcontaining the given building.DeedLookupSession.getDeedsForBuildingAndOwner(Id buildingId, Id resourceId) Gets aDeedListfor the given building and owner.DeedLookupSession.getDeedsForBuildingAndOwnerOnDate(Id buildingId, Id resourceId, DateTime from, DateTime to) Gets a list of all deeds for a building and owner resource effective during the entire given date range inclusive but not confined to the date range.DeedLookupSession.getDeedsForBuildingOnDate(Id buildingId, DateTime from, DateTime to) Gets a list of all deeds for a building effective during the entire given date range inclusive but not confined to the date range.DeedLookupSession.getDeedsForOwner(Id resourceId) Gets aDeedListcontaining the given owner resource.DeedLookupSession.getDeedsForOwnerOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of all deeds for an owner resource effective during the entire given date range inclusive but not confined to the date range.DeedLookupSession.getDeedsOnDate(DateTime from, DateTime to) Gets a list of all deeds effective during the entire given date range inclusive but not confined to the date range.