- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 21 for selectByPK (0.1 sec)
-
SearchLogService.java
equalsIgnoreCase(logType)) { L475: return clickLogBhv.selectByPK(id); L476: } L477: if (SearchLogPager.LOG_TYPE_FAVORITE.equalsIgnoreCase(logType)) { L478: return favoriteLogBhv.selectByPK(id); L479: } L480: if (SearchLogPager.LOG_TYPE_USERINFO.equalsIgnoreCase(logType)) { L481: return userInfoBhv.selectByPK(id); L482: } L483: return searchLogBhv.selectByPK(id); L484: } L485: L486: public Map<String, String> getSearchLogMap(final...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 28.4K bytes -
ElevateWordService.java
g.getPagingPageRangeSizeAsInteger()); L85: }).createPageNumberList()); L86: L87: return elevateWordList; L88: } L89: L90: public OptionalEntity<ElevateWord> getElevateWord(final String id) { L91: return elevateWordBhv.selectByPK(id).map(entity -> { L92: L93: final List<ElevateWordToLabel> wctltmList = elevateWordToLabelBhv.selectList(wctltmCb -> { L94: wctltmCb.query().setElevateWordId_Equal(entity.getId()); L95: wctltmCb.fetchF...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 15.5K bytes -
BsThumbnailQueueBhv.java
} L122: L123: public ThumbnailQueue selectEntityWithDeletedCheck(CBCall<ThumbnailQueueCB> cbLambda) { L124: return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); L125: } L126: L127: public OptionalEntity<ThumbnailQueue> selectByPK(String id) { L128: return facadeSelectByPK(id); L129: } L130: L131: protected OptionalEntity<ThumbnailQueue> facadeSelectByPK(String id) { L132: return doSelectOptionalByPK(id, typeOfSelectedEntity()); L133: } L134: L135:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.8K bytes -
BsFileAuthenticationBhv.java
L128: public FileAuthentication selectEntityWithDeletedCheck(CBCall<FileAuthenticationCB> cbLambda) { L129: return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); L130: } L131: L132: public OptionalEntity<FileAuthentication> selectByPK(String id) { L133: return facadeSelectByPK(id); L134: } L135: L136: protected OptionalEntity<FileAuthentication> facadeSelectByPK(String id) { L137: return doSelectOptionalByPK(id, typeOfSelectedEntity()); L138: } L139: L140:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.4K bytes -
BsFileConfigBhv.java
); L136: } L137: L138: public FileConfig selectEntityWithDeletedCheck(CBCall<FileConfigCB> cbLambda) { L139: return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); L140: } L141: L142: public OptionalEntity<FileConfig> selectByPK(String id) { L143: return facadeSelectByPK(id); L144: } L145: L146: protected OptionalEntity<FileConfig> facadeSelectByPK(String id) { L147: return doSelectOptionalByPK(id, typeOfSelectedEntity()); L148: } L149: L150: protected...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.8K bytes -
BsBoostDocumentRuleBhv.java
L124: public BoostDocumentRule selectEntityWithDeletedCheck(CBCall<BoostDocumentRuleCB> cbLambda) { L125: return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); L126: } L127: L128: public OptionalEntity<BoostDocumentRule> selectByPK(String id) { L129: return facadeSelectByPK(id); L130: } L131: L132: protected OptionalEntity<BoostDocumentRule> facadeSelectByPK(String id) { L133: return doSelectOptionalByPK(id, typeOfSelectedEntity()); L134: } L135: L136:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.1K bytes -
BsRelatedContentBhv.java
} L124: L125: public RelatedContent selectEntityWithDeletedCheck(CBCall<RelatedContentCB> cbLambda) { L126: return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); L127: } L128: L129: public OptionalEntity<RelatedContent> selectByPK(String id) { L130: return facadeSelectByPK(id); L131: } L132: L133: protected OptionalEntity<RelatedContent> facadeSelectByPK(String id) { L134: return doSelectOptionalByPK(id, typeOfSelectedEntity()); L135: } L136: L137:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.9K bytes -
BsWebAuthenticationBhv.java
L129: public WebAuthentication selectEntityWithDeletedCheck(CBCall<WebAuthenticationCB> cbLambda) { L130: return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); L131: } L132: L133: public OptionalEntity<WebAuthentication> selectByPK(String id) { L134: return facadeSelectByPK(id); L135: } L136: L137: protected OptionalEntity<WebAuthentication> facadeSelectByPK(String id) { L138: return doSelectOptionalByPK(id, typeOfSelectedEntity()); L139: } L140: L141:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.4K bytes -
BsSearchLogBhv.java
ull); L133: } L134: L135: public SearchLog selectEntityWithDeletedCheck(CBCall<SearchLogCB> cbLambda) { L136: return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); L137: } L138: L139: public OptionalEntity<SearchLog> selectByPK(String id) { L140: return facadeSelectByPK(id); L141: } L142: L143: protected OptionalEntity<SearchLog> facadeSelectByPK(String id) { L144: return doSelectOptionalByPK(id, typeOfSelectedEntity()); L145: } L146: L147: protected...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.5K bytes -
BsCrawlingInfoParamBhv.java
L121: public CrawlingInfoParam selectEntityWithDeletedCheck(CBCall<CrawlingInfoParamCB> cbLambda) { L122: return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); L123: } L124: L125: public OptionalEntity<CrawlingInfoParam> selectByPK(String id) { L126: return facadeSelectByPK(id); L127: } L128: L129: protected OptionalEntity<CrawlingInfoParam> facadeSelectByPK(String id) { L130: return doSelectOptionalByPK(id, typeOfSelectedEntity()); L131: } L132: L133:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.8K bytes