public class FormRequestContext extends Object implements IExtendedFormRequestContext
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Modifier | Constructor and Description |
|---|---|
protected |
FormRequestContext(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
int pid,
int fvNum)
Projekt-ID und FormVersion-Nummer werden übergeben,
getFormVersion() liefert entweder
Projekt.getActiveVersion() (übergebene Versionsnummer ist gleich FormVersion.INVALID_VERS_NUM) oder
die FormVersion des Projektes mit der übergebenen Versionsnummer, getVorgang() liefert null |
protected |
FormRequestContext(EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
int projektId,
int formVersionId,
String fcpuid) |
protected |
FormRequestContext(ParameterWrapper params,
EFormRequestType requestType,
UserContext uc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
int projektId,
int formVersionId,
String fcpuid) |
protected FormRequestContext(EFormRequestType requestType, UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, int pid, int fvNum)
getFormVersion() liefert entweder
Projekt.getActiveVersion() (übergebene Versionsnummer ist gleich FormVersion.INVALID_VERS_NUM) oder
die FormVersion des Projektes mit der übergebenen Versionsnummer, getVorgang() liefert nullprotected FormRequestContext(EFormRequestType requestType, UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, int projektId, int formVersionId, String fcpuid)
protected FormRequestContext(ParameterWrapper params, EFormRequestType requestType, UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, int projektId, int formVersionId, String fcpuid)
public UserContext getUserContext()
getUserContext in interface IFormRequestContextpublic javax.servlet.http.HttpServletResponse getResponse()
getResponse in interface IExtendedFormRequestContextpublic Benutzer getCurrentBenutzer()
getCurrentBenutzer in interface IFormRequestContextpublic Projekt getProjekt()
getProjekt in interface IFormRequestContextpublic void setProjekt(Projekt projekt)
setProjekt in interface IFormRequestContextpublic Mandant getMandant()
getMandant in interface IFormRequestContextpublic FormVersion getFormVersion()
getFormVersion in interface IFormRequestContextpublic FrontendServer getFrontendServer()
getFrontendServer in interface IFormRequestContextpublic Vorgang getVorgang()
getVorgang in interface IFormRequestContextpublic XfcSession getSession()
getSession in interface IExtendedFormRequestContextpublic Locale getLocale()
getLocale in interface IFormRequestContextpublic javax.servlet.http.HttpServletRequest getRequest()
getRequest in interface IExtendedFormRequestContextpublic Boolean getUseCurrentFv()
getUseCurrentFv in interface IFormRequestContextpublic void setUseCurrentFv(Boolean useCurrentFv)
setUseCurrentFv in interface IFormRequestContextpublic EFormRequestType getRequestType()
getRequestType in interface IFormRequestContextpublic String getSessionID()
getSessionID in interface IFormRequestContextpublic ParameterWrapper getParameterWrapper()
getParameterWrapper in interface IExtendedFormRequestContextpublic void setFormVersion(FormVersion formVersion)
setFormVersion in interface IFormRequestContextpublic String getRequestContext()
getRequestContext in interface IFormRequestContextpublic SessionAttributes getSessionAttributes()
getSessionAttributes in interface IFormRequestContextpublic FRQSession getFRQSession()
getFRQSession in interface IFormRequestContextpublic void setFRQSession(FRQSession frqSession)
setFRQSession in interface IFormRequestContextpublic boolean isSaveOnly()
isSaveOnly in interface IFormRequestContextpublic void setSaveOnly(boolean saveOnly)
setSaveOnly in interface IFormRequestContextpublic boolean isCheckForm()
isCheckForm in interface IFormRequestContextpublic void setCheckForm(boolean checkForm)
setCheckForm in interface IFormRequestContextpublic boolean isReview()
isReview in interface IFormRequestContextpublic void setReview(boolean isReview)
setReview in interface IFormRequestContextpublic boolean isOldVersion()
isOldVersion in interface IFormRequestContextpublic void setOldVersion(boolean isOldVersion)
setOldVersion in interface IFormRequestContextpublic boolean isResubmit()
isResubmit in interface IFormRequestContextpublic void setResubmit(boolean isResubmit)
setResubmit in interface IFormRequestContextpublic void setFormData(IFormDataAdapter formData)
setFormData in interface IFormRequestContextpublic IFormDataAdapter getFormData()
getFormData in interface IFormRequestContextpublic void initFormData(ParameterWrapper rp)
initFormData in interface IFormRequestContextpublic void destory()
destory in interface IExtendedFormRequestContextpublic ValueParameters getValueParameters()
getValueParameters in interface IFormRequestContextpublic UploadParameters getUploadParameters()
getUploadParameters in interface IExtendedFormRequestContextpublic boolean isContinueProcessing()
isContinueProcessing in interface IFormRequestContextpublic void setContinueProcessing(boolean continueProcessing)
setContinueProcessing in interface IFormRequestContextpublic void setCurrentBenutzer(Benutzer benutzer)
setCurrentBenutzer in interface IFormRequestContextpublic boolean isAnonymize()
IFormRequestContextisAnonymize in interface IFormRequestContextpublic void close()
close in interface IFormRequestContextclose in interface AutoCloseableCopyright © 2016. All rights reserved.