|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BulkNotificationMessageDeliverer
A NotificationMessageDeliverer interface specialization that should be implemented by deliverers which can deliver messages in bulk. This interface needs to exist distinct from NotificationMessageDeliverer because processing in the two cases will be different. In the bulk case, the deliveries will be performed in a single transaction.
Method Summary | |
---|---|
void |
autoRemoveMessageDelivery(Collection<NotificationMessageDelivery> messageDeliveries)
This method handles auto removing message deliveries |
void |
deliverMessage(Collection<NotificationMessageDelivery> messageDeliveries)
This method is responsible for delivering a series of messageDelivery records |
Methods inherited from interface org.kuali.rice.ken.deliverer.NotificationMessageDeliverer |
---|
autoRemoveMessageDelivery, deliverMessage, dismissMessageDelivery |
Method Detail |
---|
void deliverMessage(Collection<NotificationMessageDelivery> messageDeliveries) throws NotificationMessageDeliveryException
messageDeliveries
- The messageDeliveries to process
NotificationMessageDeliveryException
void autoRemoveMessageDelivery(Collection<NotificationMessageDelivery> messageDeliveries) throws NotificationAutoRemoveException
messageDelivery
- The messageDeliveries to auto remove
NotificationAutoRemoveException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |