@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) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
MBBan addBan(long banUserId, ServiceContext serviceContext) throws PortalException
PortalExceptionvoid deleteBan(long banUserId,
ServiceContext serviceContext)
throws PortalException
PortalExceptionjava.lang.String getOSGiServiceIdentifier()