@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface MBBanService extends BaseService
MBBanServiceUtil,
com.liferay.portlet.messageboards.service.base.MBBanServiceBaseImpl,
com.liferay.portlet.messageboards.service.impl.MBBanServiceImpl| Modifier and Type | Method and Description |
|---|---|
MBBan |
addBan(long banUserId,
ServiceContext serviceContext) |
void |
deleteBan(long banUserId,
ServiceContext serviceContext) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
MBBan addBan(long banUserId, ServiceContext serviceContext) throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
void deleteBan(long banUserId,
ServiceContext serviceContext)
throws PortalException
PortalException