public interface IHfpmDataFieldSV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmDataField[] hfpmDataFields) |
int |
create(HfpmDataField hfpmDataField) |
int |
delete(HfpmDataField hfpmDataField) |
int |
delete(long hfpmDataFieldId) |
List<HfpmDataField> |
getHfpmDataFieldAll() |
HfpmDataField |
getHfpmDataFieldByPK(long hfpmDataFieldId) |
int |
getHfpmDataFieldCountByExample(HfpmDataField_Example example) |
int |
getHfpmDataFieldCountByParam(Map<String,Object> params) |
List<HfpmDataField> |
getHfpmDataFieldListByExample(HfpmDataField_Example example) |
List<HfpmDataField> |
getHfpmDataFieldListByParam(Map<String,Object> params) |
int |
update(HfpmDataField hfpmDataField) |
int |
updateByExample(HfpmDataField hfpmDataField,
HfpmDataField_Example example) |
int create(HfpmDataField hfpmDataField) throws Exception
int batchOperate(HfpmDataField[] hfpmDataFields) throws Exception
int update(HfpmDataField hfpmDataField) throws Exception
int updateByExample(HfpmDataField hfpmDataField, HfpmDataField_Example example) throws Exception
int delete(HfpmDataField hfpmDataField) throws Exception
int delete(long hfpmDataFieldId)
throws Exception
List<HfpmDataField> getHfpmDataFieldAll() throws Exception
HfpmDataField getHfpmDataFieldByPK(long hfpmDataFieldId) throws Exception
List<HfpmDataField> getHfpmDataFieldListByParam(Map<String,Object> params) throws Exception
List<HfpmDataField> getHfpmDataFieldListByExample(HfpmDataField_Example example) throws Exception
int getHfpmDataFieldCountByParam(Map<String,Object> params) throws Exception
int getHfpmDataFieldCountByExample(HfpmDataField_Example example) throws Exception
Copyright © 2018. All rights reserved.