Liferay 7.0-ce-b4

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 MBMessage fetchMessage(long fileEntryId)
           
static 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 MBMessage fetchMessage(long fileEntryId)
                              throws PortalException
Throws:
PortalException

getMessage

public static MBMessage getMessage(long fileEntryId)
                            throws PortalException
Throws:
PortalException

getMessageId

protected static long getMessageId(long fileEntryId)
                            throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4