Uses of Interface
org.osid.acknowledgement.CreditList
Packages that use CreditList
Package
Description
The Open Service Interface Definitions for the org.osid.acknowledgement
service.
-
Uses of CreditList in org.osid.acknowledgement
Methods in org.osid.acknowledgement that return CreditListModifier and TypeMethodDescriptionCreditLookupSession.getCredits()Gets all credits.CreditSearchResults.getCredits()Gets the credit list resulting from a search.CreditBillingSession.getCreditsByBilling(Id billingId) Gets the list ofCreditsassociated with aBilling.CreditBillingSession.getCreditsByBillings(IdList billingIds) Gets the list ofCreditscorresponding to a list ofBillings.CreditLookupSession.getCreditsByGenusType(Type creditGenusType) Gets aCreditListcorresponding to the given credit genusTypewhich does not include credits of types derived from the specifiedType.CreditLookupSession.getCreditsByGenusTypeForReference(Id referenceId, Type creditGenusType) Gets a list of credits by a genus type for a reference.CreditLookupSession.getCreditsByGenusTypeForReferenceOnDate(Id referenceId, Type creditGenusType, DateTime from, DateTime to) Gets a list of credits of the given genus type for a reference and effective entire given date range inclusive but not confined to the date range.CreditLookupSession.getCreditsByGenusTypeForResource(Id resourceId, Type creditGenusType) Gets a list of credits by a genus type for a resource.CreditLookupSession.getCreditsByGenusTypeForResourceAndReference(Id resourceId, Id referenceId, Type creditGenusType) Gets aCreditListof the given genus type for the given resource and reference.CreditLookupSession.getCreditsByGenusTypeForResourceAndReferenceOnDate(Id resourceId, Id referenceId, Type creditGenusType, DateTime from, DateTime to) Gets aCreditListof the given genus type corresponding to the given resource and reference and effective entire given date range inclusive but not confined to the date range.CreditLookupSession.getCreditsByGenusTypeForResourceOnDate(Id resourceId, Type creditGenusType, DateTime from, DateTime to) Gets a list of credits by genus type for a resource and effective during the entire given date range inclusive but not confined to the date range.CreditLookupSession.getCreditsByGenusTypeOnDate(Type creditGenusType, DateTime from, DateTime to) Gets a list of credits of the given genus type and effective entire given date range inclusive but not confined to the date range.CreditLookupSession.getCreditsByIds(IdList creditIds) Gets aCreditListcorresponding to the givenIdList.CreditLookupSession.getCreditsByParentGenusType(Type creditGenusType) Gets aCreditListcorresponding to the given credit genusTypeand include any additional credits with genus types derived from the specifiedType.CreditQuerySession.getCreditsByQuery(CreditQuery creditQuery) Gets a list of credits matching the given credit query.CreditLookupSession.getCreditsByRecordType(Type creditRecordType) Gets aCreditListcontaining the given credit recordType.CreditLookupSession.getCreditsForReference(Id referenceId) Gets aCreditListfor the given referenceId.CreditLookupSession.getCreditsForReferenceOnDate(Id referenceId, DateTime from, DateTime to) Gets a list of credits for a reference and effective entire given date range inclusive but not confined to the date range.CreditLookupSession.getCreditsForResource(Id resourceId) Gets aCreditListfor the given resourceId.CreditLookupSession.getCreditsForResourceAndReference(Id resourceId, Id referenceId) Gets aCreditListfor the given resource and reference.CreditLookupSession.getCreditsForResourceAndReferenceOnDate(Id resourceId, Id referenceId, DateTime from, DateTime to) Gets aCreditListcorresponding to the given resource and reference and effective entire given date range inclusive but not confined to the date range.CreditLookupSession.getCreditsForResourceOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of credits for a resource and effective during the entire given date range inclusive but not confined to the date range.CreditLookupSession.getCreditsOnDate(DateTime from, DateTime to) Gets aCreditListeffective during the entire given date range inclusive but not confined to the date range.