public interface IHfpmEntityBindRuleSV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmEntityBindRule[] hfpmEntityBindRules) |
int |
create(HfpmEntityBindRule hfpmEntityBindRule) |
int |
delete(HfpmEntityBindRule hfpmEntityBindRule) |
int |
delete(long hfpmEntityBindRuleId) |
List<HfpmEntityBindRule> |
getHfpmEntityBindRuleAll() |
HfpmEntityBindRule |
getHfpmEntityBindRuleByPK(long hfpmEntityBindRuleId) |
int |
getHfpmEntityBindRuleCountByExample(HfpmEntityBindRule_Example example) |
int |
getHfpmEntityBindRuleCountByParam(Map<String,Object> params) |
List<HfpmEntityBindRule> |
getHfpmEntityBindRuleListByExample(HfpmEntityBindRule_Example example) |
List<HfpmEntityBindRule> |
getHfpmEntityBindRuleListByParam(Map<String,Object> params) |
int |
update(HfpmEntityBindRule hfpmEntityBindRule) |
int |
updateByExample(HfpmEntityBindRule hfpmEntityBindRule,
HfpmEntityBindRule_Example example) |
int create(HfpmEntityBindRule hfpmEntityBindRule) throws Exception
int batchOperate(HfpmEntityBindRule[] hfpmEntityBindRules) throws Exception
int update(HfpmEntityBindRule hfpmEntityBindRule) throws Exception
int updateByExample(HfpmEntityBindRule hfpmEntityBindRule, HfpmEntityBindRule_Example example) throws Exception
int delete(HfpmEntityBindRule hfpmEntityBindRule) throws Exception
int delete(long hfpmEntityBindRuleId)
throws Exception
List<HfpmEntityBindRule> getHfpmEntityBindRuleAll() throws Exception
HfpmEntityBindRule getHfpmEntityBindRuleByPK(long hfpmEntityBindRuleId) throws Exception
List<HfpmEntityBindRule> getHfpmEntityBindRuleListByParam(Map<String,Object> params) throws Exception
List<HfpmEntityBindRule> getHfpmEntityBindRuleListByExample(HfpmEntityBindRule_Example example) throws Exception
int getHfpmEntityBindRuleCountByParam(Map<String,Object> params) throws Exception
int getHfpmEntityBindRuleCountByExample(HfpmEntityBindRule_Example example) throws Exception
Copyright © 2018. All rights reserved.