Uses of Class
de.xima.fc.entities.ProjectLocalization
Packages that use ProjectLocalization
-
Uses of ProjectLocalization in de.xima.fc.entities
Classes in de.xima.fc.entities that implement interfaces with type arguments of type ProjectLocalizationModifier and TypeClassDescriptionclassThe entityProjektcontains the core functionality of the system.Methods in de.xima.fc.entities that return ProjectLocalizationMethods in de.xima.fc.entities that return types with arguments of type ProjectLocalizationMethod parameters in de.xima.fc.entities with type arguments of type ProjectLocalizationModifier and TypeMethodDescriptionvoidProjekt.setLocalizations(List<ProjectLocalization> localizations) -
Uses of ProjectLocalization in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return ProjectLocalizationModifier and TypeMethodDescriptionstatic ProjectLocalizationEntityDummyFactory.dummyProjectDescriptionLocalization(Projekt project, Locale locale, String description) static ProjectLocalizationEntityDummyFactory.dummyProjectDisplayNameLocalization(Projekt project, Locale locale, String displayName) static ProjectLocalizationEntityDummyFactory.dummyProjectLocalization(Projekt project, Locale locale, String key, String value) static ProjectLocalizationEntityDummyFactory.dummyProjectShortDescriptionLocalization(Projekt project1, Locale locale, String shortDescription)