|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataServiceException | |
org.caleigo.core | |
org.caleigo.core.exception | |
org.caleigo.core.service |
Uses of DataServiceException in org.caleigo.core |
Fields in org.caleigo.core declared as DataServiceException | |
protected DataServiceException |
TunneledDataService.TunneledDataServiceReturnMessage.mException
|
Methods in org.caleigo.core that throw DataServiceException | |
void |
TunneledDataService.TunneledDataTransaction.commit()
Commit performs all the stored operations in the transaction. |
void |
TunneledDataService.TunneledDataTransaction.abortTransaction()
|
AbstractDataService.AbstractDataTransaction.DataOperation[] |
TunneledDataService.TunneledDataServiceReturnMessage.getOperations()
|
protected void |
ProxyEntity.loadControlledProxies(boolean includeLocalRemote)
|
protected void |
ProxyEntity.storeControlledProxies()
|
void |
IDataTransaction.commit()
Commit performs all the stored operations in the transaction. |
IDataTransaction.Job |
IDataTransaction.commitAsynchroniesly(java.lang.Object lock)
This method creates a Job that when executed will perform the same actions as the commit method. |
void |
IDataTransaction.abortTransaction()
Tries to abort the currently executing transaction. |
void |
IDataTransaction.Job.cancel()
Tries to cancel this job. |
IEntity |
IDataService.load(IEntityDescriptor entityDescriptor,
Qualifier identityQualifier)
The load method returnes a single entity object intentified by the provided indentity qualifier that must be able to uniquely identify a single entity instance. |
ISelection |
IDataService.loadSelection(IEntityDescriptor entityDescriptor,
Qualifier qualifier)
Loads a selection of entities identyfied by the provided qualifier. |
ISelection |
IDataService.loadSelection(DataQuery dataQuery)
Loads a selection of entities identyfied by the provided reusable dataQuery object. |
void |
IDataService.store(IEntity entity)
Stores a single entity object to the database. |
void |
IDataService.delete(IEntity entity)
Deletes a single entity object to the database. |
void |
IDataService.refresh(IEntity entity)
Reloads a single entity object from the database. |
protected void |
ControlledProxyEntity.loadControlledProxies(boolean includeLocalRemote)
|
IEntity |
AbstractDataService.load(IEntityDescriptor entityDescriptor,
Qualifier identitQualifier)
|
ISelection |
AbstractDataService.loadSelection(IEntityDescriptor entityDescriptor,
Qualifier qualifier)
|
ISelection |
AbstractDataService.loadSelection(DataQuery dataQuery)
|
void |
AbstractDataService.store(IEntity entity)
|
void |
AbstractDataService.delete(IEntity entity)
|
void |
AbstractDataService.refresh(IEntity entity)
|
protected void |
AbstractDataService.checkEntityAsStorable(IEntity entity)
Checks if the entity is storable else an exception is thrown. |
protected void |
AbstractDataService.checkEntityAsDeletable(IEntity entity)
Checks if the entity is deletable else an exception is thrown. |
IDataTransaction.Job |
AbstractDataService.AbstractDataTransaction.commitAsynchroniesly(java.lang.Object lock)
This method creates a Job that when executed will perform the same actions as the commit method. |
abstract void |
AbstractDataService.AbstractDataTransaction.commit()
Commit performs all the stored operations in the transaction. |
Constructors in org.caleigo.core with parameters of type DataServiceException | |
TunneledDataService.TunneledDataServiceReturnMessage(DataServiceException exception)
|
Uses of DataServiceException in org.caleigo.core.exception |
Subclasses of DataServiceException in org.caleigo.core.exception | |
class |
TransactionFailedException
|
Uses of DataServiceException in org.caleigo.core.service |
Methods in org.caleigo.core.service that throw DataServiceException | |
protected void |
MemoryDataService.executeLoad(IEntity entity,
Qualifier qualifier)
|
protected void |
MemoryDataService.executeQuery(DataQuery query,
ISelection selection)
|
protected void |
MemoryDataService.executeInsert(IEntity entity)
|
protected void |
MemoryDataService.executeUpdate(IEntity entity,
Qualifier qualifier)
|
protected void |
MemoryDataService.executeDelete(IEntity entity)
|
void |
MemoryDataService.DataTransaction.commit()
|
void |
MemoryDataService.DataTransaction.abortTransaction()
|
protected void |
JDBCPreparedStatementDataService.executeLoad(java.sql.Connection connection,
IEntity entity,
Qualifier qualifier)
|
protected void |
JDBCPreparedStatementDataService.executeQuery(java.sql.Connection connection,
DataQuery query,
ISelection selection)
|
protected void |
JDBCPreparedStatementDataService.executeInsert(java.sql.Connection connection,
IEntity entity)
|
protected void |
JDBCPreparedStatementDataService.executeUpdate(java.sql.Connection connection,
IEntity entity,
Qualifier qualifier)
|
protected void |
JDBCPreparedStatementDataService.executeDelete(java.sql.Connection connection,
IEntity entity)
|
protected java.sql.Connection |
JDBCPreparedStatementDataService.openConnection()
|
protected void |
JDBCPreparedStatementDataService.closeConnection(java.sql.Connection connection)
|
protected void |
JDBCPreparedStatementDataService.readResultSetRow(java.sql.ResultSet set,
IEntity entity,
boolean useFastSetData)
|
protected void |
JDBCPreparedStatementDataService.updateAutoIndex(java.sql.Statement statement,
IEntity entity)
This method updates autogenerated primary key field values. |
void |
JDBCPreparedStatementDataService.JDBCDataTransaction.commit()
Commit performs all the stored operations in the transaction. |
void |
JDBCPreparedStatementDataService.JDBCDataTransaction.abortTransaction()
|
java.sql.Connection |
JDBCPreparedStatementDataService.ConnectionPool.getConnection()
|
void |
JDBCPreparedStatementDataService.ConnectionPool.releaseConnection(java.sql.Connection connection)
|
protected void |
JDBCDataService.executeLoad(java.sql.Connection connection,
IEntity entity,
Qualifier qualifier)
|
protected void |
JDBCDataService.executeQuery(java.sql.Connection connection,
DataQuery query,
ISelection selection)
|
protected void |
JDBCDataService.executeInsert(java.sql.Connection connection,
IEntity entity)
|
protected void |
JDBCDataService.executeUpdate(java.sql.Connection connection,
IEntity entity,
Qualifier qualifier)
|
protected void |
JDBCDataService.executeDelete(java.sql.Connection connection,
IEntity entity)
|
protected void |
JDBCDataService.executeCreateTable(java.sql.Connection connection,
IEntityDescriptor entityDescriptor)
|
protected void |
JDBCDataService.executeCreateRelation(java.sql.Connection connection,
IEntityRelation entityRelation)
|
protected java.sql.Connection |
JDBCDataService.openConnection()
|
protected void |
JDBCDataService.closeConnection(java.sql.Connection connection)
|
protected void |
JDBCDataService.readResultSetRow(java.sql.ResultSet set,
IEntity entity,
boolean useFastSetData)
|
protected void |
JDBCDataService.updateAutoIndex(java.sql.Statement statement,
IEntity entity)
This method updates autogenerated primary key field values. |
void |
JDBCDataService.JDBCDataTransaction.commit()
Commit performs all the stored operations in the transaction. |
void |
JDBCDataService.JDBCDataTransaction.abortTransaction()
|
java.sql.Connection |
JDBCDataService.ConnectionPool.getConnection()
|
void |
JDBCDataService.ConnectionPool.releaseConnection(java.sql.Connection connection)
|
void |
CachedDataService.CachedDataTransaction.commit()
|
void |
CachedDataService.CachedDataTransaction.abortTransaction()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |