| Modifier and Type | Method and Description |
|---|---|
org.dbflute.optional.OptionalEntity<ProtwordsItem> |
ProtwordsService.getProtwordsItem(String dictId,
long id) |
List<ProtwordsItem> |
ProtwordsService.getProtwordsList(String dictId,
ProtwordsPager protwordsPager) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtwordsService.delete(String dictId,
ProtwordsItem protwordsItem) |
void |
ProtwordsService.store(String dictId,
ProtwordsItem protwordsItem) |
| Modifier and Type | Method and Description |
|---|---|
static org.dbflute.optional.OptionalEntity<ProtwordsItem> |
AdminDictProtwordsAction.createProtwordsItem(CreateForm form,
org.lastaflute.web.validation.VaErrorHook hook) |
| Modifier and Type | Method and Description |
|---|---|
protected EditBody |
ApiAdminDictProtwordsAction.createEditBody(ProtwordsItem entity,
String dictId) |
| Modifier and Type | Field and Description |
|---|---|
protected ProtwordsItem |
ProtwordsFile.SynonymUpdater.item |
| Modifier and Type | Method and Description |
|---|---|
ProtwordsItem |
ProtwordsFile.SynonymUpdater.commit() |
ProtwordsItem |
ProtwordsFile.SynonymUpdater.write(ProtwordsItem oldItem) |
| Modifier and Type | Method and Description |
|---|---|
org.dbflute.optional.OptionalEntity<ProtwordsItem> |
ProtwordsFile.get(long id) |
DictionaryFile.PagingList<ProtwordsItem> |
ProtwordsFile.selectList(int offset,
int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtwordsFile.delete(ProtwordsItem item) |
void |
ProtwordsFile.insert(ProtwordsItem item) |
void |
ProtwordsFile.update(ProtwordsItem item) |
ProtwordsItem |
ProtwordsFile.SynonymUpdater.write(ProtwordsItem oldItem) |
| Constructor and Description |
|---|
SynonymUpdater(ProtwordsItem newItem) |
Copyright © 2009–2017 CodeLibs. All rights reserved.