public class PrintRWorkbookAction extends AbstractOutputFileAction
限定符和类型 | 字段和说明 |
---|---|
static ObjectTableMapper |
OBJECT_MAPPER |
static java.lang.String |
TABLE_NAME |
CPR, EXTRA_OUTPUT_FILE_ACTION_COLUMN_NAME, PNG
EMPTY_ACTION, XML_TAG
构造器和说明 |
---|
PrintRWorkbookAction() |
限定符和类型 | 方法和说明 |
---|---|
OutputFileAction |
analyzeJSON(JSONObject printRWorkbookActionJO)
将Json转换成对象
|
java.lang.Object |
clone() |
JSONObject |
createJSONConfig()
将对象转成JSON
|
void |
doFileAction(java.io.File[] files)
执行和输出文件相关的操作。
|
void |
doPrint(java.io.File file)
执行打印
|
CompatiableIDFCMapper |
getExtraOutputFileActionForeignKey()
和FileActionList的外键关联
|
java.io.File[] |
getFilesToDealWith(java.io.File[] files) |
long |
getId() |
java.lang.String |
getJsonTag() |
java.lang.String |
getPrinterName() |
boolean |
isEmailNotification()
是不是邮件通知
|
ObjectTableMapper |
objectTableMapper2Register()
需要建立的数据库表结构
|
void |
setId(long id) |
void |
setPrinterName(java.lang.String printerName) |
dealWithParameter, getBook, getCprFromOutputFile, getParameterMap, getPngFromOutputFile, getTaskName, getUserArray, init, readXML, setBook, setParameters, setTaskName, setUserArray, writeXML
public static final java.lang.String TABLE_NAME
public static final ObjectTableMapper OBJECT_MAPPER
public long getId()
public void setId(long id)
public java.lang.String getPrinterName()
public void setPrinterName(java.lang.String printerName)
public ObjectTableMapper objectTableMapper2Register()
public java.io.File[] getFilesToDealWith(java.io.File[] files)
getFilesToDealWith
在接口中 OutputFileAction
getFilesToDealWith
在类中 AbstractOutputFileAction
public CompatiableIDFCMapper getExtraOutputFileActionForeignKey()
OutputFileAction
getExtraOutputFileActionForeignKey
在接口中 OutputFileAction
getExtraOutputFileActionForeignKey
在类中 AbstractOutputFileAction
public void doPrint(java.io.File file) throws java.lang.Exception
file
- 待打印的文件java.lang.Exception
- 异常public void doFileAction(java.io.File[] files)
doFileAction
在接口中 OutputFileAction
doFileAction
在类中 AbstractOutputFileAction
files
- 输出文件数组java.lang.Exception
- 异常public JSONObject createJSONConfig() throws JSONException
createJSONConfig
在接口中 OutputFileAction
createJSONConfig
在类中 AbstractOutputFileAction
JSONException
- json异常public OutputFileAction analyzeJSON(JSONObject printRWorkbookActionJO)
analyzeJSON
在接口中 OutputFileAction
analyzeJSON
在类中 AbstractOutputFileAction
printRWorkbookActionJO
- json对象public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
在接口中 FCloneable
clone
在类中 AbstractOutputFileAction
java.lang.CloneNotSupportedException
- 如果克隆失败则抛出此异常public java.lang.String getJsonTag()
getJsonTag
在接口中 OutputFileAction
getJsonTag
在类中 AbstractOutputFileAction
public boolean isEmailNotification()