com.liferay.portlet.documentlibrary.service.impl
Class DLFileRankLocalServiceImpl

java.lang.Object
  extended bycom.liferay.portlet.documentlibrary.service.base.DLFileRankLocalServiceBaseImpl
      extended bycom.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

Constructor Summary
DLFileRankLocalServiceImpl()
           
 
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 com.liferay.portlet.documentlibrary.service.base.DLFileRankLocalServiceBaseImpl
addDLFileRank, dynamicQuery, dynamicQuery, updateDLFileRank
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileRankLocalServiceImpl

public DLFileRankLocalServiceImpl()
Method Detail

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