@Service(value="iHfpmEntityPermissionSV") public class HfpmEntityPermissionSVImpl extends Object implements IHfpmEntityPermissionSV
| Constructor and Description |
|---|
HfpmEntityPermissionSVImpl() |
public int create(HfpmEntityPermission hfpmEntityPermission) throws Exception
public int batchOperate(HfpmEntityPermission[] hfpmEntityPermissions) throws Exception
public int update(HfpmEntityPermission hfpmEntityPermission) throws Exception
public int updateByExample(HfpmEntityPermission hfpmEntityPermission, HfpmEntityPermission_Example example) throws Exception
public int delete(HfpmEntityPermission hfpmEntityPermission) throws Exception
public int delete(long hfpmEntityPermissionId)
throws Exception
public List<HfpmEntityPermission> getHfpmEntityPermissionAll() throws Exception
public HfpmEntityPermission getHfpmEntityPermissionByPK(long hfpmEntityPermissionId) throws Exception
public List<HfpmEntityPermission> getHfpmEntityPermissionListByParam(Map<String,Object> params) throws Exception
public List<HfpmEntityPermission> getHfpmEntityPermissionListByExample(HfpmEntityPermission_Example example) throws Exception
public int getHfpmEntityPermissionCountByParam(Map<String,Object> params) throws Exception
public int getHfpmEntityPermissionCountByExample(HfpmEntityPermission_Example example) throws Exception
public HfpmEntityPermissionMapper getHfpmEntityPermissionMapper()
public void setHfpmEntityPermissionMapper(HfpmEntityPermissionMapper hfpmEntityPermissionMapper)
Copyright © 2018. All rights reserved.