| Package | Description |
|---|---|
| com.geoway.adf.dms.config.dao | |
| com.geoway.adf.dms.config.service | |
| com.geoway.adf.dms.config.service.impl |
| Modifier and Type | Method and Description |
|---|---|
CmColorItem |
CmColorItemDao.selectByPrimaryKey(String fId) |
| Modifier and Type | Method and Description |
|---|---|
List<CmColorItem> |
CmColorItemDao.selectByColorId(String colorId,
String keyword) |
List<CmColorItem> |
CmColorItemDao.selectByName(String name,
String colorId) |
| Modifier and Type | Method and Description |
|---|---|
int |
CmColorItemDao.insert(CmColorItem record) |
int |
CmColorItemDao.insertSelective(CmColorItem record) |
int |
CmColorItemDao.updateByPrimaryKey(CmColorItem record) |
int |
CmColorItemDao.updateByPrimaryKeySelective(CmColorItem record) |
| Modifier and Type | Method and Description |
|---|---|
int |
CmColorItemDao.batchInsert(List<CmColorItem> list) |
| Modifier and Type | Method and Description |
|---|---|
List<CmColorItem> |
ColorItemService.queryByScheme(String schemeId)
根据方案id查询
|
List<CmColorItem> |
ColorItemService.queryByScheme(String schemeId,
String keyword)
根据方案id查询
|
List<CmColorItem> |
ColorItemService.queryBySchemeName(String schemeName)
根据方案名称查询
|
List<CmColorItem> |
ColorItemService.queryBySchemeName(String schemeName,
String keyword)
根据方案名称查询
|
| Modifier and Type | Method and Description |
|---|---|
String |
ColorItemService.saveOrUpdateInfo(CmColorItem colorItem)
保存或更新 通过是否有id区分
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
ColorItemService.batchAddItems(List<CmColorItem> itemList)
批量添加颜色值
|
| Modifier and Type | Method and Description |
|---|---|
List<CmColorItem> |
ColorItemServiceImpl.queryByScheme(String schemeId) |
List<CmColorItem> |
ColorItemServiceImpl.queryByScheme(String schemeId,
String keyword) |
List<CmColorItem> |
ColorItemServiceImpl.queryBySchemeName(String schemeName) |
List<CmColorItem> |
ColorItemServiceImpl.queryBySchemeName(String schemeName,
String keyword) |
| Modifier and Type | Method and Description |
|---|---|
String |
ColorItemServiceImpl.saveOrUpdateInfo(CmColorItem colorItem) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
ColorItemServiceImpl.batchAddItems(List<CmColorItem> itemList) |
Copyright © 2025. All rights reserved.