net.wotonomy.access
Class EODatabaseChannel
java.lang.Object
net.wotonomy.access.EODatabaseChannel
public class EODatabaseChannel
- extends java.lang.Object
- Version:
- $Revision: 894 $
- Author:
- ezamudio@nasoft.com, $Author: cgruber $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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
EODatabaseChannel
public EODatabaseChannel(EODatabaseContext context)
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.