|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
com.actuate.activeportal.forms.BaseActionForm
com.actuate.activeportal.forms.GetFileDetailsActionForm
public class GetFileDetailsActionForm
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.
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 |
---|
public GetFileDetailsActionForm()
Method Detail |
---|
public com.actuate.schemas.ArchiveRule getArchiveRule()
public com.actuate.schemas.File getFileDetails()
public com.actuate.reportcast.dstruct.FileType getFileType()
public java.lang.String getFullFileName()
public void setArchiveRule(com.actuate.schemas.ArchiveRule rule)
public void setFileDetails(com.actuate.schemas.File file)
public void setFileType(com.actuate.reportcast.dstruct.FileType type)
public void setFullFileName(java.lang.String string)
public com.actuate.schemas.ArchiveRule[] getArchiveRules()
public com.actuate.schemas.Permission[] getPermissions()
public void setArchiveRules(com.actuate.schemas.ArchiveRule[] rules)
public void setPermissions(com.actuate.schemas.Permission[] permissions)
public java.util.ArrayList getOperationLabels()
public java.util.ArrayList getOperations()
public void setOperationLabels(java.util.ArrayList strings)
public void setOperations(java.util.ArrayList strings)
public boolean isHasOperations()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |