public interface IHfusPageEventSV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfusPageEvent[] hfusPageEvents) |
int |
create(HfusPageEvent hfusPageEvent) |
int |
delete(HfusPageEvent hfusPageEvent) |
int |
delete(long hfusPageEventId) |
List<HfusPageEvent> |
getHfusPageEventAll() |
HfusPageEvent |
getHfusPageEventByPK(long hfusPageEventId) |
int |
getHfusPageEventCountByExample(HfusPageEvent_Example example) |
int |
getHfusPageEventCountByParam(Map<String,Object> params) |
List<HfusPageEvent> |
getHfusPageEventListByExample(HfusPageEvent_Example example) |
List<HfusPageEvent> |
getHfusPageEventListByParam(Map<String,Object> params) |
int |
update(HfusPageEvent hfusPageEvent) |
int |
updateByExample(HfusPageEvent hfusPageEvent,
HfusPageEvent_Example example) |
int create(HfusPageEvent hfusPageEvent) throws Exception
int batchOperate(HfusPageEvent[] hfusPageEvents) throws Exception
int update(HfusPageEvent hfusPageEvent) throws Exception
int updateByExample(HfusPageEvent hfusPageEvent, HfusPageEvent_Example example) throws Exception
int delete(HfusPageEvent hfusPageEvent) throws Exception
int delete(long hfusPageEventId)
throws Exception
List<HfusPageEvent> getHfusPageEventAll() throws Exception
HfusPageEvent getHfusPageEventByPK(long hfusPageEventId) throws Exception
List<HfusPageEvent> getHfusPageEventListByParam(Map<String,Object> params) throws Exception
List<HfusPageEvent> getHfusPageEventListByExample(HfusPageEvent_Example example) throws Exception
int getHfusPageEventCountByParam(Map<String,Object> params) throws Exception
int getHfusPageEventCountByExample(HfusPageEvent_Example example) throws Exception
Copyright © 2018. All rights reserved.