Uses of Class
wt.csm.navigation.litenavigation.AbstractNavStructView

Packages that use AbstractNavStructView
wt.clients.csm.navigation   
wt.clients.csm.search   
wt.clients.csm.widgets   
wt.csm.html.query   
wt.csm.navigation   
wt.csm.navigation.litenavigation   
wt.csm.navigation.service   
wt.export   
 

Uses of AbstractNavStructView in wt.clients.csm.navigation
 

Fields in wt.clients.csm.navigation declared as AbstractNavStructView
private  AbstractNavStructView RangeQFDetailsDialog.structure
           
(package private)  AbstractNavStructView QueryInfoObject.structure
           
(package private)  AbstractNavStructView NavigationStructureEditorPanel.structure
           
private  AbstractNavStructView NavigationStructureEditor.structure
           
(package private)  AbstractNavStructView NavigationNodeTabPanel.structure
           
(package private)  AbstractNavStructView NavigationNodeManager.ansv
           
(package private)  AbstractNavStructView NavigationNodeEditorPanel.structure
           
(package private)  AbstractNavStructView NavigationNodeEditor.structure
           
(package private)  AbstractNavStructView NavigationNodeCreator.nsstructView
           
private  AbstractNavStructView InlineDiscreteValueEditorWrapper.structure
           
private  AbstractNavStructView DiscreteQFDetailsDialog.structure
           
 

Methods in wt.clients.csm.navigation that return AbstractNavStructView
 AbstractNavStructView QueryInfoObject.getStructure()
           
 AbstractNavStructView NavigationNodeManager.getAbstractNavStructView()
           
 

Methods in wt.clients.csm.navigation with parameters of type AbstractNavStructView
 void QueryInfoObject.setStructure(AbstractNavStructView structure)
           
static void NavigationStructureEditorPanel.printNavigationStructure(AbstractNavStructView structure)
           
 void NavigationNodeTabPanel.setStructure(AbstractNavStructView structure)
           
 

Constructors in wt.clients.csm.navigation with parameters of type AbstractNavStructView
QueryInfoObject(AbstractNavStructView structure, AbstractQueryTargetView selectedTarget, AbstractNodeDefaultView node)
           
NavigationNodeEditorPanel(AbstractNavStructView structure, ResourceBundle resource)
          Construct an NavigationNodeEditorPanel object
NavigationNodeEditor(AbstractNavStructView structure)
          Construct a Navigation Node Editor
 

Uses of AbstractNavStructView in wt.clients.csm.search
 

Fields in wt.clients.csm.search declared as AbstractNavStructView
(package private)  AbstractNavStructView SearchNodeEditorPanel.structure
           
(package private)  AbstractNavStructView SearchEditor.structure
           
(package private)  AbstractNavStructView ResultsPanel.navStructure
           
(package private)  AbstractNavStructView QueryObject.structure
           
 

Methods in wt.clients.csm.search that return AbstractNavStructView
 AbstractNavStructView SearchEditor.getNavigationStructure(NavStructListView nslv)
           
 AbstractNavStructView QueryObject.getAbstractNavStructView()
           
 

Constructors in wt.clients.csm.search with parameters of type AbstractNavStructView
SearchNodeEditorPanel(SearchEditor editor, BaseSearchInterface frame, AbstractNavStructView structure, ResourceBundle resource)
           
QueryObject(AbstractCSMQueryContainer qspec, Vector definitions, String classname, AbstractNavStructView structure)
           
 

Uses of AbstractNavStructView in wt.clients.csm.widgets
 

Fields in wt.clients.csm.widgets declared as AbstractNavStructView
private  AbstractNavStructView IBAHoldersToTableVector.structure
           
 

Constructors in wt.clients.csm.widgets with parameters of type AbstractNavStructView
IBAHoldersToTableVector(Vector vectorOfHolders, Vector attributes, MeasurementSystemDefaultView ms, String targetClassName, int start, AbstractNavStructView structure, RankingContextDefaultView rankingContext)
           
IBAHoldersToTableVector(Vector vectorOfHolders, Vector attributes, MeasurementSystemDefaultView ms, String targetClassName, int start, AbstractNavStructView structure)
           
 

Uses of AbstractNavStructView in wt.csm.html.query
 

Methods in wt.csm.html.query that return AbstractNavStructView
private  AbstractNavStructView SearchTaskDelegate.getAbstractNavStructView()
           
private  AbstractNavStructView CSMQueryFormProcessor.getAbstractNavStructView()
          Get the AbstractNavStructView from properties
private  AbstractNavStructView ChangeUnitsTaskDelegate.getAbstractNavStructView()
           
 

Methods in wt.csm.html.query with parameters of type AbstractNavStructView
 String NavigationStructureSelector.getOID(AbstractNavStructView structure)
          

Supported API: false
static Hashtable HTMLQueryUtilities.getQueryForms(AbstractNavStructView struct, AbstractNodeNodeView node, Hashtable values, String measurementSystem, String rankingContext)
          Constructs and initializes all query forms for the navigation structure and node given using the values given within the values hashtable.
private static void HTMLQueryUtilities.checkIsClassificationStructure(AbstractNavStructView structure, AbstractNodeDefaultView node, AbstractQueryFormView queryForm)
           
private  String[] CSMQueryFormProcessor.getParentNodesLinks(AbstractNavStructView structure, AbstractNodeNodeView[] nodes)
          Generate String[] for parent nodes
private  AbstractNodeNodeView[] CSMQueryFormProcessor.getNavigationChildren(AbstractNavStructView structure, AbstractNodeNodeView currentNode)
          Get All navigation children for this node/structure
 

Uses of AbstractNavStructView in wt.csm.navigation
 

Methods in wt.csm.navigation that return AbstractNavStructView
static AbstractNavStructView NavigationLoader.getCachedAbstractNavStructView()
           
 

Methods in wt.csm.navigation with parameters of type AbstractNavStructView
static AbstractQueryTargetView NavigationLoader.getNavTab(AbstractNavStructView ansv, String tabLabel)
           
 

Uses of AbstractNavStructView in wt.csm.navigation.litenavigation
 

Subclasses of AbstractNavStructView in wt.csm.navigation.litenavigation
 class ClassificationNavStructDefaultView
          

Supported API: false

Extendable: false
 class IndependentNavStructDefaultView
          

Supported API: false

Extendable: false
 

Methods in wt.csm.navigation.litenavigation with parameters of type AbstractNavStructView
protected  boolean AbstractNavStructView.readVersion(AbstractNavStructView thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of AbstractNavStructView in wt.csm.navigation.service
 

Methods in wt.csm.navigation.service that return AbstractNavStructView
 AbstractNavStructView StandardNavigationService.getNavigationStructureDefaultView(NavStructListView navStructListView)
          

Supported API: false
 AbstractNavStructView StandardNavigationService.getNavigationStructureDefaultView(String navStructName)
          

Supported API: false
 AbstractNavStructView StandardNavigationService.getNavigationStructureDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNavStructView StandardNavigationService.refreshNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView StandardNavigationService.createNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView StandardNavigationService.updateNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView StandardNavigationService.getNavigationStructureFromID(String structid)
          

Supported API: false
private  AbstractNavStructView StandardNavigationService.insertIndirectQueryTargetDefaultView(AbstractNavStruct structure)
           
private  AbstractNavStructView StandardNavigationService.insertDirectQueryTargetDefaultView(AbstractNavStructView ansv)
           
 AbstractNavStructView NavigationServiceFwd.getNavigationStructureDefaultView(NavStructListView navStructListView)
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.getNavigationStructureDefaultView(String navStructName)
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.getNavigationStructureDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.refreshNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.createNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.updateNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.getNavigationStructureFromID(String structid)
          

Supported API: false
 AbstractNavStructView NavigationService.getNavigationStructureDefaultView(NavStructListView navStructListView)
          

Supported API: false
 AbstractNavStructView NavigationService.getNavigationStructureDefaultView(String navStructName)
          

Supported API: false
 AbstractNavStructView NavigationService.getNavigationStructureDefaultView(AbstractNodeDefaultView navigationNode)
          

Supported API: false
 AbstractNavStructView NavigationService.refreshNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationService.createNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationService.updateNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationService.getNavigationStructureFromID(String structid)
          

Supported API: false
private  AbstractNavStructView NavigationDBService.insertIndirectQueryTargetDefaultView(AbstractNavStruct structure)
           
 

Methods in wt.csm.navigation.service with parameters of type AbstractNavStructView
 AbstractNavStructView StandardNavigationService.refreshNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView StandardNavigationService.createNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 void StandardNavigationService.deleteNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView StandardNavigationService.updateNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 IndependentNodeDefaultView StandardNavigationService.createNavigationNode(IndependentNodeDefaultView navigationNode, AbstractNavStructView navStruct)
          

Supported API: false
private  AbstractNavStructView StandardNavigationService.insertDirectQueryTargetDefaultView(AbstractNavStructView ansv)
           
 AbstractNavStructView NavigationServiceFwd.refreshNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.createNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 void NavigationServiceFwd.deleteNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationServiceFwd.updateNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 IndependentNodeDefaultView NavigationServiceFwd.createNavigationNode(IndependentNodeDefaultView navigationNode, AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationService.refreshNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationService.createNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 void NavigationService.deleteNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStructView NavigationService.updateNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 IndependentNodeDefaultView NavigationService.createNavigationNode(IndependentNodeDefaultView navigationNode, AbstractNavStructView navStruct)
          

Supported API: false
static NavStructListView NavigationObjectsFactory.newNavStructListView(AbstractNavStructView classNavStructView)
          

Supported API: false
 AbstractNavStruct NavigationDBService.refreshNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 IndirectQueryTarget[] NavigationDBService.getIndirectQueryTargets(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStruct NavigationDBService.createNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 void NavigationDBService.deleteNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 AbstractNavStruct NavigationDBService.updateNavigationStructure(AbstractNavStructView navStruct)
          

Supported API: false
 IndependentNode NavigationDBService.createNavigationNode(IndependentNodeDefaultView navigationNode, AbstractNavStructView navStruct)
          

Supported API: false
private  AbstractNode[] NavigationDBService.getNavigationStructureRootNodes(AbstractNavStructView navStruct)
           
private  void NavigationDBService.persistIndirectQueryTarget(AbstractNavStructView navStruct, AbstractNavStruct heavyNavStruct)
           
private  DirectQueryTarget NavigationDBService.persistDirectQueryTarget(AbstractNavStructView navStruct)
           
private  void NavigationDBService.deleteIndirectQueryTarget(AbstractNavStructView navStruct)
           
private  void NavigationDBService.deleteDirectQueryTarget(AbstractNavStructView navStruct)
           
 

Uses of AbstractNavStructView in wt.export
 

Methods in wt.export that return AbstractNavStructView
static AbstractNavStructView NavigationExport.toNavStructDefaultView(AbstractNavStruct navStruct)
           
 

Methods in wt.export with parameters of type AbstractNavStructView
private static boolean NavigationExport.beginNavStruct(String beginNavStructKey, AbstractNavStructView ansv)
           
private static boolean NavigationExport.addNavTab(AbstractNavStructView ansv)
           
private static boolean NavigationExport.setAndAddElementValueToNavTab(String navType, AbstractNavStructView ansv)
           
private static boolean NavigationExport.setAndAddElementValueToLinkedNodeTab(AbstractNavStructView ansv)
           
private static boolean NavigationExport.setAndAddElementValueToIndependentNodeTab(AbstractNavStructView ansv)
           
private static boolean NavigationExport.setAndAddElementValueToIndirectNavTab(String navType, AbstractNavStructView ansv)
           
private static boolean NavigationExport.setAndAddElementValueToDirectNavTab(String navType, AbstractNavStructView ansv)
           
private static boolean NavigationExport.addIndependentNode(String parent, String nodeName, AbstractNodeNodeView node, AbstractNavStructView ansv)
           
private static boolean NavigationExport.addIndependentNode(AbstractNavStruct navStruct, AbstractNavStructView ansv)
           
private static boolean NavigationExport.addIndependentNode(String parentPath, AbstractNodeNodeView parent, AbstractNavStructView ansv)
           
static Vector NavigationExport.getAllNavTabs(AbstractNavStructView ansv)