public interface IHfsecRoleAuthorizeSV
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfsecRoleAuthorize[] hfsecRoleAuthorizes) |
int |
create(HfsecRoleAuthorize hfsecRoleAuthorize) |
int |
delete(HfsecRoleAuthorize hfsecRoleAuthorize) |
int |
delete(long hfsecRoleAuthorizeId) |
List<HfsecRoleAuthorize> |
getHfsecRoleAuthorizeAll() |
HfsecRoleAuthorize |
getHfsecRoleAuthorizeByPK(long hfsecRoleAuthorizeId) |
int |
getHfsecRoleAuthorizeCountByExample(HfsecRoleAuthorize_Example example) |
int |
getHfsecRoleAuthorizeCountByParam(Map<String,Object> params) |
List<HfsecRoleAuthorize> |
getHfsecRoleAuthorizeListByExample(HfsecRoleAuthorize_Example example) |
List<HfsecRoleAuthorize> |
getHfsecRoleAuthorizeListByParam(Map<String,Object> params) |
int |
update(HfsecRoleAuthorize hfsecRoleAuthorize) |
int |
updateByExample(HfsecRoleAuthorize hfsecRoleAuthorize,
HfsecRoleAuthorize_Example example) |
int create(HfsecRoleAuthorize hfsecRoleAuthorize) throws Exception
int batchOperate(HfsecRoleAuthorize[] hfsecRoleAuthorizes) throws Exception
int update(HfsecRoleAuthorize hfsecRoleAuthorize) throws Exception
int updateByExample(HfsecRoleAuthorize hfsecRoleAuthorize, HfsecRoleAuthorize_Example example) throws Exception
int delete(HfsecRoleAuthorize hfsecRoleAuthorize) throws Exception
int delete(long hfsecRoleAuthorizeId)
throws Exception
List<HfsecRoleAuthorize> getHfsecRoleAuthorizeAll() throws Exception
HfsecRoleAuthorize getHfsecRoleAuthorizeByPK(long hfsecRoleAuthorizeId) throws Exception
List<HfsecRoleAuthorize> getHfsecRoleAuthorizeListByParam(Map<String,Object> params) throws Exception
List<HfsecRoleAuthorize> getHfsecRoleAuthorizeListByExample(HfsecRoleAuthorize_Example example) throws Exception
int getHfsecRoleAuthorizeCountByParam(Map<String,Object> params) throws Exception
int getHfsecRoleAuthorizeCountByExample(HfsecRoleAuthorize_Example example) throws Exception
Copyright © 2018. All rights reserved.