@Service(value="attributeService") public class AttributeServiceImpl extends Object implements AttributeService
| Constructor and Description |
|---|
AttributeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Integer id) |
void |
deleteBatch(Integer[] ids) |
List<AttributeEntity> |
queryList(Map<String,Object> map) |
AttributeEntity |
queryObject(Integer id) |
int |
queryTotal(Map<String,Object> map) |
void |
save(AttributeEntity attribute) |
void |
update(AttributeEntity attribute) |
public AttributeEntity queryObject(Integer id)
queryObject in interface AttributeServicepublic List<AttributeEntity> queryList(Map<String,Object> map)
queryList in interface AttributeServicepublic int queryTotal(Map<String,Object> map)
queryTotal in interface AttributeServicepublic void save(AttributeEntity attribute)
save in interface AttributeServicepublic void update(AttributeEntity attribute)
update in interface AttributeServicepublic void delete(Integer id)
delete in interface AttributeServicepublic void deleteBatch(Integer[] ids)
deleteBatch in interface AttributeServiceCopyright © 2021. All rights reserved.