com.liferay.portlet.messageboards.service
Class MBMessageFlagServiceWrapper
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBMessageFlagServiceWrapper
public MBMessageFlagServiceWrapper(MBMessageFlagService mbMessageFlagService)
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()