Uses of Class
de.xima.fc.gui.model.portal.UserPortalFileViewModel
-
Packages that use UserPortalFileViewModel Package Description de.xima.fc.gui.bean.portal de.xima.fc.gui.model.portal de.xima.fc.gui.model.project -
-
Uses of UserPortalFileViewModel in de.xima.fc.gui.bean.portal
Methods in de.xima.fc.gui.bean.portal with parameters of type UserPortalFileViewModel Modifier and Type Method Description StringUserPortalConfigFileBean. encodeDynamicResourceParams(UserPortalFileViewModel model, String type)Encodes the parameters needed to serve the given file. -
Uses of UserPortalFileViewModel in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return UserPortalFileViewModel Modifier and Type Method Description UserPortalFileViewModelLocalizationsViewModelWithFiles. getFile(String key)Methods in de.xima.fc.gui.model.portal that return types with arguments of type UserPortalFileViewModel Modifier and Type Method Description Map<String,UserPortalFileViewModel>LocalizationsViewModelWithFiles. getFiles()Map<String,UserPortalFileViewModel>ILocalizationsViewModelProviding.ILocalizationsViewModelProvidingWithFiles. getLocalizedFiles(Locale locale)Map<String,UserPortalFileViewModel>UserPortalViewModel. getLocalizedFiles(Locale locale)Gets the localized files for the portal in a specific language.Methods in de.xima.fc.gui.model.portal with parameters of type UserPortalFileViewModel Modifier and Type Method Description voidLocalizationsViewModelWithFiles. setFile(String key, UserPortalFileViewModel file)Method parameters in de.xima.fc.gui.model.portal with type arguments of type UserPortalFileViewModel Modifier and Type Method Description voidLocalizationsViewModelWithFiles. setFiles(Map<String,UserPortalFileViewModel> files) -
Uses of UserPortalFileViewModel in de.xima.fc.gui.model.project
Methods in de.xima.fc.gui.model.project that return types with arguments of type UserPortalFileViewModel Modifier and Type Method Description Map<String,UserPortalFileViewModel>EndUserProjectConfigViewModel. getLocalizedFiles(Locale locale)Gets a map with the localized messages for the given locale.
-