com.liferay.portlet.documentlibrary.service.impl
Class DLFileRankLocalServiceImpl
java.lang.Object
com.liferay.portlet.documentlibrary.service.base.DLFileRankLocalServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLFileRankLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.documentlibrary.service.DLFileRankLocalService
- public class DLFileRankLocalServiceImpl
- extends DLFileRankLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
void |
deleteFileRanks(long userId)
|
void |
deleteFileRanks(long folderId,
java.lang.String name)
|
java.util.List |
getFileRanks(long groupId,
long userId)
|
java.util.List |
getFileRanks(long groupId,
long userId,
int begin,
int end)
|
com.liferay.portlet.documentlibrary.model.DLFileRank |
updateFileRank(long groupId,
long companyId,
long userId,
long folderId,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileRankLocalServiceImpl
public DLFileRankLocalServiceImpl()
deleteFileRanks
public void deleteFileRanks(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteFileRanks
public void deleteFileRanks(long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getFileRanks
public java.util.List getFileRanks(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getFileRanks
public java.util.List getFileRanks(long groupId,
long userId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateFileRank
public com.liferay.portlet.documentlibrary.model.DLFileRank updateFileRank(long groupId,
long companyId,
long userId,
long folderId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException