Uses of Class
org.codelibs.fess.dict.stopwords.StopwordsItem
-
-
Uses of StopwordsItem in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type StopwordsItem Modifier and Type Method Description org.dbflute.optional.OptionalEntity<StopwordsItem>StopwordsService. getStopwordsItem(String dictId, long id)List<StopwordsItem>StopwordsService. getStopwordsList(String dictId, StopwordsPager stopwordsPager)Methods in org.codelibs.fess.app.service with parameters of type StopwordsItem Modifier and Type Method Description voidStopwordsService. delete(String dictId, StopwordsItem stopwordsItem)voidStopwordsService. store(String dictId, StopwordsItem stopwordsItem) -
Uses of StopwordsItem in org.codelibs.fess.app.web.admin.dict.stopwords
Methods in org.codelibs.fess.app.web.admin.dict.stopwords that return types with arguments of type StopwordsItem Modifier and Type Method Description static org.dbflute.optional.OptionalEntity<StopwordsItem>AdminDictStopwordsAction. createStopwordsItem(CreateForm form, org.lastaflute.web.validation.VaErrorHook hook) -
Uses of StopwordsItem in org.codelibs.fess.app.web.api.admin.dict.stopwords
Methods in org.codelibs.fess.app.web.api.admin.dict.stopwords with parameters of type StopwordsItem Modifier and Type Method Description protected EditBodyApiAdminDictStopwordsAction. createEditBody(StopwordsItem entity, String dictId) -
Uses of StopwordsItem in org.codelibs.fess.dict.stopwords
Fields in org.codelibs.fess.dict.stopwords declared as StopwordsItem Modifier and Type Field Description protected StopwordsItemStopwordsFile.SynonymUpdater. itemMethods in org.codelibs.fess.dict.stopwords that return StopwordsItem Modifier and Type Method Description StopwordsItemStopwordsFile.SynonymUpdater. commit()StopwordsItemStopwordsFile.SynonymUpdater. write(StopwordsItem oldItem)Methods in org.codelibs.fess.dict.stopwords that return types with arguments of type StopwordsItem Modifier and Type Method Description org.dbflute.optional.OptionalEntity<StopwordsItem>StopwordsFile. get(long id)DictionaryFile.PagingList<StopwordsItem>StopwordsFile. selectList(int offset, int size)Methods in org.codelibs.fess.dict.stopwords with parameters of type StopwordsItem Modifier and Type Method Description voidStopwordsFile. delete(StopwordsItem item)voidStopwordsFile. insert(StopwordsItem item)voidStopwordsFile. update(StopwordsItem item)StopwordsItemStopwordsFile.SynonymUpdater. write(StopwordsItem oldItem)Constructors in org.codelibs.fess.dict.stopwords with parameters of type StopwordsItem Constructor Description SynonymUpdater(StopwordsItem newItem)
-