Package org.codelibs.fess.app.service
Class KeyMatchService
- java.lang.Object
-
- org.codelibs.fess.app.service.KeyMatchService
-
public class KeyMatchService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected FessConfigfessConfigprotected KeyMatchBhvkeyMatchBhv
-
Constructor Summary
Constructors Constructor Description KeyMatchService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(KeyMatch keyMatch)org.dbflute.optional.OptionalEntity<KeyMatch>getKeyMatch(String id)List<KeyMatch>getKeyMatchList(KeyMatchPager keyMatchPager)protected voidsetupListCondition(KeyMatchCB cb, KeyMatchPager keyMatchPager)voidstore(KeyMatch keyMatch)
-
-
-
Field Detail
-
keyMatchBhv
protected KeyMatchBhv keyMatchBhv
-
fessConfig
protected FessConfig fessConfig
-
-
Method Detail
-
getKeyMatchList
public List<KeyMatch> getKeyMatchList(KeyMatchPager keyMatchPager)
-
store
public void store(KeyMatch keyMatch)
-
delete
public void delete(KeyMatch keyMatch)
-
setupListCondition
protected void setupListCondition(KeyMatchCB cb, KeyMatchPager keyMatchPager)
-
-