com.fullspan.kat.service
Class KatMoveEntryBatchService

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

public class KatMoveEntryBatchService
extends KatServiceBase

Author:
Mitch Stuart

Field Summary
 
Fields inherited from class com.fullspan.kat.service.KatServiceBase
m_executed, m_isAdminSession, m_katRequest
 
Constructor Summary
KatMoveEntryBatchService(IKatRequest katRequest, KatEntryBatchMoveFormData entryBatchMoveForm)
           
 
Method Summary
 int getNumEntries()
           
 KatCategory getParentCat()
           
protected  void move(KatEntry entry)
           
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

KatMoveEntryBatchService

public KatMoveEntryBatchService(IKatRequest katRequest,
                                KatEntryBatchMoveFormData entryBatchMoveForm)
                         throws KatServiceException
Method Detail

getNumEntries

public int getNumEntries()

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

move

protected void move(KatEntry entry)
             throws KatServiceException
Throws:
KatServiceException

getParentCat

public KatCategory getParentCat()