Class AdminNotificationSettingsDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.messaging.notificationsettings.NotificationSettingsDTO
-
- org.cyclos.model.messaging.notificationsettings.AdminNotificationSettingsDTO
-
- All Implemented Interfaces:
Serializable,IEntity
public class AdminNotificationSettingsDTO extends NotificationSettingsDTO
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cyclos.model.messaging.notificationsettings.NotificationSettingsDTO
NOTIFICATION_TYPE_SETTINGS, USER
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description AdminNotificationSettingsDTO()AdminNotificationSettingsDTO(Long id)AdminNotificationSettingsDTO(Property<T,? super AdminNotificationSettingsDTO> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.messaging.notificationsettings.NotificationSettingsDTO
getNotificationTypeSettings, getUser, setNotificationTypeSettings, setUser
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
AUTHORIZABLE_PAYMENTS
public static final SetProperty<TransferTypeVO,AdminNotificationSettingsDTO> AUTHORIZABLE_PAYMENTS
-
EXTERNAL_PAYMENTS_EXPIRED
public static final SetProperty<TransferTypeVO,AdminNotificationSettingsDTO> EXTERNAL_PAYMENTS_EXPIRED
-
EXTERNAL_PAYMENTS_FAILED
public static final SetProperty<TransferTypeVO,AdminNotificationSettingsDTO> EXTERNAL_PAYMENTS_FAILED
-
FWD_MESSAGE_CATEGORIES_TO_EMAIL
public static final SetProperty<MessageCategoryVO,AdminNotificationSettingsDTO> FWD_MESSAGE_CATEGORIES_TO_EMAIL
-
PAYMENTS
public static final SetProperty<TransferTypeVO,AdminNotificationSettingsDTO> PAYMENTS
-
SYSTEM_ALERTS
public static final SetProperty<SystemAlertType,AdminNotificationSettingsDTO> SYSTEM_ALERTS
-
USER_ALERTS
public static final SetProperty<UserAlertType,AdminNotificationSettingsDTO> USER_ALERTS
-
USER_GROUPS
public static final SetProperty<GroupVO,AdminNotificationSettingsDTO> USER_GROUPS
-
VOUCHER_CONFIGURATIONS
public static final SetProperty<VoucherConfigurationVO,AdminNotificationSettingsDTO> VOUCHER_CONFIGURATIONS
-
VOUCHER_CONFIGURATIONS_BUYING
public static final SetProperty<VoucherConfigurationVO,AdminNotificationSettingsDTO> VOUCHER_CONFIGURATIONS_BUYING
-
-
Constructor Detail
-
AdminNotificationSettingsDTO
public AdminNotificationSettingsDTO()
-
AdminNotificationSettingsDTO
public AdminNotificationSettingsDTO(Long id)
-
AdminNotificationSettingsDTO
public AdminNotificationSettingsDTO(Property<T,? super AdminNotificationSettingsDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classNotificationSettingsDTO
-
getAuthorizablePayments
public Set<TransferTypeVO> getAuthorizablePayments()
-
setAuthorizablePayments
public void setAuthorizablePayments(Set<TransferTypeVO> authorizablePayments)
-
getExternalPaymentsExpired
public Set<TransferTypeVO> getExternalPaymentsExpired()
-
setExternalPaymentsExpired
public void setExternalPaymentsExpired(Set<TransferTypeVO> externalPaymentsExpired)
-
getExternalPaymentsFailed
public Set<TransferTypeVO> getExternalPaymentsFailed()
-
setExternalPaymentsFailed
public void setExternalPaymentsFailed(Set<TransferTypeVO> externalPaymentsFailed)
-
getFwdMessageCategoriesToEmail
public Set<MessageCategoryVO> getFwdMessageCategoriesToEmail()
-
setFwdMessageCategoriesToEmail
public void setFwdMessageCategoriesToEmail(Set<MessageCategoryVO> fwdMessageCategoriesToEmail)
-
getPayments
public Set<TransferTypeVO> getPayments()
-
setPayments
public void setPayments(Set<TransferTypeVO> payments)
-
getSystemAlerts
public Set<SystemAlertType> getSystemAlerts()
-
setSystemAlerts
public void setSystemAlerts(Set<SystemAlertType> systemAlerts)
-
getUserAlerts
public Set<UserAlertType> getUserAlerts()
-
setUserAlerts
public void setUserAlerts(Set<UserAlertType> userAlerts)
-
getVoucherConfigurations
public Set<VoucherConfigurationVO> getVoucherConfigurations()
-
setVoucherConfigurations
public void setVoucherConfigurations(Set<VoucherConfigurationVO> voucherConfigurations)
-
getVoucherConfigurationsBuying
public Set<VoucherConfigurationVO> getVoucherConfigurationsBuying()
-
setVoucherConfigurationsBuying
public void setVoucherConfigurationsBuying(Set<VoucherConfigurationVO> voucherConfigurationsBuying)
-
-