Package de.xima.fc.gui.bean.project
Class ProjectExportBean
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.gui.bean.project.AProjectDetailsBean
userManager
Fields inherited from class de.xima.fc.gui.bean.AEntityDetailsBean
entity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.primefaces.model.StreamedContent
export()
Handler for ap:fileDownload
.Deprecated.Since formcycle version 7.0.0.protected void
init
(IEntityContext ec, Projekt project) boolean
isFormFileClass
(String currentClass) void
setExportFormat
(EProjectExportFormat exportFormat) Deprecated.Since formcycle version 7.0.0.Methods inherited from class de.xima.fc.gui.bean.project.AProjectDetailsBean
getCurrentProjectBean, getDao, getProject, getSessionBean, reloadProject, save, setCurrentProjectBean, setEntity, setEntity, setProject, setProject, setSessionBean
Methods inherited from class de.xima.fc.gui.bean.AEntityDetailsBean
getEntity
Methods inherited from class de.xima.fc.gui.common.utils.msg.MessageUtils
addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgFromString, addErrorMsgFromString, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgFromString, addInfoMsgFromString, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, errorMsg, errorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg, msg
Methods inherited from class de.xima.fc.gui.common.utils.msg.I18nUtils
getFacesContext, getLocale, rbValue, rbValue, rbValue, rbValueOrDefault, rbValueOrDefault
-
Constructor Details
-
ProjectExportBean
public ProjectExportBean()
-
-
Method Details
-
getDependencies
-
isFormFileClass
-
export
public org.primefaces.model.StreamedContent export()Handler for ap:fileDownload
.- Returns:
- An export for the current project as binary data (usually a zip archive).
-
init
- Overrides:
init
in classAEntityDetailsBean<Projekt>
-
getExportFormat
Deprecated.Since formcycle version 7.0.0. Projects can only be exported with the new export format -
setExportFormat
Deprecated.Since formcycle version 7.0.0. Projects can only be exported with the new export format
-