com.fullspan.kat.service
Class KatServiceBase
java.lang.Object
com.fullspan.kat.service.KatServiceBase
- Direct Known Subclasses:
- KatDeleteEntryService, KatDeleteUserService, KatExportEntryService, KatFetchAppSettingsService, KatFetchEntryListService, KatFetchEntryService, KatFetchEntryShrubService, KatFetchEntryTreeService, KatFetchUserListService, KatFetchUserService, KatFetchVisitedItemsService, KatGoEntryUrlService, KatImportEntryService, KatLoginService, KatMoveEntryBatchService, KatResetPasswordService, KatSaveAppSettingsService, KatSaveEntryService, KatSaveUserService, KatUpdateEntryBatchService
- public abstract class KatServiceBase
- extends java.lang.Object
- Author:
- Mitch Stuart
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_isAdminSession
protected final boolean m_isAdminSession
m_katRequest
protected final IKatRequest m_katRequest
m_executed
protected boolean m_executed
KatServiceBase
protected KatServiceBase(IKatRequest katRequest)
checkAccessToService
protected void checkAccessToService()
init
protected void init()
preServiceCheckAccess
protected abstract void preServiceCheckAccess()
postServiceCheckAccess
protected abstract void postServiceCheckAccess()
service
protected abstract void service()
throws KatServiceException
- Throws:
KatServiceException
execute
public KatServiceBase execute()
throws KatServiceException
- Throws:
KatServiceException
getExecuted
public boolean getExecuted()
checkExecuted
protected void checkExecuted()
checkThrowErrors
protected void checkThrowErrors()
throws KatServiceException
- Throws:
KatServiceException