Package org.codelibs.fess.app.service
Class ProtwordsService
java.lang.Object
org.codelibs.fess.app.service.ProtwordsService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(String dictId, ProtwordsItem protwordsItem) org.dbflute.optional.OptionalEntity<ProtwordsFile>getProtwordsFile(String dictId) org.dbflute.optional.OptionalEntity<ProtwordsItem>getProtwordsItem(String dictId, long id) getProtwordsList(String dictId, ProtwordsPager protwordsPager) voidstore(String dictId, ProtwordsItem protwordsItem)
-
Field Details
-
dictionaryManager
-
fessConfig
-
-
Constructor Details
-
ProtwordsService
public ProtwordsService()
-
-
Method Details
-
getProtwordsList
-
getProtwordsFile
-
getProtwordsItem
-
store
-
delete
-