Interface | osid.financials.budgeting.BudgetNotificationSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session defines methods to receive notifications on
adds/changes to The two views defined in this session correspond to the
views in the | ||
Method | getBusinessId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Business Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getBusiness | ||
Description |
Gets the | ||
Return | osid.financials.Business | the business | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canRegisterForBudgetNotifications | ||
Description |
Tests if this user can register for | ||
Return | boolean | false if notification methods are not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | useFederatedBusinessView | ||
Description |
Federates the view for methods in this session. A federated view will include budgets in catalogs which are children of this catalog in the business hierarchy. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useIsolatedBusinessView | ||
Description |
Isolates the view for methods in this session. An isolated view restricts notifications to this business only. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | reliableBudgetNotifications | ||
Description |
Reliable notifications are desired. In reliable mode,
notifications are to be acknowledged using | ||
Compliance | mandatory | This method is must be implemented. | |
Method | unreliableBudgetNotifications | ||
Description |
Unreliable notifications are desired. In unreliable mode, notifications do not need to be acknowledged. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | acknowledgeBudgetNotification | ||
Description |
Acknowledge a budget notification. | ||
Parameters | osid.id.Id | notificationId | the Id of the notification |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewBudgets | ||
Description |
Register for notifications of new budgets. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewBudgetsForActivity | ||
Description |
Register for notifications of new budgets for the given
activity. | ||
Parameters | osid.id.Id | activityId | the Id of the Activity to monitor |
Errors | NULL_ARGUMENT | activityId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForNewBudgetsForFiscalPeriod | ||
Description |
Register for notifications of new budgets for the given
fiscal period. | ||
Parameters | osid.id.Id | fiscalPeriodId | the Id of the FiscalPeriod to monitor |
Errors | NULL_ARGUMENT | fiscalPeriodId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedBudgets | ||
Description |
Registers for notification of updated budgets. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerFoChangedBudgetsForActivity | ||
Description |
Registers for notification of updated budgets for the
given activity. | ||
Parameters | osid.id.Id | activityId | the Id of the Activity to monitor |
Errors | NULL_ARGUMENT | activityId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerFoChangedBudgetsForFiscalPeriod | ||
Description |
Registers for notification of updated budgets for the
given fiscal period. | ||
Parameters | osid.id.Id | fiscalPeriodId | the Id of the FiscalPeriod to monitor |
Errors | NULL_ARGUMENT | fiscalPeriodId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForChangedBudget | ||
Description |
Registers for notification of an updated budget. | ||
Parameters | osid.id.Id | budgetId | the Id of the Budget to monitor |
Errors | NULL_ARGUMENT | budgetId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedBudgets | ||
Description |
Registers for notification of deleted budgets. | ||
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedBudgetsForActivity | ||
Description |
Registers for notification of deleted budgets for the
given activity. | ||
Parameters | osid.id.Id | activityId | the Id of the Activity to monitor |
Errors | NULL_ARGUMENT | activityId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedBudgetsForFiscalPeriod | ||
Description |
Registers for notification of deleted budgets for the
given fiscal period. | ||
Parameters | osid.id.Id | fiscalPeriodId | the Id of the FiscalPeriod to monitor |
Errors | NULL_ARGUMENT | fiscalPeriodId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | registerForDeletedBudget | ||
Description |
Registers for notification of a deleted budget. | ||
Parameters | osid.id.Id | budgetId | the Id of the Budget to monitor |
Errors | NULL_ARGUMENT | budgetId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |