@Service(value="iHfpmDataFieldSV") public class HfpmDataFieldSVImpl extends Object implements IHfpmDataFieldSV
| Constructor and Description |
|---|
HfpmDataFieldSVImpl() |
| 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) |
HfpmDataFieldMapper |
getHfpmDataFieldMapper() |
void |
setHfpmDataFieldMapper(HfpmDataFieldMapper hfpmDataFieldMapper) |
int |
update(HfpmDataField hfpmDataField) |
int |
updateByExample(HfpmDataField hfpmDataField,
HfpmDataField_Example example) |
public int create(HfpmDataField hfpmDataField) throws Exception
public int batchOperate(HfpmDataField[] hfpmDataFields) throws Exception
public int update(HfpmDataField hfpmDataField) throws Exception
public int updateByExample(HfpmDataField hfpmDataField, HfpmDataField_Example example) throws Exception
public int delete(HfpmDataField hfpmDataField) throws Exception
public int delete(long hfpmDataFieldId)
throws Exception
public List<HfpmDataField> getHfpmDataFieldAll() throws Exception
public HfpmDataField getHfpmDataFieldByPK(long hfpmDataFieldId) throws Exception
public List<HfpmDataField> getHfpmDataFieldListByParam(Map<String,Object> params) throws Exception
public List<HfpmDataField> getHfpmDataFieldListByExample(HfpmDataField_Example example) throws Exception
public int getHfpmDataFieldCountByParam(Map<String,Object> params) throws Exception
public int getHfpmDataFieldCountByExample(HfpmDataField_Example example) throws Exception
public HfpmDataFieldMapper getHfpmDataFieldMapper()
public void setHfpmDataFieldMapper(HfpmDataFieldMapper hfpmDataFieldMapper)
Copyright © 2018. All rights reserved.