Uses of Interface
de.xima.fc.interfaces.resource.IResourceBundle
-
Packages that use IResourceBundle Package Description de.xima.fc.gui.bean de.xima.fc.gui.helper.user_portal de.xima.fc.gui.model.project -
-
Uses of IResourceBundle in de.xima.fc.gui.bean
Classes in de.xima.fc.gui.bean that implement IResourceBundle Modifier and Type Class Description classResourceBundleBeanBean to read resource bundles. -
Uses of IResourceBundle in de.xima.fc.gui.helper.user_portal
Methods in de.xima.fc.gui.helper.user_portal with parameters of type IResourceBundle Modifier and Type Method Description static voidUserPortalViewHelper. addNewLocaleToPortal(IEntityContext ec, Locale locale, UserPortalViewModel model, IResourceBundle resourceBundle)Adds a new locale to the portal.static voidUserPortalViewHelper. applySelectionFromPreviousPortalViewModel(IEntityContext ec, UserPortalViewModel previousModel, UserPortalViewModel model, Locale locale, IResourceBundle resourceBundle)Applies the selection from the previous view model to the new view model.static voidUserPortalViewHelper. deleteLocaleFromPortal(RequestEntityContext ec, Locale deletedLocale, UserPortalViewModel model, Locale locale, IResourceBundle resourceBundle)static EndUserProjectConfigViewModelUserPortalProjectConfigFactory. newProjectConfigViewModelFromProject(IEntityContext ec, UUID portalUuid, ProjectConfigKey configKey, UserPortalViewModel model, Locale locale, IResourceBundle resourceBundle)static UserPortalViewModelUserPortalViewHelper. newUserPortalViewModel(IEntityContext ec, Locale locale, WorkspaceScope workspace, IUserPermissionCheck userPermissionCheck, UserPortal portal, IResourceBundle resourceBundle)Creates a new view model for editing a single user portal.static voidUserPortalViewHelper. prepareSelectedProjectForEditing(IEntityContext ec, UserPortalViewModel model, Locale locale, IResourceBundle resourceBundle)Prepares the model so that the given project's portal configuration can be edited.static voidUserPortalViewHelper. prepareUserPortalViewForUpdatedLocale(IEntityContext ec, UserPortalViewModel model, Locale locale, IResourceBundle resourceBundle)Prepares the model for the given locale so that the portal configuration for that locale can be edited. -
Uses of IResourceBundle in de.xima.fc.gui.model.project
Methods in de.xima.fc.gui.model.project with parameters of type IResourceBundle Modifier and Type Method Description voidEndUserProjectConfigViewModel. determineWarnings(Projekt project, UserPortalViewModel model, Locale locale, IResourceBundle resourceBundle)voidProjectPortalTagViewModel. determineWarnings(UserPortalViewModel model, Locale locale, IResourceBundle resourceBundle)Constructors in de.xima.fc.gui.model.project with parameters of type IResourceBundle Constructor Description EndUserProjectConfigViewModel(Projekt project, boolean active, UserPortalViewModel portalModel, Locale locale, IResourceBundle resourceBundle)
-