@Service(value="iHfusPageEventSV") public class HfusPageEventSVImpl extends Object implements IHfusPageEventSV
| Constructor and Description |
|---|
HfusPageEventSVImpl() |
| 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) |
HfusPageEventMapper |
getHfusPageEventMapper() |
void |
setHfusPageEventMapper(HfusPageEventMapper hfusPageEventMapper) |
int |
update(HfusPageEvent hfusPageEvent) |
int |
updateByExample(HfusPageEvent hfusPageEvent,
HfusPageEvent_Example example) |
public int create(HfusPageEvent hfusPageEvent) throws Exception
public int batchOperate(HfusPageEvent[] hfusPageEvents) throws Exception
public int update(HfusPageEvent hfusPageEvent) throws Exception
public int updateByExample(HfusPageEvent hfusPageEvent, HfusPageEvent_Example example) throws Exception
public int delete(HfusPageEvent hfusPageEvent) throws Exception
public int delete(long hfusPageEventId)
throws Exception
public List<HfusPageEvent> getHfusPageEventAll() throws Exception
public HfusPageEvent getHfusPageEventByPK(long hfusPageEventId) throws Exception
public List<HfusPageEvent> getHfusPageEventListByParam(Map<String,Object> params) throws Exception
public List<HfusPageEvent> getHfusPageEventListByExample(HfusPageEvent_Example example) throws Exception
public int getHfusPageEventCountByParam(Map<String,Object> params) throws Exception
public int getHfusPageEventCountByExample(HfusPageEvent_Example example) throws Exception
public HfusPageEventMapper getHfusPageEventMapper()
public void setHfusPageEventMapper(HfusPageEventMapper hfusPageEventMapper)
Copyright © 2018. All rights reserved.