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:
DLFileRankLocalServiceFactory, DLFileRankLocalServiceUtil

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

Method Detail

addDLFileRank

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

deleteDLFileRank

void deleteDLFileRank(long fileRankId)
                      throws com.liferay.portal.SystemException,
                             com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

deleteDLFileRank

void deleteDLFileRank(DLFileRank dlFileRank)
                      throws com.liferay.portal.SystemException,
                             com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

dynamicQuery

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

dynamicQuery

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

updateDLFileRank

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

deleteFileRanks

void deleteFileRanks(long userId)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteFileRanks

void deleteFileRanks(long folderId,
                     java.lang.String name)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFileRanks

java.util.List<DLFileRank> getFileRanks(long groupId,
                                        long userId)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFileRanks

java.util.List<DLFileRank> getFileRanks(long groupId,
                                        long userId,
                                        int begin,
                                        int end)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateFileRank

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