Class NavigationServicesImpl
- java.lang.Object
-
- org.dashbuilder.navigation.service.NavigationServicesImpl
-
- All Implemented Interfaces:
org.dashbuilder.navigation.service.NavigationServices
@ApplicationScoped public class NavigationServicesImpl extends Object implements org.dashbuilder.navigation.service.NavigationServices
-
-
Constructor Summary
Constructors Constructor Description NavigationServicesImpl()NavigationServicesImpl(NavTreeStorage storage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dashbuilder.navigation.NavTreeloadNavTree()voidsaveNavTree(org.dashbuilder.navigation.NavTree navTree)
-
-
-
Constructor Detail
-
NavigationServicesImpl
public NavigationServicesImpl()
-
NavigationServicesImpl
@Inject public NavigationServicesImpl(NavTreeStorage storage)
-
-
Method Detail
-
loadNavTree
public org.dashbuilder.navigation.NavTree loadNavTree()
- Specified by:
loadNavTreein interfaceorg.dashbuilder.navigation.service.NavigationServices
-
saveNavTree
public void saveNavTree(org.dashbuilder.navigation.NavTree navTree)
- Specified by:
saveNavTreein interfaceorg.dashbuilder.navigation.service.NavigationServices
-
-