@Service(value="iHfsecRoleAuthorizeSV") public class HfsecRoleAuthorizeSVImpl extends Object implements IHfsecRoleAuthorizeSV
| Constructor and Description |
|---|
HfsecRoleAuthorizeSVImpl() |
| 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) |
HfsecRoleAuthorizeMapper |
getHfsecRoleAuthorizeMapper() |
void |
setHfsecRoleAuthorizeMapper(HfsecRoleAuthorizeMapper hfsecRoleAuthorizeMapper) |
int |
update(HfsecRoleAuthorize hfsecRoleAuthorize) |
int |
updateByExample(HfsecRoleAuthorize hfsecRoleAuthorize,
HfsecRoleAuthorize_Example example) |
public int create(HfsecRoleAuthorize hfsecRoleAuthorize) throws Exception
public int batchOperate(HfsecRoleAuthorize[] hfsecRoleAuthorizes) throws Exception
public int update(HfsecRoleAuthorize hfsecRoleAuthorize) throws Exception
public int updateByExample(HfsecRoleAuthorize hfsecRoleAuthorize, HfsecRoleAuthorize_Example example) throws Exception
public int delete(HfsecRoleAuthorize hfsecRoleAuthorize) throws Exception
public int delete(long hfsecRoleAuthorizeId)
throws Exception
public List<HfsecRoleAuthorize> getHfsecRoleAuthorizeAll() throws Exception
public HfsecRoleAuthorize getHfsecRoleAuthorizeByPK(long hfsecRoleAuthorizeId) throws Exception
public List<HfsecRoleAuthorize> getHfsecRoleAuthorizeListByParam(Map<String,Object> params) throws Exception
public List<HfsecRoleAuthorize> getHfsecRoleAuthorizeListByExample(HfsecRoleAuthorize_Example example) throws Exception
public int getHfsecRoleAuthorizeCountByParam(Map<String,Object> params) throws Exception
public int getHfsecRoleAuthorizeCountByExample(HfsecRoleAuthorize_Example example) throws Exception
public HfsecRoleAuthorizeMapper getHfsecRoleAuthorizeMapper()
public void setHfsecRoleAuthorizeMapper(HfsecRoleAuthorizeMapper hfsecRoleAuthorizeMapper)
Copyright © 2018. All rights reserved.