@Service(value="iHfpmPageEventSV") public class HfpmPageEventSVImpl extends Object implements IHfpmPageEventSV
| Constructor and Description |
|---|
HfpmPageEventSVImpl() |
| 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) |
HfpmPageEventMapper |
getHfpmPageEventMapper() |
void |
setHfpmPageEventMapper(HfpmPageEventMapper hfpmPageEventMapper) |
int |
update(HfpmPageEvent hfpmPageEvent) |
int |
updateByExample(HfpmPageEvent hfpmPageEvent,
HfpmPageEvent_Example example) |
public int create(HfpmPageEvent hfpmPageEvent) throws Exception
public int batchOperate(HfpmPageEvent[] hfpmPageEvents) throws Exception
public int update(HfpmPageEvent hfpmPageEvent) throws Exception
public int updateByExample(HfpmPageEvent hfpmPageEvent, HfpmPageEvent_Example example) throws Exception
public int delete(HfpmPageEvent hfpmPageEvent) throws Exception
public int delete(long hfpmPageEventId)
throws Exception
public List<HfpmPageEvent> getHfpmPageEventAll() throws Exception
public HfpmPageEvent getHfpmPageEventByPK(long hfpmPageEventId) throws Exception
public List<HfpmPageEvent> getHfpmPageEventListByParam(Map<String,Object> params) throws Exception
public List<HfpmPageEvent> getHfpmPageEventListByExample(HfpmPageEvent_Example example) throws Exception
public int getHfpmPageEventCountByParam(Map<String,Object> params) throws Exception
public int getHfpmPageEventCountByExample(HfpmPageEvent_Example example) throws Exception
public HfpmPageEventMapper getHfpmPageEventMapper()
public void setHfpmPageEventMapper(HfpmPageEventMapper hfpmPageEventMapper)
Copyright © 2018. All rights reserved.