com.liferay.client.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)
           
 IGImageSoap getImage(long imageId)
           
 IGImageSoap getImageByLargeImageId(long largeImageId)
           
 IGImageSoap getImageBySmallImageId(long smallImageId)
           
 

Method Detail

deleteImage

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

getImage

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

getImageByLargeImageId

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

getImageBySmallImageId

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