com.actuate.activeportal.forms
Class GetFileDetailsActionForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.actuate.activeportal.forms.BaseActionForm
          extended by com.actuate.activeportal.forms.GetFileDetailsActionForm
All Implemented Interfaces:
java.io.Serializable

public class GetFileDetailsActionForm
extends BaseActionForm

Form used by AcGetFileDetailsAction to display the file details. The action classes use the setter methods to set the file/folder details The JSP pages use the getter method to get the file/folder detail and render it.

See Also:
Serialized Form

Constructor Summary
GetFileDetailsActionForm()
           
 
Method Summary
 com.actuate.schemas.ArchiveRule getArchiveRule()
          Returns the ArchiveRule
 com.actuate.schemas.ArchiveRule[] getArchiveRules()
          Gets a array of archive rules set on the file/folder.
 com.actuate.schemas.File getFileDetails()
          Return file details.
 com.actuate.reportcast.dstruct.FileType getFileType()
          Returns the fileType.
 java.lang.String getFullFileName()
          Returns the full file name with the version number For example: /report/detail.rox;1
 java.util.ArrayList getOperationLabels()
          Returns the array of OperationLables
 java.util.ArrayList getOperations()
          Gets the Operation list.
 com.actuate.schemas.Permission[] getPermissions()
          Gets the array of Permission on the file/folder.
 boolean isHasOperations()
           
 void setArchiveRule(com.actuate.schemas.ArchiveRule rule)
          Sets the archive rule.
 void setArchiveRules(com.actuate.schemas.ArchiveRule[] rules)
          Sets the archive rule list.
 void setFileDetails(com.actuate.schemas.File file)
          Sets the fileDetails.
 void setFileType(com.actuate.reportcast.dstruct.FileType type)
          Sets the file type.
 void setFullFileName(java.lang.String string)
          Sets the full file name.
 void setOperationLabels(java.util.ArrayList strings)
           
 void setOperations(java.util.ArrayList strings)
           
 void setPermissions(com.actuate.schemas.Permission[] permissions)
          Sets the Permission list.
 
Methods inherited from class com.actuate.activeportal.forms.BaseActionForm
fixUTF8, isPostback, setPostback
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetFileDetailsActionForm

public GetFileDetailsActionForm()
Method Detail

getArchiveRule

public com.actuate.schemas.ArchiveRule getArchiveRule()
Returns the ArchiveRule


getFileDetails

public com.actuate.schemas.File getFileDetails()
Return file details.


getFileType

public com.actuate.reportcast.dstruct.FileType getFileType()
Returns the fileType.


getFullFileName

public java.lang.String getFullFileName()
Returns the full file name with the version number For example: /report/detail.rox;1


setArchiveRule

public void setArchiveRule(com.actuate.schemas.ArchiveRule rule)
Sets the archive rule.


setFileDetails

public void setFileDetails(com.actuate.schemas.File file)
Sets the fileDetails.


setFileType

public void setFileType(com.actuate.reportcast.dstruct.FileType type)
Sets the file type.


setFullFileName

public void setFullFileName(java.lang.String string)
Sets the full file name.


getArchiveRules

public com.actuate.schemas.ArchiveRule[] getArchiveRules()
Gets a array of archive rules set on the file/folder.


getPermissions

public com.actuate.schemas.Permission[] getPermissions()
Gets the array of Permission on the file/folder.


setArchiveRules

public void setArchiveRules(com.actuate.schemas.ArchiveRule[] rules)
Sets the archive rule list.


setPermissions

public void setPermissions(com.actuate.schemas.Permission[] permissions)
Sets the Permission list.


getOperationLabels

public java.util.ArrayList getOperationLabels()
Returns the array of OperationLables


getOperations

public java.util.ArrayList getOperations()
Gets the Operation list.


setOperationLabels

public void setOperationLabels(java.util.ArrayList strings)

setOperations

public void setOperations(java.util.ArrayList strings)

isHasOperations

public boolean isHasOperations()