Uses of Class
org.openiam.idm.srvc.user.dto.ProfilePicture
-
Packages that use ProfilePicture Package Description org.openiam.base.response.data org.openiam.esb.core.dozer.converter org.openiam.esb.core.user.service org.openiam.esb.core.user.service.impl org.openiam.srvc.user -
-
Uses of ProfilePicture in org.openiam.base.response.data
Methods in org.openiam.base.response.data that return types with arguments of type ProfilePicture Modifier and Type Method Description Map<String,ProfilePicture>
ProfilePictureUserMapResponse. getUserProfilePictureMap()
Method parameters in org.openiam.base.response.data with type arguments of type ProfilePicture Modifier and Type Method Description void
ProfilePictureUserMapResponse. setUserProfilePictureMap(Map<String,ProfilePicture> userProfilePictureMap)
-
Uses of ProfilePicture in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return ProfilePicture Modifier and Type Method Description ProfilePicture
ProfilePictureDozerConverter. convertDTO(ProfilePicture entity, boolean isDeep)
ProfilePicture
ProfilePictureDozerConverter. convertToDTO(ProfilePictureEntity entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type ProfilePicture Modifier and Type Method Description List<ProfilePicture>
ProfilePictureDozerConverter. convertToDTOList(List<ProfilePictureEntity> list, boolean isDeep)
Set<ProfilePicture>
ProfilePictureDozerConverter. convertToDTOSet(Set<ProfilePictureEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type ProfilePicture Modifier and Type Method Description ProfilePicture
ProfilePictureDozerConverter. convertDTO(ProfilePicture entity, boolean isDeep)
ProfilePictureEntity
ProfilePictureDozerConverter. convertToEntity(ProfilePicture entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type ProfilePicture Modifier and Type Method Description List<ProfilePictureEntity>
ProfilePictureDozerConverter. convertToEntityList(List<ProfilePicture> list, boolean isDeep)
Set<ProfilePictureEntity>
ProfilePictureDozerConverter. convertToEntitySet(Set<ProfilePicture> set, boolean isDeep)
-
Uses of ProfilePicture in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return ProfilePicture Modifier and Type Method Description ProfilePicture
UserProfileService. getProfilePictureById(String picId)
ProfilePicture
UserProfileService. getProfilePictureByUserId(String userId)
Methods in org.openiam.esb.core.user.service that return types with arguments of type ProfilePicture Modifier and Type Method Description Map<String,ProfilePicture>
UserProfileService. getProfilePictureByUserIds(List<String> userIds)
Get profile pictures for given user Ids.Methods in org.openiam.esb.core.user.service with parameters of type ProfilePicture Modifier and Type Method Description void
UserProfileService. saveProfilePicture(ProfilePicture pic)
-
Uses of ProfilePicture in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return ProfilePicture Modifier and Type Method Description ProfilePicture
UserProfileServiceImpl. getProfilePictureById(String picId)
ProfilePicture
UserProfileServiceImpl. getProfilePictureByUserId(String userId)
Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type ProfilePicture Modifier and Type Method Description Map<String,ProfilePicture>
UserProfileServiceImpl. getProfilePictureByUserIds(List<String> userIds)
Methods in org.openiam.esb.core.user.service.impl with parameters of type ProfilePicture Modifier and Type Method Description void
UserProfileServiceImpl. saveProfilePicture(ProfilePicture pic)
-
Uses of ProfilePicture in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return ProfilePicture Modifier and Type Method Description ProfilePicture
UserDataWebService. getProfilePictureById(String picId)
Returns Profile picture by it's IDProfilePicture
UserDataWebServiceImpl. getProfilePictureById(String picId)
ProfilePicture
UserDataWebService. getProfilePictureByUserId(String userId)
Returns Profile picture for User by his IDProfilePicture
UserDataWebServiceImpl. getProfilePictureByUserId(String userId)
Methods in org.openiam.srvc.user with parameters of type ProfilePicture Modifier and Type Method Description Response
UserDataWebService. saveProfilePicture(ProfilePicture pic)
Saves Profile pictureResponse
UserDataWebServiceImpl. saveProfilePicture(ProfilePicture pic)
-