Uses of Class
org.codelibs.fess.dict.kuromoji.KuromojiItem
-
Packages that use KuromojiItem Package Description org.codelibs.fess.app.service org.codelibs.fess.app.web.admin.dict.kuromoji org.codelibs.fess.app.web.api.admin.dict.kuromoji org.codelibs.fess.dict.kuromoji -
-
Uses of KuromojiItem in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type KuromojiItem Modifier and Type Method Description org.dbflute.optional.OptionalEntity<KuromojiItem>KuromojiService. getKuromojiItem(String dictId, long id)List<KuromojiItem>KuromojiService. getKuromojiList(String dictId, KuromojiPager kuromojiPager)Methods in org.codelibs.fess.app.service with parameters of type KuromojiItem Modifier and Type Method Description voidKuromojiService. delete(String dictId, KuromojiItem kuromojiItem)voidKuromojiService. store(String dictId, KuromojiItem kuromojiItem) -
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 KuromojiItem Modifier and Type Method Description protected org.dbflute.optional.OptionalEntity<KuromojiItem>AdminDictKuromojiAction. createKuromojiItem(CreateForm form, org.lastaflute.web.validation.VaErrorHook hook)static org.dbflute.optional.OptionalEntity<KuromojiItem>AdminDictKuromojiAction. createKuromojiItem(FessBaseAction action, CreateForm form, org.lastaflute.web.validation.VaErrorHook hook) -
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 KuromojiItem Modifier and Type Method Description protected EditBodyApiAdminDictKuromojiAction. createEditBody(KuromojiItem entity, String dictId) -
Uses of KuromojiItem in org.codelibs.fess.dict.kuromoji
Fields in org.codelibs.fess.dict.kuromoji declared as KuromojiItem Modifier and Type Field Description protected KuromojiItemKuromojiFile.KuromojiUpdater. itemMethods in org.codelibs.fess.dict.kuromoji that return KuromojiItem Modifier and Type Method Description KuromojiItemKuromojiFile.KuromojiUpdater. commit()KuromojiItemKuromojiFile.KuromojiUpdater. write(KuromojiItem oldItem)Methods in org.codelibs.fess.dict.kuromoji that return types with arguments of type KuromojiItem Modifier and Type Method Description org.dbflute.optional.OptionalEntity<KuromojiItem>KuromojiFile. get(long id)DictionaryFile.PagingList<KuromojiItem>KuromojiFile. selectList(int offset, int size)Methods in org.codelibs.fess.dict.kuromoji with parameters of type KuromojiItem Modifier and Type Method Description voidKuromojiFile. delete(KuromojiItem item)voidKuromojiFile. insert(KuromojiItem item)voidKuromojiFile. update(KuromojiItem item)KuromojiItemKuromojiFile.KuromojiUpdater. write(KuromojiItem oldItem)Constructors in org.codelibs.fess.dict.kuromoji with parameters of type KuromojiItem Constructor Description KuromojiUpdater(KuromojiItem newItem)
-