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) Gets a specific protected words item by ID.ProtwordsService.getProtwordsList(String dictId, ProtwordsPager protwordsPager) Gets a paginated list of protected words items.Methods in org.codelibs.fess.app.service with parameters of type ProtwordsItemModifier and TypeMethodDescriptionvoidProtwordsService.delete(String dictId, ProtwordsItem protwordsItem) Deletes a protected words item.voidProtwordsService.store(String dictId, ProtwordsItem protwordsItem) Stores a protected words item (insert or update). -
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) Get the protected word item.static org.dbflute.optional.OptionalEntity<ProtwordsItem> AdminDictProtwordsAction.createProtwordsItem(FessBaseAction action, CreateForm form, org.lastaflute.web.validation.VaErrorHook hook) Get the protected word item. -
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) Create an EditBody DTO from a ProtwordsItem entity. -
Uses of ProtwordsItem in org.codelibs.fess.dict.protwords
Fields in org.codelibs.fess.dict.protwords declared as ProtwordsItemModifier and TypeFieldDescriptionprotected ProtwordsItemProtwordsFile.ProtwordsUpdater.itemThe item being updatedMethods in org.codelibs.fess.dict.protwords that return ProtwordsItemModifier and TypeMethodDescriptionProtwordsFile.ProtwordsUpdater.commit()Commits the current item to the temporary file.ProtwordsFile.ProtwordsUpdater.write(ProtwordsItem oldItem) Writes a protwords item to the temporary file.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) Writes a protwords item to the temporary file.Constructors in org.codelibs.fess.dict.protwords with parameters of type ProtwordsItemModifierConstructorDescriptionprotectedProtwordsUpdater(ProtwordsItem newItem) Constructor for ProtwordsUpdater.