Uses of Interface
org.osid.billing.PeriodList
Packages that use PeriodList
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
-
Uses of PeriodList in org.osid.billing
Methods in org.osid.billing that return PeriodListModifier and TypeMethodDescriptionPeriodLookupSession.getPeriods()Gets allPeriods.PeriodSearchResults.getPeriods()Gets the period list resulting from a search.PeriodBusinessSession.getPeriodsByBusiness(Id businessId) Gets the list ofPeriodassociated with aBusiness.PeriodBusinessSession.getPeriodsByBusinesses(IdList businessIds) Gets the list ofPeriodscorresponding to a list ofBusinessobjects.PeriodLookupSession.getPeriodsByGenusType(Type periodGenusType) Gets aPeriodListcorresponding to the given period genusTypewhich does not include periods of genus types derived from the specifiedType.PeriodLookupSession.getPeriodsByIds(IdList periodIds) Gets aPeriodListcorresponding to the givenIdList.PeriodLookupSession.getPeriodsByParentGenusType(Type periodGenusType) Gets aPeriodListcorresponding to the given period genusTypeand include any additional periods with genus types derived from the specifiedType.PeriodQuerySession.getPeriodsByQuery(PeriodQuery periodQuery) Gets a list ofPeriodsmatching the given period query.PeriodLookupSession.getPeriodsByRecordType(Type periodRecordType) Gets aPeriodListcontaining the given period recordType.PeriodLookupSession.getPeriodsOnDate(DateTime from, DateTime to) Gets aPeriodListwhere to the givenDateTimerange falls within the period inclusive.