Interface SysDictDefinitionService

All Known Implementing Classes:
SysDictDefinitionServiceImpl

public interface SysDictDefinitionService
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<cn.sliew.carp.framework.common.dict.DictDefinition>
     
    cn.sliew.carp.framework.common.model.PageResult<cn.sliew.carp.framework.common.dict.DictDefinition>
     
    Collection<cn.sliew.carp.framework.common.dict.DictDefinition>
     
  • Method Details

    • listByPage

      cn.sliew.carp.framework.common.model.PageResult<cn.sliew.carp.framework.common.dict.DictDefinition> listByPage(SysDictDefinitionParam param)
    • getByCode

      Optional<cn.sliew.carp.framework.common.dict.DictDefinition> getByCode(String code)
    • selectAll

      Collection<cn.sliew.carp.framework.common.dict.DictDefinition> selectAll()