クラス BsUserCB
java.lang.Object
org.codelibs.fess.es.user.allcommon.EsAbstractConditionBean
org.codelibs.fess.es.user.cbean.bs.BsUserCB
- すべての実装されたインタフェース:
org.dbflute.cbean.ConditionBean
,org.dbflute.cbean.dream.WelcomeToDreamCruise
,org.dbflute.cbean.ordering.OrderByBean
,org.dbflute.cbean.paging.FetchNarrowingBean
,org.dbflute.cbean.paging.PagingBean
,org.dbflute.jdbc.FetchBean
- 直系の既知のサブクラス:
UserCB
public class BsUserCB extends EsAbstractConditionBean
- 作成者:
- ESFlute (using FreeGen)
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static class
BsUserCB.HpSpecification
クラスから継承されたネストされたクラス/インタフェース org.codelibs.fess.es.user.allcommon.EsAbstractConditionBean
EsAbstractConditionBean.SearchRequestParams
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 protected BsUserCA
_conditionAggregation
protected BsUserCQ
_conditionQuery
protected BsUserCB.HpSpecification
_specification
クラスから継承されたフィールド org.codelibs.fess.es.user.allcommon.EsAbstractConditionBean
_preference, _safetyMaxResultSize, _searchRequestParams, _sqlClause
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 BsUserCB()
-
メソッドの概要
修飾子とタイプ メソッド 説明 UserCB
acceptPK(java.lang.String id)
void
acceptPrimaryKeyMap(java.util.Map<java.lang.String,? extends java.lang.Object> primaryKeyMap)
BsUserCA
aggregation()
UserDbm
asDBMeta()
protected void
assertAggregationPurpose()
protected void
assertQueryPurpose()
protected void
assertSpecifyPurpose()
java.lang.String
asTableDbName()
org.elasticsearch.action.search.SearchRequestBuilder
build(org.elasticsearch.action.search.SearchRequestBuilder builder)
protected BsUserCA
createLocalCA()
protected BsUserCQ
createLocalCQ()
protected BsUserCA
doGetConditionAggregation()
protected BsUserCQ
doGetConditionQuery()
boolean
hasSpecifiedColumn()
org.dbflute.cbean.ConditionQuery
localCQ()
BsUserCQ
query()
BsUserCB.HpSpecification
specify()
クラスから継承されたメソッド org.codelibs.fess.es.user.allcommon.EsAbstractConditionBean
addOrderBy_PK_Asc, addOrderBy_PK_Desc, assertObjectNotNull, canPagingCountLater, canPagingReSelect, canPagingSelectAndQuerySplit, canRelationMappingCache, checkNullOrEmptyQuery, checkSafetyResult, clearOrderBy, clearWhereClauseOnBaseQuery, configure, createCBExThrower, createPagingInvoker, disableColumnNullObject, disableEmptyStringQuery, disableInnerJoinAutoDetect, disableNonSpecifiedColumnAccess, disableOverridingQuery, disablePagingCountLater, disablePagingCountLeastJoin, disablePagingReSelect, disableQueryUpdateCountPreCheck, disableSpecifyColumnRequired, disableThatsBadTiming, disableUndefinedClassificationSelect, enableColumnNullObject, enableEmptyStringQuery, enableInnerJoinAutoDetect, enableNonSpecifiedColumnAccess, enableOverridingQuery, enablePagingCountLater, enablePagingCountLeastJoin, enablePagingReSelect, enableQueryUpdateCountPreCheck, enableSpecifyColumnRequired, enableThatsBadTiming, enableUndefinedClassificationSelect, fetchFirst, getCursorSelectOption, getFetchNarrowingLoopCount, getFetchNarrowingSkipStartIndex, getFetchPageNumber, getFetchSize, getFetchStartIndex, getLogDateDisplayStyle, getOrderByClause, getOrderByComponent, getPageEndIndex, getPageStartIndex, getPreference, getPurpose, getSafetyMaxResultSize, getSqlClause, getStatementConfig, hasOrderByClause, hasSelectAllPossible, hasSpecifiedLocalColumn, hasUnionQueryOrUnionAllQuery, hasWhereClauseOnBaseQuery, ignoreNullOrEmptyQuery, inviteDerivedToDreamCruise, invokeOrScopeQuery, invokeOrScopeQueryAndPart, invokeSetupSelect, invokeSpecifyColumn, isFetchNarrowingEffective, isFetchNarrowingLoopCountEffective, isFetchNarrowingSkipStartIndexEffective, isFetchScopeEffective, isNonSpecifiedColumnAccessAllowed, isPaging, isQueryUpdateCountPreCheck, isSelectCountIgnoreFetchScope, isUndefinedClassificationSelectAllowed, ln, localSp, lockForUpdate, mysticRhythms, overTheWaves, paging, request, setPreference, styleLogDateDisplay, throwPagingPageSizeNotPlusException, toDisplaySql, xacceptScalarSelectOption, xafterCareSelectCountIgnoreFetchScope, xcheckSpecifyColumnRequiredIfNeeds, xcreateDreamCruiseCB, xdisableFetchNarrowing, xenableIgnoredFetchNarrowing, xfetchPage, xfetchScope, xgetDerivedTypeHandler, xgetDreamCruiseDeparturePort, xgetMysticBinding, xhasDreamCruiseTicket, xisDreamCruiseDeparturePort, xisDreamCruiseShip, xkeepDreamCruiseJourneyLogBook, xmarkAsDeparturePortForDreamCruise, xregisterUnionQuerySynchronizer, xsetPaging, xsetupForQueryInsert, xsetupForScalarSelect, xsetupForSpecifiedUpdate, xsetupForVaryingUpdate, xsetupSelectCountIgnoreFetchScope, xsetupSelectDreamCruiseJourneyLogBook, xsetupSelectDreamCruiseJourneyLogBookIfUnionExists, xshowDreamCruiseTicket
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
フィールド詳細
-
_conditionQuery
-
_conditionAggregation
-
_specification
-
-
コンストラクタの詳細
-
BsUserCB
public BsUserCB()
-
-
メソッドの詳細
-
asDBMeta
- 定義:
asDBMeta
インタフェース内org.dbflute.cbean.ConditionBean
- オーバーライド:
asDBMeta
クラス内EsAbstractConditionBean
-
asTableDbName
public java.lang.String asTableDbName() -
hasSpecifiedColumn
public boolean hasSpecifiedColumn() -
localCQ
public org.dbflute.cbean.ConditionQuery localCQ() -
acceptPK
-
acceptPrimaryKeyMap
public void acceptPrimaryKeyMap(java.util.Map<java.lang.String,? extends java.lang.Object> primaryKeyMap) -
build
public org.elasticsearch.action.search.SearchRequestBuilder build(org.elasticsearch.action.search.SearchRequestBuilder builder)- 定義:
build
クラス内EsAbstractConditionBean
-
query
-
doGetConditionQuery
-
createLocalCQ
-
aggregation
-
doGetConditionAggregation
-
createLocalCA
-
specify
-
assertQueryPurpose
protected void assertQueryPurpose() -
assertAggregationPurpose
protected void assertAggregationPurpose() -
assertSpecifyPurpose
protected void assertSpecifyPurpose()
-