Liferay 6.0-ee-sp2

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

Constructor Summary
MBMessageFlagServiceWrapper(MBMessageFlagService mbMessageFlagService)
           
 
Method Summary
 void addAnswerFlag(long messageId)
           
 void deleteAnswerFlag(long messageId)
           
 MBMessageFlagService getWrappedMBMessageFlagService()
           
 void setWrappedMBMessageFlagService(MBMessageFlagService mbMessageFlagService)
           
 
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()

setWrappedMBMessageFlagService

public void setWrappedMBMessageFlagService(MBMessageFlagService mbMessageFlagService)

Liferay 6.0-ee-sp2