@Service(value="iHfpmTestSV") public class HfpmTestSVImpl extends Object implements IHfpmTestSV
| Constructor and Description |
|---|
HfpmTestSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmTest[] hfpmTests) |
int |
create(HfpmTest hfpmTest) |
int |
delete(HfpmTest hfpmTest) |
int |
delete(long hfpmTestId) |
List<HfpmTest> |
getHfpmTestAll() |
HfpmTest |
getHfpmTestByPK(long hfpmTestId) |
int |
getHfpmTestCountByExample(HfpmTest_Example example) |
int |
getHfpmTestCountByParam(Map<String,Object> params) |
List<HfpmTest> |
getHfpmTestListByExample(HfpmTest_Example example) |
List<HfpmTest> |
getHfpmTestListByParam(Map<String,Object> params) |
HfpmTestMapper |
getHfpmTestMapper() |
void |
setHfpmTestMapper(HfpmTestMapper hfpmTestMapper) |
int |
update(HfpmTest hfpmTest) |
int |
updateByExample(HfpmTest hfpmTest,
HfpmTest_Example example) |
public int updateByExample(HfpmTest hfpmTest, HfpmTest_Example example) throws Exception
public int delete(long hfpmTestId)
throws Exception
public List<HfpmTest> getHfpmTestListByParam(Map<String,Object> params) throws Exception
public List<HfpmTest> getHfpmTestListByExample(HfpmTest_Example example) throws Exception
public int getHfpmTestCountByParam(Map<String,Object> params) throws Exception
public int getHfpmTestCountByExample(HfpmTest_Example example) throws Exception
public HfpmTestMapper getHfpmTestMapper()
public void setHfpmTestMapper(HfpmTestMapper hfpmTestMapper)
Copyright © 2018. All rights reserved.