Package org.codelibs.fess.app.service
Class ProtwordsService
- java.lang.Object
-
- org.codelibs.fess.app.service.ProtwordsService
-
public class ProtwordsService extends java.lang.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(java.lang.String dictId, ProtwordsItem protwordsItem)org.dbflute.optional.OptionalEntity<ProtwordsFile>getProtwordsFile(java.lang.String dictId)org.dbflute.optional.OptionalEntity<ProtwordsItem>getProtwordsItem(java.lang.String dictId, long id)java.util.List<ProtwordsItem>getProtwordsList(java.lang.String dictId, ProtwordsPager protwordsPager)voidstore(java.lang.String dictId, ProtwordsItem protwordsItem)
-
-
-
Field Detail
-
dictionaryManager
protected DictionaryManager dictionaryManager
-
fessConfig
protected FessConfig fessConfig
-
-
Method Detail
-
getProtwordsList
public java.util.List<ProtwordsItem> getProtwordsList(java.lang.String dictId, ProtwordsPager protwordsPager)
-
getProtwordsFile
public org.dbflute.optional.OptionalEntity<ProtwordsFile> getProtwordsFile(java.lang.String dictId)
-
getProtwordsItem
public org.dbflute.optional.OptionalEntity<ProtwordsItem> getProtwordsItem(java.lang.String dictId, long id)
-
store
public void store(java.lang.String dictId, ProtwordsItem protwordsItem)
-
delete
public void delete(java.lang.String dictId, ProtwordsItem protwordsItem)
-
-