Liferay 6.0.4

com.liferay.portlet.documentlibrary.service
Class DLFileRankLocalServiceUtil

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLFileRankLocalServiceUtil

public class DLFileRankLocalServiceUtil
extends Object

This class provides static methods for the DLFileRankLocalService bean. The static methods of this class calls the same methods of the bean instance. It's convenient to be able to just write one line to call a method on a bean instead of writing a lookup call and a method call.

See Also:
DLFileRankLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
DLFileRankLocalServiceUtil()
           
 
Method Summary
static DLFileRank addDLFileRank(DLFileRank dlFileRank)
           
static DLFileRank addFileRank(long groupId, long companyId, long userId, long folderId, String name, ServiceContext serviceContext)
           
static DLFileRank createDLFileRank(long fileRankId)
           
static void deleteDLFileRank(DLFileRank dlFileRank)
           
static void deleteDLFileRank(long fileRankId)
           
static void deleteFileRanks(long userId)
           
static void deleteFileRanks(long folderId, String name)
           
static List dynamicQuery(DynamicQuery dynamicQuery)
           
static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static long dynamicQueryCount(DynamicQuery dynamicQuery)
           
static DLFileRank getDLFileRank(long fileRankId)
           
static List<DLFileRank> getDLFileRanks(int start, int end)
           
static int getDLFileRanksCount()
           
static List<DLFileRank> getFileRanks(long groupId, long userId)
           
static List<DLFileRank> getFileRanks(long groupId, long userId, int start, int end)
           
static DLFileRankLocalService getService()
           
 void setService(DLFileRankLocalService service)
           
static DLFileRank updateDLFileRank(DLFileRank dlFileRank)
           
static DLFileRank updateDLFileRank(DLFileRank dlFileRank, boolean merge)
           
static DLFileRank updateFileRank(long groupId, long companyId, long userId, long folderId, String name, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileRankLocalServiceUtil

public DLFileRankLocalServiceUtil()
Method Detail

addDLFileRank

public static DLFileRank addDLFileRank(DLFileRank dlFileRank)
                                throws SystemException
Throws:
SystemException

createDLFileRank

public static DLFileRank createDLFileRank(long fileRankId)

deleteDLFileRank

public static void deleteDLFileRank(long fileRankId)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

deleteDLFileRank

public static void deleteDLFileRank(DLFileRank dlFileRank)
                             throws SystemException
Throws:
SystemException

dynamicQuery

public static List dynamicQuery(DynamicQuery dynamicQuery)
                         throws SystemException
Throws:
SystemException

dynamicQuery

public static List dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end)
                         throws SystemException
Throws:
SystemException

dynamicQuery

public static List dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                         throws SystemException
Throws:
SystemException

dynamicQueryCount

public static long dynamicQueryCount(DynamicQuery dynamicQuery)
                              throws SystemException
Throws:
SystemException

getDLFileRank

public static DLFileRank getDLFileRank(long fileRankId)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

getDLFileRanks

public static List<DLFileRank> getDLFileRanks(int start,
                                              int end)
                                       throws SystemException
Throws:
SystemException

getDLFileRanksCount

public static int getDLFileRanksCount()
                               throws SystemException
Throws:
SystemException

updateDLFileRank

public static DLFileRank updateDLFileRank(DLFileRank dlFileRank)
                                   throws SystemException
Throws:
SystemException

updateDLFileRank

public static DLFileRank updateDLFileRank(DLFileRank dlFileRank,
                                          boolean merge)
                                   throws SystemException
Throws:
SystemException

addFileRank

public static DLFileRank addFileRank(long groupId,
                                     long companyId,
                                     long userId,
                                     long folderId,
                                     String name,
                                     ServiceContext serviceContext)
                              throws SystemException
Throws:
SystemException

deleteFileRanks

public static void deleteFileRanks(long userId)
                            throws SystemException
Throws:
SystemException

deleteFileRanks

public static void deleteFileRanks(long folderId,
                                   String name)
                            throws SystemException
Throws:
SystemException

getFileRanks

public static List<DLFileRank> getFileRanks(long groupId,
                                            long userId)
                                     throws SystemException
Throws:
SystemException

getFileRanks

public static List<DLFileRank> getFileRanks(long groupId,
                                            long userId,
                                            int start,
                                            int end)
                                     throws SystemException
Throws:
SystemException

updateFileRank

public static DLFileRank updateFileRank(long groupId,
                                        long companyId,
                                        long userId,
                                        long folderId,
                                        String name,
                                        ServiceContext serviceContext)
                                 throws SystemException
Throws:
SystemException

getService

public static DLFileRankLocalService getService()

setService

public void setService(DLFileRankLocalService service)

Liferay 6.0.4