Uses of Class
de.xima.fc.common.bean_models.workflow.state.UserPortalStateLocalizationViewModel
-
Packages that use UserPortalStateLocalizationViewModel Package Description de.xima.fc.common.bean_models.workflow.state -
-
Uses of UserPortalStateLocalizationViewModel in de.xima.fc.common.bean_models.workflow.state
Methods in de.xima.fc.common.bean_models.workflow.state that return UserPortalStateLocalizationViewModel Modifier and Type Method Description static UserPortalStateLocalizationViewModel
UserPortalStateLocalizationViewModel. fromPortalState(UserPortalState portalState, Locale viewLocale)
Creates a new view model for the given portal state.UserPortalStateLocalizationViewModel
UserPortalStateConfigViewModel. getLocalizations()
Gets the view model with the localized messages.Methods in de.xima.fc.common.bean_models.workflow.state with parameters of type UserPortalStateLocalizationViewModel Modifier and Type Method Description void
UserPortalStateConfigViewModel. setLocalizations(UserPortalStateLocalizationViewModel localizations)
Sets the model with the localized messages.
-