Uses of Class
de.xima.fc.gui.model.portal.PortalProperty
-
Packages that use PortalProperty Package Description de.xima.fc.gui.model.portal -
-
Uses of PortalProperty in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return types with arguments of type PortalProperty Modifier and Type Method Description List<PortalProperty>
UserPortalCustomPortalMessagesViewModel. getMessages()
List<PortalProperty>
UserPortalViewModel. getSelectedCustomPortalMessages()
Gets the custom portal messages for the currently selected locale.Methods in de.xima.fc.gui.model.portal with parameters of type PortalProperty Modifier and Type Method Description String
UserPortalViewModel. getDefaultLocaleValue(PortalProperty property)
Gets the custom portal messages for the default locale.Constructor parameters in de.xima.fc.gui.model.portal with type arguments of type PortalProperty Constructor Description UserPortalCustomPortalMessagesViewModel(List<PortalProperty> messages, Locale locale)
-