|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.blogs.BlogsEntryAttachmentFileEntryHelper
public class BlogsEntryAttachmentFileEntryHelper
| Constructor Summary | |
|---|---|
BlogsEntryAttachmentFileEntryHelper()
|
|
| Method Summary | |
|---|---|
List<BlogsEntryAttachmentFileEntryReference> |
addBlogsEntryAttachmentFileEntries(long groupId,
long userId,
long blogsEntryId,
long folderId,
List<FileEntry> tempFileEntries)
|
FileEntry |
addBlogsEntryAttachmentFileEntry(long groupId,
long userId,
long blogsEntryId,
long folderId,
String fileName,
String mimeType,
byte[] bytes)
|
FileEntry |
addBlogsEntryAttachmentFileEntry(long groupId,
long userId,
long blogsEntryId,
long folderId,
String fileName,
String mimeType,
File file)
|
FileEntry |
addBlogsEntryAttachmentFileEntry(long groupId,
long userId,
long blogsEntryId,
long folderId,
String fileName,
String mimeType,
InputStream is)
|
protected String |
getBlogsEntryAttachmentFileEntryImgTag(FileEntry blogsEntryAttachmentFileEntry)
|
List<FileEntry> |
getTempBlogsEntryAttachmentFileEntries(String content)
|
protected String |
getUniqueFileName(long groupId,
String fileName,
long folderId)
|
String |
updateContent(String content,
List<BlogsEntryAttachmentFileEntryReference> blogsEntryAttachmentFileEntryReferences)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlogsEntryAttachmentFileEntryHelper()
| Method Detail |
|---|
public List<BlogsEntryAttachmentFileEntryReference> addBlogsEntryAttachmentFileEntries(long groupId,
long userId,
long blogsEntryId,
long folderId,
List<FileEntry> tempFileEntries)
throws PortalException
PortalException
public FileEntry addBlogsEntryAttachmentFileEntry(long groupId,
long userId,
long blogsEntryId,
long folderId,
String fileName,
String mimeType,
byte[] bytes)
throws PortalException
PortalException
public FileEntry addBlogsEntryAttachmentFileEntry(long groupId,
long userId,
long blogsEntryId,
long folderId,
String fileName,
String mimeType,
File file)
throws PortalException
PortalException
public FileEntry addBlogsEntryAttachmentFileEntry(long groupId,
long userId,
long blogsEntryId,
long folderId,
String fileName,
String mimeType,
InputStream is)
throws PortalException
PortalException
public List<FileEntry> getTempBlogsEntryAttachmentFileEntries(String content)
throws PortalException
PortalException
public String updateContent(String content,
List<BlogsEntryAttachmentFileEntryReference> blogsEntryAttachmentFileEntryReferences)
protected String getBlogsEntryAttachmentFileEntryImgTag(FileEntry blogsEntryAttachmentFileEntry)
protected String getUniqueFileName(long groupId,
String fileName,
long folderId)
throws PortalException
PortalException
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||