com.liferay.portal.service
Interface BrowserTrackerLocalService


@Transactional(isolation=PORTAL,
               rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface BrowserTrackerLocalService

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.portal.service.impl.BrowserTrackerLocalServiceImpl. 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:
BrowserTrackerLocalServiceUtil

Method Summary
 BrowserTracker addBrowserTracker(BrowserTracker browserTracker)
           
 BrowserTracker createBrowserTracker(long browserTrackerId)
           
 void deleteBrowserTracker(BrowserTracker browserTracker)
           
 void deleteBrowserTracker(long browserTrackerId)
           
 void deleteUserBrowserTracker(long userId)
           
 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)
           
 BrowserTracker getBrowserTracker(long browserTrackerId)
           
 BrowserTracker getBrowserTracker(long userId, long browserKey)
           
 java.util.List<BrowserTracker> getBrowserTrackers(int start, int end)
           
 int getBrowserTrackersCount()
           
 BrowserTracker updateBrowserTracker(BrowserTracker browserTracker)
           
 BrowserTracker updateBrowserTracker(BrowserTracker browserTracker, boolean merge)
           
 BrowserTracker updateBrowserTracker(long userId, long browserKey)
           
 

Method Detail

addBrowserTracker

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

createBrowserTracker

BrowserTracker createBrowserTracker(long browserTrackerId)

deleteBrowserTracker

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

deleteBrowserTracker

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

dynamicQuery

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

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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BrowserTracker getBrowserTracker(long browserTrackerId)
                                 throws com.liferay.portal.SystemException,
                                        com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getBrowserTrackers

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BrowserTracker> getBrowserTrackers(int start,
                                                                int end)
                                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getBrowserTrackersCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getBrowserTrackersCount()
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateBrowserTracker

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

updateBrowserTracker

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

deleteUserBrowserTracker

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

getBrowserTracker

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BrowserTracker getBrowserTracker(long userId,
                                               long browserKey)
                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateBrowserTracker

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