Uses of Class
com.jalios.jcms.tracking.ReaderTracker

Packages that use ReaderTracker
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.tracking   
com.jalios.jcmsplugin.toppublications   
 

Uses of ReaderTracker in com.jalios.jcms
 

Methods in com.jalios.jcms that return types with arguments of type ReaderTracker
 List<ReaderTracker> Publication.getReaderTrackerList()
          Returns the reader list for the given publication.
 

Uses of ReaderTracker in com.jalios.jcms.tracking
 

Methods in com.jalios.jcms.tracking that return ReaderTracker
 ReaderTracker ReaderTrackerManager.getReaderTracker(Publication pub, Member mbr)
          Returns the ReaderTracker for the given Publication and the given Member.
 

Method parameters in com.jalios.jcms.tracking with type arguments of type ReaderTracker
 int ReaderTrackerManager.getAccessCount(List<ReaderTracker> list)
          Returns the sum of access count for the list of ReaderTracker.
 

Constructors in com.jalios.jcms.tracking with parameters of type ReaderTracker
ReaderTracker(ReaderTracker other)
           
 

Uses of ReaderTracker in com.jalios.jcmsplugin.toppublications
 

Method parameters in com.jalios.jcmsplugin.toppublications with type arguments of type ReaderTracker
 int TopPublicationsManager.getReaderCountFrom(List<ReaderTracker> readerTrackerList, Date date)
          Returns the count of readers for a given publication from a given date.
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.