public interface IHfpmPageEventSV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmPageEvent[] hfpmPageEvents) |
int |
create(HfpmPageEvent hfpmPageEvent) |
int |
delete(HfpmPageEvent hfpmPageEvent) |
int |
delete(long hfpmPageEventId) |
List<HfpmPageEvent> |
getHfpmPageEventAll() |
HfpmPageEvent |
getHfpmPageEventByPK(long hfpmPageEventId) |
int |
getHfpmPageEventCountByExample(HfpmPageEvent_Example example) |
int |
getHfpmPageEventCountByParam(Map<String,Object> params) |
List<HfpmPageEvent> |
getHfpmPageEventListByExample(HfpmPageEvent_Example example) |
List<HfpmPageEvent> |
getHfpmPageEventListByParam(Map<String,Object> params) |
int |
update(HfpmPageEvent hfpmPageEvent) |
int |
updateByExample(HfpmPageEvent hfpmPageEvent,
HfpmPageEvent_Example example) |
int create(HfpmPageEvent hfpmPageEvent) throws Exception
int batchOperate(HfpmPageEvent[] hfpmPageEvents) throws Exception
int update(HfpmPageEvent hfpmPageEvent) throws Exception
int updateByExample(HfpmPageEvent hfpmPageEvent, HfpmPageEvent_Example example) throws Exception
int delete(HfpmPageEvent hfpmPageEvent) throws Exception
int delete(long hfpmPageEventId)
throws Exception
List<HfpmPageEvent> getHfpmPageEventAll() throws Exception
HfpmPageEvent getHfpmPageEventByPK(long hfpmPageEventId) throws Exception
List<HfpmPageEvent> getHfpmPageEventListByParam(Map<String,Object> params) throws Exception
List<HfpmPageEvent> getHfpmPageEventListByExample(HfpmPageEvent_Example example) throws Exception
int getHfpmPageEventCountByParam(Map<String,Object> params) throws Exception
int getHfpmPageEventCountByExample(HfpmPageEvent_Example example) throws Exception
Copyright © 2018. All rights reserved.