-
- All Implemented Interfaces:
public abstract class TabularTask<T extends Task>
-
-
Field Summary
Fields Modifier and Type Field Description private TaskMessageServicetaskMessageServiceprivate CollectionRepositorycollectionRepositoryprivate RichSkillRepositoryrichSkillRepositoryprivate AppConfigappConfig
-
Constructor Summary
Constructors Constructor Description TabularTask()
-
Method Summary
Modifier and Type Method Description final TaskMessageServicegetTaskMessageService()final UnitsetTaskMessageService(@Autowired() TaskMessageService taskMessageService)final CollectionRepositorygetCollectionRepository()final UnitsetCollectionRepository(@Autowired() CollectionRepository collectionRepository)final RichSkillRepositorygetRichSkillRepository()final UnitsetRichSkillRepository(@Autowired() RichSkillRepository richSkillRepository)final AppConfiggetAppConfig()final UnitsetAppConfig(@Autowired() AppConfig appConfig)abstract UnittabularSkillsInCollectionProcessor(T task)abstract UnittabularSkillsInFullLibraryProcessor(T task)-
-
Method Detail
-
getTaskMessageService
final TaskMessageService getTaskMessageService()
-
setTaskMessageService
final Unit setTaskMessageService(@Autowired() TaskMessageService taskMessageService)
-
getCollectionRepository
final CollectionRepository getCollectionRepository()
-
setCollectionRepository
final Unit setCollectionRepository(@Autowired() CollectionRepository collectionRepository)
-
getRichSkillRepository
final RichSkillRepository getRichSkillRepository()
-
setRichSkillRepository
final Unit setRichSkillRepository(@Autowired() RichSkillRepository richSkillRepository)
-
getAppConfig
final AppConfig getAppConfig()
-
setAppConfig
final Unit setAppConfig(@Autowired() AppConfig appConfig)
-
tabularSkillsInCollectionProcessor
abstract Unit tabularSkillsInCollectionProcessor(T task)
-
tabularSkillsInFullLibraryProcessor
abstract Unit tabularSkillsInFullLibraryProcessor(T task)
-
-
-
-