public interface IHfpmPageEntityRelSV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmPageEntityRel[] hfpmPageEntityRels) |
int |
create(HfpmPageEntityRel hfpmPageEntityRel) |
int |
delete(HfpmPageEntityRel hfpmPageEntityRel) |
int |
delete(long hfpmPageEntityRelId) |
List<HfpmPageEntityRel> |
getHfpmPageEntityRelAll() |
HfpmPageEntityRel |
getHfpmPageEntityRelByPK(long hfpmPageEntityRelId) |
int |
getHfpmPageEntityRelCountByExample(HfpmPageEntityRel_Example example) |
int |
getHfpmPageEntityRelCountByParam(Map<String,Object> params) |
List<HfpmPageEntityRel> |
getHfpmPageEntityRelListByExample(HfpmPageEntityRel_Example example) |
List<HfpmPageEntityRel> |
getHfpmPageEntityRelListByParam(Map<String,Object> params) |
int |
update(HfpmPageEntityRel hfpmPageEntityRel) |
int |
updateByExample(HfpmPageEntityRel hfpmPageEntityRel,
HfpmPageEntityRel_Example example) |
int create(HfpmPageEntityRel hfpmPageEntityRel) throws Exception
int batchOperate(HfpmPageEntityRel[] hfpmPageEntityRels) throws Exception
int update(HfpmPageEntityRel hfpmPageEntityRel) throws Exception
int updateByExample(HfpmPageEntityRel hfpmPageEntityRel, HfpmPageEntityRel_Example example) throws Exception
int delete(HfpmPageEntityRel hfpmPageEntityRel) throws Exception
int delete(long hfpmPageEntityRelId)
throws Exception
List<HfpmPageEntityRel> getHfpmPageEntityRelAll() throws Exception
HfpmPageEntityRel getHfpmPageEntityRelByPK(long hfpmPageEntityRelId) throws Exception
List<HfpmPageEntityRel> getHfpmPageEntityRelListByParam(Map<String,Object> params) throws Exception
List<HfpmPageEntityRel> getHfpmPageEntityRelListByExample(HfpmPageEntityRel_Example example) throws Exception
int getHfpmPageEntityRelCountByParam(Map<String,Object> params) throws Exception
int getHfpmPageEntityRelCountByExample(HfpmPageEntityRel_Example example) throws Exception
Copyright © 2018. All rights reserved.