Interface symantec.itools.db.beans.binding.PersistentDataSource
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface symantec.itools.db.beans.binding.PersistentDataSource
  -  public interface PersistentDataSource
 
  
  -  
	CLEAR_ALL_DATA
   -    
 -  
	SAVE_ALL_DIRTY_DATA
   -    
 -  
	SAVE_CURRENT_RECORD
   -    
 -  
	SAVE_DELETED_DIRTY_DATA
   -  
 
  
  -  
	commitState()
   -    
 -  
	getConnection()
   -    
 -  
	isDirty()
   -    
 -  
	isEmpty()
   -    
 -  
	save()
   -    
 -  
	saveAll()
   -    
 -  
	saveAll(int)
   -    
 -  
	setMarkedAsDeleted()
   -    
 -  
	undoChanges()
   -  
 
  
CLEAR_ALL_DATA
public static final int CLEAR_ALL_DATA
SAVE_ALL_DIRTY_DATA
public static final int SAVE_ALL_DIRTY_DATA
SAVE_CURRENT_RECORD
public static final int SAVE_CURRENT_RECORD
SAVE_DELETED_DIRTY_DATA
public static final int SAVE_DELETED_DIRTY_DATA
  
commitState
public abstract void commitState()
getConnection
public abstract symantec.itools.db.beans.binding.Connection getConnection()
isDirty
public abstract boolean isDirty()
isEmpty
public abstract boolean isEmpty()
save
public abstract void save()
saveAll
public abstract int saveAll()
saveAll
public abstract int saveAll(int resolution) throws SQLException
setMarkedAsDeleted
public abstract void setMarkedAsDeleted()
undoChanges
public abstract void undoChanges()
All Packages  Class Hierarchy  This Package  Previous  Next  Index