Class Folha

java.lang.Object
com.unify.nxj.mgr.datatypes.NXJTreeNode
com.unify.nxj.mgr.datatypes.NXJLeafNode
br.com.intersys.systextil.sysger.Folha
All Implemented Interfaces:
FileChannel
Direct Known Subclasses:
FolhaBanco

public class Folha extends com.unify.nxj.mgr.datatypes.NXJLeafNode implements FileChannel
Folha correspondente a qualquer arquivo anexado.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final File
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(br.com.intersys.systextil.connection.AppConnection conn, Prompt prompt)
    Descadastra e/ou deleta o arquivo a que este objeto se refere, ou avisa que não é possível.
    Fornece um arquivo para download, ou avisa que não é possível.
    boolean
     
    int
     
    upload(br.com.intersys.systextil.connection.AppConnection conn, InputStream stream, String fileName, String obs)
    Recebe um arquivo por upload, ou avisa que não é possível.

    Methods inherited from class com.unify.nxj.mgr.datatypes.NXJLeafNode

    getCommand, getCommandContext, getCommandParameter, setCommand, setCommandContext, setCommandParameter

    Methods inherited from class com.unify.nxj.mgr.datatypes.NXJTreeNode

    getIcon, getTitle, getToolTip, setIcon, setTitle, setToolTip, us$clearModified, us$isModified, us$setModified, us$setParent

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • arquivo

      public final File arquivo
  • Method Details

    • download

      public Req download() throws br.com.intersys.systextil.global.TagException
      Description copied from interface: FileChannel
      Fornece um arquivo para download, ou avisa que não é possível.
      Specified by:
      download in interface FileChannel
      Throws:
      br.com.intersys.systextil.global.TagException
    • upload

      public Folha upload(br.com.intersys.systextil.connection.AppConnection conn, InputStream stream, String fileName, String obs) throws br.com.intersys.systextil.global.TagException
      Description copied from interface: FileChannel
      Recebe um arquivo por upload, ou avisa que não é possível.
      Specified by:
      upload in interface FileChannel
      Throws:
      br.com.intersys.systextil.global.TagException
    • delete

      public void delete(br.com.intersys.systextil.connection.AppConnection conn, Prompt prompt) throws br.com.intersys.systextil.global.TagException
      Description copied from interface: FileChannel
      Descadastra e/ou deleta o arquivo a que este objeto se refere, ou avisa que não é possível.
      Specified by:
      delete in interface FileChannel
      Throws:
      br.com.intersys.systextil.global.TagException
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object