public interface DistributionInfo extends Serializable
This class is used to gather information from the interface.
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getAllParticipants() |
String |
getComment() |
List<ParticipantItem> |
getFavoriteMailboxes() |
List<String> |
getForActionMailingLists() |
List<String> |
getForInformationMailingLists() |
List<MailingListDistributionInfo> |
getMlInfos() |
String |
getMode() |
boolean |
hasParticipants() |
boolean |
isEmpty(List list)
Deprecated.
has nothing to do with this interface
|
void |
setComment(String comment) |
void |
setFavoriteMailboxes(List<ParticipantItem> favoriteMailboxes) |
void |
setMlInfos(List<MailingListDistributionInfo> mailistInfos) |
void |
setMode(String mode) |
String getMode()
void setMode(String mode)
List<ParticipantItem> getFavoriteMailboxes()
void setFavoriteMailboxes(List<ParticipantItem> favoriteMailboxes)
String getComment()
void setComment(String comment)
@Deprecated boolean isEmpty(List list)
boolean hasParticipants()
List<MailingListDistributionInfo> getMlInfos()
void setMlInfos(List<MailingListDistributionInfo> mailistInfos)
Copyright © 2011 Nuxeo SA. All Rights Reserved.