Uses of Class
de.xima.fc.entities.UserProfileFile
-
Packages that use UserProfileFile Package Description de.xima.fc.api.rest.pub.common.uri de.xima.fc.api.rest.pub.impl.user.model.response.file de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.common.bean -
-
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 UserProfileFile Modifier and Type Method Description static String
PublicRestUriHelper. 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
Constructors in de.xima.fc.api.rest.pub.impl.user.model.response.file with parameters of type UserProfileFile Constructor Description BaseUserProfileFileResource(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
Methods in de.xima.fc.entities that return UserProfileFile Modifier and Type Method Description UserProfileFile
UserProfile. getActiveProfileImage()
UserProfileFile
UserProfile. newFileEntiy()
Methods in de.xima.fc.entities that return types with arguments of type UserProfileFile Modifier and Type Method Description Map<String,UserProfileFile>
UserProfile. getFileMap()
Method parameters in de.xima.fc.entities with type arguments of type UserProfileFile Modifier and Type Method Description void
UserProfile. 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 Modifier and Type Method Description UserProfileFile
UserProfileMenuBean. getActiveProfileImage()
-