@Service(value="iHfpmProgramCfgSV") public class HfpmProgramCfgSVImpl extends Object implements IHfpmProgramCfgSV
| Constructor and Description |
|---|
HfpmProgramCfgSVImpl() |
| 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) |
HfpmProgramCfgMapper |
getHfpmProgramCfgMapper() |
void |
setHfpmProgramCfgMapper(HfpmProgramCfgMapper hfpmProgramCfgMapper) |
int |
update(HfpmProgramCfg hfpmProgramCfg) |
int |
updateByExample(HfpmProgramCfg hfpmProgramCfg,
HfpmProgramCfg_Example example) |
public int create(HfpmProgramCfg hfpmProgramCfg) throws Exception
public int batchOperate(HfpmProgramCfg[] hfpmProgramCfgs) throws Exception
public int update(HfpmProgramCfg hfpmProgramCfg) throws Exception
public int updateByExample(HfpmProgramCfg hfpmProgramCfg, HfpmProgramCfg_Example example) throws Exception
public int delete(HfpmProgramCfg hfpmProgramCfg) throws Exception
public int delete(long hfpmProgramCfgId)
throws Exception
public List<HfpmProgramCfg> getHfpmProgramCfgAll() throws Exception
public HfpmProgramCfg getHfpmProgramCfgByPK(long hfpmProgramCfgId) throws Exception
public List<HfpmProgramCfg> getHfpmProgramCfgListByParam(Map<String,Object> params) throws Exception
public List<HfpmProgramCfg> getHfpmProgramCfgListByExample(HfpmProgramCfg_Example example) throws Exception
public int getHfpmProgramCfgCountByParam(Map<String,Object> params) throws Exception
public int getHfpmProgramCfgCountByExample(HfpmProgramCfg_Example example) throws Exception
public HfpmProgramCfgMapper getHfpmProgramCfgMapper()
public void setHfpmProgramCfgMapper(HfpmProgramCfgMapper hfpmProgramCfgMapper)
Copyright © 2018. All rights reserved.