com.fullspan.kat.service
Class KatImportEntryService
java.lang.Object
com.fullspan.kat.service.KatServiceBase
com.fullspan.kat.service.KatImportEntryService
- public class KatImportEntryService
- extends KatServiceBase
- Author:
- Mitch Stuart
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_IMPORT_STREAMS
public static final int MAX_IMPORT_STREAMS
- See Also:
- Constant Field Values
KatImportEntryService
public KatImportEntryService(IKatRequest katRequest,
KatEntryImportFormData importForm,
java.util.List importStreamList)
throws KatServiceException
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
getParentCat
public KatCategory getParentCat()
importStreams
protected void importStreams()
throws KatServiceException
- Throws:
KatServiceException
importStream
protected void importStream(KatImportEntryService.ImportStreamDescriptor impDesc)
throws KatServiceException
- Throws:
KatServiceException
handleEntry
protected void handleEntry()
throws KatServiceException
- Throws:
KatServiceException
handleFolder
protected void handleFolder()
throws KatServiceException
- Throws:
KatServiceException
handleFolderEnd
protected void handleFolderEnd()
handleBookmark
protected void handleBookmark()
throws KatServiceException
- Throws:
KatServiceException
handleDescription
protected void handleDescription()
pushCat
protected void pushCat(KatCategory cat)
getTopCat
protected KatCategory getTopCat()
popCat
protected KatCategory popCat()
getOrCreateCat
protected KatCategory getOrCreateCat(java.lang.String name)
throws KatServiceException
- Throws:
KatServiceException
getOrCreateItem
protected KatItem getOrCreateItem(java.lang.String name,
java.lang.String url)
throws KatServiceException
- Throws:
KatServiceException