public interface IHfpmPageEventAttrSV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmPageEventAttr[] hfpmPageEventAttrs) |
int |
create(HfpmPageEventAttr hfpmPageEventAttr) |
int |
delete(HfpmPageEventAttr hfpmPageEventAttr) |
int |
delete(long hfpmPageEventAttrId) |
List<HfpmPageEventAttr> |
getHfpmPageEventAttrAll() |
HfpmPageEventAttr |
getHfpmPageEventAttrByPK(long hfpmPageEventAttrId) |
int |
getHfpmPageEventAttrCountByExample(HfpmPageEventAttr_Example example) |
int |
getHfpmPageEventAttrCountByParam(Map<String,Object> params) |
List<HfpmPageEventAttr> |
getHfpmPageEventAttrListByExample(HfpmPageEventAttr_Example example) |
List<HfpmPageEventAttr> |
getHfpmPageEventAttrListByParam(Map<String,Object> params) |
int |
update(HfpmPageEventAttr hfpmPageEventAttr) |
int |
updateByExample(HfpmPageEventAttr hfpmPageEventAttr,
HfpmPageEventAttr_Example example) |
int create(HfpmPageEventAttr hfpmPageEventAttr) throws Exception
int batchOperate(HfpmPageEventAttr[] hfpmPageEventAttrs) throws Exception
int update(HfpmPageEventAttr hfpmPageEventAttr) throws Exception
int updateByExample(HfpmPageEventAttr hfpmPageEventAttr, HfpmPageEventAttr_Example example) throws Exception
int delete(HfpmPageEventAttr hfpmPageEventAttr) throws Exception
int delete(long hfpmPageEventAttrId)
throws Exception
List<HfpmPageEventAttr> getHfpmPageEventAttrAll() throws Exception
HfpmPageEventAttr getHfpmPageEventAttrByPK(long hfpmPageEventAttrId) throws Exception
List<HfpmPageEventAttr> getHfpmPageEventAttrListByParam(Map<String,Object> params) throws Exception
List<HfpmPageEventAttr> getHfpmPageEventAttrListByExample(HfpmPageEventAttr_Example example) throws Exception
int getHfpmPageEventAttrCountByParam(Map<String,Object> params) throws Exception
int getHfpmPageEventAttrCountByExample(HfpmPageEventAttr_Example example) throws Exception
Copyright © 2018. All rights reserved.