Uses of Interface
org.osid.billing.EntryForm
Packages that use EntryForm
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 EntryForm in org.osid.billing
Methods in org.osid.billing that return EntryFormModifier and TypeMethodDescriptionEntryAdminSession.getEntryFormForCreate(Id customerId, Id itemId, Id periodId, Type[] entryRecordTypes) Gets the entry form for creating new entries.EntryAdminSession.getEntryFormForUpdate(Id entryId) Gets the entry form for updating an existing entry.Methods in org.osid.billing with parameters of type EntryFormModifier and TypeMethodDescriptionEntryAdminSession.createEntry(EntryForm entryForm) Creates a newEntry.voidEntryAdminSession.updateEntry(EntryForm entryForm) Updates an existing entry. -
Uses of EntryForm in org.osid.billing.batch
Subinterfaces of EntryForm in org.osid.billing.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating entries in bulk.