com.silverpeas.mailinglist.service.model.beans
Class MailingList
java.lang.Object
com.silverpeas.mailinglist.service.model.beans.IdentifiableObject
com.silverpeas.mailinglist.service.model.beans.MailingList
- All Implemented Interfaces:
- Serializable
@Entity
public class MailingList
- extends IdentifiableObject
- See Also:
- Serialized Form
MailingList
public MailingList()
getName
public String getName()
setName
public void setName(String name)
getSubscribedAddress
public String getSubscribedAddress()
setSubscribedAddress
public void setSubscribedAddress(String subscribedAddress)
isOpen
public boolean isOpen()
setOpen
public void setOpen(boolean publiclyVisible)
isModerated
public boolean isModerated()
setModerated
public void setModerated(boolean moderated)
getModerators
public Set<InternalUser> getModerators()
setModerators
public void setModerators(Set<InternalUser> moderators)
getReaders
public Set<InternalUser> getReaders()
setReaders
public void setReaders(Set<InternalUser> readers)
getComponentId
public String getComponentId()
setComponentId
public void setComponentId(String componentId)
getExternalSubscribers
public Set<ExternalUser> getExternalSubscribers()
isNotify
public boolean isNotify()
setNotify
public void setNotify(boolean notify)
removeExternalSubscriber
public void removeExternalSubscriber(ExternalUser user)
addExternalSubscriber
public void addExternalSubscriber(ExternalUser user)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
isSupportRSS
public boolean isSupportRSS()
setSupportRSS
public void setSupportRSS(boolean supportRSS)
isEmailAuthorized
public boolean isEmailAuthorized(String email)
getGroupSubscribers
public Set<InternalGroupSubscriber> getGroupSubscribers()
getInternalSubscribers
public Set<InternalUserSubscriber> getInternalSubscribers()
Copyright © 2016 Silverpeas. All Rights Reserved.