Class BsScheduledJobCB

java.lang.Object
org.codelibs.fess.es.config.allcommon.EsAbstractConditionBean
org.codelibs.fess.es.config.cbean.bs.BsScheduledJobCB
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:
ScheduledJobCB

public class BsScheduledJobCB extends EsAbstractConditionBean
Author:
ESFlute (using FreeGen)
  • Field Details

  • Constructor Details

    • BsScheduledJobCB

      public BsScheduledJobCB()
  • Method Details

    • asDBMeta

      public ScheduledJobDbm 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 ScheduledJobCB 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 BsScheduledJobCQ query()
    • doGetConditionQuery

      protected BsScheduledJobCQ doGetConditionQuery()
    • createLocalCQ

      protected BsScheduledJobCQ createLocalCQ()
    • aggregation

      public BsScheduledJobCA aggregation()
    • doGetConditionAggregation

      protected BsScheduledJobCA doGetConditionAggregation()
    • createLocalCA

      protected BsScheduledJobCA createLocalCA()
    • specify

    • assertQueryPurpose

      protected void assertQueryPurpose()
    • assertAggregationPurpose

      protected void assertAggregationPurpose()
    • assertSpecifyPurpose

      protected void assertSpecifyPurpose()