public class AdminNotificationSettingsDTO extends NotificationSettingsDTO
| Modifier and Type | Field and Description |
|---|---|
static SetProperty<TransferTypeVO,AdminNotificationSettingsDTO> |
AUTHORIZABLE_PAYMENTS |
static java.lang.String |
CLASS_NAME |
static SetProperty<TransferTypeVO,AdminNotificationSettingsDTO> |
EXTERNAL_PAYMENTS_EXPIRED |
static SetProperty<TransferTypeVO,AdminNotificationSettingsDTO> |
EXTERNAL_PAYMENTS_FAILED |
static SetProperty<MessageCategoryVO,AdminNotificationSettingsDTO> |
FWD_MESSAGE_CATEGORIES_TO_EMAIL |
static SetProperty<TransferTypeVO,AdminNotificationSettingsDTO> |
PAYMENTS |
static SetProperty<SystemAlertType,AdminNotificationSettingsDTO> |
SYSTEM_ALERTS |
static SetProperty<UserAlertType,AdminNotificationSettingsDTO> |
USER_ALERTS |
static SetProperty<GroupVO,AdminNotificationSettingsDTO> |
USER_GROUPS |
static SetProperty<VoucherConfigurationVO,AdminNotificationSettingsDTO> |
VOUCHER_CONFIGURATIONS |
static SetProperty<VoucherConfigurationVO,AdminNotificationSettingsDTO> |
VOUCHER_CONFIGURATIONS_BUYING |
NOTIFICATION_TYPES_SETTINGS, USERID| Constructor and Description |
|---|
AdminNotificationSettingsDTO() |
AdminNotificationSettingsDTO(java.lang.Long id) |
AdminNotificationSettingsDTO(Property<T,? super AdminNotificationSettingsDTO> property,
T value) |
getNotificationTypesSettings, getUser, setNotificationTypesSettings, setUsergetVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final SetProperty<TransferTypeVO,AdminNotificationSettingsDTO> AUTHORIZABLE_PAYMENTS
public static final SetProperty<TransferTypeVO,AdminNotificationSettingsDTO> EXTERNAL_PAYMENTS_EXPIRED
public static final SetProperty<TransferTypeVO,AdminNotificationSettingsDTO> EXTERNAL_PAYMENTS_FAILED
public static final SetProperty<MessageCategoryVO,AdminNotificationSettingsDTO> FWD_MESSAGE_CATEGORIES_TO_EMAIL
public static final SetProperty<TransferTypeVO,AdminNotificationSettingsDTO> PAYMENTS
public static final SetProperty<SystemAlertType,AdminNotificationSettingsDTO> SYSTEM_ALERTS
public static final SetProperty<UserAlertType,AdminNotificationSettingsDTO> USER_ALERTS
public static final SetProperty<GroupVO,AdminNotificationSettingsDTO> USER_GROUPS
public static final SetProperty<VoucherConfigurationVO,AdminNotificationSettingsDTO> VOUCHER_CONFIGURATIONS
public static final SetProperty<VoucherConfigurationVO,AdminNotificationSettingsDTO> VOUCHER_CONFIGURATIONS_BUYING
public AdminNotificationSettingsDTO()
public AdminNotificationSettingsDTO(java.lang.Long id)
public AdminNotificationSettingsDTO(Property<T,? super AdminNotificationSettingsDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NotificationSettingsDTOpublic java.util.Set<TransferTypeVO> getAuthorizablePayments()
public void setAuthorizablePayments(java.util.Set<TransferTypeVO> authorizablePayments)
public java.util.Set<TransferTypeVO> getExternalPaymentsExpired()
public void setExternalPaymentsExpired(java.util.Set<TransferTypeVO> externalPaymentsExpired)
public java.util.Set<TransferTypeVO> getExternalPaymentsFailed()
public void setExternalPaymentsFailed(java.util.Set<TransferTypeVO> externalPaymentsFailed)
public java.util.Set<MessageCategoryVO> getFwdMessageCategoriesToEmail()
public void setFwdMessageCategoriesToEmail(java.util.Set<MessageCategoryVO> fwdMessageCategoriesToEmail)
public java.util.Set<TransferTypeVO> getPayments()
public void setPayments(java.util.Set<TransferTypeVO> payments)
public java.util.Set<SystemAlertType> getSystemAlerts()
public void setSystemAlerts(java.util.Set<SystemAlertType> systemAlerts)
public java.util.Set<UserAlertType> getUserAlerts()
public void setUserAlerts(java.util.Set<UserAlertType> userAlerts)
public java.util.Set<GroupVO> getUserGroups()
public void setUserGroups(java.util.Set<GroupVO> userGroups)
public java.util.Set<VoucherConfigurationVO> getVoucherConfigurations()
public void setVoucherConfigurations(java.util.Set<VoucherConfigurationVO> voucherConfigurations)
public java.util.Set<VoucherConfigurationVO> getVoucherConfigurationsBuying()
public void setVoucherConfigurationsBuying(java.util.Set<VoucherConfigurationVO> voucherConfigurationsBuying)