@Service(value="iHfsecRoleSV") public class HfsecRoleSVImpl extends Object implements IHfsecRoleSV
| Constructor and Description |
|---|
HfsecRoleSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfsecRole[] hfsecRoles) |
int |
create(HfsecRole hfsecRole) |
int |
delete(HfsecRole hfsecRole) |
int |
delete(long hfsecRoleId) |
List<HfsecRole> |
getHfsecRoleAll() |
HfsecRole |
getHfsecRoleByPK(long hfsecRoleId) |
int |
getHfsecRoleCountByExample(HfsecRole_Example example) |
int |
getHfsecRoleCountByParam(Map<String,Object> params) |
List<HfsecRole> |
getHfsecRoleListByExample(HfsecRole_Example example) |
List<HfsecRole> |
getHfsecRoleListByParam(Map<String,Object> params) |
HfsecRoleMapper |
getHfsecRoleMapper() |
void |
setHfsecRoleMapper(HfsecRoleMapper hfsecRoleMapper) |
int |
update(HfsecRole hfsecRole) |
int |
updateByExample(HfsecRole hfsecRole,
HfsecRole_Example example) |
public int updateByExample(HfsecRole hfsecRole, HfsecRole_Example example) throws Exception
public int delete(long hfsecRoleId)
throws Exception
public List<HfsecRole> getHfsecRoleListByParam(Map<String,Object> params) throws Exception
public List<HfsecRole> getHfsecRoleListByExample(HfsecRole_Example example) throws Exception
public int getHfsecRoleCountByParam(Map<String,Object> params) throws Exception
public int getHfsecRoleCountByExample(HfsecRole_Example example) throws Exception
public HfsecRoleMapper getHfsecRoleMapper()
public void setHfsecRoleMapper(HfsecRoleMapper hfsecRoleMapper)
Copyright © 2018. All rights reserved.