public interface ConstDefManager
限定符和类型 | 方法和说明 |
---|---|
void |
deleteConstDef(ConstDef def)
删除
|
ConstDef |
findByConstKey(java.lang.String constKey)
根据 KEY 查询
|
java.util.List<ConstDef> |
findByDescription(java.lang.String description)
根据描述查询
|
ConstDef |
findById(java.lang.Long Id)
根据 Id 查询
|
java.util.List<ConstDef> |
getAll()
取出所有
|
void |
insertConstDef(ConstDef def)
增加
|
FlipInfo |
listPage(FlipInfo userFlipInfo,
java.util.Map params) |
Page |
listPage(int pageNo,
int pageSize)
列表
|
void |
updateConstDef(ConstDef def)
更新
|
java.util.List<ConstDef> getAll()
Page listPage(int pageNo, int pageSize)
pageNo
- pageSize
- java.util.List<ConstDef> findByDescription(java.lang.String description)
def
- ConstDef findByConstKey(java.lang.String constKey)
constKey
- ConstDef findById(java.lang.Long Id)
constKey
- void insertConstDef(ConstDef def) throws ConstDefException
def
- ConstDefException
void updateConstDef(ConstDef def) throws ConstDefException
def
- ConstDefException
void deleteConstDef(ConstDef def) throws ConstDefException
def
- ConstDefException