Class CrawlerPostcard

java.lang.Object
org.lastaflute.core.mail.LaTypicalPostcard
org.codelibs.fess.mylasta.mail.CrawlerPostcard
All Implemented Interfaces:
org.lastaflute.core.mail.LaMailPostcard

public class CrawlerPostcard 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<CrawlerPostcard> postcardLambda)
     
    protected String
     
    protected String[]
     
    void
    setCrawlerEndTime(String crawlerEndTime)
    Set the value of crawlerEndTime, used in parameter comment.
    void
    setCrawlerExecTime(String crawlerExecTime)
    Set the value of crawlerExecTime, used in parameter comment.
    void
    setCrawlerStartTime(String crawlerStartTime)
    Set the value of crawlerStartTime, used in parameter comment.
    void
    setDataCrawlEndTime(String dataCrawlEndTime)
    Set the value of dataCrawlEndTime, used in parameter comment.
    void
    setDataCrawlExecTime(String dataCrawlExecTime)
    Set the value of dataCrawlExecTime, used in parameter comment.
    void
    setDataCrawlStartTime(String dataCrawlStartTime)
    Set the value of dataCrawlStartTime, used in parameter comment.
    void
    setDataIndexExecTime(String dataIndexExecTime)
    Set the value of dataIndexExecTime, used in parameter comment.
    void
    setDataIndexSize(String dataIndexSize)
    Set the value of dataIndexSize, used in parameter comment.
    void
    setFrom(String from, String personal)
     
    void
    setHostname(String hostname)
    Set the value of hostname, used in parameter comment.
    void
    setJobname(String jobname)
    Set the value of jobname, used in parameter comment.
    void
    setStatus(String status)
    Set the value of status, used in parameter comment.
    void
    setWebFsCrawlEndTime(String webFsCrawlEndTime)
    Set the value of webFsCrawlEndTime, used in parameter comment.
    void
    setWebFsCrawlExecTime(String webFsCrawlExecTime)
    Set the value of webFsCrawlExecTime, used in parameter comment.
    void
    setWebFsCrawlStartTime(String webFsCrawlStartTime)
    Set the value of webFsCrawlStartTime, used in parameter comment.
    void
    setWebFsIndexExecTime(String webFsIndexExecTime)
    Set the value of webFsIndexExecTime, used in parameter comment.
    void
    setWebFsIndexSize(String webFsIndexSize)
    Set the value of webFsIndexSize, 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

    • CrawlerPostcard

      public CrawlerPostcard()
  • Method Details

    • droppedInto

      public static CrawlerPostcard droppedInto(org.lastaflute.core.mail.Postbox postbox, org.lastaflute.core.mail.MPCall<CrawlerPostcard> 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)
    • setJobname

      public void setJobname(String jobname)
      Set the value of jobname, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      jobname - The parameter value of jobname. (NotNull)
    • setWebFsCrawlStartTime

      public void setWebFsCrawlStartTime(String webFsCrawlStartTime)
      Set the value of webFsCrawlStartTime, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      webFsCrawlStartTime - The parameter value of webFsCrawlStartTime. (NotNull)
    • setWebFsCrawlEndTime

      public void setWebFsCrawlEndTime(String webFsCrawlEndTime)
      Set the value of webFsCrawlEndTime, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      webFsCrawlEndTime - The parameter value of webFsCrawlEndTime. (NotNull)
    • setWebFsCrawlExecTime

      public void setWebFsCrawlExecTime(String webFsCrawlExecTime)
      Set the value of webFsCrawlExecTime, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      webFsCrawlExecTime - The parameter value of webFsCrawlExecTime. (NotNull)
    • setWebFsIndexExecTime

      public void setWebFsIndexExecTime(String webFsIndexExecTime)
      Set the value of webFsIndexExecTime, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      webFsIndexExecTime - The parameter value of webFsIndexExecTime. (NotNull)
    • setWebFsIndexSize

      public void setWebFsIndexSize(String webFsIndexSize)
      Set the value of webFsIndexSize, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      webFsIndexSize - The parameter value of webFsIndexSize. (NotNull)
    • setDataCrawlStartTime

      public void setDataCrawlStartTime(String dataCrawlStartTime)
      Set the value of dataCrawlStartTime, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      dataCrawlStartTime - The parameter value of dataCrawlStartTime. (NotNull)
    • setDataCrawlEndTime

      public void setDataCrawlEndTime(String dataCrawlEndTime)
      Set the value of dataCrawlEndTime, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      dataCrawlEndTime - The parameter value of dataCrawlEndTime. (NotNull)
    • setDataCrawlExecTime

      public void setDataCrawlExecTime(String dataCrawlExecTime)
      Set the value of dataCrawlExecTime, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      dataCrawlExecTime - The parameter value of dataCrawlExecTime. (NotNull)
    • setDataIndexExecTime

      public void setDataIndexExecTime(String dataIndexExecTime)
      Set the value of dataIndexExecTime, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      dataIndexExecTime - The parameter value of dataIndexExecTime. (NotNull)
    • setDataIndexSize

      public void setDataIndexSize(String dataIndexSize)
      Set the value of dataIndexSize, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      dataIndexSize - The parameter value of dataIndexSize. (NotNull)
    • setCrawlerStartTime

      public void setCrawlerStartTime(String crawlerStartTime)
      Set the value of crawlerStartTime, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      crawlerStartTime - The parameter value of crawlerStartTime. (NotNull)
    • setCrawlerEndTime

      public void setCrawlerEndTime(String crawlerEndTime)
      Set the value of crawlerEndTime, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      crawlerEndTime - The parameter value of crawlerEndTime. (NotNull)
    • setCrawlerExecTime

      public void setCrawlerExecTime(String crawlerExecTime)
      Set the value of crawlerExecTime, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      crawlerExecTime - The parameter value of crawlerExecTime. (NotNull)
    • setStatus

      public void setStatus(String status)
      Set the value of status, used in parameter comment.
      Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
      Parameters:
      status - The parameter value of status. (NotNull)