public interface IHfpmFieldShowTypeSV
| 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) |
int |
update(HfpmFieldShowType hfpmFieldShowType) |
int |
updateByExample(HfpmFieldShowType hfpmFieldShowType,
HfpmFieldShowType_Example example) |
int create(HfpmFieldShowType hfpmFieldShowType) throws Exception
int batchOperate(HfpmFieldShowType[] hfpmFieldShowTypes) throws Exception
int update(HfpmFieldShowType hfpmFieldShowType) throws Exception
int updateByExample(HfpmFieldShowType hfpmFieldShowType, HfpmFieldShowType_Example example) throws Exception
int delete(HfpmFieldShowType hfpmFieldShowType) throws Exception
int delete(long hfpmFieldShowTypeId)
throws Exception
List<HfpmFieldShowType> getHfpmFieldShowTypeAll() throws Exception
HfpmFieldShowType getHfpmFieldShowTypeByPK(long hfpmFieldShowTypeId) throws Exception
List<HfpmFieldShowType> getHfpmFieldShowTypeListByParam(Map<String,Object> params) throws Exception
List<HfpmFieldShowType> getHfpmFieldShowTypeListByExample(HfpmFieldShowType_Example example) throws Exception
int getHfpmFieldShowTypeCountByParam(Map<String,Object> params) throws Exception
int getHfpmFieldShowTypeCountByExample(HfpmFieldShowType_Example example) throws Exception
Copyright © 2018. All rights reserved.