Package de.xima.fc.interfaces.datasource
Interface IDatenquelleParams
-
- All Known Implementing Classes:
DatenquelleParams
public interface IDatenquelleParams
Interface für Datenquellen-Parameter- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description XItem
getItem()
Das Formular-Feld von welchem die Datenquelle benutzt wirdMandant
getMandant()
Der Mandant in welchem sich das Formular befindetProjekt
getProjekt()
Das Projekt welches das Formular bereitstelltValueParameters
getRequestParameters()
Getter für aufbereitete Request-Parameter welche je nach typ (Prefix) in entsprechende Maps sortiert sind.Map<String,Serializable>
getSessionAttributeMap()
In der Formular-Sitzung serialisierbare Session-AttributeSessionAttributes
getSessionAttributes()
Deprecated.will be removed!
-
-
-
Method Detail
-
getSessionAttributeMap
Map<String,Serializable> getSessionAttributeMap()
In der Formular-Sitzung serialisierbare Session-Attribute- Returns:
SessionAttributes
-
getRequestParameters
ValueParameters getRequestParameters()
Getter für aufbereitete Request-Parameter welche je nach typ (Prefix) in entsprechende Maps sortiert sind.- Returns:
ValueParameters
-
getSessionAttributes
@Deprecated SessionAttributes getSessionAttributes()
Deprecated.will be removed!
-
-