public class DictionarySVImpl extends Object implements DictionarySV
| 构造器和说明 |
|---|
DictionarySVImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(DictionaryDO dictionary) |
void |
addItem(DictionaryItemDO dictionaryItem) |
void |
delete(Long id) |
void |
deleteItem(Long itemId) |
org.springframework.data.domain.Page<DictionaryDO> |
find(String name,
String code,
String description,
org.springframework.data.domain.Pageable pageable) |
List<DictionaryItemDO> |
findItems(Long id) |
DictionaryDO |
get(String code) |
List<DictItemDTO> |
getItems(String code) |
void |
update(DictionaryDO dictionary) |
void |
updateItem(DictionaryItemDO dictionaryItem) |
public void add(DictionaryDO dictionary)
add 在接口中 DictionarySVpublic void update(DictionaryDO dictionary)
update 在接口中 DictionarySVpublic DictionaryDO get(String code)
get 在接口中 DictionarySVpublic void delete(Long id)
delete 在接口中 DictionarySVpublic org.springframework.data.domain.Page<DictionaryDO> find(String name, String code, String description, org.springframework.data.domain.Pageable pageable)
find 在接口中 DictionarySVpublic List<DictItemDTO> getItems(String code)
getItems 在接口中 DictionarySVpublic void addItem(DictionaryItemDO dictionaryItem)
addItem 在接口中 DictionarySVpublic void updateItem(DictionaryItemDO dictionaryItem)
updateItem 在接口中 DictionarySVpublic void deleteItem(Long itemId)
deleteItem 在接口中 DictionarySVpublic List<DictionaryItemDO> findItems(Long id)
findItems 在接口中 DictionarySVCopyright © 2019. All rights reserved.