public interface AdminNotificationsHandler
AdminNotificationType notifications to administrators.| Modifier and Type | Method and Description |
|---|---|
void |
adPendingAuthorization(BasicAd ad)
Notifies the admin of an ad pending for authorization
|
void |
applicationError(ErrorLog errorLog) |
void |
externalPaymentExpired(ExternalPayment externalPayment,
java.lang.String payeeInformation)
Notifies the admin that did the external payment when it expires.
|
void |
externalPaymentPerformedFailed(ExternalPayment externalPayment,
java.lang.String payeeInformation)
Notifies the admin that did the external payment when it fails.
|
void |
generatedVouchersAboutToExpire(Voucher voucher,
int count,
java.util.Date expirationDate)
Notifies the admin that generated vouchers will expire on a given date
|
void |
generatedVouchersExpired(Voucher voucher,
int count)
Notifies the admin that generated vouchers have expired
|
void |
networkCreated(Network network)
Notifies global and multi network admins, multi network admins will get
the notification if it is created by one of the admins within their realm
|
void |
paymentAwaitingAuthorization(Transaction transaction)
Notifies the admin that he should authorize this transaction.
|
void |
paymentPerformed(Transaction transaction) |
void |
systemAlert(SystemAlert alert,
java.lang.Object... argument) |
void |
userAlert(UserAlert alert,
java.lang.Object... argument) |
void |
userImportRegistration(UserImportedFile importedFile)
Notifies the admin about registration when all users has been imported
|
void |
userRegistration(User user) |
void |
voucherBuyingAboutToExpire(VoucherType voucherType,
java.util.Date expirationDate)
Notifies the admin that buying a given voucher type is about to expire
|
void adPendingAuthorization(BasicAd ad)
void applicationError(ErrorLog errorLog)
void externalPaymentExpired(ExternalPayment externalPayment, java.lang.String payeeInformation)
void externalPaymentPerformedFailed(ExternalPayment externalPayment, java.lang.String payeeInformation)
void generatedVouchersAboutToExpire(Voucher voucher, int count, java.util.Date expirationDate)
void generatedVouchersExpired(Voucher voucher, int count)
void networkCreated(Network network)
void paymentAwaitingAuthorization(Transaction transaction)
void paymentPerformed(Transaction transaction)
void systemAlert(SystemAlert alert, java.lang.Object... argument)
void userAlert(UserAlert alert, java.lang.Object... argument)
void userImportRegistration(UserImportedFile importedFile)
void userRegistration(User user)
void voucherBuyingAboutToExpire(VoucherType voucherType, java.util.Date expirationDate)