Liferay 6.0-ee-sp2

com.liferay.portlet.messageboards.service
Interface MBMessageFlagService

All Known Implementing Classes:
MBMessageFlagServiceWrapper

@JSONWebService
@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface MBMessageFlagService

The interface for the message boards message flag remote service.

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.

See Also:
MBMessageFlagServiceUtil, com.liferay.portlet.messageboards.service.base.MBMessageFlagServiceBaseImpl, com.liferay.portlet.messageboards.service.impl.MBMessageFlagServiceImpl

Method Summary
 void addAnswerFlag(long messageId)
           
 void deleteAnswerFlag(long messageId)
           
 

Method Detail

addAnswerFlag

void addAnswerFlag(long messageId)
                   throws PortalException,
                          SystemException
Throws:
PortalException
SystemException

deleteAnswerFlag

void deleteAnswerFlag(long messageId)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

Liferay 6.0-ee-sp2