Package org.cyclos.entities.messaging
Class AdminNotificationSettings
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.messaging.NotificationSettings
-
- org.cyclos.entities.messaging.AdminNotificationSettings
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
@Entity public class AdminNotificationSettings extends NotificationSettings
Class for register notifications preference for administrators
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description AdminNotificationSettings()
-
Method Summary
-
Methods inherited from class org.cyclos.entities.messaging.NotificationSettings
getNetwork, getUser, setUser
-
Methods inherited from class org.cyclos.entities.BaseEntity
getDataTranslationType, getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getAuthorizablePayments
public Set<TransferType> getAuthorizablePayments()
-
getExternalPaymentsExpired
public Set<TransferType> getExternalPaymentsExpired()
-
getExternalPaymentsFailed
public Set<TransferType> getExternalPaymentsFailed()
-
getFwdMessageCategoriesToEmail
public Set<MessageCategory> getFwdMessageCategoriesToEmail()
-
getNotificationTypeSettings
public List<AdminNotificationTypeSettings> getNotificationTypeSettings()
-
getPayments
public Set<TransferType> getPayments()
-
getSystemAlerts
public Set<SystemAlertType> getSystemAlerts()
-
getUserAlerts
public Set<UserAlertType> getUserAlerts()
-
getVoucherConfigurations
public Set<VoucherConfiguration> getVoucherConfigurations()
-
getVoucherConfigurationsBuying
public Set<VoucherConfiguration> getVoucherConfigurationsBuying()
-
setAuthorizablePayments
public void setAuthorizablePayments(Set<TransferType> newPendingPayments)
-
setExternalPaymentsExpired
public void setExternalPaymentsExpired(Set<TransferType> externalPaymentsExpired)
-
setExternalPaymentsFailed
public void setExternalPaymentsFailed(Set<TransferType> externalPaymentsFailed)
-
setFwdMessageCategoriesToEmail
public void setFwdMessageCategoriesToEmail(Set<MessageCategory> fwdMessageCategoriesToEmail)
-
setNotificationTypeSettings
public void setNotificationTypeSettings(List<AdminNotificationTypeSettings> notificationTypeSettings)
-
setPayments
public void setPayments(Set<TransferType> payments)
-
setSystemAlerts
public void setSystemAlerts(Set<SystemAlertType> systemAlerts)
-
setUserAlerts
public void setUserAlerts(Set<UserAlertType> userAlerts)
-
setVoucherConfigurations
public void setVoucherConfigurations(Set<VoucherConfiguration> voucherConfigurations)
-
setVoucherConfigurationsBuying
public void setVoucherConfigurationsBuying(Set<VoucherConfiguration> voucherConfigurationsBuying)
-
-