com.atlassian.jira.issue.thumbnail
Class DisabledThumbNailManager

java.lang.Object
  extended bycom.atlassian.jira.issue.thumbnail.DisabledThumbNailManager
All Implemented Interfaces:
ThumbnailManager

public class DisabledThumbNailManager
extends java.lang.Object
implements ThumbnailManager


Constructor Summary
DisabledThumbNailManager()
           
 
Method Summary
 java.util.Collection getThumbnails(java.util.Collection attachmentGVs, User user)
           
 boolean isThumbnailable(GenericValue attachmentGV)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisabledThumbNailManager

public DisabledThumbNailManager()
Method Detail

getThumbnails

public java.util.Collection getThumbnails(java.util.Collection attachmentGVs,
                                          User user)
                                   throws java.lang.Exception
Specified by:
getThumbnails in interface ThumbnailManager
Throws:
java.lang.Exception

isThumbnailable

public boolean isThumbnailable(GenericValue attachmentGV)
                        throws GenericEntityException
Specified by:
isThumbnailable in interface ThumbnailManager
Throws:
GenericEntityException