Package org.cyclos.entities.messaging
Class UserNotificationSettings
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.messaging.NotificationSettings
-
- org.cyclos.entities.messaging.UserNotificationSettings
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
- Direct Known Subclasses:
OperatorNotificationSettings
@Entity public class UserNotificationSettings extends NotificationSettings
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description UserNotificationSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<UserAccountNotificationSettings>getAccountNotificationSettings()Set<UserNotificationTypeSettings>getNotificationTypeSettings()booleanisAppMailings()booleanisEmailMailings()booleanisFwdMessageToEmail()booleanisSmsMailings()voidsetAccountNotificationSettings(Set<UserAccountNotificationSettings> accountNotificationSettings)voidsetAppMailings(Boolean appMailings)voidsetEmailMailings(boolean emailMailings)voidsetFwdMessageToEmail(boolean fwdMessageToEmail)voidsetNotificationTypeSettings(Set<UserNotificationTypeSettings> notificationTypeSettings)voidsetSmsMailings(boolean smsMailings)-
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
-
getAccountNotificationSettings
public Set<UserAccountNotificationSettings> getAccountNotificationSettings()
-
getNotificationTypeSettings
public Set<UserNotificationTypeSettings> getNotificationTypeSettings()
-
isAppMailings
public boolean isAppMailings()
-
isEmailMailings
public boolean isEmailMailings()
-
isFwdMessageToEmail
public boolean isFwdMessageToEmail()
-
isSmsMailings
public boolean isSmsMailings()
-
setAccountNotificationSettings
public void setAccountNotificationSettings(Set<UserAccountNotificationSettings> accountNotificationSettings)
-
setAppMailings
public void setAppMailings(Boolean appMailings)
-
setEmailMailings
public void setEmailMailings(boolean emailMailings)
-
setFwdMessageToEmail
public void setFwdMessageToEmail(boolean fwdMessageToEmail)
-
setNotificationTypeSettings
public void setNotificationTypeSettings(Set<UserNotificationTypeSettings> notificationTypeSettings)
-
setSmsMailings
public void setSmsMailings(boolean smsMailings)
-
-