类 FileUploadJavaBase

java.lang.Object
com.sh.wf.module.java.JavaBase
com.sh.wf.module.java.FileUploadJavaBase
所有已实现的接口:
Serializable, Cloneable

public abstract class FileUploadJavaBase extends JavaBase implements Serializable, Cloneable

Description: 文件上传Java逻辑基类

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2015年7月1日
另请参阅:
  • 字段详细资料

    • filePath

      protected String filePath
    • fileName

      protected String fileName
  • 构造器详细资料

    • FileUploadJavaBase

      public FileUploadJavaBase()
  • 方法详细资料

    • beforeUpload

      public boolean beforeUpload() throws Exception
      逻辑处理之前执行,包含参数:filePath/fileName
      返回:
      true 继续执行 false终止执行
      抛出:
      Exception - Exception
    • afterUpload

      public boolean afterUpload() throws Exception
      逻辑处理之后执行
      返回:
      true 继续执行 false终止执行 如果存在数据连接,则会相应的提交或回滚
      抛出:
      Exception - Exception
    • getFileId

      public String getFileId()
      获取文件上传列中的唯一值
      返回:
      String
    • getFileName

      public String getFileName()
    • setFileName

      public void setFileName(String fileName)
    • getFilePath

      public String getFilePath()
    • setFilePath

      public void setFilePath(String filePath)