Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.distribution
Interface DistributionInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
CMFDistributionInfo

public interface DistributionInfo
extends Serializable

Distribution information.

This class is used to gather information from the interface.

Author:
Anahide Tchertchian

Method Summary
 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)
           
 

Method Detail

getMode

String getMode()

setMode

void setMode(String mode)

getFavoriteMailboxes

List<ParticipantItem> getFavoriteMailboxes()

setFavoriteMailboxes

void setFavoriteMailboxes(List<ParticipantItem> favoriteMailboxes)

getComment

String getComment()

setComment

void setComment(String comment)

getAllParticipants

Map<String,List<String>> getAllParticipants()

isEmpty

@Deprecated
boolean isEmpty(List list)
Deprecated. has nothing to do with this interface

Returns true if given list is empty


hasParticipants

boolean hasParticipants()

getForActionMailingLists

List<String> getForActionMailingLists()

getForInformationMailingLists

List<String> getForInformationMailingLists()

getMlInfos

List<MailingListDistributionInfo> getMlInfos()

setMlInfos

void setMlInfos(List<MailingListDistributionInfo> mailistInfos)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.