Class EditForm

java.lang.Object
sk.iway.iwcm.filebrowser.EditForm

public class EditForm extends Object
Formular pre editaciu suboru
  • Constructor Details

    • EditForm

      public EditForm()
  • Method Details

    • isAccessibleFor

      public boolean isAccessibleFor(UserDetails user)
    • getSelectedFilesToDelete

      public String[] getSelectedFilesToDelete()
    • setSelectedFilesToDelete

      public void setSelectedFilesToDelete(String[] selectedFilesToDelete)
    • getDir

      public String getDir()
      Gets the dir attribute of the EditForm object
      Returns:
      The dir value
    • setDir

      public void setDir(String dir)
      Sets the dir attribute of the EditForm object
      Parameters:
      dir - The new dir value
    • setFile

      public void setFile(String file)
      Sets the file attribute of the EditForm object
      Parameters:
      file - The new file value
    • getFile

      public String getFile()
      Gets the file attribute of the EditForm object
      Returns:
      The file value
    • setOrigFile

      public void setOrigFile(String file)
      Sets the file attribute of the EditForm object
      Parameters:
      file - The new file value
    • getOrigFile

      public String getOrigFile()
      Gets the file attribute of the EditForm object
      Returns:
      The file value
    • setData

      public void setData(String data)
      Sets the data attribute of the EditForm object
      Parameters:
      data - The new data value
    • getData

      public String getData()
      Gets the data attribute of the EditForm object
      Returns:
      The data value
    • setUploadFile

      public void setUploadFile(sk.iway.upload.UploadedFile uploadFile)
      Sets the fileUpload attribute of the EditForm object
    • getUploadFile

      public sk.iway.upload.UploadedFile getUploadFile()
      Gets the fileUpload attribute of the EditForm object
      Returns:
      The fileUpload value
    • getOrigDir

      public String getOrigDir()
    • setOrigDir

      public void setOrigDir(String origDir)
    • setPasswordProtected

      public void setPasswordProtected(int[] passwordProtected)
      Sets the passwordProtected attribute of the EditorForm object
      Parameters:
      passwordProtected - The new passwordProtected value
    • setPasswordProtectedString

      public void setPasswordProtectedString(String passwordProtectedString)
      Sets the passwordProtectedString attribute of the EditorForm object
      Parameters:
      passwordProtectedString - The new passwordProtectedString value
    • getPasswordProtected

      public int[] getPasswordProtected()
      Gets the passwordProtected attribute of the EditorForm object
      Returns:
      The passwordProtected value
    • getPasswordProtectedString

      public String getPasswordProtectedString()
      Gets the passwordProtectedString attribute of the EditorForm object
      Returns:
      The passwordProtectedString value
    • isIndexFulltext

      public boolean isIndexFulltext()
    • setIndexFulltext

      public void setIndexFulltext(boolean indexFulltext)
    • getLogonDocId

      public int getLogonDocId()
    • setLogonDocId

      public void setLogonDocId(int logonDocId)