Package org.codelibs.fess.app.service
Class CrawlingInfoService
java.lang.Object
org.codelibs.fess.app.service.CrawlingInfoService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CrawlingInfoBhvprotected CrawlingInfoParamBhvprotected FessConfig -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(CrawlingInfo crawlingInfo) voiddeleteBefore(long date) voiddeleteOldSessions(Set<String> activeSessionId) voiddeleteSessionIdsBefore(String activeSessionId, String name, long date) voidorg.dbflute.optional.OptionalEntity<CrawlingInfo>getCrawlingInfoList(CrawlingInfoPager crawlingInfoPager) getLastCrawlingInfoParamList(String sessionId) voidprotected voidsetupDeleteCondition(CrawlingInfo crawlingInfo) protected voidsetupListCondition(CrawlingInfoCB cb, CrawlingInfoPager crawlingInfoPager) protected voidsetupStoreCondition(CrawlingInfo crawlingInfo) voidstore(CrawlingInfo crawlingInfo) voidstoreInfo(List<CrawlingInfoParam> crawlingInfoParamList)
-
Field Details
-
crawlingInfoParamBhv
-
crawlingInfoBhv
-
fessConfig
-
-
Constructor Details
-
CrawlingInfoService
public CrawlingInfoService()
-
-
Method Details
-
getCrawlingInfoList
-
getCrawlingInfo
-
store
-
delete
-
setupListCondition
-
setupStoreCondition
-
setupDeleteCondition
-
deleteSessionIdsBefore
-
storeInfo
-
getCrawlingInfoParamList
-
getLastCrawlingInfoParamList
-
deleteOldSessions
-
importCsv
-
exportCsv
-
deleteBefore
public void deleteBefore(long date) -
getLast
-