public interface IHfpmModuleSV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmModule[] hfpmModules) |
int |
create(HfpmModule hfpmModule) |
int |
delete(HfpmModule hfpmModule) |
int |
delete(long hfpmModuleId) |
List<HfpmModule> |
getHfpmModuleAll() |
HfpmModule |
getHfpmModuleByPK(long hfpmModuleId) |
int |
getHfpmModuleCountByExample(HfpmModule_Example example) |
int |
getHfpmModuleCountByParam(Map<String,Object> params) |
List<HfpmModule> |
getHfpmModuleListByExample(HfpmModule_Example example) |
List<HfpmModule> |
getHfpmModuleListByParam(Map<String,Object> params) |
int |
update(HfpmModule hfpmModule) |
int |
updateByExample(HfpmModule hfpmModule,
HfpmModule_Example example) |
int create(HfpmModule hfpmModule) throws Exception
int batchOperate(HfpmModule[] hfpmModules) throws Exception
int update(HfpmModule hfpmModule) throws Exception
int updateByExample(HfpmModule hfpmModule, HfpmModule_Example example) throws Exception
int delete(HfpmModule hfpmModule) throws Exception
int delete(long hfpmModuleId)
throws Exception
List<HfpmModule> getHfpmModuleAll() throws Exception
HfpmModule getHfpmModuleByPK(long hfpmModuleId) throws Exception
List<HfpmModule> getHfpmModuleListByParam(Map<String,Object> params) throws Exception
List<HfpmModule> getHfpmModuleListByExample(HfpmModule_Example example) throws Exception
int getHfpmModuleCountByExample(HfpmModule_Example example) throws Exception
Copyright © 2018. All rights reserved.