public interface IHfpmPageCfgSV
| 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) |
int |
update(HfpmPageCfg hfpmPageCfg) |
int |
updateByExample(HfpmPageCfg hfpmPageCfg,
HfpmPageCfg_Example example) |
int create(HfpmPageCfg hfpmPageCfg) throws Exception
int batchOperate(HfpmPageCfg[] hfpmPageCfgs) throws Exception
int update(HfpmPageCfg hfpmPageCfg) throws Exception
int updateByExample(HfpmPageCfg hfpmPageCfg, HfpmPageCfg_Example example) throws Exception
int delete(HfpmPageCfg hfpmPageCfg) throws Exception
int delete(long hfpmPageCfgId)
throws Exception
List<HfpmPageCfg> getHfpmPageCfgAll() throws Exception
HfpmPageCfg getHfpmPageCfgByPK(long hfpmPageCfgId) throws Exception
List<HfpmPageCfg> getHfpmPageCfgListByParam(Map<String,Object> params) throws Exception
List<HfpmPageCfg> getHfpmPageCfgListByExample(HfpmPageCfg_Example example) throws Exception
int getHfpmPageCfgCountByParam(Map<String,Object> params) throws Exception
int getHfpmPageCfgCountByExample(HfpmPageCfg_Example example) throws Exception
Copyright © 2018. All rights reserved.