com.liferay.client.portlet.messageboards.service.http
Interface MBBanServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_MB_MBBanServiceSoapBindingImpl, Portlet_MB_MBBanServiceSoapBindingStub

public interface MBBanServiceSoap
extends java.rmi.Remote


Method Summary
 MBBanSoap addBan(long plid, long banUserId)
           
 void deleteBan(long plid, long banUserId)
           
 

Method Detail

addBan

public MBBanSoap addBan(long plid,
                        long banUserId)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteBan

public void deleteBan(long plid,
                      long banUserId)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException