Uses of Class
de.xima.fc.gui.model.portal.PortalProperties
-
Packages that use PortalProperties Package Description de.xima.fc.gui.model.portal -
-
Uses of PortalProperties in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return PortalProperties Modifier and Type Method Description PortalProperties
UserPortalViewModel. getSelectedProperties()
Gets the properties of the portal for the currently selected language, see alsoUserPortalViewModel.getProperties()
.Methods in de.xima.fc.gui.model.portal that return types with arguments of type PortalProperties Modifier and Type Method Description Map<Locale,PortalProperties>
UserPortalViewModel. getProperties()
A map with all properties related to the portal, indexed by the locale.Method parameters in de.xima.fc.gui.model.portal with type arguments of type PortalProperties Modifier and Type Method Description void
UserPortalViewModel. setProperties(Map<Locale,PortalProperties> properties)
A map with all properties related to the portal, indexed by the locale.
-