@Service(value="iHfpmFieldShowTypeSV") public class HfpmFieldShowTypeSVImpl extends Object implements IHfpmFieldShowTypeSV
| Constructor and Description |
|---|
HfpmFieldShowTypeSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmFieldShowType[] hfpmFieldShowTypes) |
int |
create(HfpmFieldShowType hfpmFieldShowType) |
int |
delete(HfpmFieldShowType hfpmFieldShowType) |
int |
delete(long hfpmFieldShowTypeId) |
List<HfpmFieldShowType> |
getHfpmFieldShowTypeAll() |
HfpmFieldShowType |
getHfpmFieldShowTypeByPK(long hfpmFieldShowTypeId) |
int |
getHfpmFieldShowTypeCountByExample(HfpmFieldShowType_Example example) |
int |
getHfpmFieldShowTypeCountByParam(Map<String,Object> params) |
List<HfpmFieldShowType> |
getHfpmFieldShowTypeListByExample(HfpmFieldShowType_Example example) |
List<HfpmFieldShowType> |
getHfpmFieldShowTypeListByParam(Map<String,Object> params) |
HfpmFieldShowTypeMapper |
getHfpmFieldShowTypeMapper() |
void |
setHfpmFieldShowTypeMapper(HfpmFieldShowTypeMapper hfpmFieldShowTypeMapper) |
int |
update(HfpmFieldShowType hfpmFieldShowType) |
int |
updateByExample(HfpmFieldShowType hfpmFieldShowType,
HfpmFieldShowType_Example example) |
public int create(HfpmFieldShowType hfpmFieldShowType) throws Exception
public int batchOperate(HfpmFieldShowType[] hfpmFieldShowTypes) throws Exception
public int update(HfpmFieldShowType hfpmFieldShowType) throws Exception
public int updateByExample(HfpmFieldShowType hfpmFieldShowType, HfpmFieldShowType_Example example) throws Exception
public int delete(HfpmFieldShowType hfpmFieldShowType) throws Exception
public int delete(long hfpmFieldShowTypeId)
throws Exception
public List<HfpmFieldShowType> getHfpmFieldShowTypeAll() throws Exception
public HfpmFieldShowType getHfpmFieldShowTypeByPK(long hfpmFieldShowTypeId) throws Exception
public List<HfpmFieldShowType> getHfpmFieldShowTypeListByParam(Map<String,Object> params) throws Exception
public List<HfpmFieldShowType> getHfpmFieldShowTypeListByExample(HfpmFieldShowType_Example example) throws Exception
public int getHfpmFieldShowTypeCountByParam(Map<String,Object> params) throws Exception
public int getHfpmFieldShowTypeCountByExample(HfpmFieldShowType_Example example) throws Exception
public HfpmFieldShowTypeMapper getHfpmFieldShowTypeMapper()
public void setHfpmFieldShowTypeMapper(HfpmFieldShowTypeMapper hfpmFieldShowTypeMapper)
Copyright © 2018. All rights reserved.