Uses of Interface
org.osid.billing.CategoryForm
Packages that use CategoryForm
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
The Open Service Interface Definitions for the org.osid.billing.batch
service.
-
Uses of CategoryForm in org.osid.billing
Methods in org.osid.billing that return CategoryFormModifier and TypeMethodDescriptionCategoryAdminSession.getCategoryFormForCreate(Type[] categoryRecordTypes) Gets the category form for creating new categories.CategoryAdminSession.getCategoryFormForUpdate(Id categoryId) Gets the category form for updating an existing category.Methods in org.osid.billing with parameters of type CategoryFormModifier and TypeMethodDescriptionCategoryAdminSession.createCategory(CategoryForm categoryForm) Creates a newCategory.voidCategoryAdminSession.updateCategory(CategoryForm categoryForm) Updates an existing category. -
Uses of CategoryForm in org.osid.billing.batch
Subinterfaces of CategoryForm in org.osid.billing.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating categories in bulk.