|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portlet.documentlibrary.service.base.DLFileEntryLocalServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLFileEntryLocalServiceImpl
public class DLFileEntryLocalServiceImpl
For DLFileEntries, the naming convention for some of the variables is not very informative, due to legacy code. Each DLFileEntry has a corresponding name and title. The "name" is a unique identifier for a given file and usually follows the format "DLFE-1234.xls" whereas the "title" is the actual name specified by the user (e.g., "Budget.xls").
Field Summary |
---|
Constructor Summary | |
---|---|
DLFileEntryLocalServiceImpl()
|
Method Summary | |
---|---|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
addFileEntry(long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
byte[] bytes,
com.liferay.portal.service.ServiceContext serviceContext)
Deprecated. |
com.liferay.portlet.documentlibrary.model.DLFileEntry |
addFileEntry(long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.File file,
com.liferay.portal.service.ServiceContext serviceContext)
Deprecated. |
com.liferay.portlet.documentlibrary.model.DLFileEntry |
addFileEntry(long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.InputStream is,
int size,
com.liferay.portal.service.ServiceContext serviceContext)
Deprecated. |
com.liferay.portlet.documentlibrary.model.DLFileEntry |
addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
byte[] bytes,
com.liferay.portal.service.ServiceContext serviceContext)
Deprecated. |
com.liferay.portlet.documentlibrary.model.DLFileEntry |
addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.File file,
com.liferay.portal.service.ServiceContext serviceContext)
Deprecated. |
com.liferay.portlet.documentlibrary.model.DLFileEntry |
addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
byte[] bytes,
com.liferay.portal.service.ServiceContext serviceContext)
|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
java.io.File file,
com.liferay.portal.service.ServiceContext serviceContext)
|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
java.io.InputStream is,
long size,
com.liferay.portal.service.ServiceContext serviceContext)
|
void |
addFileEntryResources(com.liferay.portlet.documentlibrary.model.DLFileEntry fileEntry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addFileEntryResources(com.liferay.portlet.documentlibrary.model.DLFileEntry fileEntry,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
addFileEntryResources(long fileEntryId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addFileEntryResources(long fileEntryId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
protected void |
addFileVersion(com.liferay.portal.model.User user,
com.liferay.portlet.documentlibrary.model.DLFileEntry fileEntry,
java.util.Date modifiedDate,
double version,
java.lang.String description)
|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
addOrOverwriteFileEntry(long userId,
long folderId,
java.lang.String name,
java.lang.String sourceName,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.File file,
com.liferay.portal.service.ServiceContext serviceContext)
|
void |
deleteFileEntries(long folderId)
|
void |
deleteFileEntry(com.liferay.portlet.documentlibrary.model.DLFileEntry fileEntry)
|
void |
deleteFileEntry(long folderId,
java.lang.String name)
|
void |
deleteFileEntry(long folderId,
java.lang.String name,
double version)
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> |
getCompanyFileEntries(long companyId,
int start,
int end)
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> |
getCompanyFileEntries(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getCompanyFileEntriesCount(long companyId)
|
java.io.InputStream |
getFileAsStream(long companyId,
long userId,
long folderId,
java.lang.String name)
|
java.io.InputStream |
getFileAsStream(long companyId,
long userId,
long folderId,
java.lang.String name,
double version)
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> |
getFileEntries(long folderId)
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> |
getFileEntries(long folderId,
int start,
int end)
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> |
getFileEntries(long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getFileEntriesCount(long folderId)
|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
getFileEntry(long fileEntryId)
|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
getFileEntry(long folderId,
java.lang.String name)
|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
getFileEntryByTitle(long folderId,
java.lang.String titleWithExtension)
|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
getFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
|
protected long |
getFolderId(long companyId,
long folderId)
|
int |
getFoldersFileEntriesCount(java.util.List<java.lang.Long> folderIds)
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> |
getGroupFileEntries(long groupId,
int start,
int end)
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> |
getGroupFileEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> |
getGroupFileEntries(long groupId,
long userId,
int start,
int end)
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> |
getGroupFileEntries(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getGroupFileEntriesCount(long groupId)
|
int |
getGroupFileEntriesCount(long groupId,
long userId)
|
protected java.lang.String |
getName(java.lang.String name)
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> |
getNoAssetFileEntries()
|
void |
reIndex(long fileEntryId)
|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
byte[] bytes,
com.liferay.portal.service.ServiceContext serviceContext)
Deprecated. |
com.liferay.portlet.documentlibrary.model.DLFileEntry |
updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.File file,
com.liferay.portal.service.ServiceContext serviceContext)
Deprecated. |
com.liferay.portlet.documentlibrary.model.DLFileEntry |
updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
byte[] bytes,
com.liferay.portal.service.ServiceContext serviceContext)
|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
java.io.File file,
com.liferay.portal.service.ServiceContext serviceContext)
|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
java.io.InputStream is,
long size,
com.liferay.portal.service.ServiceContext serviceContext)
|
void |
updateTagsAsset(long userId,
com.liferay.portlet.documentlibrary.model.DLFileEntry fileEntry,
java.lang.String[] tagsCategories,
java.lang.String[] tagsEntries)
|
protected void |
validate(long groupId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String title,
java.lang.String sourceFileName,
java.io.InputStream is)
|
protected void |
validate(long groupId,
long folderId,
java.lang.String name,
java.lang.String title,
java.io.InputStream is)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DLFileEntryLocalServiceImpl()
Method Detail |
---|
public com.liferay.portlet.documentlibrary.model.DLFileEntry addFileEntry(long userId, long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String extraSettings, byte[] bytes, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry addFileEntry(long userId, long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String extraSettings, java.io.File file, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry addFileEntry(long userId, long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String extraSettings, java.io.InputStream is, int size, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry addFileEntry(java.lang.String uuid, long userId, long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String extraSettings, byte[] bytes, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry addFileEntry(java.lang.String uuid, long userId, long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String extraSettings, java.io.File file, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry addFileEntry(java.lang.String uuid, long userId, long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String versionDescription, java.lang.String extraSettings, byte[] bytes, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry addFileEntry(java.lang.String uuid, long userId, long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String versionDescription, java.lang.String extraSettings, java.io.File file, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry addFileEntry(java.lang.String uuid, long userId, long folderId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String versionDescription, java.lang.String extraSettings, java.io.InputStream is, long size, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public void addFileEntryResources(com.liferay.portlet.documentlibrary.model.DLFileEntry fileEntry, boolean addCommunityPermissions, boolean addGuestPermissions) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public void addFileEntryResources(com.liferay.portlet.documentlibrary.model.DLFileEntry fileEntry, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public void addFileEntryResources(long fileEntryId, boolean addCommunityPermissions, boolean addGuestPermissions) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public void addFileEntryResources(long fileEntryId, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry addOrOverwriteFileEntry(long userId, long folderId, java.lang.String name, java.lang.String sourceName, java.lang.String title, java.lang.String description, java.lang.String extraSettings, java.io.File file, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public void deleteFileEntries(long folderId) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public void deleteFileEntry(com.liferay.portlet.documentlibrary.model.DLFileEntry fileEntry) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public void deleteFileEntry(long folderId, java.lang.String name) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public void deleteFileEntry(long folderId, java.lang.String name, double version) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> getCompanyFileEntries(long companyId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> getCompanyFileEntries(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public int getCompanyFileEntriesCount(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.io.InputStream getFileAsStream(long companyId, long userId, long folderId, java.lang.String name) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public java.io.InputStream getFileAsStream(long companyId, long userId, long folderId, java.lang.String name, double version) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> getFileEntries(long folderId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> getFileEntries(long folderId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> getFileEntries(long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public int getFileEntriesCount(long folderId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry getFileEntry(long fileEntryId) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry getFileEntry(long folderId, java.lang.String name) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry getFileEntryByTitle(long folderId, java.lang.String titleWithExtension) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry getFileEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public int getFoldersFileEntriesCount(java.util.List<java.lang.Long> folderIds) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> getGroupFileEntries(long groupId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> getGroupFileEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> getGroupFileEntries(long groupId, long userId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> getGroupFileEntries(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public int getGroupFileEntriesCount(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public int getGroupFileEntriesCount(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> getNoAssetFileEntries() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public void reIndex(long fileEntryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry updateFileEntry(long userId, long folderId, long newFolderId, java.lang.String name, java.lang.String sourceFileName, java.lang.String title, java.lang.String description, java.lang.String extraSettings, byte[] bytes, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry updateFileEntry(long userId, long folderId, long newFolderId, java.lang.String name, java.lang.String sourceFileName, java.lang.String title, java.lang.String description, java.lang.String extraSettings, java.io.File file, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry updateFileEntry(long userId, long folderId, long newFolderId, java.lang.String name, java.lang.String sourceFileName, java.lang.String title, java.lang.String description, java.lang.String versionDescription, java.lang.String extraSettings, byte[] bytes, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry updateFileEntry(long userId, long folderId, long newFolderId, java.lang.String name, java.lang.String sourceFileName, java.lang.String title, java.lang.String description, java.lang.String versionDescription, java.lang.String extraSettings, java.io.File file, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public com.liferay.portlet.documentlibrary.model.DLFileEntry updateFileEntry(long userId, long folderId, long newFolderId, java.lang.String name, java.lang.String sourceFileName, java.lang.String title, java.lang.String description, java.lang.String versionDescription, java.lang.String extraSettings, java.io.InputStream is, long size, com.liferay.portal.service.ServiceContext serviceContext) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
public void updateTagsAsset(long userId, com.liferay.portlet.documentlibrary.model.DLFileEntry fileEntry, java.lang.String[] tagsCategories, java.lang.String[] tagsEntries) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
protected void addFileVersion(com.liferay.portal.model.User user, com.liferay.portlet.documentlibrary.model.DLFileEntry fileEntry, java.util.Date modifiedDate, double version, java.lang.String description) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
protected long getFolderId(long companyId, long folderId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
protected java.lang.String getName(java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
protected void validate(long groupId, long folderId, long newFolderId, java.lang.String name, java.lang.String title, java.lang.String sourceFileName, java.io.InputStream is) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
protected void validate(long groupId, long folderId, java.lang.String name, java.lang.String title, java.io.InputStream is) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException
com.liferay.portal.PortalException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |