com.fullspan.kat.service
Class KatFetchEntryShrubService

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

public class KatFetchEntryShrubService
extends KatServiceBase

Author:
Mitch Stuart

Field Summary
 
Fields inherited from class com.fullspan.kat.service.KatServiceBase
m_executed, m_isAdminSession, m_katRequest
 
Constructor Summary
KatFetchEntryShrubService(IKatRequest katRequest, java.lang.String loginid)
           
KatFetchEntryShrubService(IKatRequest katRequest, java.lang.String loginid, java.lang.Long id)
           
KatFetchEntryShrubService(IKatRequest katRequest, java.lang.String loginid, java.lang.String id)
           
 
Method Summary
 KatEntryShrub getEntryShrub()
           
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
 

Constructor Detail

KatFetchEntryShrubService

public KatFetchEntryShrubService(IKatRequest katRequest,
                                 java.lang.String loginid)
                          throws KatServiceException

KatFetchEntryShrubService

public KatFetchEntryShrubService(IKatRequest katRequest,
                                 java.lang.String loginid,
                                 java.lang.String id)
                          throws KatServiceException

KatFetchEntryShrubService

public KatFetchEntryShrubService(IKatRequest katRequest,
                                 java.lang.String loginid,
                                 java.lang.Long id)
                          throws KatServiceException
Method Detail

preServiceCheckAccess

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

service

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

postServiceCheckAccess

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

getEntryShrub

public KatEntryShrub getEntryShrub()