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 class
ResourceBundleBean
Bean 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 void
UserPortalViewHelper. addNewLocaleToPortal(IEntityContext ec, Locale locale, UserPortalViewModel model, IResourceBundle resourceBundle)
Adds a new locale to the portal.static void
UserPortalViewHelper. 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 void
UserPortalViewHelper. deleteLocaleFromPortal(RequestEntityContext ec, Locale deletedLocale, UserPortalViewModel model, Locale locale, IResourceBundle resourceBundle)
static EndUserProjectConfigViewModel
UserPortalProjectConfigFactory. newProjectConfigViewModelFromProject(IEntityContext ec, UUID portalUuid, ProjectConfigKey configKey, UserPortalViewModel model, Locale locale, IResourceBundle resourceBundle)
static UserPortalViewModel
UserPortalViewHelper. 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 void
UserPortalViewHelper. prepareSelectedProjectForEditing(IEntityContext ec, UserPortalViewModel model, Locale locale, IResourceBundle resourceBundle)
Prepares the model so that the given project's portal configuration can be edited.static void
UserPortalViewHelper. 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 void
EndUserProjectConfigViewModel. determineWarnings(Projekt project, UserPortalViewModel model, Locale locale, IResourceBundle resourceBundle)
void
ProjectPortalTagViewModel. 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)
-