com.atlassian.jira.issue.thumbnail
Class DefaultThumbnailManager

java.lang.Object
  extended by com.atlassian.jira.issue.thumbnail.DefaultThumbnailManager
All Implemented Interfaces:
ThumbnailManager

public class DefaultThumbnailManager
extends java.lang.Object
implements ThumbnailManager


Constructor Summary
DefaultThumbnailManager(ApplicationProperties applicationProperties, AttachmentManager attachmentManager, MimeManager mimeManager)
           
 
Method Summary
 boolean checkToolkit(com.opensymphony.user.User user)
           
 java.util.Collection getThumbnails(java.util.Collection attachments, com.opensymphony.user.User user)
           
 java.util.Collection getThumbnails(org.ofbiz.core.entity.GenericValue issue, com.opensymphony.user.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

DefaultThumbnailManager

public DefaultThumbnailManager(ApplicationProperties applicationProperties,
                               AttachmentManager attachmentManager,
                               MimeManager mimeManager)
Method Detail

getThumbnails

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

getThumbnails

public java.util.Collection getThumbnails(org.ofbiz.core.entity.GenericValue issue,
                                          com.opensymphony.user.User user)
                                   throws java.lang.Exception
Specified by:
getThumbnails in interface ThumbnailManager
Throws:
java.lang.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(com.opensymphony.user.User user)
Specified by:
checkToolkit in interface ThumbnailManager


Copyright © 2002-2006 Atlassian. All Rights Reserved.