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)
  • Field Details

  • Constructor Details

    • BsPathMappingCB

      public BsPathMappingCB()
  • Method Details

    • asDBMeta

      public PathMappingDbm asDBMeta()
      Specified by:
      asDBMeta in interface org.dbflute.cbean.ConditionBean
      Overrides:
      asDBMeta in class EsAbstractConditionBean
    • asTableDbName

      public String asTableDbName()
    • hasSpecifiedColumn

      public boolean hasSpecifiedColumn()
    • localCQ

      public org.dbflute.cbean.ConditionQuery localCQ()
    • acceptPK

      public PathMappingCB acceptPK(String id)
    • acceptPrimaryKeyMap

      public void acceptPrimaryKeyMap(Map<String,? extends Object> primaryKeyMap)
    • build

      public org.opensearch.action.search.SearchRequestBuilder build(org.opensearch.action.search.SearchRequestBuilder builder)
      Specified by:
      build in class EsAbstractConditionBean
    • 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

    • assertQueryPurpose

      protected void assertQueryPurpose()
    • assertAggregationPurpose

      protected void assertAggregationPurpose()
    • assertSpecifyPurpose

      protected void assertSpecifyPurpose()