com.silverpeas.thumbnail.service
Class ThumbnailServiceImpl

java.lang.Object
  extended by com.silverpeas.thumbnail.service.ThumbnailServiceImpl
All Implemented Interfaces:
ThumbnailService

@Service
public class ThumbnailServiceImpl
extends Object
implements ThumbnailService


Constructor Summary
protected ThumbnailServiceImpl()
           
 
Method Summary
 ThumbnailDetail createThumbnail(ThumbnailDetail thumbDetail)
           
 void deleteAllThumbnail(String componentId)
           
 void deleteThumbnail(ThumbnailDetail thumbDetail)
           
 ThumbnailDetail getCompleteThumbnail(ThumbnailDetail thumbDetail)
           
 void moveThumbnail(ThumbnailDetail thumbDetail, String toInstanceId)
           
 void updateThumbnail(ThumbnailDetail thumbDetail)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThumbnailServiceImpl

protected ThumbnailServiceImpl()
Method Detail

createThumbnail

public ThumbnailDetail createThumbnail(ThumbnailDetail thumbDetail)
                                throws ThumbnailException
Specified by:
createThumbnail in interface ThumbnailService
Throws:
ThumbnailException

updateThumbnail

public void updateThumbnail(ThumbnailDetail thumbDetail)
                     throws ThumbnailException
Specified by:
updateThumbnail in interface ThumbnailService
Throws:
ThumbnailException

deleteThumbnail

public void deleteThumbnail(ThumbnailDetail thumbDetail)
                     throws ThumbnailException
Specified by:
deleteThumbnail in interface ThumbnailService
Throws:
ThumbnailException

getCompleteThumbnail

public ThumbnailDetail getCompleteThumbnail(ThumbnailDetail thumbDetail)
                                     throws ThumbnailException
Specified by:
getCompleteThumbnail in interface ThumbnailService
Throws:
ThumbnailException

deleteAllThumbnail

public void deleteAllThumbnail(String componentId)
                        throws ThumbnailException
Specified by:
deleteAllThumbnail in interface ThumbnailService
Throws:
ThumbnailException

moveThumbnail

public void moveThumbnail(ThumbnailDetail thumbDetail,
                          String toInstanceId)
                   throws ThumbnailException
Specified by:
moveThumbnail in interface ThumbnailService
Throws:
ThumbnailException


Copyright © 2016 Silverpeas. All Rights Reserved.