Uses of Interface
org.osid.hold.batch.OublietteBatchFormList
Packages that use OublietteBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.hold.batch
service.
-
Uses of OublietteBatchFormList in org.osid.hold.batch
Methods in org.osid.hold.batch that return OublietteBatchFormListModifier and TypeMethodDescriptionOublietteBatchAdminSession.getOublietteFormsForCreate(long number, Type[] oublietteRecordTypes) Gets the oubliette forms for creating a bunch of new oubliettes.OublietteBatchAdminSession.getOublietteFormsForUpdate(IdList oublietteIds) Gets the oubliette forms for updating an existing set of oubliettes.Methods in org.osid.hold.batch with parameters of type OublietteBatchFormListModifier and TypeMethodDescriptionOublietteBatchAdminSession.createOubliettes(OublietteBatchFormList oublietteForms) Creates a new set ofOubliettes.OublietteBatchAdminSession.updateOubliettes(OublietteBatchFormList oublietteForms) Updates existing oubliettes.