org.opencrx.application.shop1.cci2
Interface SendEMailParams

All Known Subinterfaces:
SendEMailParams

public interface SendEMailParams


Nested Class Summary
static class SendEMailParams.Member
          The structure's members
 
Method Summary
 String getBody()
          Retrieves the value for the structure field body.
 String getEmailCreatorName()
          Retrieves the value for the structure field emailCreatorName.
 String getOnBehalfOfCustomerNumber()
          Retrieves the value for the optional structure field onBehalfOfCustomerNumber.
 List<String> getRecipientBcc()
          Retrieves a list containing all the elements for the structure field recipientBcc.
 List<String> getRecipientCc()
          Retrieves a list containing all the elements for the structure field recipientCc.
 List<String> getRecipientTo()
          Retrieves a list containing all the elements for the structure field recipientTo.
 String getSender()
          Retrieves the value for the structure field sender.
 String getSubject()
          Retrieves the value for the structure field subject.
 

Method Detail

getBody

String getBody()
Retrieves the value for the structure field body.

Returns:
The non-null value for structure field body.

getEmailCreatorName

String getEmailCreatorName()
Retrieves the value for the structure field emailCreatorName.

Returns:
The non-null value for structure field emailCreatorName.

getOnBehalfOfCustomerNumber

String getOnBehalfOfCustomerNumber()
Retrieves the value for the optional structure field onBehalfOfCustomerNumber.

Returns:
The possibly null value for structure field onBehalfOfCustomerNumber.

getRecipientBcc

List<String> getRecipientBcc()
Retrieves a list containing all the elements for the structure field recipientBcc.

Returns:
A list containing all elements for this structure field.

getRecipientCc

List<String> getRecipientCc()
Retrieves a list containing all the elements for the structure field recipientCc.

Returns:
A list containing all elements for this structure field.

getRecipientTo

List<String> getRecipientTo()
Retrieves a list containing all the elements for the structure field recipientTo.

Returns:
A list containing all elements for this structure field.

getSender

String getSender()
Retrieves the value for the structure field sender.

Returns:
The non-null value for structure field sender.

getSubject

String getSubject()
Retrieves the value for the structure field subject.

Returns:
The non-null value for structure field subject.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.