Uses of Interface
org.osid.financials.ActivityList
Packages that use ActivityList
Package
Description
The Open Service Interface Definitions for the org.osid.financials
service.
-
Uses of ActivityList in org.osid.financials
Methods in org.osid.financials that return ActivityListModifier and TypeMethodDescriptionActivityLookupSession.getActivities()Gets allActivities.ActivitySearchResults.getActivities()Gets the activity list resulting from a search.ActivityBusinessSession.getActivitiesByBusiness(Id businessId) Gets the list ofActivityassociated with aBusiness.ActivityBusinessSession.getActivitiesByBusinesses(IdList businessIds) Gets the list ofActivitiescorresponding to a list ofBusinessobjects.ActivityLookupSession.getActivitiesByCode(String code) Gets anActivityListcontaining the given activity code.ActivityLookupSession.getActivitiesByGenusType(Type activityGenusType) Gets anActivityListcorresponding to the given activity genusTypewhich does not include activities of genus types derived from the specifiedType.ActivityLookupSession.getActivitiesByIds(IdList activityIds) Gets anActivityListcorresponding to the givenIdList.ActivityLookupSession.getActivitiesByOrganization(Id resourceId) Gets anActivityListfor the given organization.ActivityLookupSession.getActivitiesByOrganizationOnDate(Id resourceId, DateTime from, DateTime to) Gets anActivityListfor the given organization effective during the entire given date range inclusive but not confined to the date range.ActivityLookupSession.getActivitiesByParentGenusType(Type activityGenusType) Gets anActivityListcorresponding to the given activity genusTypeand include any additional activities with genus types derived from the specifiedType.ActivityQuerySession.getActivitiesByQuery(ActivityQuery activityQuery) Gets a list ofActivitiesmatching the given activity query.ActivityLookupSession.getActivitiesByRecordType(Type activityRecordType) Gets anActivityListcontaining the given activity recordType.ActivityLookupSession.getActivitiesOnDate(DateTime from, DateTime to) Gets anActivityListeffective during the entire given date range inclusive but not confined to the date range.ActivityHierarchySession.getChildActivities(Id activityId) Gets the children of the given activity.ActivityHierarchySession.getParentActivities(Id activityId) Gets the parents of the given activity.ActivityHierarchySession.getRootActivities()Gets the root activities in this activity hierarchy.