| Package | Description |
|---|---|
| org.osid.journaling |
The Open Service Interface Definitions for the org.osid.journaling
service.
|
| org.osid.journaling.batch |
The Open Service Interface Definitions for the org.osid.journaling.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
BranchForm |
BranchAdminSession.getBranchFormForCreate(Id journalEntryId,
Type[] branchRecordTypes)
Gets the branch form for creating new entries.
|
BranchForm |
BranchAdminSession.getBranchFormForUpdate(Id branchId)
Gets the branch form for updating an existing branch.
|
| Modifier and Type | Method and Description |
|---|---|
Branch |
BranchAdminSession.createBranch(BranchForm branchForm)
Creates a branch.
|
void |
BranchAdminSession.updateBranch(BranchForm branchForm)
Updates an existing branch.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BranchBatchForm
This is the form for creating and updating branches in bulk.
|