public class SeunjeonService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DictionaryManager |
dictionaryManager |
protected FessConfig |
fessConfig |
| Constructor and Description |
|---|
SeunjeonService() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String dictId,
SeunjeonItem seunjeonItem) |
org.dbflute.optional.OptionalEntity<SeunjeonFile> |
getSeunjeonFile(String dictId) |
org.dbflute.optional.OptionalEntity<SeunjeonItem> |
getSeunjeonItem(String dictId,
long id) |
List<SeunjeonItem> |
getSeunjeonList(String dictId,
SeunjeonPager seunjeonPager) |
void |
store(String dictId,
SeunjeonItem seunjeonItem) |
protected DictionaryManager dictionaryManager
protected FessConfig fessConfig
public List<SeunjeonItem> getSeunjeonList(String dictId, SeunjeonPager seunjeonPager)
public org.dbflute.optional.OptionalEntity<SeunjeonFile> getSeunjeonFile(String dictId)
public org.dbflute.optional.OptionalEntity<SeunjeonItem> getSeunjeonItem(String dictId, long id)
public void store(String dictId, SeunjeonItem seunjeonItem)
public void delete(String dictId, SeunjeonItem seunjeonItem)
Copyright © 2009–2017 CodeLibs. All rights reserved.