@Transactional public class NavigationDao extends Object
Constructor and Description |
---|
NavigationDao() |
Modifier and Type | Method and Description |
---|---|
void |
addGlobalStructure(String action,
int naviorder,
long labelId,
boolean isleaf,
boolean isopen,
long levelId,
String name,
boolean deleted,
Long tooltipLabelId) |
void |
addMainStructure(String action,
String params,
int naviorder,
long labelId,
boolean isleaf,
boolean isopen,
long levelId,
String name,
long globalId,
boolean deleted,
Long tooltipLabelId) |
Naviglobal |
getGlobalMenuEntry(long globalId) |
List<Naviglobal> |
getMainMenu(boolean admin) |
public Naviglobal getGlobalMenuEntry(long globalId)
public List<Naviglobal> getMainMenu(boolean admin)
public void addGlobalStructure(String action, int naviorder, long labelId, boolean isleaf, boolean isopen, long levelId, String name, boolean deleted, Long tooltipLabelId)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.