Package org.codelibs.fess.app.service
Class BoostDocumentRuleService
- java.lang.Object
-
- org.codelibs.fess.app.service.FessAppService
-
- org.codelibs.fess.app.service.BoostDocumentRuleService
-
public class BoostDocumentRuleService extends FessAppService
-
-
Field Summary
Fields Modifier and Type Field Description protected BoostDocumentRuleBhvboostDocumentRuleBhvprotected FessConfigfessConfig
-
Constructor Summary
Constructors Constructor Description BoostDocumentRuleService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(BoostDocumentRule boostDocumentRule)org.dbflute.optional.OptionalEntity<BoostDocumentRule>getBoostDocumentRule(String id)List<BoostDocumentRule>getBoostDocumentRuleList(BoostDocPager boostDocumentRulePager)protected voidsetupListCondition(BoostDocumentRuleCB cb, BoostDocPager boostDocumentRulePager)voidstore(BoostDocumentRule boostDocumentRule)-
Methods inherited from class org.codelibs.fess.app.service.FessAppService
wrapQuery
-
-
-
-
Field Detail
-
boostDocumentRuleBhv
protected BoostDocumentRuleBhv boostDocumentRuleBhv
-
fessConfig
protected FessConfig fessConfig
-
-
Method Detail
-
getBoostDocumentRuleList
public List<BoostDocumentRule> getBoostDocumentRuleList(BoostDocPager boostDocumentRulePager)
-
getBoostDocumentRule
public org.dbflute.optional.OptionalEntity<BoostDocumentRule> getBoostDocumentRule(String id)
-
store
public void store(BoostDocumentRule boostDocumentRule)
-
delete
public void delete(BoostDocumentRule boostDocumentRule)
-
setupListCondition
protected void setupListCondition(BoostDocumentRuleCB cb, BoostDocPager boostDocumentRulePager)
-
-