net.wotonomy.access
Class EODatabaseChannel

java.lang.Object
  extended by net.wotonomy.access.EODatabaseChannel

public class EODatabaseChannel
extends java.lang.Object

Version:
$Revision: 894 $
Author:
ezamudio@nasoft.com, $Author: cgruber $

Field Summary
protected  net.wotonomy.foundation.NSArray _attributes
           
protected  EOAdaptorChannel _channel
           
protected  EODatabaseContext _context
           
protected  EOEditingContext _currEC
           
protected  EOEntity _currEntity
           
protected  boolean _locking
           
protected  boolean _refreshing
           
 
Constructor Summary
EODatabaseChannel(EODatabaseContext context)
           
 
Method Summary
 EOAdaptorChannel adaptorChannel()
           
 void cancelFetch()
           
 EODatabaseContext databaseContext()
           
 java.lang.Object fetchObject()
           
 boolean isFetchInProgress()
           
 boolean isLocking()
           
 boolean isRefreshingObjects()
           
 void selectObjectsWithFetchSpecification(EOFetchSpecification fspec, EOEditingContext ec)
           
 void setCurrentEditingContext(EOEditingContext ec)
           
 void setCurrentEntity(EOEntity entity)
           
 void setIsLocking(boolean flag)
           
 void setIsRefreshingObjects(boolean flag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_context

protected EODatabaseContext _context

_channel

protected EOAdaptorChannel _channel

_currEntity

protected EOEntity _currEntity

_currEC

protected EOEditingContext _currEC

_attributes

protected net.wotonomy.foundation.NSArray _attributes

_locking

protected boolean _locking

_refreshing

protected boolean _refreshing
Constructor Detail

EODatabaseChannel

public EODatabaseChannel(EODatabaseContext context)
Method Detail

adaptorChannel

public EOAdaptorChannel adaptorChannel()

databaseContext

public EODatabaseContext databaseContext()

cancelFetch

public void cancelFetch()

fetchObject

public java.lang.Object fetchObject()

isFetchInProgress

public boolean isFetchInProgress()

setIsLocking

public void setIsLocking(boolean flag)

isLocking

public boolean isLocking()

setIsRefreshingObjects

public void setIsRefreshingObjects(boolean flag)

isRefreshingObjects

public boolean isRefreshingObjects()

selectObjectsWithFetchSpecification

public void selectObjectsWithFetchSpecification(EOFetchSpecification fspec,
                                                EOEditingContext ec)

setCurrentEditingContext

public void setCurrentEditingContext(EOEditingContext ec)

setCurrentEntity

public void setCurrentEntity(EOEntity entity)


Copyright © 2006 null. All Rights Reserved.