com.liferay.client.soap.portlet.imagegallery.service.http
Interface IGImageServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_IG_IGImageServiceSoapBindingImpl, Portlet_IG_IGImageServiceSoapBindingStub

public interface IGImageServiceSoap
extends java.rmi.Remote


Method Summary
 void deleteImage(long imageId)
           
 void deleteImageByFolderIdAndNameWithExtension(long folderId, java.lang.String nameWithExtension)
           
 IGImageSoap getImage(long imageId)
           
 IGImageSoap getImageByFolderIdAndNameWithExtension(long folderId, java.lang.String nameWithExtension)
           
 IGImageSoap getImageByLargeImageId(long largeImageId)
           
 IGImageSoap getImageBySmallImageId(long smallImageId)
           
 IGImageSoap[] getImages(long folderId)
           
 

Method Detail

getImage

IGImageSoap getImage(long imageId)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteImage

void deleteImage(long imageId)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteImageByFolderIdAndNameWithExtension

void deleteImageByFolderIdAndNameWithExtension(long folderId,
                                               java.lang.String nameWithExtension)
                                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getImageByFolderIdAndNameWithExtension

IGImageSoap getImageByFolderIdAndNameWithExtension(long folderId,
                                                   java.lang.String nameWithExtension)
                                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getImageByLargeImageId

IGImageSoap getImageByLargeImageId(long largeImageId)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getImageBySmallImageId

IGImageSoap getImageBySmallImageId(long smallImageId)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getImages

IGImageSoap[] getImages(long folderId)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException