Uses of Class
org.opensync.engine.server.View

Packages that use View
org.opensync.engine.admin.gui   
org.opensync.engine.server   
org.opensync.engine.server.adapter   
 

Uses of View in org.opensync.engine.admin.gui
 

Methods in org.opensync.engine.admin.gui that return View
 View ViewTreeNode.getView()
           
 

Constructors in org.opensync.engine.admin.gui with parameters of type View
ViewTreeNode(View view)
           
ViewPnl(View view)
           
ViewIFrm(View view)
           
 

Uses of View in org.opensync.engine.server
 

Methods in org.opensync.engine.server that return View
 View Views.get(java.lang.String name)
          Get a view
 View Synchronization.getFromView()
          Get the from view
 View Synchronization.getToView()
          Get the to view
 View Source.getView(java.lang.String view)
          Get a view of the source
 

Methods in org.opensync.engine.server with parameters of type View
 void Views.add(View view)
          Add a view to the list
 void Synchronization.setFromView(View fromView)
          Set the from view
 void Synchronization.setToView(View toView)
          Set the to view
 void Source.addView(View view)
          Add a view to the source
abstract  java.lang.String DefaultAdapter.adaptInputView(java.lang.String xml, View view, Statistic stat, Window win)
          Adapt the the data source format to the OpenSync data format
abstract  java.lang.String DefaultAdapter.adaptOutputView(java.lang.String xml, View view, Statistic stat)
          Adapt the the data OpenSync format to the data source format
 java.lang.String Adapter.adaptInputView(java.lang.String xml, View view, Statistic stat, Window win)
          Adapt the the data source format to the OpenSync data format
 java.lang.String Adapter.adaptOutputView(java.lang.String xml, View view, Statistic stat)
          Adapt the the data OpenSync format to the data source format
 

Uses of View in org.opensync.engine.server.adapter
 

Methods in org.opensync.engine.server.adapter with parameters of type View
 java.lang.String XmlFileAdapter.adaptInputView(java.lang.String xml, View view, Statistic stat, Window win)
          Adapt the the data source format to the OpenSync data format
 java.lang.String XmlFileAdapter.adaptOutputView(java.lang.String xml, View view, Statistic stat)
          Adapt the the data OpenSync format to the data source format
 java.lang.String TxtFileAdapter.adaptInputView(java.lang.String txt, View view, Statistic stat, Window win)
          Adapt the the data source format to the OpenSync data format
 java.lang.String TxtFileAdapter.adaptOutputView(java.lang.String xml, View view, Statistic stat)
          Adapt the the data OpenSync format to the data source format
 java.lang.String EDI_X12_Adapter.adaptInputView(java.lang.String txt, View view, Statistic stat, Window win)
           
 java.lang.String EDI_X12_Adapter.adaptOutputView(java.lang.String xml, View view, Statistic stat)
           
 java.lang.String BDAdapter.adaptInputView(java.lang.String xmlNotUsed, View view, Statistic stat, Window win)
          Adapt the the data source format to the OpenSync data format
 java.lang.String BDAdapter.adaptOutputView(java.lang.String xml, View view, Statistic stat)
          Adapt the the data OpenSync format to the data source format
 



Copyright © 2004 sourceforge. All Rights Reserved.