Uses of Interface
org.osid.financials.FiscalPeriodList
Packages that use FiscalPeriodList
Package
Description
The Open Service Interface Definitions for the org.osid.financials
service.
-
Uses of FiscalPeriodList in org.osid.financials
Methods in org.osid.financials that return FiscalPeriodListModifier and TypeMethodDescriptionFiscalPeriodLookupSession.getFiscalPeriods()Gets allFiscalPeriods.FiscalPeriodSearchResults.getFiscalPeriods()Gets the fiscal period list resulting from a search.FiscalPeriodBusinessSession.getFiscalPeriodsByBusiness(Id businessId) Gets the list ofFiscalPeriodsassociated with aBusiness.FiscalPeriodBusinessSession.getFiscalPeriodsByBusinesses(IdList businessIds) Gets the list ofFiscalPeriodscorresponding to a list ofBusinessobjects.FiscalPeriodLookupSession.getFiscalPeriodsByDate(DateTime date) Gets aFiscalPeriodListcontaining the given date.FiscalPeriodLookupSession.getFiscalPeriodsByGenusType(Type fiscalPeriodGenusType) Gets aFiscalPeriodListcorresponding to the given fiscal period genusTypewhich does not include fiscal periods of types derived from the specifiedType.FiscalPeriodLookupSession.getFiscalPeriodsByIds(IdList fiscalPeriodIds) Gets aFiscalPeriodListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the fiscal periods specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.FiscalPeriodLookupSession.getFiscalPeriodsByParentGenusType(Type fiscalPeriodGenusType) Gets aFiscalPeriodListcorresponding to the given fiscal period genusTypeand include any additional fiscal periods with genus types derived from the specifiedType.FiscalPeriodQuerySession.getFiscalPeriodsByQuery(FiscalPeriodQuery fiscalPeriodQuery) Gets a list ofFiscalPeriodsmatching the given fiscal period query.FiscalPeriodLookupSession.getFiscalPeriodsByRecordType(Type fiscalPeriodRecordType) Gets aFiscalPeriodListcontaining the given fiscal period recordType.