public interface IHfpmEntityPermissionSV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfpmEntityPermission[] hfpmEntityPermissions) |
int |
create(HfpmEntityPermission hfpmEntityPermission) |
int |
delete(HfpmEntityPermission hfpmEntityPermission) |
int |
delete(long hfpmEntityPermissionId) |
List<HfpmEntityPermission> |
getHfpmEntityPermissionAll() |
HfpmEntityPermission |
getHfpmEntityPermissionByPK(long hfpmEntityPermissionId) |
int |
getHfpmEntityPermissionCountByExample(HfpmEntityPermission_Example example) |
int |
getHfpmEntityPermissionCountByParam(Map<String,Object> params) |
List<HfpmEntityPermission> |
getHfpmEntityPermissionListByExample(HfpmEntityPermission_Example example) |
List<HfpmEntityPermission> |
getHfpmEntityPermissionListByParam(Map<String,Object> params) |
int |
update(HfpmEntityPermission hfpmEntityPermission) |
int |
updateByExample(HfpmEntityPermission hfpmEntityPermission,
HfpmEntityPermission_Example example) |
int create(HfpmEntityPermission hfpmEntityPermission) throws Exception
int batchOperate(HfpmEntityPermission[] hfpmEntityPermissions) throws Exception
int update(HfpmEntityPermission hfpmEntityPermission) throws Exception
int updateByExample(HfpmEntityPermission hfpmEntityPermission, HfpmEntityPermission_Example example) throws Exception
int delete(HfpmEntityPermission hfpmEntityPermission) throws Exception
int delete(long hfpmEntityPermissionId)
throws Exception
List<HfpmEntityPermission> getHfpmEntityPermissionAll() throws Exception
HfpmEntityPermission getHfpmEntityPermissionByPK(long hfpmEntityPermissionId) throws Exception
List<HfpmEntityPermission> getHfpmEntityPermissionListByParam(Map<String,Object> params) throws Exception
List<HfpmEntityPermission> getHfpmEntityPermissionListByExample(HfpmEntityPermission_Example example) throws Exception
int getHfpmEntityPermissionCountByParam(Map<String,Object> params) throws Exception
int getHfpmEntityPermissionCountByExample(HfpmEntityPermission_Example example) throws Exception
Copyright © 2018. All rights reserved.