public class KeyMatchService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FessConfig |
fessConfig |
protected KeyMatchBhv |
keyMatchBhv |
| Constructor and Description |
|---|
KeyMatchService() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(KeyMatch keyMatch) |
org.dbflute.optional.OptionalEntity<KeyMatch> |
getKeyMatch(String id) |
List<KeyMatch> |
getKeyMatchList(KeyMatchPager keyMatchPager) |
protected void |
setupListCondition(KeyMatchCB cb,
KeyMatchPager keyMatchPager) |
void |
store(KeyMatch keyMatch) |
protected KeyMatchBhv keyMatchBhv
protected FessConfig fessConfig
public List<KeyMatch> getKeyMatchList(KeyMatchPager keyMatchPager)
public void store(KeyMatch keyMatch)
public void delete(KeyMatch keyMatch)
protected void setupListCondition(KeyMatchCB cb, KeyMatchPager keyMatchPager)
Copyright © 2009–2017 CodeLibs. All rights reserved.