@Service(value="iHfpmPageComponentSV") public class HfpmPageComponentSVImpl extends Object implements IHfpmPageComponentSV
| Constructor and Description |
|---|
HfpmPageComponentSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmPageComponent[] hfpmPageComponents) |
int |
create(HfpmPageComponent hfpmPageComponent) |
int |
delete(HfpmPageComponent hfpmPageComponent) |
int |
delete(long hfpmPageComponentId) |
List<HfpmPageComponent> |
getHfpmPageComponentAll() |
HfpmPageComponent |
getHfpmPageComponentByPK(long hfpmPageComponentId) |
int |
getHfpmPageComponentCountByExample(HfpmPageComponent_Example example) |
int |
getHfpmPageComponentCountByParam(Map<String,Object> params) |
List<HfpmPageComponent> |
getHfpmPageComponentListByExample(HfpmPageComponent_Example example) |
List<HfpmPageComponent> |
getHfpmPageComponentListByParam(Map<String,Object> params) |
HfpmPageComponentMapper |
getHfpmPageComponentMapper() |
void |
setHfpmPageComponentMapper(HfpmPageComponentMapper hfpmPageComponentMapper) |
int |
update(HfpmPageComponent hfpmPageComponent) |
int |
updateByExample(HfpmPageComponent hfpmPageComponent,
HfpmPageComponent_Example example) |
public int create(HfpmPageComponent hfpmPageComponent) throws Exception
public int batchOperate(HfpmPageComponent[] hfpmPageComponents) throws Exception
public int update(HfpmPageComponent hfpmPageComponent) throws Exception
public int updateByExample(HfpmPageComponent hfpmPageComponent, HfpmPageComponent_Example example) throws Exception
public int delete(HfpmPageComponent hfpmPageComponent) throws Exception
public int delete(long hfpmPageComponentId)
throws Exception
public List<HfpmPageComponent> getHfpmPageComponentAll() throws Exception
public HfpmPageComponent getHfpmPageComponentByPK(long hfpmPageComponentId) throws Exception
public List<HfpmPageComponent> getHfpmPageComponentListByParam(Map<String,Object> params) throws Exception
public List<HfpmPageComponent> getHfpmPageComponentListByExample(HfpmPageComponent_Example example) throws Exception
public int getHfpmPageComponentCountByParam(Map<String,Object> params) throws Exception
public int getHfpmPageComponentCountByExample(HfpmPageComponent_Example example) throws Exception
public HfpmPageComponentMapper getHfpmPageComponentMapper()
public void setHfpmPageComponentMapper(HfpmPageComponentMapper hfpmPageComponentMapper)
Copyright © 2018. All rights reserved.