public interface IHfpmDataSetSV
| 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) |
int |
update(HfpmDataSet hfpmDataSet) |
int |
updateByExample(HfpmDataSet hfpmDataSet,
HfpmDataSet_Example example) |
int create(HfpmDataSet hfpmDataSet) throws Exception
int batchOperate(HfpmDataSet[] hfpmDataSets) throws Exception
int update(HfpmDataSet hfpmDataSet) throws Exception
int updateByExample(HfpmDataSet hfpmDataSet, HfpmDataSet_Example example) throws Exception
int delete(HfpmDataSet hfpmDataSet) throws Exception
int delete(long hfpmDataSetId)
throws Exception
List<HfpmDataSet> getHfpmDataSetAll() throws Exception
HfpmDataSet getHfpmDataSetByPK(long hfpmDataSetId) throws Exception
List<HfpmDataSet> getHfpmDataSetListByParam(Map<String,Object> params) throws Exception
List<HfpmDataSet> getHfpmDataSetListByExample(HfpmDataSet_Example example) throws Exception
int getHfpmDataSetCountByParam(Map<String,Object> params) throws Exception
int getHfpmDataSetCountByExample(HfpmDataSet_Example example) throws Exception
Copyright © 2018. All rights reserved.