|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.documentcomposition.configuration.DocumentCompositionConfiguration
public class DocumentCompositionConfiguration
Nested Class Summary | |
---|---|
static class |
DocumentCompositionConfiguration.Document
|
Constructor Summary | |
---|---|
DocumentCompositionConfiguration()
Instantiates a new document composition configuration. |
|
DocumentCompositionConfiguration(it.eng.spago.base.SourceBean DocumentCompositionConfigurationSB)
Instantiates a new document composition configuration. |
Method Summary | |
---|---|
void |
addDocument(DocumentCompositionConfiguration.Document document)
Adds the document. |
DocumentCompositionConfiguration.Document |
getDocument(java.lang.String documentName)
Gets the document. |
java.util.List |
getDocumentsArray()
Gets the documents array. |
java.util.Map |
getDocumentsMap()
|
void |
getInfoDocumentLinked(java.lang.String docLabel)
Reads and defines all maps with all information about configuration for refresh. |
java.lang.String |
getLabel(java.lang.String documentLabel)
Gets the label. |
java.util.List |
getLabelsArray()
Gets the labels array. |
java.util.Map |
getLstCrossLinked()
|
java.util.Map |
getLstDivStyle()
Gets the lst div style. |
java.util.Map |
getLstDocExportDS()
|
java.util.Map |
getLstDocLinked()
Gets the lst doc linked. |
java.util.Map |
getLstDocTitles()
|
java.util.Map |
getLstDocZoom()
|
java.util.Map |
getLstFieldLinked()
Gets the lst field linked. |
java.util.Map |
getLstPanelStyle()
Gets the lst panel style. |
java.util.Map |
getLstUrl()
Gets the lst url. |
java.util.Map |
getLstUrlParams()
Gets the lst url params. |
java.util.List |
getParametersArray()
Gets the parameters array. |
java.util.HashMap |
getParametersForDocument(java.lang.String docLabel)
Gets the parameters for document. |
java.util.List |
getSbiObjLabelsArray()
Gets the sbi obj labels array. |
java.lang.String |
getTemplateFile()
Gets the template file. |
java.lang.Integer |
getVideoHeight()
|
java.lang.Integer |
getVideoWidth()
|
void |
resetDocuments()
Reset documents. |
void |
setDocumentsMap(java.util.Map documentsMap)
|
void |
setLstCrossLinked(java.util.Map lstCrossLinked)
|
void |
setLstDocExportDS(java.util.Map lstDocExportDS)
|
void |
setLstDocLinked(java.util.Map lstDocLinked)
Sets the lst doc linked. |
void |
setLstDocTitles(java.util.Map lstDocTitles)
|
void |
setLstDocZoom(java.util.Map lstDocZoom)
|
void |
setLstFieldLinked(java.util.Map lstFieldLinked)
Sets the lst field linked. |
void |
setLstPanelStyle(java.util.Map lstPanelStyle)
Sets the lst panel style. |
void |
setLstStyle(java.util.Map lstDivStyle)
Sets the lst style. |
void |
setLstUrl(java.util.Map lstUrl)
Sets the lst url. |
void |
setLstUrlParams(java.util.Map lstUrlParams)
Sets the lst url params. |
void |
setTemplateFile(java.lang.String templateFile)
Sets the template file. |
void |
setVideoHeight(java.lang.Integer videoHeight)
|
void |
setVideoWidth(java.lang.Integer videoWidth)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentCompositionConfiguration()
public DocumentCompositionConfiguration(it.eng.spago.base.SourceBean DocumentCompositionConfigurationSB)
DocumentCompositionConfigurationSB
- the document composition configuration sbMethod Detail |
---|
public void addDocument(DocumentCompositionConfiguration.Document document)
document
- the documentpublic void resetDocuments()
public DocumentCompositionConfiguration.Document getDocument(java.lang.String documentName)
documentName
- the document name
public java.lang.String getLabel(java.lang.String documentLabel)
documentLabel
- the document label
public java.util.List getLabelsArray()
public java.util.List getSbiObjLabelsArray()
public java.lang.String getTemplateFile()
public void setTemplateFile(java.lang.String templateFile)
templateFile
- the new template filepublic java.util.List getParametersArray()
public java.util.HashMap getParametersForDocument(java.lang.String docLabel)
docLabel
- the doc label
public void getInfoDocumentLinked(java.lang.String docLabel)
docLabel
- the logical label of document presents into document compositionpublic java.util.List getDocumentsArray()
public java.util.Map getLstUrl()
public void setLstUrl(java.util.Map lstUrl)
lstUrl
- the new lst urlpublic java.util.Map getLstDivStyle()
public void setLstStyle(java.util.Map lstDivStyle)
lstDivStyle
- the new lst stylepublic java.util.Map getLstUrlParams()
public void setLstUrlParams(java.util.Map lstUrlParams)
lstUrlParams
- the new lst url paramspublic java.util.Map getLstDocLinked()
public void setLstDocLinked(java.util.Map lstDocLinked)
lstDocLinked
- the new lst doc linkedpublic java.util.Map getLstFieldLinked()
public void setLstFieldLinked(java.util.Map lstFieldLinked)
lstFieldLinked
- the new lst field linkedpublic java.util.Map getLstPanelStyle()
public java.util.Map getLstDocTitles()
public void setLstDocTitles(java.util.Map lstDocTitles)
lstDocTitles
- the lstDocTitles to setpublic java.util.Map getLstDocZoom()
public void setLstDocZoom(java.util.Map lstDocZoom)
lstDocZoom
- the lstDocZoom to setpublic java.util.Map getLstDocExportDS()
public void setLstDocExportDS(java.util.Map lstDocExportDS)
lstDocExportDS
- the lstDocExportDS to setpublic void setLstPanelStyle(java.util.Map lstPanelStyle)
lstPanelStyle
- the new lst panel stylepublic java.util.Map getLstCrossLinked()
public void setLstCrossLinked(java.util.Map lstCrossLinked)
lstDocCross
- the lstDocCross to setpublic java.util.Map getDocumentsMap()
public void setDocumentsMap(java.util.Map documentsMap)
public java.lang.Integer getVideoHeight()
public void setVideoHeight(java.lang.Integer videoHeight)
public java.lang.Integer getVideoWidth()
public void setVideoWidth(java.lang.Integer videoWidth)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |