com.fullspan.kat.service
Class KatUpdateEntryBatchService

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

public class KatUpdateEntryBatchService
extends KatServiceBase

Author:
Mitch Stuart

Field Summary
static java.util.Map ACTION_NAME_MAP
           
static int BATCH_ACTION_DELETE
           
static java.lang.String BATCH_ACTION_NAME_DELETE
           
static java.lang.String BATCH_ACTION_NAME_SET_VISIBILITY
           
static int BATCH_ACTION_SET_VISIBILITY
           
 
Fields inherited from class com.fullspan.kat.service.KatServiceBase
m_executed, m_isAdminSession, m_katRequest
 
Constructor Summary
KatUpdateEntryBatchService(IKatRequest katRequest, KatEntryBatchFormData entryBatchForm)
           
 
Method Summary
protected  void batchDelete()
           
protected  void batchUpdate()
           
 boolean getIsDelete()
           
 int getNumEntries()
           
protected  void postServiceCheckAccess()
           
protected  void preServiceCheckAccess()
           
protected  void service()
           
protected  void update(KatEntry entry)
           
 
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

BATCH_ACTION_SET_VISIBILITY

public static final int BATCH_ACTION_SET_VISIBILITY
See Also:
Constant Field Values

BATCH_ACTION_DELETE

public static final int BATCH_ACTION_DELETE
See Also:
Constant Field Values

BATCH_ACTION_NAME_SET_VISIBILITY

public static final java.lang.String BATCH_ACTION_NAME_SET_VISIBILITY
See Also:
Constant Field Values

BATCH_ACTION_NAME_DELETE

public static final java.lang.String BATCH_ACTION_NAME_DELETE
See Also:
Constant Field Values

ACTION_NAME_MAP

public static final java.util.Map ACTION_NAME_MAP
Constructor Detail

KatUpdateEntryBatchService

public KatUpdateEntryBatchService(IKatRequest katRequest,
                                  KatEntryBatchFormData entryBatchForm)
                           throws KatServiceException
Method Detail

getIsDelete

public boolean getIsDelete()

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

batchUpdate

protected void batchUpdate()
                    throws KatServiceException
Throws:
KatServiceException

update

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

batchDelete

protected void batchDelete()
                    throws KatServiceException
Throws:
KatServiceException