public class ProtwordsService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DictionaryManager |
dictionaryManager |
protected FessConfig |
fessConfig |
| Constructor and Description |
|---|
ProtwordsService() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String dictId,
ProtwordsItem protwordsItem) |
org.dbflute.optional.OptionalEntity<ProtwordsFile> |
getProtwordsFile(String dictId) |
org.dbflute.optional.OptionalEntity<ProtwordsItem> |
getProtwordsItem(String dictId,
long id) |
List<ProtwordsItem> |
getProtwordsList(String dictId,
ProtwordsPager protwordsPager) |
void |
store(String dictId,
ProtwordsItem protwordsItem) |
protected DictionaryManager dictionaryManager
protected FessConfig fessConfig
public List<ProtwordsItem> getProtwordsList(String dictId, ProtwordsPager protwordsPager)
public org.dbflute.optional.OptionalEntity<ProtwordsFile> getProtwordsFile(String dictId)
public org.dbflute.optional.OptionalEntity<ProtwordsItem> getProtwordsItem(String dictId, long id)
public void store(String dictId, ProtwordsItem protwordsItem)
public void delete(String dictId, ProtwordsItem protwordsItem)
Copyright © 2009–2017 CodeLibs. All rights reserved.