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

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

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.service.base.DLFileRankLocalServiceBaseImpl
counterLocalService, counterService, dlFileEntryFinder, dlFileEntryLocalService, dlFileEntryPersistence, dlFileEntryService, dlFileRankFinder, dlFileRankLocalService, dlFileRankPersistence, dlFileShortcutFinder, dlFileShortcutLocalService, dlFileShortcutPersistence, dlFileShortcutService, dlFileVersionLocalService, dlFileVersionPersistence, dlFolderFinder, dlFolderLocalService, dlFolderPersistence, dlFolderService, layoutFinder, layoutLocalService, layoutPersistence, layoutService
 
Constructor Summary
DLFileRankLocalServiceImpl()
           
 
Method Summary
 void deleteFileRanks(long userId)
           
 void deleteFileRanks(long folderId, java.lang.String name)
           
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileRank> getFileRanks(long groupId, long userId)
           
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileRank> getFileRanks(long groupId, long userId, int start, 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, createDLFileRank, deleteDLFileRank, deleteDLFileRank, dynamicQuery, dynamicQuery, getCounterLocalService, getCounterService, getDLFileEntryFinder, getDLFileEntryLocalService, getDLFileEntryPersistence, getDLFileEntryService, getDLFileRank, getDLFileRankFinder, getDLFileRankLocalService, getDLFileRankPersistence, getDLFileRanks, getDLFileRanksCount, getDLFileShortcutFinder, getDLFileShortcutLocalService, getDLFileShortcutPersistence, getDLFileShortcutService, getDLFileVersionLocalService, getDLFileVersionPersistence, getDLFolderFinder, getDLFolderLocalService, getDLFolderPersistence, getDLFolderService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, setCounterLocalService, setCounterService, setDLFileEntryFinder, setDLFileEntryLocalService, setDLFileEntryPersistence, setDLFileEntryService, setDLFileRankFinder, setDLFileRankLocalService, setDLFileRankPersistence, setDLFileShortcutFinder, setDLFileShortcutLocalService, setDLFileShortcutPersistence, setDLFileShortcutService, setDLFileVersionLocalService, setDLFileVersionPersistence, setDLFolderFinder, setDLFolderLocalService, setDLFolderPersistence, setDLFolderService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, 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<com.liferay.portlet.documentlibrary.model.DLFileRank> getFileRanks(long groupId,
                                                                                         long userId)
                                                                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFileRanks

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileRank> getFileRanks(long groupId,
                                                                                         long userId,
                                                                                         int start,
                                                                                         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.SystemException
Throws:
com.liferay.portal.SystemException