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.portal.kernel.bean.IdentifiableBean, com.liferay.portal.service.PersistedModelLocalService, com.liferay.portlet.documentlibrary.service.DLFileRankLocalService

public class DLFileRankLocalServiceImpl
extends DLFileRankLocalServiceBaseImpl

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.service.base.DLFileRankLocalServiceBaseImpl
counterLocalService, dlAppHelperLocalService, dlAppLocalService, dlAppService, dlContentLocalService, dlContentPersistence, dlFileEntryFinder, dlFileEntryLocalService, dlFileEntryMetadataLocalService, dlFileEntryMetadataPersistence, dlFileEntryPersistence, dlFileEntryService, dlFileEntryTypeFinder, dlFileEntryTypeLocalService, dlFileEntryTypePersistence, dlFileEntryTypeService, dlFileRankFinder, dlFileRankLocalService, dlFileRankPersistence, dlFileShortcutLocalService, dlFileShortcutPersistence, dlFileShortcutService, dlFileVersionLocalService, dlFileVersionPersistence, dlFileVersionService, dlFolderFinder, dlFolderLocalService, dlFolderPersistence, dlFolderService, dlSyncLocalService, dlSyncPersistence, dlSyncService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, persistedModelLocalServiceRegistry, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
DLFileRankLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.documentlibrary.model.DLFileRank addFileRank(long groupId, long companyId, long userId, long fileEntryId, com.liferay.portal.service.ServiceContext serviceContext)
           
 void checkFileRanks()
           
 void deleteFileRank(com.liferay.portlet.documentlibrary.model.DLFileRank dlFileRank)
           
 void deleteFileRank(long fileRankId)
           
 void deleteFileRanksByFileEntryId(long fileEntryId)
           
 void deleteFileRanksByUserId(long userId)
           
 java.util.List<com.liferay.portlet.documentlibrary.model.DLFileRank> getFileRanks(long groupId, long userId)
           
 com.liferay.portlet.documentlibrary.model.DLFileRank updateFileRank(long groupId, long companyId, long userId, long fileEntryId, com.liferay.portal.service.ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.service.base.DLFileRankLocalServiceBaseImpl
addDLFileRank, afterPropertiesSet, createDLFileRank, deleteDLFileRank, deleteDLFileRank, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchDLFileRank, getBeanIdentifier, getCounterLocalService, getDLAppHelperLocalService, getDLAppLocalService, getDLAppService, getDLContentLocalService, getDLContentPersistence, getDLFileEntryFinder, getDLFileEntryLocalService, getDLFileEntryMetadataLocalService, getDLFileEntryMetadataPersistence, getDLFileEntryPersistence, getDLFileEntryService, getDLFileEntryTypeFinder, getDLFileEntryTypeLocalService, getDLFileEntryTypePersistence, getDLFileEntryTypeService, getDLFileRank, getDLFileRankFinder, getDLFileRankLocalService, getDLFileRankPersistence, getDLFileRanks, getDLFileRanksCount, getDLFileShortcutLocalService, getDLFileShortcutPersistence, getDLFileShortcutService, getDLFileVersionLocalService, getDLFileVersionPersistence, getDLFileVersionService, getDLFolderFinder, getDLFolderLocalService, getDLFolderPersistence, getDLFolderService, getDLSyncLocalService, getDLSyncPersistence, getDLSyncService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getModelClass, getModelClassName, getPersistedModel, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setDLAppHelperLocalService, setDLAppLocalService, setDLAppService, setDLContentLocalService, setDLContentPersistence, setDLFileEntryFinder, setDLFileEntryLocalService, setDLFileEntryMetadataLocalService, setDLFileEntryMetadataPersistence, setDLFileEntryPersistence, setDLFileEntryService, setDLFileEntryTypeFinder, setDLFileEntryTypeLocalService, setDLFileEntryTypePersistence, setDLFileEntryTypeService, setDLFileRankFinder, setDLFileRankLocalService, setDLFileRankPersistence, setDLFileShortcutLocalService, setDLFileShortcutPersistence, setDLFileShortcutService, setDLFileVersionLocalService, setDLFileVersionPersistence, setDLFileVersionService, setDLFolderFinder, setDLFolderLocalService, setDLFolderPersistence, setDLFolderService, setDLSyncLocalService, setDLSyncPersistence, setDLSyncService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateDLFileRank, 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

addFileRank

public com.liferay.portlet.documentlibrary.model.DLFileRank addFileRank(long groupId,
                                                                        long companyId,
                                                                        long userId,
                                                                        long fileEntryId,
                                                                        com.liferay.portal.service.ServiceContext serviceContext)
                                                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

checkFileRanks

public void checkFileRanks()
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteFileRank

public void deleteFileRank(com.liferay.portlet.documentlibrary.model.DLFileRank dlFileRank)
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteFileRank

public void deleteFileRank(long fileRankId)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteFileRanksByFileEntryId

public void deleteFileRanksByFileEntryId(long fileEntryId)
                                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteFileRanksByUserId

public void deleteFileRanksByUserId(long userId)
                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getFileRanks

public java.util.List<com.liferay.portlet.documentlibrary.model.DLFileRank> getFileRanks(long groupId,
                                                                                         long userId)
                                                                                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateFileRank

public com.liferay.portlet.documentlibrary.model.DLFileRank updateFileRank(long groupId,
                                                                           long companyId,
                                                                           long userId,
                                                                           long fileEntryId,
                                                                           com.liferay.portal.service.ServiceContext serviceContext)
                                                                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException