@Service(value="iHfsecUserAuthorizeSV") public class HfsecUserAuthorizeSVImpl extends Object implements IHfsecUserAuthorizeSV
| Constructor and Description |
|---|
HfsecUserAuthorizeSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfsecUserAuthorize[] hfsecUserAuthorizes) |
int |
create(HfsecUserAuthorize hfsecUserAuthorize) |
int |
delete(HfsecUserAuthorize hfsecUserAuthorize) |
int |
delete(long hfsecUserAuthorizeId) |
List<HfsecUserAuthorize> |
getHfsecUserAuthorizeAll() |
HfsecUserAuthorize |
getHfsecUserAuthorizeByPK(long hfsecUserAuthorizeId) |
int |
getHfsecUserAuthorizeCountByExample(HfsecUserAuthorize_Example example) |
int |
getHfsecUserAuthorizeCountByParam(Map<String,Object> params) |
List<HfsecUserAuthorize> |
getHfsecUserAuthorizeListByExample(HfsecUserAuthorize_Example example) |
List<HfsecUserAuthorize> |
getHfsecUserAuthorizeListByParam(Map<String,Object> params) |
HfsecUserAuthorizeMapper |
getHfsecUserAuthorizeMapper() |
void |
setHfsecUserAuthorizeMapper(HfsecUserAuthorizeMapper hfsecUserAuthorizeMapper) |
int |
update(HfsecUserAuthorize hfsecUserAuthorize) |
int |
updateByExample(HfsecUserAuthorize hfsecUserAuthorize,
HfsecUserAuthorize_Example example) |
public int create(HfsecUserAuthorize hfsecUserAuthorize) throws Exception
public int batchOperate(HfsecUserAuthorize[] hfsecUserAuthorizes) throws Exception
public int update(HfsecUserAuthorize hfsecUserAuthorize) throws Exception
public int updateByExample(HfsecUserAuthorize hfsecUserAuthorize, HfsecUserAuthorize_Example example) throws Exception
public int delete(HfsecUserAuthorize hfsecUserAuthorize) throws Exception
public int delete(long hfsecUserAuthorizeId)
throws Exception
public List<HfsecUserAuthorize> getHfsecUserAuthorizeAll() throws Exception
public HfsecUserAuthorize getHfsecUserAuthorizeByPK(long hfsecUserAuthorizeId) throws Exception
public List<HfsecUserAuthorize> getHfsecUserAuthorizeListByParam(Map<String,Object> params) throws Exception
public List<HfsecUserAuthorize> getHfsecUserAuthorizeListByExample(HfsecUserAuthorize_Example example) throws Exception
public int getHfsecUserAuthorizeCountByParam(Map<String,Object> params) throws Exception
public int getHfsecUserAuthorizeCountByExample(HfsecUserAuthorize_Example example) throws Exception
public HfsecUserAuthorizeMapper getHfsecUserAuthorizeMapper()
public void setHfsecUserAuthorizeMapper(HfsecUserAuthorizeMapper hfsecUserAuthorizeMapper)
Copyright © 2018. All rights reserved.