Uses of Class
de.xima.fc.gui.model.project.EndUserProjectConfigViewModel
-
Packages that use EndUserProjectConfigViewModel Package Description de.xima.fc.gui.helper.user_portal de.xima.fc.gui.model.portal -
-
Uses of EndUserProjectConfigViewModel in de.xima.fc.gui.helper.user_portal
Methods in de.xima.fc.gui.helper.user_portal that return EndUserProjectConfigViewModel Modifier and Type Method Description static EndUserProjectConfigViewModel
UserPortalProjectConfigFactory. newProjectConfigViewModelFromProject(IEntityContext ec, UUID portalUuid, ProjectConfigKey configKey, UserPortalViewModel model, Locale locale, IResourceBundle resourceBundle)
-
Uses of EndUserProjectConfigViewModel in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return EndUserProjectConfigViewModel Modifier and Type Method Description EndUserProjectConfigViewModel
UserPortalViewModel. getSelectedProjectConfig()
Gets the configuration of the currently selected project (from the project tree), if any.Methods in de.xima.fc.gui.model.portal that return types with arguments of type EndUserProjectConfigViewModel Modifier and Type Method Description Map<ProjectConfigKey,EndUserProjectConfigViewModel>
UserPortalViewModel. getProjectConfigs()
Gets the project configurations for the portal.List<EndUserProjectConfigViewModel>
ClientPortalConfigViewModel. getProjects()
Methods in de.xima.fc.gui.model.portal with parameters of type EndUserProjectConfigViewModel Modifier and Type Method Description void
UserPortalViewModel. setSelectedProjectConfig(EndUserProjectConfigViewModel selectedProjectConfig)
-