@Service(value="iHfpmPageCfgSV") public class HfpmPageCfgSVImpl extends Object implements IHfpmPageCfgSV
| Constructor and Description |
|---|
HfpmPageCfgSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmPageCfg[] hfpmPageCfgs) |
int |
create(HfpmPageCfg hfpmPageCfg) |
int |
delete(HfpmPageCfg hfpmPageCfg) |
int |
delete(long hfpmPageCfgId) |
List<HfpmPageCfg> |
getHfpmPageCfgAll() |
HfpmPageCfg |
getHfpmPageCfgByPK(long hfpmPageCfgId) |
int |
getHfpmPageCfgCountByExample(HfpmPageCfg_Example example) |
int |
getHfpmPageCfgCountByParam(Map<String,Object> params) |
List<HfpmPageCfg> |
getHfpmPageCfgListByExample(HfpmPageCfg_Example example) |
List<HfpmPageCfg> |
getHfpmPageCfgListByParam(Map<String,Object> params) |
HfpmPageCfgMapper |
getHfpmPageCfgMapper() |
void |
setHfpmPageCfgMapper(HfpmPageCfgMapper hfpmPageCfgMapper) |
int |
update(HfpmPageCfg hfpmPageCfg) |
int |
updateByExample(HfpmPageCfg hfpmPageCfg,
HfpmPageCfg_Example example) |
public int create(HfpmPageCfg hfpmPageCfg) throws Exception
public int batchOperate(HfpmPageCfg[] hfpmPageCfgs) throws Exception
public int update(HfpmPageCfg hfpmPageCfg) throws Exception
public int updateByExample(HfpmPageCfg hfpmPageCfg, HfpmPageCfg_Example example) throws Exception
public int delete(HfpmPageCfg hfpmPageCfg) throws Exception
public int delete(long hfpmPageCfgId)
throws Exception
public List<HfpmPageCfg> getHfpmPageCfgAll() throws Exception
public HfpmPageCfg getHfpmPageCfgByPK(long hfpmPageCfgId) throws Exception
public List<HfpmPageCfg> getHfpmPageCfgListByParam(Map<String,Object> params) throws Exception
public List<HfpmPageCfg> getHfpmPageCfgListByExample(HfpmPageCfg_Example example) throws Exception
public int getHfpmPageCfgCountByParam(Map<String,Object> params) throws Exception
public int getHfpmPageCfgCountByExample(HfpmPageCfg_Example example) throws Exception
public HfpmPageCfgMapper getHfpmPageCfgMapper()
public void setHfpmPageCfgMapper(HfpmPageCfgMapper hfpmPageCfgMapper)
Copyright © 2018. All rights reserved.