Class BrowserTrackerUtil

java.lang.Object
com.liferay.portal.kernel.service.persistence.BrowserTrackerUtil

public class BrowserTrackerUtil extends Object
The persistence utility for the browser tracker service. This utility wraps com.liferay.portal.service.persistence.impl.BrowserTrackerPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

Author:
Brian Wing Shun Chan
See Also:
Generated: