public interface IHfpmProgramCfgSV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmProgramCfg[] hfpmProgramCfgs) |
int |
create(HfpmProgramCfg hfpmProgramCfg) |
int |
delete(HfpmProgramCfg hfpmProgramCfg) |
int |
delete(long hfpmProgramCfgId) |
List<HfpmProgramCfg> |
getHfpmProgramCfgAll() |
HfpmProgramCfg |
getHfpmProgramCfgByPK(long hfpmProgramCfgId) |
int |
getHfpmProgramCfgCountByExample(HfpmProgramCfg_Example example) |
int |
getHfpmProgramCfgCountByParam(Map<String,Object> params) |
List<HfpmProgramCfg> |
getHfpmProgramCfgListByExample(HfpmProgramCfg_Example example) |
List<HfpmProgramCfg> |
getHfpmProgramCfgListByParam(Map<String,Object> params) |
int |
update(HfpmProgramCfg hfpmProgramCfg) |
int |
updateByExample(HfpmProgramCfg hfpmProgramCfg,
HfpmProgramCfg_Example example) |
int create(HfpmProgramCfg hfpmProgramCfg) throws Exception
int batchOperate(HfpmProgramCfg[] hfpmProgramCfgs) throws Exception
int update(HfpmProgramCfg hfpmProgramCfg) throws Exception
int updateByExample(HfpmProgramCfg hfpmProgramCfg, HfpmProgramCfg_Example example) throws Exception
int delete(HfpmProgramCfg hfpmProgramCfg) throws Exception
int delete(long hfpmProgramCfgId)
throws Exception
List<HfpmProgramCfg> getHfpmProgramCfgAll() throws Exception
HfpmProgramCfg getHfpmProgramCfgByPK(long hfpmProgramCfgId) throws Exception
List<HfpmProgramCfg> getHfpmProgramCfgListByParam(Map<String,Object> params) throws Exception
List<HfpmProgramCfg> getHfpmProgramCfgListByExample(HfpmProgramCfg_Example example) throws Exception
int getHfpmProgramCfgCountByParam(Map<String,Object> params) throws Exception
int getHfpmProgramCfgCountByExample(HfpmProgramCfg_Example example) throws Exception
Copyright © 2018. All rights reserved.