Uses of Class
org.codelibs.fess.dict.kuromoji.KuromojiItem
Packages that use KuromojiItem
Package
Description
-
Uses of KuromojiItem in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type KuromojiItemModifier and TypeMethodDescriptionorg.dbflute.optional.OptionalEntity<KuromojiItem> KuromojiService.getKuromojiItem(String dictId, long id) Get a Kuromoji item.KuromojiService.getKuromojiList(String dictId, KuromojiPager kuromojiPager) Get a list of Kuromoji items.Methods in org.codelibs.fess.app.service with parameters of type KuromojiItemModifier and TypeMethodDescriptionvoidKuromojiService.delete(String dictId, KuromojiItem kuromojiItem) Delete a Kuromoji item.voidKuromojiService.store(String dictId, KuromojiItem kuromojiItem) Store a Kuromoji item. -
Uses of KuromojiItem in org.codelibs.fess.app.web.admin.dict.kuromoji
Methods in org.codelibs.fess.app.web.admin.dict.kuromoji that return types with arguments of type KuromojiItemModifier and TypeMethodDescriptionprotected org.dbflute.optional.OptionalEntity<KuromojiItem> AdminDictKuromojiAction.createKuromojiItem(CreateForm form, org.lastaflute.web.validation.VaErrorHook hook) Create a kuromoji item.static org.dbflute.optional.OptionalEntity<KuromojiItem> AdminDictKuromojiAction.createKuromojiItem(FessBaseAction action, CreateForm form, org.lastaflute.web.validation.VaErrorHook hook) Create a kuromoji item. -
Uses of KuromojiItem in org.codelibs.fess.app.web.api.admin.dict.kuromoji
Methods in org.codelibs.fess.app.web.api.admin.dict.kuromoji with parameters of type KuromojiItemModifier and TypeMethodDescriptionprotected EditBodyApiAdminDictKuromojiAction.createEditBody(KuromojiItem entity, String dictId) Creates an EditBody from a KuromojiItem entity for API responses. -
Uses of KuromojiItem in org.codelibs.fess.dict.kuromoji
Fields in org.codelibs.fess.dict.kuromoji declared as KuromojiItemModifier and TypeFieldDescriptionprotected KuromojiItemKuromojiFile.KuromojiUpdater.itemThe item to be added or updated.Methods in org.codelibs.fess.dict.kuromoji that return KuromojiItemModifier and TypeMethodDescriptionKuromojiFile.KuromojiUpdater.commit()Commits the changes.KuromojiFile.KuromojiUpdater.write(KuromojiItem oldItem) Writes the old item to the new file.Methods in org.codelibs.fess.dict.kuromoji that return types with arguments of type KuromojiItemModifier and TypeMethodDescriptionorg.dbflute.optional.OptionalEntity<KuromojiItem> KuromojiFile.get(long id) KuromojiFile.selectList(int offset, int size) Methods in org.codelibs.fess.dict.kuromoji with parameters of type KuromojiItemModifier and TypeMethodDescriptionvoidKuromojiFile.delete(KuromojiItem item) voidKuromojiFile.insert(KuromojiItem item) voidKuromojiFile.update(KuromojiItem item) KuromojiFile.KuromojiUpdater.write(KuromojiItem oldItem) Writes the old item to the new file.Constructors in org.codelibs.fess.dict.kuromoji with parameters of type KuromojiItemModifierConstructorDescriptionprotectedKuromojiUpdater(KuromojiItem newItem) Constructs a new Kuromoji updater.