Liferay 6.0.5

com.liferay.portlet.messageboards.service
Interface MBMessageFlagService

All Known Implementing Classes:
MBMessageFlagServiceBaseImpl, MBMessageFlagServiceImpl, 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 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.

See Also:
MBMessageFlagServiceUtil, MBMessageFlagServiceBaseImpl, MBMessageFlagServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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.5