Uses of Class
de.xima.fc.entities.UserProfileFile
Packages that use UserProfileFile
Package
Description
Package für Datenbankentitäten
-
Uses of UserProfileFile in de.xima.fc.api.rest.pub.common.uri
Methods in de.xima.fc.api.rest.pub.common.uri with parameters of type UserProfileFileModifier and TypeMethodDescriptionstatic StringPublicRestUriHelper.getUserProfileFileResourcePath(UserProfileFile file) Returns the path for a user profile file resource. -
Uses of UserProfileFile in de.xima.fc.api.rest.pub.impl.user.model.response.file
Subclasses with type arguments of type UserProfileFile in de.xima.fc.api.rest.pub.impl.user.model.response.fileModifier and TypeClassDescriptionclassBase class for user profile file resources.Constructors in de.xima.fc.api.rest.pub.impl.user.model.response.file with parameters of type UserProfileFileModifierConstructorDescriptionBaseUserProfileFileResource(UserProfileFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale) BaseUserProfileFileResource(UserProfileFile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale, Map<String, String> links) -
Uses of UserProfileFile in de.xima.fc.entities
Subclasses with type arguments of type UserProfileFile in de.xima.fc.entitiesModifier and TypeClassDescriptionclassEntity containing the actual data of a user profile file entityClasses in de.xima.fc.entities that implement interfaces with type arguments of type UserProfileFileModifier and TypeClassDescriptionclassUser profiles store information about a specific user that may be able to sign in using multipleUserIdentitys.Methods in de.xima.fc.entities that return UserProfileFileMethods in de.xima.fc.entities that return types with arguments of type UserProfileFileMethod parameters in de.xima.fc.entities with type arguments of type UserProfileFileModifier and TypeMethodDescriptionvoidUserProfile.setFileMap(Map<String, UserProfileFile> fileMap) -
Uses of UserProfileFile in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return UserProfileFile