com.liferay.portlet.messageboards.service
Interface MBMessageFlagService
- All Known Implementing Classes:
- MBMessageFlagServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface MBMessageFlagService
The interface for the message boards message flag remote service.
Never modify or reference this interface directly. Always use MBMessageFlagServiceUtil to access the message boards message flag remote service. Add custom service methods to com.liferay.portlet.messageboards.service.impl.MBMessageFlagServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- Author:
- Brian Wing Shun Chan
- See Also:
MBMessageFlagServiceUtil,
com.liferay.portlet.messageboards.service.base.MBMessageFlagServiceBaseImpl,
com.liferay.portlet.messageboards.service.impl.MBMessageFlagServiceImpl- Generated:
addAnswerFlag
void addAnswerFlag(long messageId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteAnswerFlag
void deleteAnswerFlag(long messageId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException