com.liferay.portlet.documentlibrary.service
Class DLFileRankLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLFileRankLocalServiceWrapper
All Implemented Interfaces:
DLFileRankLocalService

public class DLFileRankLocalServiceWrapper
extends java.lang.Object
implements DLFileRankLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for DLFileRankLocalService.

Author:
Brian Wing Shun Chan
See Also:
DLFileRankLocalService
Generated:

Constructor Summary
DLFileRankLocalServiceWrapper(DLFileRankLocalService dlFileRankLocalService)
           
 
Method Summary
 DLFileRank addDLFileRank(DLFileRank dlFileRank)
           
 DLFileRank addFileRank(long groupId, long companyId, long userId, long folderId, java.lang.String name)
           
 DLFileRank createDLFileRank(long fileRankId)
           
 void deleteDLFileRank(DLFileRank dlFileRank)
           
 void deleteDLFileRank(long fileRankId)
           
 void deleteFileRanks(long userId)
           
 void deleteFileRanks(long folderId, java.lang.String name)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 DLFileRank getDLFileRank(long fileRankId)
           
 java.util.List<DLFileRank> getDLFileRanks(int start, int end)
           
 int getDLFileRanksCount()
           
 java.util.List<DLFileRank> getFileRanks(long groupId, long userId)
           
 java.util.List<DLFileRank> getFileRanks(long groupId, long userId, int start, int end)
           
 DLFileRankLocalService getWrappedDLFileRankLocalService()
           
 DLFileRank updateDLFileRank(DLFileRank dlFileRank)
           
 DLFileRank updateDLFileRank(DLFileRank dlFileRank, boolean merge)
           
 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
 

Constructor Detail

DLFileRankLocalServiceWrapper

public DLFileRankLocalServiceWrapper(DLFileRankLocalService dlFileRankLocalService)
Method Detail

addDLFileRank

public DLFileRank addDLFileRank(DLFileRank dlFileRank)
                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addDLFileRank in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createDLFileRank

public DLFileRank createDLFileRank(long fileRankId)
Specified by:
createDLFileRank in interface DLFileRankLocalService

deleteDLFileRank

public void deleteDLFileRank(long fileRankId)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteDLFileRank in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteDLFileRank

public void deleteDLFileRank(DLFileRank dlFileRank)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteDLFileRank in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getDLFileRank

public DLFileRank getDLFileRank(long fileRankId)
                         throws com.liferay.portal.kernel.exception.PortalException,
                                com.liferay.portal.kernel.exception.SystemException
Specified by:
getDLFileRank in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getDLFileRanks

public java.util.List<DLFileRank> getDLFileRanks(int start,
                                                 int end)
                                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getDLFileRanks in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getDLFileRanksCount

public int getDLFileRanksCount()
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getDLFileRanksCount in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateDLFileRank

public DLFileRank updateDLFileRank(DLFileRank dlFileRank)
                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateDLFileRank in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateDLFileRank

public DLFileRank updateDLFileRank(DLFileRank dlFileRank,
                                   boolean merge)
                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateDLFileRank in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addFileRank

public DLFileRank addFileRank(long groupId,
                              long companyId,
                              long userId,
                              long folderId,
                              java.lang.String name)
                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addFileRank in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteFileRanks

public void deleteFileRanks(long userId)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteFileRanks in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteFileRanks

public void deleteFileRanks(long folderId,
                            java.lang.String name)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteFileRanks in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getFileRanks

public java.util.List<DLFileRank> getFileRanks(long groupId,
                                               long userId)
                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getFileRanks in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getFileRanks

public java.util.List<DLFileRank> getFileRanks(long groupId,
                                               long userId,
                                               int start,
                                               int end)
                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getFileRanks in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateFileRank

public DLFileRank updateFileRank(long groupId,
                                 long companyId,
                                 long userId,
                                 long folderId,
                                 java.lang.String name)
                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateFileRank in interface DLFileRankLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getWrappedDLFileRankLocalService

public DLFileRankLocalService getWrappedDLFileRankLocalService()