Uses of Class
de.xima.fc.entities.UserPortalStateLocalization
-
Packages that use UserPortalStateLocalization Package Description de.xima.fc.common.bean_models.workflow.state de.xima.fc.entities Package für Datenbankentitäten -
-
Uses of UserPortalStateLocalization in de.xima.fc.common.bean_models.workflow.state
Methods in de.xima.fc.common.bean_models.workflow.state that return types with arguments of type UserPortalStateLocalization Modifier and Type Method Description List<UserPortalStateLocalization>
UserPortalStateLocalizationViewModel. toLocalizationsList(UserPortalState state)
Method parameters in de.xima.fc.common.bean_models.workflow.state with type arguments of type UserPortalStateLocalization Modifier and Type Method Description static UserPortalStateLocalizationViewModelEntry
UserPortalStateLocalizationViewModelEntry. fromEntry(Map.Entry<Locale,List<UserPortalStateLocalization>> entry)
-
Uses of UserPortalStateLocalization in de.xima.fc.entities
Methods in de.xima.fc.entities that return UserPortalStateLocalization Modifier and Type Method Description UserPortalStateLocalization
UserPortalStateLocalization. cloneBasics()
Methods in de.xima.fc.entities that return types with arguments of type UserPortalStateLocalization Modifier and Type Method Description List<UserPortalStateLocalization>
UserPortalState. getLocalizations()
Method parameters in de.xima.fc.entities with type arguments of type UserPortalStateLocalization Modifier and Type Method Description void
UserPortalState. setLocalizations(List<UserPortalStateLocalization> localizations)
-