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
userManagerFields inherited from class de.xima.fc.gui.bean.AEntityDetailsBean
entity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.primefaces.model.StreamedContentexport()Handler for ap:fileDownload.Deprecated.Since formcycle version 7.0.0.protected voidinit(IEntityContext ec, Projekt project) booleanisFormFileClass(String currentClass) voidsetExportFormat(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, setSessionBeanMethods inherited from class de.xima.fc.gui.bean.AEntityDetailsBean
getEntityMethods 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, msgMethods 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:
initin 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
-