Uses of Class
org.codelibs.fess.dict.mapping.CharMappingItem
-
Packages that use CharMappingItem Package Description org.codelibs.fess.app.service org.codelibs.fess.app.web.admin.dict.mapping org.codelibs.fess.app.web.api.admin.dict.mapping org.codelibs.fess.dict.mapping -
-
Uses of CharMappingItem in org.codelibs.fess.app.service
Methods in org.codelibs.fess.app.service that return types with arguments of type CharMappingItem Modifier and Type Method Description org.dbflute.optional.OptionalEntity<CharMappingItem>CharMappingService. getCharMappingItem(java.lang.String dictId, long id)java.util.List<CharMappingItem>CharMappingService. getCharMappingList(java.lang.String dictId, CharMappingPager charMappingPager)Methods in org.codelibs.fess.app.service with parameters of type CharMappingItem Modifier and Type Method Description voidCharMappingService. delete(java.lang.String dictId, CharMappingItem charMappingItem)voidCharMappingService. store(java.lang.String dictId, CharMappingItem charMappingItem) -
Uses of CharMappingItem in org.codelibs.fess.app.web.admin.dict.mapping
Methods in org.codelibs.fess.app.web.admin.dict.mapping that return types with arguments of type CharMappingItem Modifier and Type Method Description protected org.dbflute.optional.OptionalEntity<CharMappingItem>AdminDictMappingAction. createCharMappingItem(CreateForm form, org.lastaflute.web.validation.VaErrorHook hook)static org.dbflute.optional.OptionalEntity<CharMappingItem>AdminDictMappingAction. createCharMappingItem(FessBaseAction action, CreateForm form, org.lastaflute.web.validation.VaErrorHook hook) -
Uses of CharMappingItem in org.codelibs.fess.app.web.api.admin.dict.mapping
Methods in org.codelibs.fess.app.web.api.admin.dict.mapping with parameters of type CharMappingItem Modifier and Type Method Description protected EditBodyApiAdminDictMappingAction. createEditBody(CharMappingItem entity, java.lang.String dictId) -
Uses of CharMappingItem in org.codelibs.fess.dict.mapping
Fields in org.codelibs.fess.dict.mapping declared as CharMappingItem Modifier and Type Field Description protected CharMappingItemCharMappingFile.MappingUpdater. itemMethods in org.codelibs.fess.dict.mapping that return CharMappingItem Modifier and Type Method Description CharMappingItemCharMappingFile.MappingUpdater. commit()CharMappingItemCharMappingFile.MappingUpdater. write(CharMappingItem oldItem)Methods in org.codelibs.fess.dict.mapping that return types with arguments of type CharMappingItem Modifier and Type Method Description org.dbflute.optional.OptionalEntity<CharMappingItem>CharMappingFile. get(long id)DictionaryFile.PagingList<CharMappingItem>CharMappingFile. selectList(int offset, int size)Methods in org.codelibs.fess.dict.mapping with parameters of type CharMappingItem Modifier and Type Method Description voidCharMappingFile. delete(CharMappingItem item)voidCharMappingFile. insert(CharMappingItem item)voidCharMappingFile. update(CharMappingItem item)CharMappingItemCharMappingFile.MappingUpdater. write(CharMappingItem oldItem)Constructors in org.codelibs.fess.dict.mapping with parameters of type CharMappingItem Constructor Description MappingUpdater(CharMappingItem newItem)
-