@Deprecated public class SetProfilePictureFromFilenameCommand extends AbstractServiceCommand implements SetProfilePictureCommand
PICTURE_SIZE| Constructor and Description |
|---|
SetProfilePictureFromFilenameCommand(PermissionManager permissionManager,
PersonalInformationManager personalInformationManager,
UserAccessor userAccessor,
AttachmentManager attachmentManager,
com.atlassian.user.User targetUser,
String imageFileName,
Set<String> buildInProfilePics)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeInternal()
Deprecated.
Template method for implementations to perform command execution.
|
protected boolean |
isAuthorizedInternal()
Deprecated.
Template method for implementations to perform authorization.
|
protected void |
validateInternal(ServiceCommandValidator validator)
Deprecated.
Template method for implementations to perform validation.
|
execute, getCurrentUser, getValidationErrors, isAuthorized, isValidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getValidationErrors, isAuthorized, isValidpublic SetProfilePictureFromFilenameCommand(PermissionManager permissionManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, AttachmentManager attachmentManager, com.atlassian.user.User targetUser, String imageFileName, Set<String> buildInProfilePics)
protected void validateInternal(ServiceCommandValidator validator)
AbstractServiceCommand
Implementations can assume that if this method is called, authorization was already successful.
validateInternal in class AbstractServiceCommandprotected boolean isAuthorizedInternal()
AbstractServiceCommandisAuthorizedInternal in class AbstractServiceCommandprotected void executeInternal()
AbstractServiceCommandexecuteInternal in class AbstractServiceCommandCopyright © 2003–2019 Atlassian. All rights reserved.