Uses of Class
de.xima.fc.gui.model.portal.UserPortalCustomPortalMessagesViewModel
-
Packages that use UserPortalCustomPortalMessagesViewModel Package Description de.xima.fc.gui.model.portal -
-
Uses of UserPortalCustomPortalMessagesViewModel in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return UserPortalCustomPortalMessagesViewModel Modifier and Type Method Description static UserPortalCustomPortalMessagesViewModel
UserPortalCustomPortalMessagesViewModel. fromMap(Map<String,String> map, Locale locale)
Creates a model from a map.Methods in de.xima.fc.gui.model.portal that return types with arguments of type UserPortalCustomPortalMessagesViewModel Modifier and Type Method Description List<UserPortalCustomPortalMessagesViewModel>
UserPortalViewModel. getCustomProperties()
Gets the view model for the datatable of the custom portal messages.Method parameters in de.xima.fc.gui.model.portal with type arguments of type UserPortalCustomPortalMessagesViewModel Modifier and Type Method Description void
UserPortalViewModel. setCustomProperties(List<UserPortalCustomPortalMessagesViewModel> customProperties)
Sets the view model for the datatable of the custom portal messages.
-