Uses of Interface
com.atlassian.confluence.user.service.SetProfilePictureCommand

Packages that use SetProfilePictureCommand
com.atlassian.confluence.user.service   
 

Uses of SetProfilePictureCommand in com.atlassian.confluence.user.service
 

Classes in com.atlassian.confluence.user.service that implement SetProfilePictureCommand
 class SetProfilePictureFromFilenameCommand
          Service command for setting a user's profile picture to previously uploaded attachment, or to a built-in icon.
 class SetProfilePictureFromImageCommandImpl
          Service command for setting a user's profile picture to a newly uploaded image.
 

Methods in com.atlassian.confluence.user.service that return SetProfilePictureCommand
 SetProfilePictureCommand UserProfileService.newSetProfilePictureCommand(com.atlassian.user.User user, InputStream imageData, String imageFileName)
          Get a service command for setting a user's profile picture from an uploaded photo.
 SetProfilePictureCommand DefaultUserProfileService.newSetProfilePictureCommand(com.atlassian.user.User user, InputStream imageData, String imageFileName)
           
 SetProfilePictureCommand UserProfileService.newSetProfilePictureCommand(com.atlassian.user.User user, InputStream imageData, String imageFileName, int topLeftX, int topLeftY, int width)
          Get a service command for setting a user's profile picture from an uploaded photo.
 SetProfilePictureCommand DefaultUserProfileService.newSetProfilePictureCommand(com.atlassian.user.User user, InputStream imageData, String imageFileName, int topLeftX, int topLeftY, int width)
           
 SetProfilePictureCommand UserProfileService.newSetProfilePictureCommand(com.atlassian.user.User user, String imageFileName)
          Get a service command for setting a user's profile picture from an already existing attachment filename, or from one of the built-in icons.
 SetProfilePictureCommand DefaultUserProfileService.newSetProfilePictureCommand(com.atlassian.user.User user, String builtInImageFileName)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.