com.liferay.portlet.documentlibrary.service.impl
Class DLFileEntryServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portlet.documentlibrary.service.base.DLFileEntryServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLFileEntryServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.documentlibrary.service.DLFileEntryService, org.springframework.beans.factory.InitializingBean
public class DLFileEntryServiceImpl
- extends DLFileEntryServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portlet.documentlibrary.service.base.DLFileEntryServiceBaseImpl |
counterLocalService, counterService, dlFileEntryAndShortcutFinder, dlFileEntryFinder, dlFileEntryLocalService, dlFileEntryPersistence, dlFileRankFinder, dlFileRankLocalService, dlFileRankPersistence, dlFileShortcutFinder, dlFileShortcutLocalService, dlFileShortcutPersistence, dlFileShortcutService, dlFileVersionLocalService, dlFileVersionPersistence, dlFolderLocalService, dlFolderPersistence, dlFolderService, dlLocalService, dlService, lockService, mbMessageFinder, mbMessageLocalService, mbMessagePersistence, mbMessageService, ratingsStatsLocalService, ratingsStatsPersistence, resourceFinder, resourceLocalService, resourcePersistence, resourceService, tagsAssetFinder, tagsAssetLocalService, tagsAssetPersistence, tagsAssetService, userFinder, userLocalService, userPersistence, userService, webDAVPropsLocalService, webDAVPropsPersistence |
Method Summary |
com.liferay.portlet.documentlibrary.model.DLFileEntry |
addFileEntry(long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String[] tagsEntries,
java.lang.String extraSettings,
byte[] byteArray,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
addFileEntry(long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String[] tagsEntries,
java.lang.String extraSettings,
byte[] byteArray,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
addFileEntry(long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String[] tagsEntries,
java.lang.String extraSettings,
java.io.File file,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
addFileEntry(long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String[] tagsEntries,
java.lang.String extraSettings,
java.io.File file,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
deleteFileEntry(long folderId,
java.lang.String name)
|
void |
deleteFileEntry(long folderId,
java.lang.String name,
double version)
|
void |
deleteFileEntryByTitle(long folderId,
java.lang.String titleWithExtension)
|
java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> |
getFileEntries(long folderId)
|
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)
|
void |
lockFileEntry(long folderId,
java.lang.String name)
|
void |
unlockFileEntry(long folderId,
java.lang.String name)
|
com.liferay.portlet.documentlibrary.model.DLFileEntry |
updateFileEntry(long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String[] tagsEntries,
java.lang.String extraSettings,
byte[] byteArray)
|
Methods inherited from class com.liferay.portlet.documentlibrary.service.base.DLFileEntryServiceBaseImpl |
afterPropertiesSet, getCounterLocalService, getCounterService, getDLFileEntryAndShortcutFinder, getDLFileEntryFinder, getDLFileEntryLocalService, getDLFileEntryPersistence, getDLFileRankFinder, getDLFileRankLocalService, getDLFileRankPersistence, getDLFileShortcutFinder, getDLFileShortcutLocalService, getDLFileShortcutPersistence, getDLFileShortcutService, getDLFileVersionLocalService, getDLFileVersionPersistence, getDLFolderLocalService, getDLFolderPersistence, getDLFolderService, getDLLocalService, getDLService, getLockService, getMBMessageFinder, getMBMessageLocalService, getMBMessagePersistence, getMBMessageService, getRatingsStatsLocalService, getRatingsStatsPersistence, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getTagsAssetFinder, getTagsAssetLocalService, getTagsAssetPersistence, getTagsAssetService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, getWebDAVPropsLocalService, getWebDAVPropsPersistence, setCounterLocalService, setCounterService, setDLFileEntryAndShortcutFinder, setDLFileEntryFinder, setDLFileEntryLocalService, setDLFileEntryPersistence, setDLFileRankFinder, setDLFileRankLocalService, setDLFileRankPersistence, setDLFileShortcutFinder, setDLFileShortcutLocalService, setDLFileShortcutPersistence, setDLFileShortcutService, setDLFileVersionLocalService, setDLFileVersionPersistence, setDLFolderLocalService, setDLFolderPersistence, setDLFolderService, setDLLocalService, setDLService, setLockService, setMBMessageFinder, setMBMessageLocalService, setMBMessagePersistence, setMBMessageService, setRatingsStatsLocalService, setRatingsStatsPersistence, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setTagsAssetFinder, setTagsAssetLocalService, setTagsAssetPersistence, setTagsAssetService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, setWebDAVPropsLocalService, setWebDAVPropsPersistence |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileEntryServiceImpl
public DLFileEntryServiceImpl()
addFileEntry
public com.liferay.portlet.documentlibrary.model.DLFileEntry addFileEntry(long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String[] tagsEntries,
java.lang.String extraSettings,
java.io.File file,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileEntry
public com.liferay.portlet.documentlibrary.model.DLFileEntry addFileEntry(long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String[] tagsEntries,
java.lang.String extraSettings,
byte[] byteArray,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileEntry
public com.liferay.portlet.documentlibrary.model.DLFileEntry addFileEntry(long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String[] tagsEntries,
java.lang.String extraSettings,
java.io.File file,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileEntry
public com.liferay.portlet.documentlibrary.model.DLFileEntry addFileEntry(long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String[] tagsEntries,
java.lang.String extraSettings,
byte[] byteArray,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteFileEntry
public void deleteFileEntry(long folderId,
java.lang.String name)
throws com.liferay.portal.PortalException,
java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
java.rmi.RemoteException
com.liferay.portal.SystemException
deleteFileEntry
public void deleteFileEntry(long folderId,
java.lang.String name,
double version)
throws com.liferay.portal.PortalException,
java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
java.rmi.RemoteException
com.liferay.portal.SystemException
deleteFileEntryByTitle
public void deleteFileEntryByTitle(long folderId,
java.lang.String titleWithExtension)
throws com.liferay.portal.PortalException,
java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
java.rmi.RemoteException
com.liferay.portal.SystemException
getFileEntries
public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileEntry> getFileEntries(long folderId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFileEntry
public com.liferay.portlet.documentlibrary.model.DLFileEntry getFileEntry(long folderId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFileEntryByTitle
public com.liferay.portlet.documentlibrary.model.DLFileEntry getFileEntryByTitle(long folderId,
java.lang.String titleWithExtension)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
lockFileEntry
public void lockFileEntry(long folderId,
java.lang.String name)
throws com.liferay.portal.PortalException,
java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
java.rmi.RemoteException
com.liferay.portal.SystemException
unlockFileEntry
public void unlockFileEntry(long folderId,
java.lang.String name)
throws com.liferay.portal.PortalException,
java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
java.rmi.RemoteException
com.liferay.portal.SystemException
updateFileEntry
public com.liferay.portlet.documentlibrary.model.DLFileEntry updateFileEntry(long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String[] tagsEntries,
java.lang.String extraSettings,
byte[] byteArray)
throws com.liferay.portal.PortalException,
java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
java.rmi.RemoteException
com.liferay.portal.SystemException