@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface MBBanService extends BaseService
MBBanServiceUtil,
MBBanServiceBaseImpl,
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
PortalExceptionvoid deleteBan(long banUserId,
ServiceContext serviceContext)
throws PortalException
PortalExceptionString getOSGiServiceIdentifier()