Uses of Interface
com.atlassian.confluence.core.service.ServiceCommandValidator

Packages that use ServiceCommandValidator
com.atlassian.confluence.content.service   
com.atlassian.confluence.content.service.blogpost   
com.atlassian.confluence.content.service.comment   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.content.service.space   
com.atlassian.confluence.core.service   
com.atlassian.confluence.labels.service   
com.atlassian.confluence.user.service   
 

Uses of ServiceCommandValidator in com.atlassian.confluence.content.service
 

Methods in com.atlassian.confluence.content.service with parameters of type ServiceCommandValidator
protected  void RenderContentCommandImpl.validateInternal(ServiceCommandValidator validator)
           
 

Uses of ServiceCommandValidator in com.atlassian.confluence.content.service.blogpost
 

Methods in com.atlassian.confluence.content.service.blogpost with parameters of type ServiceCommandValidator
protected  void RevertBlogPostCommand.validateInternal(ServiceCommandValidator validator)
           
 

Uses of ServiceCommandValidator in com.atlassian.confluence.content.service.comment
 

Methods in com.atlassian.confluence.content.service.comment with parameters of type ServiceCommandValidator
protected  void EditCommentCommandImpl.validateInternal(ServiceCommandValidator validator)
           
protected  void DeleteCommentCommandImpl.validateInternal(ServiceCommandValidator validator)
           
protected  void CreateCommentCommandImpl.validateInternal(ServiceCommandValidator validator)
           
 

Uses of ServiceCommandValidator in com.atlassian.confluence.content.service.page
 

Methods in com.atlassian.confluence.content.service.page with parameters of type ServiceCommandValidator
 void RevertContentToVersionCommand.validate(ServiceCommandValidator validator, ContentEntityObject ceo, ContentEntityObject possibleConflictingCeo, int versionToRevert, boolean revertTitle)
           
protected  void TrashPageCommandImpl.validateInternal(ServiceCommandValidator validator)
           
protected  void SetPageOrderCommand.validateInternal(ServiceCommandValidator validator)
           
protected  void RevertPageOrderCommand.validateInternal(ServiceCommandValidator validator)
           
protected  void RevertPageCommand.validateInternal(ServiceCommandValidator validator)
           
protected  void MovePageToTopOfSpaceCommand.validateInternal(ServiceCommandValidator validator)
           
protected  void MovePageCommandImpl.validateInternal(ServiceCommandValidator validator)
           
protected  void DeletePageCommand.validateInternal(ServiceCommandValidator validator)
           
protected  void DeleteBlogPostCommand.validateInternal(ServiceCommandValidator validator)
           
 

Uses of ServiceCommandValidator in com.atlassian.confluence.content.service.space
 

Methods in com.atlassian.confluence.content.service.space with parameters of type ServiceCommandValidator
protected  void DeleteSpaceCommand.validateInternal(ServiceCommandValidator validator)
           
 

Uses of ServiceCommandValidator in com.atlassian.confluence.core.service
 

Classes in com.atlassian.confluence.core.service that implement ServiceCommandValidator
 class DefaultServiceCommandValidator
           
 

Methods in com.atlassian.confluence.core.service with parameters of type ServiceCommandValidator
protected abstract  void AbstractServiceCommand.validateInternal(ServiceCommandValidator validator)
          Template method for implementations to perform validation.
 

Uses of ServiceCommandValidator in com.atlassian.confluence.labels.service
 

Methods in com.atlassian.confluence.labels.service with parameters of type ServiceCommandValidator
protected  void RemoveLabelCommandImpl.validateInternal(ServiceCommandValidator validator)
           
protected  void AddLabelsCommandImpl.validateInternal(ServiceCommandValidator validator)
           
 

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

Methods in com.atlassian.confluence.user.service with parameters of type ServiceCommandValidator
protected  void SetProfilePictureFromImageCommandImpl.validateInternal(ServiceCommandValidator validator)
           
protected  void SetProfilePictureFromFilenameCommand.validateInternal(ServiceCommandValidator validator)
           
protected  void DeleteProfilePictureCommandImpl.validateInternal(ServiceCommandValidator validator)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.