Package org.codelibs.fess.app.service
Class KeyMatchService
- java.lang.Object
-
- org.codelibs.fess.app.service.KeyMatchService
-
public class KeyMatchService extends java.lang.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(java.lang.String id)java.util.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 java.util.List<KeyMatch> getKeyMatchList(KeyMatchPager keyMatchPager)
-
getKeyMatch
public org.dbflute.optional.OptionalEntity<KeyMatch> getKeyMatch(java.lang.String id)
-
store
public void store(KeyMatch keyMatch)
-
delete
public void delete(KeyMatch keyMatch)
-
setupListCondition
protected void setupListCondition(KeyMatchCB cb, KeyMatchPager keyMatchPager)
-
-