Class BsPathMappingCB
- java.lang.Object
-
- org.codelibs.fess.es.config.allcommon.EsAbstractConditionBean
-
- org.codelibs.fess.es.config.cbean.bs.BsPathMappingCB
-
- All Implemented Interfaces:
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
- Direct Known Subclasses:
PathMappingCB
public class BsPathMappingCB extends EsAbstractConditionBean
- Author:
- ESFlute (using FreeGen)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBsPathMappingCB.HpSpecification-
Nested classes/interfaces inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractConditionBean
EsAbstractConditionBean.SearchRequestParams
-
-
Field Summary
Fields Modifier and Type Field Description protected BsPathMappingCA_conditionAggregationprotected BsPathMappingCQ_conditionQueryprotected BsPathMappingCB.HpSpecification_specification-
Fields inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractConditionBean
_preference, _safetyMaxResultSize, _searchRequestParams, _sqlClause
-
-
Constructor Summary
Constructors Constructor Description BsPathMappingCB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathMappingCBacceptPK(String id)voidacceptPrimaryKeyMap(Map<String,? extends Object> primaryKeyMap)BsPathMappingCAaggregation()PathMappingDbmasDBMeta()protected voidassertAggregationPurpose()protected voidassertQueryPurpose()protected voidassertSpecifyPurpose()StringasTableDbName()org.elasticsearch.action.search.SearchRequestBuilderbuild(org.elasticsearch.action.search.SearchRequestBuilder builder)protected BsPathMappingCAcreateLocalCA()protected BsPathMappingCQcreateLocalCQ()protected BsPathMappingCAdoGetConditionAggregation()protected BsPathMappingCQdoGetConditionQuery()booleanhasSpecifiedColumn()org.dbflute.cbean.ConditionQuerylocalCQ()BsPathMappingCQquery()BsPathMappingCB.HpSpecificationspecify()-
Methods inherited from class org.codelibs.fess.es.config.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
-
-
-
-
Field Detail
-
_conditionQuery
protected BsPathMappingCQ _conditionQuery
-
_conditionAggregation
protected BsPathMappingCA _conditionAggregation
-
_specification
protected BsPathMappingCB.HpSpecification _specification
-
-
Method Detail
-
asDBMeta
public PathMappingDbm asDBMeta()
- Specified by:
asDBMetain interfaceorg.dbflute.cbean.ConditionBean- Overrides:
asDBMetain classEsAbstractConditionBean
-
asTableDbName
public String asTableDbName()
-
hasSpecifiedColumn
public boolean hasSpecifiedColumn()
-
localCQ
public org.dbflute.cbean.ConditionQuery localCQ()
-
acceptPK
public PathMappingCB acceptPK(String id)
-
build
public org.elasticsearch.action.search.SearchRequestBuilder build(org.elasticsearch.action.search.SearchRequestBuilder builder)
- Specified by:
buildin classEsAbstractConditionBean
-
query
public BsPathMappingCQ query()
-
doGetConditionQuery
protected BsPathMappingCQ doGetConditionQuery()
-
createLocalCQ
protected BsPathMappingCQ createLocalCQ()
-
aggregation
public BsPathMappingCA aggregation()
-
doGetConditionAggregation
protected BsPathMappingCA doGetConditionAggregation()
-
createLocalCA
protected BsPathMappingCA createLocalCA()
-
specify
public BsPathMappingCB.HpSpecification specify()
-
assertQueryPurpose
protected void assertQueryPurpose()
-
assertAggregationPurpose
protected void assertAggregationPurpose()
-
assertSpecifyPurpose
protected void assertSpecifyPurpose()
-
-