public interface IHfcfgProgramTemplateSV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfcfgProgramTemplate[] hfcfgProgramTemplates) |
int |
create(HfcfgProgramTemplate hfcfgProgramTemplate) |
int |
delete(HfcfgProgramTemplate hfcfgProgramTemplate) |
int |
delete(long hfcfgProgramTemplateId) |
List<HfcfgProgramTemplate> |
getHfcfgProgramTemplateAll() |
HfcfgProgramTemplate |
getHfcfgProgramTemplateByPK(long hfcfgProgramTemplateId) |
int |
getHfcfgProgramTemplateCountByExample(HfcfgProgramTemplate_Example example) |
int |
getHfcfgProgramTemplateCountByParam(Map<String,Object> params) |
List<HfcfgProgramTemplate> |
getHfcfgProgramTemplateListByExample(HfcfgProgramTemplate_Example example) |
List<HfcfgProgramTemplate> |
getHfcfgProgramTemplateListByParam(Map<String,Object> params) |
int |
update(HfcfgProgramTemplate hfcfgProgramTemplate) |
int |
updateByExample(HfcfgProgramTemplate hfcfgProgramTemplate,
HfcfgProgramTemplate_Example example) |
int create(HfcfgProgramTemplate hfcfgProgramTemplate) throws Exception
int batchOperate(HfcfgProgramTemplate[] hfcfgProgramTemplates) throws Exception
int update(HfcfgProgramTemplate hfcfgProgramTemplate) throws Exception
int updateByExample(HfcfgProgramTemplate hfcfgProgramTemplate, HfcfgProgramTemplate_Example example) throws Exception
int delete(HfcfgProgramTemplate hfcfgProgramTemplate) throws Exception
int delete(long hfcfgProgramTemplateId)
throws Exception
List<HfcfgProgramTemplate> getHfcfgProgramTemplateAll() throws Exception
HfcfgProgramTemplate getHfcfgProgramTemplateByPK(long hfcfgProgramTemplateId) throws Exception
List<HfcfgProgramTemplate> getHfcfgProgramTemplateListByParam(Map<String,Object> params) throws Exception
List<HfcfgProgramTemplate> getHfcfgProgramTemplateListByExample(HfcfgProgramTemplate_Example example) throws Exception
int getHfcfgProgramTemplateCountByParam(Map<String,Object> params) throws Exception
int getHfcfgProgramTemplateCountByExample(HfcfgProgramTemplate_Example example) throws Exception
Copyright © 2018. All rights reserved.