Uses of Interface
org.osid.lexicon.batch.PressBatchFormList
Packages that use PressBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.lexicon.batch
service.
-
Uses of PressBatchFormList in org.osid.lexicon.batch
Methods in org.osid.lexicon.batch that return PressBatchFormListModifier and TypeMethodDescriptionPressBatchAdminSession.getPressFormsForCreate(long number, Type[] pressRecordTypes) Gets the press forms for creating a bunch of new presses.PressBatchAdminSession.getPressFormsForUpdate(IdList pressIds) Gets the press forms for updating an existing set of press.Methods in org.osid.lexicon.batch with parameters of type PressBatchFormListModifier and TypeMethodDescriptionPressBatchAdminSession.createPresses(PressBatchFormList pressForms) Creates a new set ofPresses.PressBatchAdminSession.updatePresses(PressBatchFormList pressForms) Updates existing presses.