Liferay 6.0.5

Uses of Interface
com.liferay.portal.model.BrowserTracker

Packages that use BrowserTracker
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
 

Uses of BrowserTracker in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement BrowserTracker
 class BrowserTrackerWrapper
           This class is a wrapper for BrowserTracker.
 

Methods in com.liferay.portal.model that return BrowserTracker
 BrowserTracker BrowserTrackerWrapper.getWrappedBrowserTracker()
           
 BrowserTracker BrowserTrackerWrapper.toEscapedModel()
           
 BrowserTracker BrowserTrackerModel.toEscapedModel()
          Gets a copy of this browser tracker as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model with parameters of type BrowserTracker
 int BrowserTrackerWrapper.compareTo(BrowserTracker browserTracker)
           
 int BrowserTrackerModel.compareTo(BrowserTracker browserTracker)
           
 

Constructors in com.liferay.portal.model with parameters of type BrowserTracker
BrowserTrackerWrapper(BrowserTracker browserTracker)
           
 

Uses of BrowserTracker in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement BrowserTracker
 class BrowserTrackerImpl
           
 

Methods in com.liferay.portal.model.impl that return BrowserTracker
 BrowserTracker BrowserTrackerModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type BrowserTracker
 int BrowserTrackerModelImpl.compareTo(BrowserTracker browserTracker)
           
 

Uses of BrowserTracker in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return BrowserTracker
 BrowserTracker BrowserTrackerLocalServiceWrapper.addBrowserTracker(BrowserTracker browserTracker)
          Adds the browser tracker to the database.
static BrowserTracker BrowserTrackerLocalServiceUtil.addBrowserTracker(BrowserTracker browserTracker)
          Adds the browser tracker to the database.
 BrowserTracker BrowserTrackerLocalService.addBrowserTracker(BrowserTracker browserTracker)
          Adds the browser tracker to the database.
 BrowserTracker BrowserTrackerLocalServiceWrapper.createBrowserTracker(long browserTrackerId)
          Creates a new browser tracker with the primary key.
static BrowserTracker BrowserTrackerLocalServiceUtil.createBrowserTracker(long browserTrackerId)
          Creates a new browser tracker with the primary key.
 BrowserTracker BrowserTrackerLocalService.createBrowserTracker(long browserTrackerId)
          Creates a new browser tracker with the primary key.
 BrowserTracker BrowserTrackerLocalServiceWrapper.getBrowserTracker(long browserTrackerId)
          Gets the browser tracker with the primary key.
static BrowserTracker BrowserTrackerLocalServiceUtil.getBrowserTracker(long browserTrackerId)
          Gets the browser tracker with the primary key.
 BrowserTracker BrowserTrackerLocalService.getBrowserTracker(long browserTrackerId)
          Gets the browser tracker with the primary key.
 BrowserTracker BrowserTrackerLocalServiceWrapper.getBrowserTracker(long userId, long browserKey)
           
static BrowserTracker BrowserTrackerLocalServiceUtil.getBrowserTracker(long userId, long browserKey)
           
 BrowserTracker BrowserTrackerLocalService.getBrowserTracker(long userId, long browserKey)
           
 BrowserTracker BrowserTrackerLocalServiceWrapper.updateBrowserTracker(BrowserTracker browserTracker)
          Updates the browser tracker in the database.
static BrowserTracker BrowserTrackerLocalServiceUtil.updateBrowserTracker(BrowserTracker browserTracker)
          Updates the browser tracker in the database.
 BrowserTracker BrowserTrackerLocalService.updateBrowserTracker(BrowserTracker browserTracker)
          Updates the browser tracker in the database.
 BrowserTracker BrowserTrackerLocalServiceWrapper.updateBrowserTracker(BrowserTracker browserTracker, boolean merge)
          Updates the browser tracker in the database.
static BrowserTracker BrowserTrackerLocalServiceUtil.updateBrowserTracker(BrowserTracker browserTracker, boolean merge)
          Updates the browser tracker in the database.
 BrowserTracker BrowserTrackerLocalService.updateBrowserTracker(BrowserTracker browserTracker, boolean merge)
          Updates the browser tracker in the database.
 BrowserTracker BrowserTrackerLocalServiceWrapper.updateBrowserTracker(long userId, long browserKey)
           
static BrowserTracker BrowserTrackerLocalServiceUtil.updateBrowserTracker(long userId, long browserKey)
           
 BrowserTracker BrowserTrackerLocalService.updateBrowserTracker(long userId, long browserKey)
           
 

Methods in com.liferay.portal.service that return types with arguments of type BrowserTracker
 List<BrowserTracker> BrowserTrackerLocalServiceWrapper.getBrowserTrackers(int start, int end)
          Gets a range of all the browser trackers.
static List<BrowserTracker> BrowserTrackerLocalServiceUtil.getBrowserTrackers(int start, int end)
          Gets a range of all the browser trackers.
 List<BrowserTracker> BrowserTrackerLocalService.getBrowserTrackers(int start, int end)
          Gets a range of all the browser trackers.
 

Methods in com.liferay.portal.service with parameters of type BrowserTracker
 BrowserTracker BrowserTrackerLocalServiceWrapper.addBrowserTracker(BrowserTracker browserTracker)
          Adds the browser tracker to the database.
static BrowserTracker BrowserTrackerLocalServiceUtil.addBrowserTracker(BrowserTracker browserTracker)
          Adds the browser tracker to the database.
 BrowserTracker BrowserTrackerLocalService.addBrowserTracker(BrowserTracker browserTracker)
          Adds the browser tracker to the database.
 void BrowserTrackerLocalServiceWrapper.deleteBrowserTracker(BrowserTracker browserTracker)
          Deletes the browser tracker from the database.
static void BrowserTrackerLocalServiceUtil.deleteBrowserTracker(BrowserTracker browserTracker)
          Deletes the browser tracker from the database.
 void BrowserTrackerLocalService.deleteBrowserTracker(BrowserTracker browserTracker)
          Deletes the browser tracker from the database.
 BrowserTracker BrowserTrackerLocalServiceWrapper.updateBrowserTracker(BrowserTracker browserTracker)
          Updates the browser tracker in the database.
static BrowserTracker BrowserTrackerLocalServiceUtil.updateBrowserTracker(BrowserTracker browserTracker)
          Updates the browser tracker in the database.
 BrowserTracker BrowserTrackerLocalService.updateBrowserTracker(BrowserTracker browserTracker)
          Updates the browser tracker in the database.
 BrowserTracker BrowserTrackerLocalServiceWrapper.updateBrowserTracker(BrowserTracker browserTracker, boolean merge)
          Updates the browser tracker in the database.
static BrowserTracker BrowserTrackerLocalServiceUtil.updateBrowserTracker(BrowserTracker browserTracker, boolean merge)
          Updates the browser tracker in the database.
 BrowserTracker BrowserTrackerLocalService.updateBrowserTracker(BrowserTracker browserTracker, boolean merge)
          Updates the browser tracker in the database.
 

Uses of BrowserTracker in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return BrowserTracker
 BrowserTracker BrowserTrackerLocalServiceBaseImpl.addBrowserTracker(BrowserTracker browserTracker)
          Adds the browser tracker to the database.
 BrowserTracker BrowserTrackerLocalServiceBaseImpl.createBrowserTracker(long browserTrackerId)
          Creates a new browser tracker with the primary key.
 BrowserTracker BrowserTrackerLocalServiceBaseImpl.getBrowserTracker(long browserTrackerId)
          Gets the browser tracker with the primary key.
 BrowserTracker BrowserTrackerLocalServiceBaseImpl.updateBrowserTracker(BrowserTracker browserTracker)
          Updates the browser tracker in the database.
 BrowserTracker BrowserTrackerLocalServiceBaseImpl.updateBrowserTracker(BrowserTracker browserTracker, boolean merge)
          Updates the browser tracker in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type BrowserTracker
 List<BrowserTracker> BrowserTrackerLocalServiceBaseImpl.getBrowserTrackers(int start, int end)
          Gets a range of all the browser trackers.
 

Methods in com.liferay.portal.service.base with parameters of type BrowserTracker
 BrowserTracker BrowserTrackerLocalServiceBaseImpl.addBrowserTracker(BrowserTracker browserTracker)
          Adds the browser tracker to the database.
 void BrowserTrackerLocalServiceBaseImpl.deleteBrowserTracker(BrowserTracker browserTracker)
          Deletes the browser tracker from the database.
 BrowserTracker BrowserTrackerLocalServiceBaseImpl.updateBrowserTracker(BrowserTracker browserTracker)
          Updates the browser tracker in the database.
 BrowserTracker BrowserTrackerLocalServiceBaseImpl.updateBrowserTracker(BrowserTracker browserTracker, boolean merge)
          Updates the browser tracker in the database.
 

Uses of BrowserTracker in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return BrowserTracker
 BrowserTracker BrowserTrackerLocalServiceImpl.getBrowserTracker(long browserTrackerId)
           
 BrowserTracker BrowserTrackerLocalServiceImpl.getBrowserTracker(long userId, long browserKey)
           
 BrowserTracker BrowserTrackerLocalServiceImpl.updateBrowserTracker(long userId, long browserKey)
           
 

Uses of BrowserTracker in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return BrowserTracker
static BrowserTracker BrowserTrackerUtil.create(long browserTrackerId)
          Creates a new browser tracker with the primary key.
 BrowserTracker BrowserTrackerPersistence.create(long browserTrackerId)
          Creates a new browser tracker with the primary key.
 BrowserTracker BrowserTrackerPersistenceImpl.create(long browserTrackerId)
          Creates a new browser tracker with the primary key.
static BrowserTracker BrowserTrackerUtil.fetchByPrimaryKey(long browserTrackerId)
          Finds the browser tracker with the primary key or returns null if it could not be found.
 BrowserTracker BrowserTrackerPersistence.fetchByPrimaryKey(long browserTrackerId)
          Finds the browser tracker with the primary key or returns null if it could not be found.
 BrowserTracker BrowserTrackerPersistenceImpl.fetchByPrimaryKey(long browserTrackerId)
          Finds the browser tracker with the primary key or returns null if it could not be found.
 BrowserTracker BrowserTrackerPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the browser tracker with the primary key or returns null if it could not be found.
static BrowserTracker BrowserTrackerUtil.fetchByUserId(long userId)
          Finds the browser tracker where userId = ? or returns null if it could not be found.
 BrowserTracker BrowserTrackerPersistence.fetchByUserId(long userId)
          Finds the browser tracker where userId = ? or returns null if it could not be found.
 BrowserTracker BrowserTrackerPersistenceImpl.fetchByUserId(long userId)
          Finds the browser tracker where userId = ? or returns null if it could not be found.
static BrowserTracker BrowserTrackerUtil.fetchByUserId(long userId, boolean retrieveFromCache)
          Finds the browser tracker where userId = ? or returns null if it could not be found, optionally using the finder cache.
 BrowserTracker BrowserTrackerPersistence.fetchByUserId(long userId, boolean retrieveFromCache)
          Finds the browser tracker where userId = ? or returns null if it could not be found, optionally using the finder cache.
 BrowserTracker BrowserTrackerPersistenceImpl.fetchByUserId(long userId, boolean retrieveFromCache)
          Finds the browser tracker where userId = ? or returns null if it could not be found, optionally using the finder cache.
static BrowserTracker BrowserTrackerUtil.findByPrimaryKey(long browserTrackerId)
          Finds the browser tracker with the primary key or throws a NoSuchBrowserTrackerException if it could not be found.
 BrowserTracker BrowserTrackerPersistence.findByPrimaryKey(long browserTrackerId)
          Finds the browser tracker with the primary key or throws a NoSuchBrowserTrackerException if it could not be found.
 BrowserTracker BrowserTrackerPersistenceImpl.findByPrimaryKey(long browserTrackerId)
          Finds the browser tracker with the primary key or throws a NoSuchBrowserTrackerException if it could not be found.
 BrowserTracker BrowserTrackerPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the browser tracker with the primary key or throws a NoSuchModelException if it could not be found.
static BrowserTracker BrowserTrackerUtil.findByUserId(long userId)
          Finds the browser tracker where userId = ? or throws a NoSuchBrowserTrackerException if it could not be found.
 BrowserTracker BrowserTrackerPersistence.findByUserId(long userId)
          Finds the browser tracker where userId = ? or throws a NoSuchBrowserTrackerException if it could not be found.
 BrowserTracker BrowserTrackerPersistenceImpl.findByUserId(long userId)
          Finds the browser tracker where userId = ? or throws a NoSuchBrowserTrackerException if it could not be found.
static BrowserTracker BrowserTrackerUtil.remove(BrowserTracker browserTracker)
           
static BrowserTracker BrowserTrackerUtil.remove(long browserTrackerId)
          Removes the browser tracker with the primary key from the database.
 BrowserTracker BrowserTrackerPersistence.remove(long browserTrackerId)
          Removes the browser tracker with the primary key from the database.
 BrowserTracker BrowserTrackerPersistenceImpl.remove(long browserTrackerId)
          Removes the browser tracker with the primary key from the database.
 BrowserTracker BrowserTrackerPersistenceImpl.remove(Serializable primaryKey)
          Removes the browser tracker with the primary key from the database.
protected  BrowserTracker BrowserTrackerPersistenceImpl.removeImpl(BrowserTracker browserTracker)
           
protected  BrowserTracker BrowserTrackerPersistenceImpl.toUnwrappedModel(BrowserTracker browserTracker)
           
static BrowserTracker BrowserTrackerUtil.update(BrowserTracker browserTracker, boolean merge)
           
static BrowserTracker BrowserTrackerUtil.update(BrowserTracker browserTracker, boolean merge, ServiceContext serviceContext)
           
static BrowserTracker BrowserTrackerUtil.updateImpl(BrowserTracker browserTracker, boolean merge)
           
 BrowserTracker BrowserTrackerPersistence.updateImpl(BrowserTracker browserTracker, boolean merge)
           
 BrowserTracker BrowserTrackerPersistenceImpl.updateImpl(BrowserTracker browserTracker, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type BrowserTracker
static List<BrowserTracker> BrowserTrackerUtil.findAll()
          Finds all the browser trackers.
 List<BrowserTracker> BrowserTrackerPersistence.findAll()
          Finds all the browser trackers.
 List<BrowserTracker> BrowserTrackerPersistenceImpl.findAll()
          Finds all the browser trackers.
static List<BrowserTracker> BrowserTrackerUtil.findAll(int start, int end)
          Finds a range of all the browser trackers.
 List<BrowserTracker> BrowserTrackerPersistence.findAll(int start, int end)
          Finds a range of all the browser trackers.
 List<BrowserTracker> BrowserTrackerPersistenceImpl.findAll(int start, int end)
          Finds a range of all the browser trackers.
static List<BrowserTracker> BrowserTrackerUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the browser trackers.
 List<BrowserTracker> BrowserTrackerPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the browser trackers.
 List<BrowserTracker> BrowserTrackerPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the browser trackers.
static List<BrowserTracker> BrowserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<BrowserTracker> BrowserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<BrowserTracker> BrowserTrackerUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type BrowserTracker
static void BrowserTrackerUtil.cacheResult(BrowserTracker browserTracker)
          Caches the browser tracker in the entity cache if it is enabled.
 void BrowserTrackerPersistence.cacheResult(BrowserTracker browserTracker)
          Caches the browser tracker in the entity cache if it is enabled.
 void BrowserTrackerPersistenceImpl.cacheResult(BrowserTracker browserTracker)
          Caches the browser tracker in the entity cache if it is enabled.
static void BrowserTrackerUtil.clearCache(BrowserTracker browserTracker)
           
 void BrowserTrackerPersistenceImpl.clearCache(BrowserTracker browserTracker)
          Clears the cache for the browser tracker.
static BrowserTracker BrowserTrackerUtil.remove(BrowserTracker browserTracker)
           
protected  BrowserTracker BrowserTrackerPersistenceImpl.removeImpl(BrowserTracker browserTracker)
           
protected  BrowserTracker BrowserTrackerPersistenceImpl.toUnwrappedModel(BrowserTracker browserTracker)
           
static BrowserTracker BrowserTrackerUtil.update(BrowserTracker browserTracker, boolean merge)
           
static BrowserTracker BrowserTrackerUtil.update(BrowserTracker browserTracker, boolean merge, ServiceContext serviceContext)
           
static BrowserTracker BrowserTrackerUtil.updateImpl(BrowserTracker browserTracker, boolean merge)
           
 BrowserTracker BrowserTrackerPersistence.updateImpl(BrowserTracker browserTracker, boolean merge)
           
 BrowserTracker BrowserTrackerPersistenceImpl.updateImpl(BrowserTracker browserTracker, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type BrowserTracker
static void BrowserTrackerUtil.cacheResult(List<BrowserTracker> browserTrackers)
          Caches the browser trackers in the entity cache if it is enabled.
 void BrowserTrackerPersistence.cacheResult(List<BrowserTracker> browserTrackers)
          Caches the browser trackers in the entity cache if it is enabled.
 void BrowserTrackerPersistenceImpl.cacheResult(List<BrowserTracker> browserTrackers)
          Caches the browser trackers in the entity cache if it is enabled.
 


Liferay 6.0.5