- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for CrawlingInfoParamCB (0.14 sec)
-
src/main/java/org/codelibs/fess/es/config/cbean/CrawlingInfoParamCB.java
*/ package org.codelibs.fess.es.config.cbean; import org.codelibs.fess.es.config.cbean.bs.BsCrawlingInfoParamCB; /** * @author ESFlute (using FreeGen) */ public class CrawlingInfoParamCB extends BsCrawlingInfoParamCB {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 843 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsCrawlingInfoParamBhv.java
} @Override protected Class<CrawlingInfoParamCB> typeOfHandlingConditionBean() { return CrawlingInfoParamCB.class; } public ListResultBean<CrawlingInfoParam> selectList(CBCall<CrawlingInfoParamCB> cbLambda) { return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<CrawlingInfoParam> selectPage(CBCall<CrawlingInfoParamCB> cbLambda) { // #pending same?
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/bs/BsCrawlingInfoParamCB.java
// =========== public CrawlingInfoParamCB acceptPK(String id) { assertObjectNotNull("id", id); BsCrawlingInfoParamCB cb = this; cb.query().docMeta().setId_Equal(id); return (CrawlingInfoParamCB) this; } @Override public void acceptPrimaryKeyMap(Map<String, ? extends Object> primaryKeyMap) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoParamDbm.java
return "org.codelibs.fess.es.config.exentity.CrawlingInfoParam"; } @Override public String getConditionBeanTypeName() { return "org.codelibs.fess.es.config.cbean.CrawlingInfoParamCB"; } @Override public String getBehaviorTypeName() { return "org.codelibs.fess.es.config.exbhv.CrawlingInfoParamBhv"; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 8.9K bytes - Viewed (0)