Liferay 7.0-ce-b4

com.liferay.portlet.blogs
Class BlogsEntryImageSelectorHelper

java.lang.Object
  extended by com.liferay.portlet.blogs.BlogsEntryImageSelectorHelper

public class BlogsEntryImageSelectorHelper
extends Object


Constructor Summary
BlogsEntryImageSelectorHelper(long imageFileEntryId, long oldImageFileEntryId, String imageCropRegion, String imageURL, String oldImageURL)
           
 
Method Summary
 ImageSelector getImageSelector()
           
 boolean isFileEntryTempFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsEntryImageSelectorHelper

public BlogsEntryImageSelectorHelper(long imageFileEntryId,
                                     long oldImageFileEntryId,
                                     String imageCropRegion,
                                     String imageURL,
                                     String oldImageURL)
Method Detail

getImageSelector

public ImageSelector getImageSelector()
                               throws Exception
Throws:
Exception

isFileEntryTempFile

public boolean isFileEntryTempFile()

Liferay 7.0-ce-b4