com.liferay.portlet.messageboards.service
Class MBMessageFlagServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.MBMessageFlagServiceWrapper
All Implemented Interfaces:
MBMessageFlagService

public class MBMessageFlagServiceWrapper
extends java.lang.Object
implements MBMessageFlagService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for MBMessageFlagService.

Author:
Brian Wing Shun Chan
See Also:
MBMessageFlagService
Generated:

Constructor Summary
MBMessageFlagServiceWrapper(MBMessageFlagService mbMessageFlagService)
           
 
Method Summary
 void addAnswerFlag(long messageId)
           
 void deleteAnswerFlag(long messageId)
           
 MBMessageFlagService getWrappedMBMessageFlagService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBMessageFlagServiceWrapper

public MBMessageFlagServiceWrapper(MBMessageFlagService mbMessageFlagService)
Method Detail

addAnswerFlag

public void addAnswerFlag(long messageId)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
addAnswerFlag in interface MBMessageFlagService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteAnswerFlag

public void deleteAnswerFlag(long messageId)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteAnswerFlag in interface MBMessageFlagService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedMBMessageFlagService

public MBMessageFlagService getWrappedMBMessageFlagService()