@Service(value="iHfpmDataSetSV") public class HfpmDataSetSVImpl extends Object implements IHfpmDataSetSV
| Constructor and Description |
|---|
HfpmDataSetSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmDataSet[] hfpmDataSets) |
int |
create(HfpmDataSet hfpmDataSet) |
int |
delete(HfpmDataSet hfpmDataSet) |
int |
delete(long hfpmDataSetId) |
List<HfpmDataSet> |
getHfpmDataSetAll() |
HfpmDataSet |
getHfpmDataSetByPK(long hfpmDataSetId) |
int |
getHfpmDataSetCountByExample(HfpmDataSet_Example example) |
int |
getHfpmDataSetCountByParam(Map<String,Object> params) |
List<HfpmDataSet> |
getHfpmDataSetListByExample(HfpmDataSet_Example example) |
List<HfpmDataSet> |
getHfpmDataSetListByParam(Map<String,Object> params) |
HfpmDataSetMapper |
getHfpmDataSetMapper() |
void |
setHfpmDataSetMapper(HfpmDataSetMapper hfpmDataSetMapper) |
int |
update(HfpmDataSet hfpmDataSet) |
int |
updateByExample(HfpmDataSet hfpmDataSet,
HfpmDataSet_Example example) |
public int create(HfpmDataSet hfpmDataSet) throws Exception
public int batchOperate(HfpmDataSet[] hfpmDataSets) throws Exception
public int update(HfpmDataSet hfpmDataSet) throws Exception
public int updateByExample(HfpmDataSet hfpmDataSet, HfpmDataSet_Example example) throws Exception
public int delete(HfpmDataSet hfpmDataSet) throws Exception
public int delete(long hfpmDataSetId)
throws Exception
public List<HfpmDataSet> getHfpmDataSetAll() throws Exception
public HfpmDataSet getHfpmDataSetByPK(long hfpmDataSetId) throws Exception
public List<HfpmDataSet> getHfpmDataSetListByParam(Map<String,Object> params) throws Exception
public List<HfpmDataSet> getHfpmDataSetListByExample(HfpmDataSet_Example example) throws Exception
public int getHfpmDataSetCountByParam(Map<String,Object> params) throws Exception
public int getHfpmDataSetCountByExample(HfpmDataSet_Example example) throws Exception
public HfpmDataSetMapper getHfpmDataSetMapper()
public void setHfpmDataSetMapper(HfpmDataSetMapper hfpmDataSetMapper)
Copyright © 2018. All rights reserved.