public interface IHfpmProgramSV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmProgram[] hfpmPrograms) |
int |
create(HfpmProgram hfpmProgram) |
int |
delete(HfpmProgram hfpmProgram) |
int |
delete(long hfpmProgramId) |
List<HfpmProgram> |
getHfpmProgramAll() |
HfpmProgram |
getHfpmProgramByPK(long hfpmProgramId) |
int |
getHfpmProgramCountByExample(HfpmProgram_Example example) |
int |
getHfpmProgramCountByParam(Map<String,Object> params) |
List<HfpmProgram> |
getHfpmProgramListByExample(HfpmProgram_Example example) |
List<HfpmProgram> |
getHfpmProgramListByParam(Map<String,Object> params) |
int |
update(HfpmProgram hfpmProgram) |
int |
updateByExample(HfpmProgram hfpmProgram,
HfpmProgram_Example example) |
int create(HfpmProgram hfpmProgram) throws Exception
int batchOperate(HfpmProgram[] hfpmPrograms) throws Exception
int update(HfpmProgram hfpmProgram) throws Exception
int updateByExample(HfpmProgram hfpmProgram, HfpmProgram_Example example) throws Exception
int delete(HfpmProgram hfpmProgram) throws Exception
int delete(long hfpmProgramId)
throws Exception
List<HfpmProgram> getHfpmProgramAll() throws Exception
HfpmProgram getHfpmProgramByPK(long hfpmProgramId) throws Exception
List<HfpmProgram> getHfpmProgramListByParam(Map<String,Object> params) throws Exception
List<HfpmProgram> getHfpmProgramListByExample(HfpmProgram_Example example) throws Exception
int getHfpmProgramCountByParam(Map<String,Object> params) throws Exception
int getHfpmProgramCountByExample(HfpmProgram_Example example) throws Exception
Copyright © 2018. All rights reserved.