Uses of Interface
org.osid.room.squatting.LeaseList
Packages that use LeaseList
Package
Description
The Open Service Interface Definitions for the org.osid.room.squatting
service.
-
Uses of LeaseList in org.osid.room.squatting
Methods in org.osid.room.squatting that return LeaseListModifier and TypeMethodDescriptionLeaseLookupSession.getLeases()Gets allLeases.LeaseSearchResults.getLeases()Gets the lease list resulting from a search.LeaseCampusSession.getLeasesByCampus(Id campusId) Gets the list ofLeasesassociated with aCampus.LeaseCampusSession.getLeasesByCampuses(IdList campusIds) Gets the list ofLeasescorresponding to a list ofCampuses.LeaseLookupSession.getLeasesByGenusType(Type leaseGenusType) Gets aLeaseListcorresponding to the given lease genusTypewhich does not include leases of genus types derived from the specifiedType.LeaseLookupSession.getLeasesByGenusTypeForRoom(Id roomId, Type leaseGenusType) Gets a list of all leases for a room and a lease genus type.LeaseLookupSession.getLeasesByGenusTypeForRoomAndTenant(Id roomId, Id resourceId, Type leaseGenusType) Gets a list of all leases for a room, resource, and of a lease genus type.LeaseLookupSession.getLeasesByGenusTypeForRoomAndTenantOnDate(Id roomId, Id resourceId, Type leaseGenusType, DateTime from, DateTime to) Gets a list of all leases for a room, tenant, and of a lease genus type effective during the entire given date range inclusive but not confined to the date range.LeaseLookupSession.getLeasesByGenusTypeForRoomOnDate(Id roomId, Type leaseGenusType, DateTime from, DateTime to) Gets a list of all leases for a room and of a lease genus type effective during the entire given date range inclusive but not confined to the date range.LeaseLookupSession.getLeasesByGenusTypeForTenant(Id resourceId, Type leaseGenusType) Gets a list of all leases corresponding to a tenantIdand of a lease genus type.LeaseLookupSession.getLeasesByGenusTypeForTenantOnDate(Id resourceId, Type leaseGenusType, DateTime from, DateTime to) Gets a list of all leases for a tenant and of a lease genus type effective during the entire given date range inclusive but not confined to the date range.LeaseLookupSession.getLeasesByGenusTypeOnDate(Type leaseGenusType, DateTime from, DateTime to) Gets a list of all leases of a genus type effective during the entire given date range inclusive but not confined to the date range.LeaseLookupSession.getLeasesByIds(IdList leaseIds) Gets aLeaseListcorresponding to the givenIdList.LeaseLookupSession.getLeasesByParentGenusType(Type leaseGenusType) Gets aLeaseListcorresponding to the given lease genusTypeand include any additional leases with genus types derived from the specifiedType.LeaseQuerySession.getLeasesByQuery(LeaseQuery leaseQuery) Gets a list ofLeasesmatching the given lease query.LeaseLookupSession.getLeasesByRecordType(Type leaseRecordType) Gets aLeaseListcontaining the given lease recordType.LeaseLookupSession.getLeasesForRoom(Id roomId) Gets a list of all leases corresponding to a roomId.LeaseLookupSession.getLeasesForRoomAndTenant(Id roomId, Id resourceId) Gets a list of all leases corresponding to a room and tenant.LeaseLookupSession.getLeasesForRoomAndTenantOnDate(Id roomId, Id resourceId, DateTime from, DateTime to) Gets a list of all leases for a room and tenant effective during the entire given date range inclusive but not confined to the date range.LeaseLookupSession.getLeasesForRoomOnDate(Id roomId, DateTime from, DateTime to) Gets a list of all leases for a room effective during the entire given date range inclusive but not confined to the date range.LeaseLookupSession.getLeasesForTenant(Id resourceId) Gets a list of all leases for a tenant corresponding to a roomId.LeaseLookupSession.getLeasesForTenantOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of all leases for a tenant effective during the entire given date range inclusive but not confined to the date range.LeaseLookupSession.getLeasesOnDate(DateTime from, DateTime to) Gets a list of all leases effective during the entire given date range inclusive but not confined to the date range.