Package org.codelibs.fess.app.service
Class ProtwordsService
- java.lang.Object
-
- org.codelibs.fess.app.service.ProtwordsService
-
public class ProtwordsService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DictionaryManagerdictionaryManagerprotected FessConfigfessConfig
-
Constructor Summary
Constructors Constructor Description ProtwordsService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(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)voidstore(String dictId, ProtwordsItem protwordsItem)
-
-
-
Field Detail
-
dictionaryManager
protected DictionaryManager dictionaryManager
-
fessConfig
protected FessConfig fessConfig
-
-
Method Detail
-
getProtwordsList
public List<ProtwordsItem> getProtwordsList(String dictId, ProtwordsPager protwordsPager)
-
getProtwordsFile
public org.dbflute.optional.OptionalEntity<ProtwordsFile> getProtwordsFile(String dictId)
-
getProtwordsItem
public org.dbflute.optional.OptionalEntity<ProtwordsItem> getProtwordsItem(String dictId, long id)
-
store
public void store(String dictId, ProtwordsItem protwordsItem)
-
delete
public void delete(String dictId, ProtwordsItem protwordsItem)
-
-