Package org.codelibs.fess.app.service
Class CrawlingInfoService
- java.lang.Object
-
- org.codelibs.fess.app.service.CrawlingInfoService
-
public class CrawlingInfoService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected CrawlingInfoBhvcrawlingInfoBhvprotected CrawlingInfoParamBhvcrawlingInfoParamBhvprotected FessConfigfessConfig
-
Constructor Summary
Constructors Constructor Description CrawlingInfoService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(CrawlingInfo crawlingInfo)voiddeleteBefore(long date)voiddeleteOldSessions(Set<String> activeSessionId)voiddeleteSessionIdsBefore(String activeSessionId, String name, long date)voidexportCsv(Writer writer)org.dbflute.optional.OptionalEntity<CrawlingInfo>getCrawlingInfo(String id)List<CrawlingInfo>getCrawlingInfoList(CrawlingInfoPager crawlingInfoPager)List<CrawlingInfoParam>getCrawlingInfoParamList(String id)CrawlingInfogetLast(String sessionId)List<CrawlingInfoParam>getLastCrawlingInfoParamList(String sessionId)voidimportCsv(Reader reader)protected voidsetupDeleteCondition(CrawlingInfo crawlingInfo)protected voidsetupListCondition(CrawlingInfoCB cb, CrawlingInfoPager crawlingInfoPager)protected voidsetupStoreCondition(CrawlingInfo crawlingInfo)voidstore(CrawlingInfo crawlingInfo)voidstoreInfo(List<CrawlingInfoParam> crawlingInfoParamList)
-
-
-
Field Detail
-
crawlingInfoParamBhv
protected CrawlingInfoParamBhv crawlingInfoParamBhv
-
crawlingInfoBhv
protected CrawlingInfoBhv crawlingInfoBhv
-
fessConfig
protected FessConfig fessConfig
-
-
Method Detail
-
getCrawlingInfoList
public List<CrawlingInfo> getCrawlingInfoList(CrawlingInfoPager crawlingInfoPager)
-
getCrawlingInfo
public org.dbflute.optional.OptionalEntity<CrawlingInfo> getCrawlingInfo(String id)
-
store
public void store(CrawlingInfo crawlingInfo)
-
delete
public void delete(CrawlingInfo crawlingInfo)
-
setupListCondition
protected void setupListCondition(CrawlingInfoCB cb, CrawlingInfoPager crawlingInfoPager)
-
setupStoreCondition
protected void setupStoreCondition(CrawlingInfo crawlingInfo)
-
setupDeleteCondition
protected void setupDeleteCondition(CrawlingInfo crawlingInfo)
-
deleteSessionIdsBefore
public void deleteSessionIdsBefore(String activeSessionId, String name, long date)
-
storeInfo
public void storeInfo(List<CrawlingInfoParam> crawlingInfoParamList)
-
getCrawlingInfoParamList
public List<CrawlingInfoParam> getCrawlingInfoParamList(String id)
-
getLastCrawlingInfoParamList
public List<CrawlingInfoParam> getLastCrawlingInfoParamList(String sessionId)
-
importCsv
public void importCsv(Reader reader)
-
exportCsv
public void exportCsv(Writer writer)
-
deleteBefore
public void deleteBefore(long date)
-
getLast
public CrawlingInfo getLast(String sessionId)
-
-