Package de.xima.fc.gui.bean.project
Class ProjectTemplateBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class ProjectTemplateBean extends FCContextBean
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ProjectTemplateBean.EntitySelectModelImpl
-
Nested classes/interfaces inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder
-
-
Field Summary
-
Fields inherited from class de.xima.fc.gui.bean.FCContextBean
systemUC
-
-
Constructor Summary
Constructors Constructor Description ProjectTemplateBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
delete(Projekt project)
String
getImageLink(Projekt poject)
IEntitySelectModel<Projekt>
getModel()
List<IProjectTemplate>
getPluginProjectTemplates()
Deprecated.usegetTemplates()
List<Projekt>
getProjectTemplates()
Deprecated.usegetTemplates()
List<IProjectTemplateViewModel>
getTemplates()
void
loadPluginTemplates()
Deprecated.usegetTemplates()
void
loadProjectTemplates(String projectScope)
Deprecated.void
loadTemplates(String projectScope)
Deprecated.void
loadTemplates(String projectScope, boolean entities, boolean plugins)
Method to load the templatesvoid
setModel(IEntitySelectModel<Projekt> model)
void
updateModel()
void
updateProjectTemplates()
Deprecated.use #updateTemplates()
void
updateTemplates()
Deprecated.-
Methods inherited from class de.xima.fc.gui.bean.FCContextBean
getNavigationBean, getSessionBean, isSetupUser, redirectToDashboard, setNavigationBean, setSessionBean, switchMainView, switchMainView, switchSubView, switchSubView
-
Methods inherited from class de.xima.fc.gui.bean.ABackendJSFContext
ec, findEntityContext, isDetached, isHasDB
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
destroySessionBean, encodeURL, findBean, findBean, findBean, findBean, findBean, findBean, findBean, findCurrentView, findUserContext, getBeanName, getBeanName, getContext, getCurrentViewBean, getLocaleBean, getRequest, getResponse, getSession, getSession, getSessionAttribute, isMasterServerContext, loadLazy, redirect, redirect, redirect, redirect, redirectToDashboard, redirectToDashboard, setLocaleBean, setSessionAttribute, uc
-
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, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg
-
-
-
-
Method Detail
-
loadTemplates
public void loadTemplates(String projectScope, boolean entities, boolean plugins)
Method to load the templates
-
getTemplates
public List<IProjectTemplateViewModel> getTemplates()
-
delete
public void delete(Projekt project)
-
getModel
public IEntitySelectModel<Projekt> getModel()
-
setModel
public void setModel(IEntitySelectModel<Projekt> model)
-
updateModel
public void updateModel()
-
updateProjectTemplates
@Deprecated public void updateProjectTemplates()
Deprecated.use #updateTemplates()
-
updateTemplates
@Deprecated public void updateTemplates()
Deprecated.
-
loadProjectTemplates
@Deprecated public void loadProjectTemplates(String projectScope)
Deprecated.- Parameters:
projectScope
- the project scope to use for loading templats
-
loadTemplates
@Deprecated public void loadTemplates(String projectScope)
Deprecated.- Parameters:
projectScope
- the project scope to use for loading templats
-
loadPluginTemplates
@Deprecated public void loadPluginTemplates()
Deprecated.usegetTemplates()
-
getPluginProjectTemplates
@Deprecated public List<IProjectTemplate> getPluginProjectTemplates()
Deprecated.usegetTemplates()
- Returns:
List
ofIProjectTemplate
-
getProjectTemplates
@Deprecated public List<Projekt> getProjectTemplates()
Deprecated.usegetTemplates()
-
-