-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0 EE (6.0.10)
-
Fix Version/s: 6.0 EE SP1 (6.0.11)
-
Component/s: Legacy Components > API
-
Labels:None
DLFileRank/DLFileRankLocalService has been refactored to be based on a fileEntryId instead of a folderId and name.
API CHANGES:
Class: com.liferay.portlet.documentlibrary.model.DLFileVersionModel
Method: getFolderId()
Status: Deleted
New method: getFileEntryId()
Method: setFolderId(long folderId)
Status: Deleted
New method: setFileEntryId(long fileEntryId)
Method: getName()
Status: Deleted
New method: getFileEntryId()
Method: setName(String name)
Status: Deleted
New method: setFileEntryId(long fileEntryId)
Class: com.liferay.portlet.documentlibrary.model.DLFileVersionSoap
Method: getFolderId()
Status: Deleted
New method: getFileEntryId()
Method: setFolderId(long folderId)
Status: Deleted
New method: setFileEntryId(long fileEntryId)
Method: getName()
Status: Deleted
New method: getFileEntryId()
Method: setName(String name)
Status: Deleted
New method: setFileEntryId(long fileEntryId)
Class: com.liferay.portlet.documentlibrary.model.DLFileVersionWrapper
Method: getFolderId()
Status: Deleted
New method: getFileEntryId()
Method: setFolderId(long folderId)
Status: Deleted
New method: setFileEntryId(long fileEntryId)
Method: getName()
Status: Deleted
New method: getFileEntryId()
Method: setName(String name)
Status: Deleted
New method: setFileEntryId(long fileEntryId)
Class: com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService
Method: getFileVersion(long groupId, long folderId, String name, String version)
Status: Deprecated
New method: getFileVersion(long fileEntryId, String version)
Method: getFileVersions(long groupId, long folderId, String name, int status)
Status: Deprecated
New method: getFileVersions(long fileEntryId, int status)
Method: getLatestFileVersion(long groupId, long folderId, String name)
Status: Deprecated
New method: getLatestFileVersion(long fileEntryId)
Class: com.liferay.portlet.documentlibrary.service.DLFileVersionLocalServiceUtil
Method: getFileVersion(long groupId, long folderId, String name, String version)
Status: Deprecated
New method: getFileVersion(long fileEntryId, String version)
Method: getFileVersions(long groupId, long folderId, String name, int status)
Status: Deprecated
New method: getFileVersions(long fileEntryId, int status)
Method: getLatestFileVersion(long groupId, long folderId, String name)
Status: Deprecated
New method: getLatestFileVersion(long fileEntryId)
Class: com.liferay.portlet.documentlibrary.service.DLFileVersionLocalServiceWrapper
Method: getFileVersion(long groupId, long folderId, String name, String version)
Status: Deprecated
New method: getFileVersion(long fileEntryId, String version)
Method: getFileVersions(long groupId, long folderId, String name, int status)
Status: Deprecated
New method: getFileVersions(long fileEntryId, int status)
Method: getLatestFileVersion(long groupId, long folderId, String name)
Status: Deprecated
New method: getLatestFileVersion(long fileEntryId)
- is related to
-
LPS-14061 DLFileVersion to be based on fileEntryId
-
- Closed
-