public class SendEmailPageV2 extends SQLCommand
SEND_EMAIL_PAGEV2 PAGE_URL pageUrl SENDER sender_email USER run_as_user TARGET target_object [SUBJECT email_subject] RECIPIENTS recipient_list[,...] [SHOW_CHARTS show_charts] [ASOF asof_date] [START_DATE_PREVIOUS_PERIODS start_date_previous_periods]Usage
SEND_EMAIL_PAGEV2 PAGE_URL 'http://aspc.jobtrack.com.au/site/reports/continuous-improvement-report-v2?job_key=123286@2097152781~21@2' SENDER support@stsoftware.com.au USER lei TARGET 123288@2097152781~21@2 RECIPIENTS 13245@2097152781~12@1 SHOW_CHARTS TRUE ASOF '1 Feb 2018' START_DATE_PREVIOUS_PERIODS '1 Jan 2018'THREAD MODE: SINGLE THREADED command
Modifier and Type | Field and Description |
---|---|
static ConcurrentDecimalFormat |
HOUR_FORMATTER |
CURSOR_SIZE
Constructor and Description |
---|
SendEmailPageV2(Connection connection,
Pattern pattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
execute(Parser p)
execute the command.
|
java.lang.String |
getColumnName(int col)
Not mandatory to supply a key for the row as well.
|
java.lang.String |
getColumnType(int col)
get the column type
|
java.lang.String |
getRecordID(int row)
We are at the last row when we return null for the record ID.
|
java.lang.Object |
getValue(int row,
int col)
The value for this column/row
|
appendResult, appendResult, getCursorName, getRecordKey, isExecuteOnly
execute, extMakeThreadName, getConnection, getPattern, getRawTitle, getTitle, makeThreadName, recordCall, setTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRawTitle
public static final ConcurrentDecimalFormat HOUR_FORMATTER
public SendEmailPageV2(Connection connection, Pattern pattern)
protected void execute(Parser p) throws java.lang.Exception
public java.lang.String getColumnName(int col)
CommandBuildResultsPlugin
col
- The column number ( offset from 1)public java.lang.String getRecordID(int row)
CommandBuildResultsPlugin
row
- The row number ( offset from 1)public java.lang.String getColumnType(int col)
CommandBuildResultsPlugin
col
- The column number ( offset from 1)@CheckReturnValue @Nullable public java.lang.Object getValue(@Nonnegative int row, @Nonnegative int col)
CommandBuildResultsPlugin
row
- The row number ( offset from 1)col
- The column number ( offset from 1)stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.