com.fullspan.kat.service
Class KatFetchVisitedItemsService

java.lang.Object
  extended bycom.fullspan.kat.service.KatServiceBase
      extended bycom.fullspan.kat.service.KatFetchVisitedItemsService

public class KatFetchVisitedItemsService
extends KatServiceBase

Author:
Mitch Stuart

Field Summary
static int DEFAULT_MAX_RESULTS
           
 
Fields inherited from class com.fullspan.kat.service.KatServiceBase
m_executed, m_isAdminSession, m_katRequest
 
Constructor Summary
KatFetchVisitedItemsService(IKatRequest katRequest, java.lang.Long ownerUserId)
           
KatFetchVisitedItemsService(IKatRequest katRequest, java.lang.Long ownerUserId, int maxResults)
           
 
Method Summary
 java.util.List getFrequentItemList()
           
 java.util.List getRecentItemList()
           
protected  void postServiceCheckAccess()
           
protected  void preServiceCheckAccess()
           
protected  void service()
           
 
Methods inherited from class com.fullspan.kat.service.KatServiceBase
checkAccessToService, checkExecuted, checkThrowErrors, execute, getExecuted, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MAX_RESULTS

public static final int DEFAULT_MAX_RESULTS
See Also:
Constant Field Values
Constructor Detail

KatFetchVisitedItemsService

public KatFetchVisitedItemsService(IKatRequest katRequest,
                                   java.lang.Long ownerUserId,
                                   int maxResults)
                            throws KatServiceException

KatFetchVisitedItemsService

public KatFetchVisitedItemsService(IKatRequest katRequest,
                                   java.lang.Long ownerUserId)
                            throws KatServiceException
Method Detail

preServiceCheckAccess

protected void preServiceCheckAccess()
Specified by:
preServiceCheckAccess in class KatServiceBase

service

protected void service()
                throws KatServiceException
Specified by:
service in class KatServiceBase
Throws:
KatServiceException
See Also:
KatServiceBase.service()

postServiceCheckAccess

protected void postServiceCheckAccess()
Specified by:
postServiceCheckAccess in class KatServiceBase

getFrequentItemList

public java.util.List getFrequentItemList()

getRecentItemList

public java.util.List getRecentItemList()