Uses of Class
org.codelibs.fess.dict.stopwords.StopwordsItem
Packages that use StopwordsItem
Package
Description
-
Uses of StopwordsItem in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type StopwordsItemModifier and TypeMethodDescriptionorg.dbflute.optional.OptionalEntity<StopwordsItem>StopwordsService.getStopwordsItem(String dictId, long id) StopwordsService.getStopwordsList(String dictId, StopwordsPager stopwordsPager) Methods in org.codelibs.fess.app.service with parameters of type StopwordsItemModifier and TypeMethodDescriptionvoidStopwordsService.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 StopwordsItemModifier and TypeMethodDescriptionstatic 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 StopwordsItemModifier and TypeMethodDescriptionprotected EditBodyApiAdminDictStopwordsAction.createEditBody(StopwordsItem entity, String dictId) -
Uses of StopwordsItem in org.codelibs.fess.dict.stopwords
Fields in org.codelibs.fess.dict.stopwords declared as StopwordsItemMethods in org.codelibs.fess.dict.stopwords that return StopwordsItemModifier and TypeMethodDescriptionStopwordsFile.SynonymUpdater.commit()StopwordsFile.SynonymUpdater.write(StopwordsItem oldItem) Methods in org.codelibs.fess.dict.stopwords that return types with arguments of type StopwordsItemModifier and TypeMethodDescriptionorg.dbflute.optional.OptionalEntity<StopwordsItem>StopwordsFile.get(long id) StopwordsFile.selectList(int offset, int size) Methods in org.codelibs.fess.dict.stopwords with parameters of type StopwordsItemModifier and TypeMethodDescriptionvoidStopwordsFile.delete(StopwordsItem item) voidStopwordsFile.insert(StopwordsItem item) voidStopwordsFile.update(StopwordsItem item) StopwordsFile.SynonymUpdater.write(StopwordsItem oldItem) Constructors in org.codelibs.fess.dict.stopwords with parameters of type StopwordsItem