Nuxeo Enterprise Platform 5.4

org.nuxeo.correspondence.link
Interface EnvelopeToMailLink

All Superinterfaces:
CommonLink
All Known Implementing Classes:
EnvelopeToMailLinkImpl

public interface EnvelopeToMailLink
extends CommonLink

Correspondence EnvelopeToMailLink interface.

Author:
ldoguin

Method Summary
 void addAllEnvelopeToMailLink(List<CorrespondenceLink> links)
          Add the list of given envelope to mail links.
 void addEnvelopeToMailLink(CorrespondenceLink link)
          Add the given envelope to mail link.
 List<CorrespondenceLink> getEnvelopeToMailLink()
           
 void resetEnvelopeToMailLink()
          Remove all envelope to mail links.
 
Methods inherited from interface org.nuxeo.correspondence.link.CommonLink
getLink, save
 

Method Detail

getEnvelopeToMailLink

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

resetEnvelopeToMailLink

void resetEnvelopeToMailLink()
Remove all envelope to mail links.


addEnvelopeToMailLink

void addEnvelopeToMailLink(CorrespondenceLink link)
Add the given envelope to mail link.

Parameters:
CorrespondenceLink -

addAllEnvelopeToMailLink

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

Parameters:
relations -

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.