com.liferay.portlet.documentlibrary.service
Interface DLFileRankLocalService


public interface DLFileRankLocalService

View Source

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

This interface defines the service. The default implementation is com.liferay.portlet.documentlibrary.service.impl.DLFileRankLocalServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.documentlibrary.service.DLFileRankServiceFactory, com.liferay.portlet.documentlibrary.service.DLFileRankServiceUtil

Method Summary
 DLFileRank addDLFileRank(DLFileRank model)
           
 void deleteFileRanks(long userId)
           
 void deleteFileRanks(long folderId, java.lang.String name)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 java.util.List getFileRanks(long groupId, long userId)
           
 java.util.List getFileRanks(long groupId, long userId, int begin, int end)
           
 DLFileRank updateDLFileRank(DLFileRank model)
           
 DLFileRank updateFileRank(long groupId, long companyId, long userId, long folderId, java.lang.String name)
           
 

Method Detail

addDLFileRank

public DLFileRank addDLFileRank(DLFileRank model)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateDLFileRank

public DLFileRank updateDLFileRank(DLFileRank model)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

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 DLFileRank updateFileRank(long groupId,
                                 long companyId,
                                 long userId,
                                 long folderId,
                                 java.lang.String name)
                          throws com.liferay.portal.SystemException,
                                 com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException