@Service(value="iHfpmProgramSV") public class HfpmProgramSVImpl extends Object implements IHfpmProgramSV
| Constructor and Description |
|---|
HfpmProgramSVImpl() |
| 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) |
HfpmProgramMapper |
getHfpmProgramMapper() |
void |
setHfpmProgramMapper(HfpmProgramMapper hfpmProgramMapper) |
int |
update(HfpmProgram hfpmProgram) |
int |
updateByExample(HfpmProgram hfpmProgram,
HfpmProgram_Example example) |
public int create(HfpmProgram hfpmProgram) throws Exception
public int batchOperate(HfpmProgram[] hfpmPrograms) throws Exception
public int update(HfpmProgram hfpmProgram) throws Exception
public int updateByExample(HfpmProgram hfpmProgram, HfpmProgram_Example example) throws Exception
public int delete(HfpmProgram hfpmProgram) throws Exception
public int delete(long hfpmProgramId)
throws Exception
public List<HfpmProgram> getHfpmProgramAll() throws Exception
public HfpmProgram getHfpmProgramByPK(long hfpmProgramId) throws Exception
public List<HfpmProgram> getHfpmProgramListByParam(Map<String,Object> params) throws Exception
public List<HfpmProgram> getHfpmProgramListByExample(HfpmProgram_Example example) throws Exception
public int getHfpmProgramCountByParam(Map<String,Object> params) throws Exception
public int getHfpmProgramCountByExample(HfpmProgram_Example example) throws Exception
public HfpmProgramMapper getHfpmProgramMapper()
public void setHfpmProgramMapper(HfpmProgramMapper hfpmProgramMapper)
Copyright © 2018. All rights reserved.