Uses of Class
org.codelibs.fess.dict.protwords.ProtwordsItem
-
-
Uses of ProtwordsItem in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type ProtwordsItem Modifier and Type Method Description org.dbflute.optional.OptionalEntity<ProtwordsItem>ProtwordsService. getProtwordsItem(String dictId, long id)List<ProtwordsItem>ProtwordsService. getProtwordsList(String dictId, ProtwordsPager protwordsPager)Methods in org.codelibs.fess.app.service with parameters of type ProtwordsItem Modifier and Type Method Description voidProtwordsService. 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 ProtwordsItem Modifier and Type Method Description protected 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 ProtwordsItem Modifier and Type Method Description protected EditBodyApiAdminDictProtwordsAction. createEditBody(ProtwordsItem entity, String dictId) -
Uses of ProtwordsItem in org.codelibs.fess.dict.protwords
Fields in org.codelibs.fess.dict.protwords declared as ProtwordsItem Modifier and Type Field Description protected ProtwordsItemProtwordsFile.ProtwordsUpdater. itemMethods in org.codelibs.fess.dict.protwords that return ProtwordsItem Modifier and Type Method Description ProtwordsItemProtwordsFile.ProtwordsUpdater. commit()ProtwordsItemProtwordsFile.ProtwordsUpdater. write(ProtwordsItem oldItem)Methods in org.codelibs.fess.dict.protwords that return types with arguments of type ProtwordsItem Modifier and Type Method Description org.dbflute.optional.OptionalEntity<ProtwordsItem>ProtwordsFile. get(long id)DictionaryFile.PagingList<ProtwordsItem>ProtwordsFile. selectList(int offset, int size)Methods in org.codelibs.fess.dict.protwords with parameters of type ProtwordsItem Modifier and Type Method Description voidProtwordsFile. delete(ProtwordsItem item)voidProtwordsFile. insert(ProtwordsItem item)voidProtwordsFile. update(ProtwordsItem item)ProtwordsItemProtwordsFile.ProtwordsUpdater. write(ProtwordsItem oldItem)Constructors in org.codelibs.fess.dict.protwords with parameters of type ProtwordsItem Constructor Description ProtwordsUpdater(ProtwordsItem newItem)
-