Package org.codelibs.fess.mylasta.mail
Class EsStatusPostcard
- java.lang.Object
-
- org.lastaflute.core.mail.LaTypicalPostcard
-
- org.codelibs.fess.mylasta.mail.EsStatusPostcard
-
- All Implemented Interfaces:
org.lastaflute.core.mail.LaMailPostcard
public class EsStatusPostcard extends org.lastaflute.core.mail.LaTypicalPostcardThe postcard for MailFlute on LastaFlute.- Author:
- FreeGen
-
-
Constructor Summary
Constructors Constructor Description EsStatusPostcard()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBcc(String bcc)voidaddBcc(String bcc, String personal)voidaddCc(String cc)voidaddCc(String cc, String personal)voidaddReplyTo(String replyTo)voidaddReplyTo(String replyTo, String personal)voidaddTo(String to)voidaddTo(String to, String personal)static EsStatusPostcarddroppedInto(org.lastaflute.core.mail.Postbox postbox, org.lastaflute.core.mail.MPCall<EsStatusPostcard> postcardLambda)protected StringgetBodyFile()protected String[]getPropertyNames()voidsetClustername(String clustername)Set the value of clustername, used in parameter comment.voidsetClusterstatus(String clusterstatus)Set the value of clusterstatus, used in parameter comment.voidsetFrom(String from, String personal)voidsetHostname(String hostname)Set the value of hostname, used in parameter comment.-
Methods inherited from class org.lastaflute.core.mail.LaTypicalPostcard
actuallyAddBcc, actuallyAddCc, actuallyAddReplyTo, actuallyAddTo, asDeliveryCategory, asReceiverLocale, assertArgumentNotEmpty, assertArgumentNotNull, async, attachPlainText, attachVarious, createAddress, createNativePostcard, createVariableMap, doAddBcc, doAddBcc, doAddCc, doAddCc, doAddReplyTo, doAddReplyTo, doAddTo, doAddTo, doSetFrom, dryrun, dryrunByGivenText, dryrunByGivenText, forcedlyDirect, getPostingDiscloser, getVariableMap, isStrictAddress, newNativePostcard, pushLogging, pushUlterior, registerVariable, retry, suppressSendFailure, suppressStrictAddress, toNativePostcard, toString, useBodyFile, writeAuthor
-
-
-
-
Field Detail
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
droppedInto
public static EsStatusPostcard droppedInto(org.lastaflute.core.mail.Postbox postbox, org.lastaflute.core.mail.MPCall<EsStatusPostcard> postcardLambda)
-
getBodyFile
protected String getBodyFile()
- Specified by:
getBodyFilein classorg.lastaflute.core.mail.LaTypicalPostcard
-
getPropertyNames
protected String[] getPropertyNames()
- Specified by:
getPropertyNamesin classorg.lastaflute.core.mail.LaTypicalPostcard
-
addTo
public void addTo(String to)
-
addCc
public void addCc(String cc)
-
addBcc
public void addBcc(String bcc)
-
addReplyTo
public void addReplyTo(String replyTo)
-
setHostname
public void setHostname(String hostname)
Set the value of hostname, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
hostname- The parameter value of hostname. (NotNull)
-
setClustername
public void setClustername(String clustername)
Set the value of clustername, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
clustername- The parameter value of clustername. (NotNull)
-
setClusterstatus
public void setClusterstatus(String clusterstatus)
Set the value of clusterstatus, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
clusterstatus- The parameter value of clusterstatus. (NotNull)
-
-