Uses of Class
de.xima.fc.gui.model.portal.ProjectConfigKey
-
Packages that use ProjectConfigKey Package Description de.xima.fc.gui.helper.user_portal de.xima.fc.gui.model.portal de.xima.fc.gui.model.project -
-
Uses of ProjectConfigKey in de.xima.fc.gui.helper.user_portal
Methods in de.xima.fc.gui.helper.user_portal with parameters of type ProjectConfigKey Modifier and Type Method Description static EndUserProjectConfigViewModel
UserPortalProjectConfigFactory. newProjectConfigViewModelFromProject(IEntityContext ec, UUID portalUuid, ProjectConfigKey configKey, UserPortalViewModel model, Locale locale, IResourceBundle resourceBundle)
-
Uses of ProjectConfigKey in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return ProjectConfigKey Modifier and Type Method Description ProjectConfigKey
UserPortalViewModel. getSelectedProjectKey()
Gets the key 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 ProjectConfigKey Modifier and Type Method Description Map<ProjectConfigKey,EndUserProjectConfigViewModel>
UserPortalViewModel. getProjectConfigs()
Gets the project configurations for the portal.Methods in de.xima.fc.gui.model.portal with parameters of type ProjectConfigKey Modifier and Type Method Description void
UserPortalViewModel. setSelectedProjectByKey(ProjectConfigKey projectConfigKey)
Sets the project configuration that is currently selected. -
Uses of ProjectConfigKey in de.xima.fc.gui.model.project
Methods in de.xima.fc.gui.model.project that return ProjectConfigKey Modifier and Type Method Description ProjectConfigKey
EndUserProjectConfigViewModel. getKey()
-