Liferay 6.0.5

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 Object
implements MBMessageFlagService

This class is a wrapper for MBMessageFlagService.

See Also:
MBMessageFlagService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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 PortalException,
                          SystemException
Specified by:
addAnswerFlag in interface MBMessageFlagService
Throws:
PortalException
SystemException

deleteAnswerFlag

public void deleteAnswerFlag(long messageId)
                      throws PortalException,
                             SystemException
Specified by:
deleteAnswerFlag in interface MBMessageFlagService
Throws:
PortalException
SystemException

getWrappedMBMessageFlagService

public MBMessageFlagService getWrappedMBMessageFlagService()

Liferay 6.0.5