com.fullspan.kat.service
Class KatUpdateEntryBatchService
java.lang.Object
com.fullspan.kat.service.KatServiceBase
com.fullspan.kat.service.KatUpdateEntryBatchService
- public class KatUpdateEntryBatchService
- extends KatServiceBase
- Author:
- Mitch Stuart
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
KatUpdateEntryBatchService
public KatUpdateEntryBatchService(IKatRequest katRequest,
KatEntryBatchFormData entryBatchForm)
throws KatServiceException
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