Nuxeo Enterprise Platform 5.4

org.nuxeo.correspondence.link
Interface MailToMailLink

All Superinterfaces:
CommonLink
All Known Implementing Classes:
MailToMailLinkImpl

public interface MailToMailLink
extends CommonLink

Correspondence MailToMailLink interface

Author:
ldoguin

Method Summary
 void addAllMailToMailLink(List<CorrespondenceLink> links)
          Add the list of given mail to mail links.
 void addMailToMailLink(CorrespondenceLink link)
          Add the given mail to mail link.
 List<CorrespondenceLink> getMailToMailLink()
           
 void removeMailToMailLink(CorrespondenceLink link)
          remove the given link.
 void resetMailToMailLink()
          Remove all mail to mail links.
 
Methods inherited from interface org.nuxeo.correspondence.link.CommonLink
getLink, save
 

Method Detail

getMailToMailLink

List<CorrespondenceLink> getMailToMailLink()
Returns:
the list of mail to mail CorrespondenceLink.

resetMailToMailLink

void resetMailToMailLink()
Remove all mail to mail links.


removeMailToMailLink

void removeMailToMailLink(CorrespondenceLink link)
remove the given link.

Parameters:
CorrespondenceLink -

addMailToMailLink

void addMailToMailLink(CorrespondenceLink link)
Add the given mail to mail link.

Parameters:
CorrespondenceLink -

addAllMailToMailLink

void addAllMailToMailLink(List<CorrespondenceLink> links)
Add the list of given mail to mail links.

Parameters:
relations -

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.