Uses of Class
org.codelibs.fess.dict.protwords.ProtwordsItem
Packages that use ProtwordsItem
Package
Description
-
Uses of ProtwordsItem in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type ProtwordsItemModifier and TypeMethodDescriptionorg.dbflute.optional.OptionalEntity<ProtwordsItem>ProtwordsService.getProtwordsItem(String dictId, long id) ProtwordsService.getProtwordsList(String dictId, ProtwordsPager protwordsPager) Methods in org.codelibs.fess.app.service with parameters of type ProtwordsItemModifier and TypeMethodDescriptionvoidProtwordsService.delete(String dictId, ProtwordsItem protwordsItem) voidProtwordsService.store(String dictId, ProtwordsItem protwordsItem) -
Uses of ProtwordsItem in org.codelibs.fess.app.web.admin.dict.protwords
Methods in org.codelibs.fess.app.web.admin.dict.protwords that return types with arguments of type ProtwordsItemModifier and TypeMethodDescriptionprotected org.dbflute.optional.OptionalEntity<ProtwordsItem>AdminDictProtwordsAction.createProtwordsItem(CreateForm form, org.lastaflute.web.validation.VaErrorHook hook) static org.dbflute.optional.OptionalEntity<ProtwordsItem>AdminDictProtwordsAction.createProtwordsItem(FessBaseAction action, CreateForm form, org.lastaflute.web.validation.VaErrorHook hook) -
Uses of ProtwordsItem in org.codelibs.fess.app.web.api.admin.dict.protwords
Methods in org.codelibs.fess.app.web.api.admin.dict.protwords with parameters of type ProtwordsItemModifier and TypeMethodDescriptionprotected EditBodyApiAdminDictProtwordsAction.createEditBody(ProtwordsItem entity, String dictId) -
Uses of ProtwordsItem in org.codelibs.fess.dict.protwords
Fields in org.codelibs.fess.dict.protwords declared as ProtwordsItemMethods in org.codelibs.fess.dict.protwords that return ProtwordsItemModifier and TypeMethodDescriptionProtwordsFile.ProtwordsUpdater.commit()ProtwordsFile.ProtwordsUpdater.write(ProtwordsItem oldItem) Methods in org.codelibs.fess.dict.protwords that return types with arguments of type ProtwordsItemModifier and TypeMethodDescriptionorg.dbflute.optional.OptionalEntity<ProtwordsItem>ProtwordsFile.get(long id) ProtwordsFile.selectList(int offset, int size) Methods in org.codelibs.fess.dict.protwords with parameters of type ProtwordsItemModifier and TypeMethodDescriptionvoidProtwordsFile.delete(ProtwordsItem item) voidProtwordsFile.insert(ProtwordsItem item) voidProtwordsFile.update(ProtwordsItem item) ProtwordsFile.ProtwordsUpdater.write(ProtwordsItem oldItem) Constructors in org.codelibs.fess.dict.protwords with parameters of type ProtwordsItem