@Service(value="iHfpmPageSV") public class HfpmPageSVImpl extends Object implements IHfpmPageSV
| Constructor and Description |
|---|
HfpmPageSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmPage[] hfpmPages) |
int |
create(HfpmPage hfpmPage) |
int |
delete(HfpmPage hfpmPage) |
int |
delete(long hfpmPageId) |
List<HfpmPage> |
getHfpmPageAll() |
HfpmPage |
getHfpmPageByPK(long hfpmPageId) |
int |
getHfpmPageCountByExample(HfpmPage_Example example) |
int |
getHfpmPageCountByParam(Map<String,Object> params) |
List<HfpmPage> |
getHfpmPageListByExample(HfpmPage_Example example) |
List<HfpmPage> |
getHfpmPageListByParam(Map<String,Object> params) |
HfpmPageMapper |
getHfpmPageMapper() |
void |
setHfpmPageMapper(HfpmPageMapper hfpmPageMapper) |
int |
update(HfpmPage hfpmPage) |
int |
updateByExample(HfpmPage hfpmPage,
HfpmPage_Example example) |
public int updateByExample(HfpmPage hfpmPage, HfpmPage_Example example) throws Exception
public int delete(long hfpmPageId)
throws Exception
public List<HfpmPage> getHfpmPageListByParam(Map<String,Object> params) throws Exception
public List<HfpmPage> getHfpmPageListByExample(HfpmPage_Example example) throws Exception
public int getHfpmPageCountByParam(Map<String,Object> params) throws Exception
public int getHfpmPageCountByExample(HfpmPage_Example example) throws Exception
public HfpmPageMapper getHfpmPageMapper()
public void setHfpmPageMapper(HfpmPageMapper hfpmPageMapper)
Copyright © 2018. All rights reserved.