it.eng.spagobi.tools.scheduler.to
Class DispatchContext

java.lang.Object
  extended by it.eng.spagobi.tools.scheduler.to.DispatchContext
All Implemented Interfaces:
java.io.Serializable

public class DispatchContext
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DispatchContext()
           
 
Method Summary
 void addDlId(java.lang.Integer dlId)
          Adds the dl id.
 int getBiobjId()
          Gets the biobj id.
 java.lang.String getContentType()
           
 java.lang.String getDataSetFolderLabel()
           
 java.lang.String getDataSetFolderParameterLabel()
           
 java.lang.String getDataSetLabel()
           
 java.lang.String getDataSetParameterLabel()
           
 java.lang.String getDescriptionSuffix()
           
 java.lang.String getDestinationFolder()
           
 java.util.List getDlIds()
          Gets the dl ids.
 java.lang.String getDocumentDescription()
          Gets the document description.
 java.lang.String getDocumentHistoryLength()
          Gets the document history length.
 java.lang.String getDocumentName()
          Gets the document name.
 it.eng.spagobi.tools.dataset.common.datastore.IDataStore getEmailDispatchDataStore()
           
 java.lang.String getExpression()
           
 java.lang.String getFileExtension()
           
 it.eng.spagobi.tools.dataset.common.datastore.IDataStore getFolderDispatchDataSotre()
           
 java.lang.String getFoldersTo()
           
 java.lang.String getFunctionalityIds()
          Gets the functionality ids.
 java.lang.String getFunctionalityTreeFolderLabel()
           
 int getIndexNumberOfDocumentToDispatch()
           
 java.lang.String getJavaClassPath()
           
 org.quartz.JobExecutionContext getJobExecutionContext()
           
 java.lang.String getMailSubj()
          Gets the mail subj.
 java.lang.String getMailTos()
          Gets the mail tos.
 java.lang.String getMailTxt()
          Gets the mail txt.
 java.lang.String getNameSuffix()
           
 java.lang.String getOwner()
           
 java.util.Map<java.lang.String,java.lang.String> getParametersMap()
           
 java.lang.String getSnapshotDescription()
          Gets the snapshot description.
 java.lang.String getSnapshotHistoryLength()
          Gets the snapshot history length.
 java.lang.String getSnapshotName()
          Gets the snapshot name.
 int getTotalNumberOfDocumentsToDispatch()
           
 it.eng.spago.security.IEngUserProfile getUserProfile()
           
 boolean isDistributionListDispatchChannelEnabled()
           
 boolean isFileSystemDispatchChannelEnabled()
           
 boolean isFunctionalityTreeDispatchChannelEnabled()
           
 boolean isJavaClassDispatchChannelEnabled()
           
 boolean isMailDispatchChannelEnabled()
           
 boolean isSnapshootDispatchChannelEnabled()
           
 boolean isUseDataSet()
           
 boolean isUseExpression()
           
 boolean isUseFixedFolder()
           
 boolean isUseFixedRecipients()
           
 boolean isUseFolderDataSet()
           
 void removeDlId(java.lang.Integer dlId)
          Removes the dl id.
 void setBiobjId(int biobjId)
          Sets the biobj id.
 void setContentType(java.lang.String contentType)
           
 void setDataSetFolderLabel(java.lang.String dataSetFolderLabel)
           
 void setDataSetFolderParameterLabel(java.lang.String dataSetFolderParameterLabel)
           
 void setDataSetLabel(java.lang.String dataSetLabel)
           
 void setDataSetParameterLabel(java.lang.String dataSetParameterLabel)
           
 void setDescriptionSuffix(java.lang.String descriptionSuffix)
           
 void setDestinationFolder(java.lang.String destinationFolder)
           
 void setDistributionListDispatchChannelEnabled(boolean enabled)
           
 void setDlIds(java.util.List dlIds)
          Sets the dl ids.
 void setDocumentDescription(java.lang.String documentDescription)
          Sets the document description.
 void setDocumentHistoryLength(java.lang.String documentHistoryLength)
          Sets the document history length.
 void setDocumentName(java.lang.String documentName)
          Sets the document name.
 void setEmailDispatchDataStore(it.eng.spagobi.tools.dataset.common.datastore.IDataStore emailDispatchDataStore)
           
 void setExpression(java.lang.String expression)
           
 void setFileExtension(java.lang.String fileExtension)
           
 void setFileSystemDisptachChannelEnabled(boolean enabled)
           
 void setFolderDispatchDataSotre(it.eng.spagobi.tools.dataset.common.datastore.IDataStore folderDispatchDataSotre)
           
 void setFoldersTo(java.lang.String foldersTo)
           
 void setFunctionalityIds(java.lang.String functionalityIds)
          Sets the functionality ids.
 void setFunctionalityTreeDispatchChannelEnabled(boolean enabled)
           
 void setFunctionalityTreeFolderLabel(java.lang.String functionalityTreeFolderLabel)
           
 void setIndexNumberOfDocumentToDispatch(int indexNumberOfDocumentToDispatch)
           
 void setJavaClassDispatchChannelEnabled(boolean enabled)
           
 void setJavaClassPath(java.lang.String javaClassPath)
           
 void setJobExecutionContext(org.quartz.JobExecutionContext jobExecutionContext)
           
 void setMailDispatchChannelEnabled(boolean enabled)
           
 void setMailSubj(java.lang.String mailSubj)
          Sets the mail subj.
 void setMailTos(java.lang.String mailTos)
          Sets the mail tos.
 void setMailTxt(java.lang.String mailTxt)
          Sets the mail txt.
 void setNameSuffix(java.lang.String nameSuffix)
           
 void setOwner(java.lang.String owner)
           
 void setParametersMap(java.util.Map<java.lang.String,java.lang.String> parametersMap)
           
 void setSnapshootDispatchChannelEnabled(boolean enabled)
           
 void setSnapshotDescription(java.lang.String snapshotDescription)
          Sets the snapshot description.
 void setSnapshotHistoryLength(java.lang.String snapshotHistoryLength)
          Sets the snapshot history length.
 void setSnapshotName(java.lang.String snapshotName)
          Sets the snapshot name.
 void setTotalNumberOfDocumentsToDispatch(int totalNumberOfDocumentsToDispatch)
           
 void setUseDataSet(boolean useDataSet)
           
 void setUseExpression(boolean useExpression)
           
 void setUseFixedFolder(boolean useFixedFolder)
           
 void setUseFixedRecipients(boolean useFixedRecipients)
           
 void setUseFolderDataSet(boolean useFolderDataSet)
           
 void setUserProfile(it.eng.spago.security.IEngUserProfile userProfile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatchContext

public DispatchContext()
Method Detail

isDistributionListDispatchChannelEnabled

public boolean isDistributionListDispatchChannelEnabled()

setDistributionListDispatchChannelEnabled

public void setDistributionListDispatchChannelEnabled(boolean enabled)

isFileSystemDispatchChannelEnabled

public boolean isFileSystemDispatchChannelEnabled()

setFileSystemDisptachChannelEnabled

public void setFileSystemDisptachChannelEnabled(boolean enabled)

isFunctionalityTreeDispatchChannelEnabled

public boolean isFunctionalityTreeDispatchChannelEnabled()

setFunctionalityTreeDispatchChannelEnabled

public void setFunctionalityTreeDispatchChannelEnabled(boolean enabled)

isSnapshootDispatchChannelEnabled

public boolean isSnapshootDispatchChannelEnabled()

setSnapshootDispatchChannelEnabled

public void setSnapshootDispatchChannelEnabled(boolean enabled)

isMailDispatchChannelEnabled

public boolean isMailDispatchChannelEnabled()

setMailDispatchChannelEnabled

public void setMailDispatchChannelEnabled(boolean enabled)

isJavaClassDispatchChannelEnabled

public boolean isJavaClassDispatchChannelEnabled()

setJavaClassDispatchChannelEnabled

public void setJavaClassDispatchChannelEnabled(boolean enabled)

isUseFixedFolder

public boolean isUseFixedFolder()
Returns:
the useFixedFolder

setUseFixedFolder

public void setUseFixedFolder(boolean useFixedFolder)
Parameters:
useFixedFolder - the useFixedFolder to set

getFoldersTo

public java.lang.String getFoldersTo()
Returns:
the foldersTo

setFoldersTo

public void setFoldersTo(java.lang.String foldersTo)
Parameters:
foldersTo - the foldersTo to set

isUseFolderDataSet

public boolean isUseFolderDataSet()
Returns:
the useFolderDataSet

setUseFolderDataSet

public void setUseFolderDataSet(boolean useFolderDataSet)
Parameters:
useFolderDataSet - the useFolderDataSet to set

getDataSetFolderLabel

public java.lang.String getDataSetFolderLabel()
Returns:
the dataSetFolderLabel

setDataSetFolderLabel

public void setDataSetFolderLabel(java.lang.String dataSetFolderLabel)
Parameters:
dataSetFolderLabel - the dataSetFolderLabel to set

getDataSetFolderParameterLabel

public java.lang.String getDataSetFolderParameterLabel()
Returns:
the dataSetFolderParameterLabel

setDataSetFolderParameterLabel

public void setDataSetFolderParameterLabel(java.lang.String dataSetFolderParameterLabel)
Parameters:
dataSetFolderParameterLabel - the dataSetFolderParameterLabel to set

removeDlId

public void removeDlId(java.lang.Integer dlId)
Removes the dl id.

Parameters:
dlId - the dl id

addDlId

public void addDlId(java.lang.Integer dlId)
Adds the dl id.

Parameters:
dlId - the dl id

getDocumentDescription

public java.lang.String getDocumentDescription()
Gets the document description.

Returns:
the document description

setDocumentDescription

public void setDocumentDescription(java.lang.String documentDescription)
Sets the document description.

Parameters:
documentDescription - the new document description

getDocumentHistoryLength

public java.lang.String getDocumentHistoryLength()
Gets the document history length.

Returns:
the document history length

setDocumentHistoryLength

public void setDocumentHistoryLength(java.lang.String documentHistoryLength)
Sets the document history length.

Parameters:
documentHistoryLength - the new document history length

getDocumentName

public java.lang.String getDocumentName()
Gets the document name.

Returns:
the document name

setDocumentName

public void setDocumentName(java.lang.String documentName)
Sets the document name.

Parameters:
documentName - the new document name

getMailTos

public java.lang.String getMailTos()
Gets the mail tos.

Returns:
the mail tos

setMailTos

public void setMailTos(java.lang.String mailTos)
Sets the mail tos.

Parameters:
mailTos - the new mail tos

getMailSubj

public java.lang.String getMailSubj()
Gets the mail subj.

Returns:
the mail subj

setMailSubj

public void setMailSubj(java.lang.String mailSubj)
Sets the mail subj.

Parameters:
mailSubj - the new mail subj

getMailTxt

public java.lang.String getMailTxt()
Gets the mail txt.

Returns:
the mail txt

setMailTxt

public void setMailTxt(java.lang.String mailTxt)
Sets the mail txt.

Parameters:
mailTxt - the new mail txt

getSnapshotDescription

public java.lang.String getSnapshotDescription()
Gets the snapshot description.

Returns:
the snapshot description

setSnapshotDescription

public void setSnapshotDescription(java.lang.String snapshotDescription)
Sets the snapshot description.

Parameters:
snapshotDescription - the new snapshot description

getSnapshotHistoryLength

public java.lang.String getSnapshotHistoryLength()
Gets the snapshot history length.

Returns:
the snapshot history length

setSnapshotHistoryLength

public void setSnapshotHistoryLength(java.lang.String snapshotHistoryLength)
Sets the snapshot history length.

Parameters:
snapshotHistoryLength - the new snapshot history length

getSnapshotName

public java.lang.String getSnapshotName()
Gets the snapshot name.

Returns:
the snapshot name

setSnapshotName

public void setSnapshotName(java.lang.String snapshotName)
Sets the snapshot name.

Parameters:
snapshotName - the new snapshot name

getFunctionalityIds

public java.lang.String getFunctionalityIds()
Gets the functionality ids.

Returns:
the functionality ids

setFunctionalityIds

public void setFunctionalityIds(java.lang.String functionalityIds)
Sets the functionality ids.

Parameters:
functionalityIds - the new functionality ids

getDlIds

public java.util.List getDlIds()
Gets the dl ids.

Returns:
the dl ids

setDlIds

public void setDlIds(java.util.List dlIds)
Sets the dl ids.

Parameters:
dlIds - the new dl ids

getBiobjId

public int getBiobjId()
Gets the biobj id.

Returns:
the biobj id

setBiobjId

public void setBiobjId(int biobjId)
Sets the biobj id.

Parameters:
biobjId - the new biobj id

isUseDataSet

public boolean isUseDataSet()

setUseDataSet

public void setUseDataSet(boolean useDataSet)

getDataSetLabel

public java.lang.String getDataSetLabel()

setDataSetLabel

public void setDataSetLabel(java.lang.String dataSetLabel)

isUseExpression

public boolean isUseExpression()

setUseExpression

public void setUseExpression(boolean useExpression)

getExpression

public java.lang.String getExpression()

setExpression

public void setExpression(java.lang.String expression)

getDataSetParameterLabel

public java.lang.String getDataSetParameterLabel()

setDataSetParameterLabel

public void setDataSetParameterLabel(java.lang.String dataSetParameterLabel)

isUseFixedRecipients

public boolean isUseFixedRecipients()

setUseFixedRecipients

public void setUseFixedRecipients(boolean useFixedRecipients)

getJavaClassPath

public java.lang.String getJavaClassPath()

setJavaClassPath

public void setJavaClassPath(java.lang.String javaClassPath)

getNameSuffix

public java.lang.String getNameSuffix()

setNameSuffix

public void setNameSuffix(java.lang.String nameSuffix)

getDescriptionSuffix

public java.lang.String getDescriptionSuffix()

setDescriptionSuffix

public void setDescriptionSuffix(java.lang.String descriptionSuffix)

getUserProfile

public it.eng.spago.security.IEngUserProfile getUserProfile()

setUserProfile

public void setUserProfile(it.eng.spago.security.IEngUserProfile userProfile)

getJobExecutionContext

public org.quartz.JobExecutionContext getJobExecutionContext()

setJobExecutionContext

public void setJobExecutionContext(org.quartz.JobExecutionContext jobExecutionContext)

getFileExtension

public java.lang.String getFileExtension()

setFileExtension

public void setFileExtension(java.lang.String fileExtension)

getFolderDispatchDataSotre

public it.eng.spagobi.tools.dataset.common.datastore.IDataStore getFolderDispatchDataSotre()

setFolderDispatchDataSotre

public void setFolderDispatchDataSotre(it.eng.spagobi.tools.dataset.common.datastore.IDataStore folderDispatchDataSotre)

getContentType

public java.lang.String getContentType()

setContentType

public void setContentType(java.lang.String contentType)

getEmailDispatchDataStore

public it.eng.spagobi.tools.dataset.common.datastore.IDataStore getEmailDispatchDataStore()

setEmailDispatchDataStore

public void setEmailDispatchDataStore(it.eng.spagobi.tools.dataset.common.datastore.IDataStore emailDispatchDataStore)

getParametersMap

public java.util.Map<java.lang.String,java.lang.String> getParametersMap()

setParametersMap

public void setParametersMap(java.util.Map<java.lang.String,java.lang.String> parametersMap)

getDestinationFolder

public java.lang.String getDestinationFolder()

setDestinationFolder

public void setDestinationFolder(java.lang.String destinationFolder)

getFunctionalityTreeFolderLabel

public java.lang.String getFunctionalityTreeFolderLabel()

setFunctionalityTreeFolderLabel

public void setFunctionalityTreeFolderLabel(java.lang.String functionalityTreeFolderLabel)

getOwner

public java.lang.String getOwner()

setOwner

public void setOwner(java.lang.String owner)

getTotalNumberOfDocumentsToDispatch

public int getTotalNumberOfDocumentsToDispatch()

setTotalNumberOfDocumentsToDispatch

public void setTotalNumberOfDocumentsToDispatch(int totalNumberOfDocumentsToDispatch)

getIndexNumberOfDocumentToDispatch

public int getIndexNumberOfDocumentToDispatch()

setIndexNumberOfDocumentToDispatch

public void setIndexNumberOfDocumentToDispatch(int indexNumberOfDocumentToDispatch)