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

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.rapid.view.SavedFilterEntry

public class SavedFilterEntry
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

Nested Class Summary
static class SavedFilterEntry.SavedFilterPermissionEntry
          Mimic JIRA's saved filter permission display.
static class SavedFilterEntry.SavedFilterPermissionValue
          A single permission value for display
 
Constructor Summary
SavedFilterEntry()
           
 
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

public SavedFilterEntry()


Copyright © 2007-2012 Atlassian. All Rights Reserved.