Uses of Interface
org.osid.billing.batch.CategoryBatchFormList
Packages that use CategoryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.billing.batch
service.
-
Uses of CategoryBatchFormList in org.osid.billing.batch
Methods in org.osid.billing.batch that return CategoryBatchFormListModifier and TypeMethodDescriptionCategoryBatchAdminSession.getCategoryFormsForCreate(long number, Type[] categoryRecordTypes) Gets the categoryforms for creating a bunch of new categories.CategoryBatchAdminSession.getCategoryFormsForUpdate(IdList categoryIds) Gets the category forms for updating an existing set of categories.Methods in org.osid.billing.batch with parameters of type CategoryBatchFormListModifier and TypeMethodDescriptionCategoryBatchAdminSession.createCategories(CategoryBatchFormList categoryForms) Creates a new set ofCategories.CategoryBatchAdminSession.updateCategories(CategoryBatchFormList categoryForms) Updates existing categories.