avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset
/
io.github.lishangbu.avalon.dataset.service
/
CreatureColorService
Creature
Color
Service
interface
CreatureColorService
生物颜色服务
Inheritors
CreatureColorServiceImpl
Members
Functions
list
By
Condition
Link copied to clipboard
abstract
fun
listByCondition
(
specification
:
CreatureColorSpecification
)
:
List
<
CreatureColorView
>
按筛选条件查询生物颜色列表
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
删除指定 ID 的生物颜色
save
Link copied to clipboard
abstract
fun
save
(
command
:
SaveCreatureColorInput
)
:
CreatureColorView
创建生物颜色
update
Link copied to clipboard
abstract
fun
update
(
command
:
UpdateCreatureColorInput
)
:
CreatureColorView
更新生物颜色