com.atlassian.confluence.labels.actions
Class ViewLabelsForEntityBean

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

public class ViewLabelsForEntityBean
extends AbstractLabelEntityBean
implements ImplementsIsPermitted

DWR Bean to return a list of labels (with the delete links enabled) to the browser via AJAX


Constructor Summary
ViewLabelsForEntityBean()
           
 
Method Summary
 boolean isPermitted(java.util.List parameters)
           
 boolean isPersonalLabel(Label label)
           
 void setPageManager(PageManager pageManager)
           
 void setPermissionManager(PermissionManager permissionManager)
           
 AjaxResponse viewLabels(java.lang.String entityIdString)
           
 
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

ViewLabelsForEntityBean

public ViewLabelsForEntityBean()
Method Detail

setPageManager

public void setPageManager(PageManager pageManager)

setPermissionManager

public void setPermissionManager(PermissionManager permissionManager)

viewLabels

public AjaxResponse viewLabels(java.lang.String entityIdString)
                        throws java.lang.Exception
Throws:
java.lang.Exception

isPersonalLabel

public boolean isPersonalLabel(Label label)

isPermitted

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


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.