@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 |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
MBBan addBan(long banUserId, ServiceContext serviceContext) throws PortalException
PortalExceptionvoid deleteBan(long banUserId,
ServiceContext serviceContext)
throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean