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.LaTypicalPostcard
The postcard for MailFlute on LastaFlute.
Author:
FreeGen
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.lastaflute.core.mail.LaTypicalPostcard

    bodyFileOption, postcard, strictAddress, variableMap
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    addBcc(String bcc, String personal)
     
    void
     
    void
    addCc(String cc, String personal)
     
    void
    addReplyTo(String replyTo)
     
    void
    addReplyTo(String replyTo, String personal)
     
    void
     
    void
    addTo(String to, String personal)
     
    droppedInto(org.lastaflute.core.mail.Postbox postbox, org.lastaflute.core.mail.MPCall<EsStatusPostcard> postcardLambda)
     
    protected String
     
    protected String[]
     
    void
    setClustername(String clustername)
    Set the value of clustername, used in parameter comment.
    void
    setClusterstatus(String clusterstatus)
    Set the value of clusterstatus, used in parameter comment.
    void
    setFrom(String from, String personal)
     
    void
    setHostname(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, definitelySync, 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • EsStatusPostcard

      public EsStatusPostcard()
  • Method Details

    • droppedInto

      public static EsStatusPostcard droppedInto(org.lastaflute.core.mail.Postbox postbox, org.lastaflute.core.mail.MPCall<EsStatusPostcard> postcardLambda)
    • getBodyFile

      protected String getBodyFile()
      Specified by:
      getBodyFile in class org.lastaflute.core.mail.LaTypicalPostcard
    • getPropertyNames

      protected String[] getPropertyNames()
      Specified by:
      getPropertyNames in class org.lastaflute.core.mail.LaTypicalPostcard
    • setFrom

      public void setFrom(String from, String personal)
    • addTo

      public void addTo(String to)
    • addTo

      public void addTo(String to, String personal)
    • addCc

      public void addCc(String cc)
    • addCc

      public void addCc(String cc, String personal)
    • addBcc

      public void addBcc(String bcc)
    • addBcc

      public void addBcc(String bcc, String personal)
    • addReplyTo

      public void addReplyTo(String replyTo)
    • addReplyTo

      public void addReplyTo(String replyTo, String personal)
    • 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)