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)
           
protected  void CreateBlogPostCommandImpl.validateInternal(ServiceCommandValidator validator)
          Ensure that a page has been provided and that its title will not be a duplicate in the target space.
 

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 EditCommentFromEditorCommand.validateInternal(ServiceCommandValidator validator)
           
protected  void EditCommentCommandImpl.validateInternal(ServiceCommandValidator validator)
           
protected  void DeleteCommentCommandImpl.validateInternal(ServiceCommandValidator validator)
           
protected  void CreateCommentFromEditorCommand.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)
           
protected  void CreatePageFromExistingCommandImpl.validateInternal(ServiceCommandValidator validator)
           
protected  void CreatePageCommandImpl.validateInternal(ServiceCommandValidator validator)
          Ensure that a page has been provided and that its title will not be a duplicate in the target space.
protected  void CreateAbstractPageCommandImpl.validateInternal(ServiceCommandValidator validator)
          Ensure that an AbstractPage has been provided and that its title is valid.
 

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 ValidateLabelsCommandImpl.validateInternal(ServiceCommandValidator validator)
           
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-2011 Atlassian. All Rights Reserved.