com.atlassian.confluence.labels.actions
Class AddLabelToEntityBean

java.lang.Object
  extended by com.atlassian.confluence.labels.actions.AbstractLabelEntityBean
      extended by com.atlassian.confluence.labels.actions.AddLabelToEntityBean
All Implemented Interfaces:
ImplementsIsPermitted

Deprecated. since 3.3 (replaced by AddLabelAjaxAction

public class AddLabelToEntityBean
extends AbstractLabelEntityBean
implements ImplementsIsPermitted

DWR Bean to add a given label to a given entity and return an updated list of labels to the browser via AJAX


Constructor Summary
AddLabelToEntityBean()
          Deprecated.  
 
Method Summary
 void addFavourite(String entityIdString)
          Deprecated.  
 AjaxResponse addLabel(String entityIdString, String labelString)
          Deprecated.  
 boolean isPermitted(List parameters)
          Deprecated.  
 void setLabelManager(LabelManager labelManager)
          Deprecated.  
 void setLabelsService(LabelsService labelsService)
          Deprecated.  
 void setPageManager(PageManager pageManager)
          Deprecated.  
 void setPermissionManager(PermissionManager permissionManager)
          Deprecated.  
 
Methods inherited from class com.atlassian.confluence.labels.actions.AbstractLabelEntityBean
getText, getText, getText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddLabelToEntityBean

public AddLabelToEntityBean()
Deprecated. 
Method Detail

addFavourite

public void addFavourite(String entityIdString)
Deprecated. 

addLabel

public AjaxResponse addLabel(String entityIdString,
                             String labelString)
                      throws Exception
Deprecated. 
Throws:
Exception

setPageManager

public void setPageManager(PageManager pageManager)
Deprecated. 

setPermissionManager

public void setPermissionManager(PermissionManager permissionManager)
Deprecated. 

setLabelManager

public void setLabelManager(LabelManager labelManager)
Deprecated. 

setLabelsService

public void setLabelsService(LabelsService labelsService)
Deprecated. 

isPermitted

public boolean isPermitted(List parameters)
Deprecated. 
Specified by:
isPermitted in interface ImplementsIsPermitted


Copyright © 2003-2011 Atlassian. All Rights Reserved.