com.liferay.portal.service
Class BrowserTrackerLocalServiceUtil

java.lang.Object
  extended by com.liferay.portal.service.BrowserTrackerLocalServiceUtil

public class BrowserTrackerLocalServiceUtil
extends java.lang.Object

View Source

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

This class provides static methods for the com.liferay.portal.service.BrowserTrackerLocalService 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.

Author:
Brian Wing Shun Chan
See Also:
BrowserTrackerLocalService

Constructor Summary
BrowserTrackerLocalServiceUtil()
           
 
Method Summary
static BrowserTracker addBrowserTracker(BrowserTracker browserTracker)
           
static BrowserTracker createBrowserTracker(long browserTrackerId)
           
static void deleteBrowserTracker(BrowserTracker browserTracker)
           
static void deleteBrowserTracker(long browserTrackerId)
           
static void deleteUserBrowserTracker(long userId)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static BrowserTracker getBrowserTracker(long browserTrackerId)
           
static BrowserTracker getBrowserTracker(long userId, long browserKey)
           
static java.util.List<BrowserTracker> getBrowserTrackers(int start, int end)
           
static int getBrowserTrackersCount()
           
static BrowserTrackerLocalService getService()
           
 void setService(BrowserTrackerLocalService service)
           
static BrowserTracker updateBrowserTracker(BrowserTracker browserTracker)
           
static BrowserTracker updateBrowserTracker(BrowserTracker browserTracker, boolean merge)
           
static BrowserTracker updateBrowserTracker(long userId, long browserKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserTrackerLocalServiceUtil

public BrowserTrackerLocalServiceUtil()
Method Detail

addBrowserTracker

public static BrowserTracker addBrowserTracker(BrowserTracker browserTracker)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createBrowserTracker

public static BrowserTracker createBrowserTracker(long browserTrackerId)

deleteBrowserTracker

public static void deleteBrowserTracker(long browserTrackerId)
                                 throws com.liferay.portal.PortalException,
                                        com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteBrowserTracker

public static void deleteBrowserTracker(BrowserTracker browserTracker)
                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                            int start,
                                                            int end)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getBrowserTracker

public static BrowserTracker getBrowserTracker(long browserTrackerId)
                                        throws com.liferay.portal.PortalException,
                                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getBrowserTrackers

public static java.util.List<BrowserTracker> getBrowserTrackers(int start,
                                                                int end)
                                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getBrowserTrackersCount

public static int getBrowserTrackersCount()
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateBrowserTracker

public static BrowserTracker updateBrowserTracker(BrowserTracker browserTracker)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateBrowserTracker

public static BrowserTracker updateBrowserTracker(BrowserTracker browserTracker,
                                                  boolean merge)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteUserBrowserTracker

public static void deleteUserBrowserTracker(long userId)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getBrowserTracker

public static BrowserTracker getBrowserTracker(long userId,
                                               long browserKey)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateBrowserTracker

public static BrowserTracker updateBrowserTracker(long userId,
                                                  long browserKey)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getService

public static BrowserTrackerLocalService getService()

setService

public void setService(BrowserTrackerLocalService service)