OSID Logo
OSID Specifications
course registration request package
Version 3.0.0
Interfaceosid.course.registration.request.RegistrationRequestItemReceiver
Implementsosid.OsidReceiver
Description

The registration request item receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted RegistrationRequestItem objects.

MethodnewRegistrationRequestItems
Description

The callback for notifications of new registration request items.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListregistrationRequestItemIdsthe Id of the new RegistrationRequestItems
CompliancemandatoryThis method must be implemented.
MethodchangedRegistrationRequestItems
Description

The callback for notification of updated registration request items.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListregistrationRequestItemIdsthe Id of the updated RegistrationRequestItems
CompliancemandatoryThis method must be implemented.
MethoddeletedRegistrationRequestItems
Description

The callback for notification of deleted registration request items.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListregistrationRequestItemIdsthe Id of the deleted RegistrationRequestItems
CompliancemandatoryThis method must be implemented.