Interface symantec.itools.db.beans.binding.Synchronizable
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface symantec.itools.db.beans.binding.Synchronizable
  -  public interface Synchronizable
  
-  extends PersistentDataSource, NavigationalDataSource
  
  
  -  
	symantec.itools.db.beans.binding.Synchronizable. JoinRecord
   -    
 -  
	symantec.itools.db.beans.binding.Synchronizable. JoinRecordList
   -  
 
  
  -  
	addPropertyChangeListener(PropertyChangeListener)
   -   javadoc comments go here...
  
 -  
	getAliasName()
   -    
 -  
	getDirtySaveMessage()
   -   Gets the message to be displayed when user navigates thru the records
 of a dirty QueryNavigator
  
 -  
	getLink()
   -    
 -  
	getMasterAliasName()
   -    
 -  
	getSaveChangesWindowClass()
   -   Gets the window class to be used to display messages when user navigates thru the records
 of a dirty querynavigator
  
 -  
	removePropertyChangeListener(PropertyChangeListener)
   -   javadoc comments go here...
  
 -  
	setLink(SynchronizerLink)
   -  
 
  
addPropertyChangeListener
public abstract void addPropertyChangeListener(PropertyChangeListener listener)
  -  javadoc comments go here...
  
 
 
getAliasName
public abstract java.lang.String getAliasName()
getDirtySaveMessage
public abstract java.lang.String getDirtySaveMessage()
  -  Gets the message to be displayed when user navigates thru the records
 of a dirty QueryNavigator
  
 
 
getLink
public abstract symantec.itools.db.beans.binding.SynchronizerLink getLink()
getMasterAliasName
public abstract java.lang.String getMasterAliasName()
getSaveChangesWindowClass
public abstract java.lang.String getSaveChangesWindowClass()
  -  Gets the window class to be used to display messages when user navigates thru the records
 of a dirty querynavigator
  
 
 
removePropertyChangeListener
public abstract void removePropertyChangeListener(PropertyChangeListener listener)
  -  javadoc comments go here...
  
 
 
setLink
public abstract void setLink(SynchronizerLink link)
All Packages  Class Hierarchy  This Package  Previous  Next  Index