@Service(value="iHfsecMenuSV") public class HfsecMenuSVImpl extends Object implements IHfsecMenuSV
| Constructor and Description |
|---|
HfsecMenuSVImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchOperate(HfsecMenu[] hfsecMenus) |
int |
create(HfsecMenu hfsecMenu) |
int |
delete(HfsecMenu hfsecMenu) |
int |
delete(long hfsecMenuId) |
List<HfsecMenu> |
getHfsecMenuAll() |
HfsecMenu |
getHfsecMenuByPK(long hfsecMenuId) |
int |
getHfsecMenuCountByExample(HfsecMenu_Example example) |
int |
getHfsecMenuCountByParam(Map<String,Object> params) |
List<HfsecMenu> |
getHfsecMenuListByExample(HfsecMenu_Example example) |
List<HfsecMenu> |
getHfsecMenuListByParam(Map<String,Object> params) |
HfsecMenuMapper |
getHfsecMenuMapper() |
Map<Long,List<HfsecMenu>> |
getHfsecMenuTreeByParentId(HfsecMenu hfsecMenu,
HfsecMenu_Example example) |
void |
setHfsecMenuMapper(HfsecMenuMapper hfsecMenuMapper) |
int |
update(HfsecMenu hfsecMenu) |
int |
updateByExample(HfsecMenu hfsecMenu,
HfsecMenu_Example example) |
public int updateByExample(HfsecMenu hfsecMenu, HfsecMenu_Example example) throws Exception
public int delete(long hfsecMenuId)
throws Exception
public Map<Long,List<HfsecMenu>> getHfsecMenuTreeByParentId(HfsecMenu hfsecMenu, HfsecMenu_Example example) throws Exception
public List<HfsecMenu> getHfsecMenuListByParam(Map<String,Object> params) throws Exception
public List<HfsecMenu> getHfsecMenuListByExample(HfsecMenu_Example example) throws Exception
public int getHfsecMenuCountByParam(Map<String,Object> params) throws Exception
public int getHfsecMenuCountByExample(HfsecMenu_Example example) throws Exception
public HfsecMenuMapper getHfsecMenuMapper()
public void setHfsecMenuMapper(HfsecMenuMapper hfsecMenuMapper)
Copyright © 2018. All rights reserved.