com.solidstategroup.action
Class DocumentAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.solidstategroup.webwork.BaseAction
          extended by com.solidstategroup.action.CmsAction
              extended by com.solidstategroup.action.DocumentAction
All Implemented Interfaces:
com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.Preparable, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, java.io.Serializable, java.lang.Cloneable

public class DocumentAction
extends CmsAction

DocumentAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
DocumentAction()
           
 
Method Summary
 java.lang.String assignFromFtp()
           
 DocumentAsset getAsset()
           
 int getAssetId()
           
 java.lang.String getDescription()
           
 java.lang.String getDocumentCode()
           
 java.lang.String getFname()
           
 java.util.List getFtpDirectoryNames()
          *********************************************************************************************************** Getters / Setters ************************************************************************************************************
 int getRootArticleTypeId()
           
 boolean isDeleteAfterMove()
           
 boolean isIncludeInSearch()
           
 java.lang.String listFtpDirectory()
           
 void setAsset(DocumentAsset asset)
           
 void setAssetId(int assetId)
           
 void setDeleteAfterMove(boolean deleteAfterMove)
           
 void setDescription(java.lang.String description)
           
 void setDocumentCode(java.lang.String documentCode)
           
 void setFname(java.lang.String fname)
           
 void setFtpDirectoryNames(java.util.List ftpDirectoryNames)
           
 void setIncludeInSearch(boolean includeInSearch)
           
 void setRootArticleTypeId(int rootArticleTypeId)
           
 
Methods inherited from class com.solidstategroup.action.CmsAction
prepare
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clone, doDefault, doInput, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentAction

public DocumentAction()
Method Detail

listFtpDirectory

public java.lang.String listFtpDirectory()

assignFromFtp

public java.lang.String assignFromFtp()

getFtpDirectoryNames

public java.util.List getFtpDirectoryNames()
*********************************************************************************************************** Getters / Setters ************************************************************************************************************


setFtpDirectoryNames

public void setFtpDirectoryNames(java.util.List ftpDirectoryNames)

isIncludeInSearch

public boolean isIncludeInSearch()

setIncludeInSearch

public void setIncludeInSearch(boolean includeInSearch)

getRootArticleTypeId

public int getRootArticleTypeId()

setRootArticleTypeId

public void setRootArticleTypeId(int rootArticleTypeId)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getAssetId

public int getAssetId()

setAssetId

public void setAssetId(int assetId)

getFname

public java.lang.String getFname()

setFname

public void setFname(java.lang.String fname)

getAsset

public DocumentAsset getAsset()

setAsset

public void setAsset(DocumentAsset asset)

isDeleteAfterMove

public boolean isDeleteAfterMove()

setDeleteAfterMove

public void setDeleteAfterMove(boolean deleteAfterMove)

getDocumentCode

public java.lang.String getDocumentCode()

setDocumentCode

public void setDocumentCode(java.lang.String documentCode)