Interface RegistrationRequestItemReceiver
- All Superinterfaces:
OsidReceiver
The registration request item receiver is the consumer supplied
interface for receiving notifications pertaining to new, updated or
deleted RegistrationRequestItem objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedRegistrationRequestItems(Id notificationId, IdList registrationRequestItemIds) The callback for notification of updated registration request items.voiddeletedRegistrationRequestItems(Id notificationId, IdList registrationRequestItemIds) The callback for notification of deleted registration request items.voidnewRegistrationRequestItems(Id notificationId, IdList registrationRequestItemIds) The callback for notifications of new registration request items.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newRegistrationRequestItems
The callback for notifications of new registration request items.- Parameters:
notificationId- the notificationIdregistrationRequestItemIds- theIdof the newRegistrationRequestItems- Compliance:
mandatory- This method must be implemented.
-
changedRegistrationRequestItems
The callback for notification of updated registration request items.- Parameters:
notificationId- the notificationIdregistrationRequestItemIds- theIdof the updatedRegistrationRequestItems- Compliance:
mandatory- This method must be implemented.
-
deletedRegistrationRequestItems
The callback for notification of deleted registration request items.- Parameters:
notificationId- the notificationIdregistrationRequestItemIds- theIdof the deletedRegistrationRequestItems- Compliance:
mandatory- This method must be implemented.
-