com.liferay.portlet.imagegallery.service
Class IGImageServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.imagegallery.service.IGImageServiceWrapper
All Implemented Interfaces:
IGImageService

public class IGImageServiceWrapper
extends java.lang.Object
implements IGImageService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for IGImageService.

Author:
Brian Wing Shun Chan
See Also:
IGImageService
Generated:

Constructor Summary
IGImageServiceWrapper(IGImageService igImageService)
           
 
Method Summary
 IGImage addImage(long folderId, java.lang.String name, java.lang.String description, java.io.File file, java.lang.String contentType, java.lang.String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 IGImage addImage(long folderId, java.lang.String name, java.lang.String description, java.io.File file, java.lang.String contentType, java.lang.String[] tagsEntries, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteImage(long imageId)
           
 void deleteImageByFolderIdAndNameWithExtension(long folderId, java.lang.String nameWithExtension)
           
 IGImage getImage(long imageId)
           
 IGImage getImageByFolderIdAndNameWithExtension(long folderId, java.lang.String nameWithExtension)
           
 IGImage getImageByLargeImageId(long largeImageId)
           
 IGImage getImageBySmallImageId(long smallImageId)
           
 java.util.List<IGImage> getImages(long folderId)
           
 IGImageService getWrappedIGImageService()
           
 IGImage updateImage(long imageId, long folderId, java.lang.String name, java.lang.String description, java.io.File file, java.lang.String contentType, java.lang.String[] tagsEntries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGImageServiceWrapper

public IGImageServiceWrapper(IGImageService igImageService)
Method Detail

addImage

public IGImage addImage(long folderId,
                        java.lang.String name,
                        java.lang.String description,
                        java.io.File file,
                        java.lang.String contentType,
                        java.lang.String[] tagsEntries,
                        boolean addCommunityPermissions,
                        boolean addGuestPermissions)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException,
                        java.rmi.RemoteException
Specified by:
addImage in interface IGImageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

addImage

public IGImage addImage(long folderId,
                        java.lang.String name,
                        java.lang.String description,
                        java.io.File file,
                        java.lang.String contentType,
                        java.lang.String[] tagsEntries,
                        java.lang.String[] communityPermissions,
                        java.lang.String[] guestPermissions)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException,
                        java.rmi.RemoteException
Specified by:
addImage in interface IGImageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

deleteImage

public void deleteImage(long imageId)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException,
                        java.rmi.RemoteException
Specified by:
deleteImage in interface IGImageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

deleteImageByFolderIdAndNameWithExtension

public void deleteImageByFolderIdAndNameWithExtension(long folderId,
                                                      java.lang.String nameWithExtension)
                                               throws com.liferay.portal.PortalException,
                                                      com.liferay.portal.SystemException,
                                                      java.rmi.RemoteException
Specified by:
deleteImageByFolderIdAndNameWithExtension in interface IGImageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getImage

public IGImage getImage(long imageId)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException,
                        java.rmi.RemoteException
Specified by:
getImage in interface IGImageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getImageByFolderIdAndNameWithExtension

public IGImage getImageByFolderIdAndNameWithExtension(long folderId,
                                                      java.lang.String nameWithExtension)
                                               throws com.liferay.portal.PortalException,
                                                      com.liferay.portal.SystemException,
                                                      java.rmi.RemoteException
Specified by:
getImageByFolderIdAndNameWithExtension in interface IGImageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getImageByLargeImageId

public IGImage getImageByLargeImageId(long largeImageId)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException,
                                      java.rmi.RemoteException
Specified by:
getImageByLargeImageId in interface IGImageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getImageBySmallImageId

public IGImage getImageBySmallImageId(long smallImageId)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException,
                                      java.rmi.RemoteException
Specified by:
getImageBySmallImageId in interface IGImageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getImages

public java.util.List<IGImage> getImages(long folderId)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException,
                                         java.rmi.RemoteException
Specified by:
getImages in interface IGImageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

updateImage

public IGImage updateImage(long imageId,
                           long folderId,
                           java.lang.String name,
                           java.lang.String description,
                           java.io.File file,
                           java.lang.String contentType,
                           java.lang.String[] tagsEntries)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException,
                           java.rmi.RemoteException
Specified by:
updateImage in interface IGImageService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedIGImageService

public IGImageService getWrappedIGImageService()