Liferay 7.0-ga1 portal-impl

com.liferay.portlet.messageboards.util
Class MBMessageAttachmentsUtil

java.lang.Object
  extended by com.liferay.portlet.messageboards.util.MBMessageAttachmentsUtil

public class MBMessageAttachmentsUtil
extends Object


Constructor Summary
MBMessageAttachmentsUtil()
           
 
Method Summary
static com.liferay.message.boards.kernel.model.MBMessage fetchMessage(long fileEntryId)
           
static com.liferay.message.boards.kernel.model.MBMessage getMessage(long fileEntryId)
           
protected static long getMessageId(long fileEntryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBMessageAttachmentsUtil

public MBMessageAttachmentsUtil()
Method Detail

fetchMessage

public static com.liferay.message.boards.kernel.model.MBMessage fetchMessage(long fileEntryId)
                                                                      throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getMessage

public static com.liferay.message.boards.kernel.model.MBMessage getMessage(long fileEntryId)
                                                                    throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getMessageId

protected static long getMessageId(long fileEntryId)
                            throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ga1 portal-impl