com.atlassian.greenhopper.web.rapid.view
Class SavedFilterEntry.SavedFilterPermissionEntry

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.rapid.view.SavedFilterEntry.SavedFilterPermissionEntry
Enclosing class:
SavedFilterEntry

public static class SavedFilterEntry.SavedFilterPermissionEntry
extends RestTemplate

Mimic JIRA's saved filter permission display. Decided not to reuse their SearchRequestDisplayBean, because that would be hacky and we don't like that :) Considering that we might want to display different information or display information differently, it's better to render this on our own. So there can be multiple permission entries (=rows) per saved filter, and each of those can have none (everybody), one (group / project without role) or two (project with role) values.

Author:
ahennecke

Constructor Summary
SavedFilterEntry.SavedFilterPermissionEntry()
           
 
Method Summary
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SavedFilterEntry.SavedFilterPermissionEntry

public SavedFilterEntry.SavedFilterPermissionEntry()


Copyright © 2007-2012 Atlassian. All Rights Reserved.