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 Object
implements ThumbnailManager


Constructor Summary
DisabledThumbNailManager()
           
 
Method Summary
 boolean checkToolkit(User user)
           
 Collection getThumbnails(Collection attachmentGVs, User user)
           
 Collection getThumbnails(org.ofbiz.core.entity.GenericValue issue, User user)
           
 boolean isThumbnailable(Attachment attachment)
           
 
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 Collection getThumbnails(Collection attachmentGVs,
                                User user)
                         throws Exception
Specified by:
getThumbnails in interface ThumbnailManager
Throws:
Exception

getThumbnails

public Collection getThumbnails(org.ofbiz.core.entity.GenericValue issue,
                                User user)
                         throws Exception
Specified by:
getThumbnails in interface ThumbnailManager
Throws:
Exception

isThumbnailable

public boolean isThumbnailable(Attachment attachment)
                        throws org.ofbiz.core.entity.GenericEntityException
Specified by:
isThumbnailable in interface ThumbnailManager
Throws:
org.ofbiz.core.entity.GenericEntityException

checkToolkit

public boolean checkToolkit(User user)
Specified by:
checkToolkit in interface ThumbnailManager


Copyright © 2002-2006 Atlassian. All Rights Reserved.