com.liferay.portal.service
Interface BrowserTrackerLocalService
- All Known Implementing Classes:
- BrowserTrackerLocalServiceBaseImpl, BrowserTrackerLocalServiceImpl, BrowserTrackerLocalServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface BrowserTrackerLocalService
This interface defines the service. The default implementation is
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.
- See Also:
BrowserTrackerLocalServiceUtil- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
addBrowserTracker
BrowserTracker addBrowserTracker(BrowserTracker browserTracker)
throws SystemException
- Throws:
SystemException
createBrowserTracker
BrowserTracker createBrowserTracker(long browserTrackerId)
deleteBrowserTracker
void deleteBrowserTracker(long browserTrackerId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteBrowserTracker
void deleteBrowserTracker(BrowserTracker browserTracker)
throws SystemException
- Throws:
SystemException
dynamicQuery
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getBrowserTracker
@Transactional(propagation=SUPPORTS,
readOnly=true)
BrowserTracker getBrowserTracker(long browserTrackerId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getBrowserTrackers
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<BrowserTracker> getBrowserTrackers(int start,
int end)
throws SystemException
- Throws:
SystemException
getBrowserTrackersCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getBrowserTrackersCount()
throws SystemException
- Throws:
SystemException
updateBrowserTracker
BrowserTracker updateBrowserTracker(BrowserTracker browserTracker)
throws SystemException
- Throws:
SystemException
updateBrowserTracker
BrowserTracker updateBrowserTracker(BrowserTracker browserTracker,
boolean merge)
throws SystemException
- Throws:
SystemException
deleteUserBrowserTracker
void deleteUserBrowserTracker(long userId)
throws SystemException
- Throws:
SystemException
getBrowserTracker
@Transactional(propagation=SUPPORTS,
readOnly=true)
BrowserTracker getBrowserTracker(long userId,
long browserKey)
throws SystemException
- Throws:
SystemException
updateBrowserTracker
BrowserTracker updateBrowserTracker(long userId,
long browserKey)
throws SystemException
- Throws:
SystemException