A B C D E F G H I J L M N O P Q R S T U V

A

acceptBFVisitor(INodeVisitor) - Method in class org.synchronoss.cpo.Node
Implements the visitor pattern.
acceptDFVisitor(INodeVisitor) - Method in class org.synchronoss.cpo.Node
Implements the visitor pattern.
addChild(Node) - Method in class org.synchronoss.cpo.Node
This function adds a child to the linked-list of children for this node.
addChildSort(Node) - Method in class org.synchronoss.cpo.Node
This function adds a child to the linked-list of children for this node.
addChildSort(Node, Comparator<Node>) - Method in class org.synchronoss.cpo.Node
 
addQueryToGroup(JdbcQuery) - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
AddReleasible(CpoReleasible) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
Adds a releasible object to this object.
AddReleasible(CpoReleasible) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Adds a releasible object to this object.
addWhere(CpoWhere) - Method in interface org.synchronoss.cpo.CpoWhere
 
addWhere(CpoWhere) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 

B

BindAttribute - Class in org.synchronoss.cpo.jdbc
 
BindAttribute(JdbcAttribute, Object) - Constructor for class org.synchronoss.cpo.jdbc.BindAttribute
 
BindAttribute(String, Object) - Constructor for class org.synchronoss.cpo.jdbc.BindAttribute
 
BindAttribute(JdbcAttribute, Object, boolean) - Constructor for class org.synchronoss.cpo.jdbc.BindAttribute
 
BindAttribute(String, Object, boolean) - Constructor for class org.synchronoss.cpo.jdbc.BindAttribute
 
buildMethodName(String, String) - Static method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 

C

cancel() - Method in class org.synchronoss.cpo.CpoArrayResultSet
 
cancel() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
cancel() - Method in interface org.synchronoss.cpo.CpoResultSet
 
ChildNodeException - Exception in org.synchronoss.cpo
Exception class acts as a catch all for any condition occurring in with regards to an Element
ChildNodeException(String) - Constructor for exception org.synchronoss.cpo.ChildNodeException
 
ChildNodeException() - Constructor for exception org.synchronoss.cpo.ChildNodeException
 
ClassDataSourceInfo - Class in org.synchronoss.cpo.jdbc
Collects the info required to instantiate a DataSource from a JDBC Driver Provides the DataSourceInfo factory method getDataSource which instantiates the DataSource
ClassDataSourceInfo(String) - Constructor for class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
Creates a ClassDataSourceInfo from a Jdbc Driver
ClassDataSourceInfo(String, String) - Constructor for class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
Creates a ClassDataSourceInfo from a Jdbc Driver
ClassDataSourceInfo(String, Map<String, String>) - Constructor for class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
Creates a ClassDataSourceInfo from a Jdbc Driver
ClassDataSourceInfo(String, Map<String, String>, String) - Constructor for class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
Creates a ClassDataSourceInfo from a Jdbc Driver
clearConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
clearConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
clearConnectionDirty(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
clearConnectionDirty(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
clearMetaClass(Object) - Method in interface org.synchronoss.cpo.CpoAdapter
Clears the metadata for the specified object.
clearMetaClass(String) - Method in interface org.synchronoss.cpo.CpoAdapter
Clears the metadata for the specified fully qualifed class name.
clearMetaClass(boolean) - Method in interface org.synchronoss.cpo.CpoAdapter
Clears the metadata for all classes.
clearMetaClass() - Method in interface org.synchronoss.cpo.CpoAdapter
Clears the metadata for all classes for the current datasource.
clearMetaClass(Object) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
clearMetaClass(String) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
clearMetaClass() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
clearMetaClass(boolean) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
clearMetaClass(Object) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Clears the metadata for the specified object.
clearMetaClass(String) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Clears the metadata for the specified fully qualifed class name.
clearMetaClass() - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Clears the metadata for all classes.
clearMetaClass(Object) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Clears the metadata for the specified object.
clearMetaClass(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Clears the metadata for the specified fully qualifed class name.
clearMetaClass(boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Clears the metadata for all classes.
clearMetaClass() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Clears the metadata for all classes for the current datasource.
clone() - Method in class org.synchronoss.cpo.Container
 
clone() - Method in class org.synchronoss.cpo.Node
 
close() - Method in interface org.synchronoss.cpo.CpoTrxAdapter
Closes the current transaction behind the CpoTrxAdapter.
close() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
closeConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
commit() - Method in interface org.synchronoss.cpo.CpoTrxAdapter
Commits the current transaction behind the CpoTrxAdapter
commit() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
commitConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
COMP_EQ - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_EXISTS - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_GT - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_GTEQ - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_IN - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_ISNULL - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_LIKE - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_LT - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_LTEQ - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_NEQ - Static variable in interface org.synchronoss.cpo.CpoWhere
 
COMP_NONE - Static variable in interface org.synchronoss.cpo.CpoWhere
 
compareTo(Node) - Method in class org.synchronoss.cpo.Node
 
connectionClosed(ConnectionEvent) - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
connectionErrorOccurred(ConnectionEvent) - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
Container - Class in org.synchronoss.cpo
 
Container() - Constructor for class org.synchronoss.cpo.Container
 
Container(Object) - Constructor for class org.synchronoss.cpo.Container
 
CpoAdapter - Interface in org.synchronoss.cpo
CpoAdapter is an interface for a set of routines that are responsible for Creating, Retrieving, Updating, and Deleting (CRUD) value objects within a datasource.
CpoAdapterBean - Class in org.synchronoss.cpo
 
CpoAdapterBean(CpoAdapter) - Constructor for class org.synchronoss.cpo.CpoAdapterBean
 
CpoAdapterEJB - Interface in org.synchronoss.cpo
 
CpoAdapterHome - Interface in org.synchronoss.cpo
 
CpoAdapterRemote - Interface in org.synchronoss.cpo
CpoAdapter is an interface for a set of routines that are responsible for Creating, Retrieving, Updating, and Deleting (CRUD) value objects within a datasource.
CpoArrayResultSet<E> - Class in org.synchronoss.cpo
 
CpoArrayResultSet() - Constructor for class org.synchronoss.cpo.CpoArrayResultSet
 
CpoArrayResultSet(Collection<? extends E>) - Constructor for class org.synchronoss.cpo.CpoArrayResultSet
 
CpoArrayResultSet(int) - Constructor for class org.synchronoss.cpo.CpoArrayResultSet
 
CpoBlockingResultSet<E> - Class in org.synchronoss.cpo
 
CpoBlockingResultSet(int) - Constructor for class org.synchronoss.cpo.CpoBlockingResultSet
 
CpoByteArrayInputStream - Class in org.synchronoss.cpo
CpoObject is a class that maps datasource datatypes to java.sql.types and java classes
CpoByteArrayInputStream(byte[]) - Constructor for class org.synchronoss.cpo.CpoByteArrayInputStream
 
CpoByteArrayInputStream(byte[], int, int) - Constructor for class org.synchronoss.cpo.CpoByteArrayInputStream
 
CpoCharArrayReader - Class in org.synchronoss.cpo
CpoObject is a class that maps datasource datatypes to java.sql.types and java classes
CpoCharArrayReader(char[]) - Constructor for class org.synchronoss.cpo.CpoCharArrayReader
 
CpoCharArrayReader(char[], int, int) - Constructor for class org.synchronoss.cpo.CpoCharArrayReader
 
CpoException - Exception in org.synchronoss.cpo
A CpoException is the common superclass for any number of CPO related exceptions that may occur during the execution of a business task.
CpoException() - Constructor for exception org.synchronoss.cpo.CpoException
Constructs a CpoException with no specified detail message.
CpoException(String) - Constructor for exception org.synchronoss.cpo.CpoException
Constructs a CpoException with the specified detail message.
CpoException(String, Throwable) - Constructor for exception org.synchronoss.cpo.CpoException
Constructs a CpoException with the specified detail message and nested exception.
CpoException(Throwable) - Constructor for exception org.synchronoss.cpo.CpoException
Constructs a CpoException with the specified detail message and nested exception.
CpoNativeQuery - Class in org.synchronoss.cpo
 
CpoNativeQuery() - Constructor for class org.synchronoss.cpo.CpoNativeQuery
 
CpoNativeQuery(String, String) - Constructor for class org.synchronoss.cpo.CpoNativeQuery
 
CpoObject<T> - Class in org.synchronoss.cpo
Deprecated.  
CpoObject(int, String, T) - Constructor for class org.synchronoss.cpo.CpoObject
Deprecated.  
CpoOrderBy - Interface in org.synchronoss.cpo
CpoOrderBy is an interface for specifying the sort order in which objects are returned from the Datasource.
CpoReleasible - Interface in org.synchronoss.cpo
CpoReleasible is a class that can be called during a CpoTransform when there are resources that need to released after the current prepared statement is processed.
CpoResultSet<E> - Interface in org.synchronoss.cpo
 
CpoSqlAdapter - Interface in org.synchronoss.cpo
 
CpoTrxAdapter - Interface in org.synchronoss.cpo
CpoTrxAdapter adds commit, rollback, and close functionality to the methods already in CpoAdapter.
CpoWhere - Interface in org.synchronoss.cpo
CpoWhere is an interface for specifying the where clause to filter objects that are returned from the Datasource.
CREATE - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
create() - Method in interface org.synchronoss.cpo.CpoAdapterHome
 
CREATE - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
createNode(int) - Static method in class org.synchronoss.cpo.Node
This is the factory method for creating Node objects.

D

DataSourceInfo - Interface in org.synchronoss.cpo
Interface that defines the methods needed by CPO for any class that collects DataSource info and instantiates the DataSource
decrypt(String) - Method in interface org.synchronoss.cpo.encrypt.Encryptor
 
DELETE - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
DELETE - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
deleteObject(T) - Method in interface org.synchronoss.cpo.CpoAdapter
Removes the Object from the datasource.
deleteObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Removes the Object from the datasource.
deleteObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in interface org.synchronoss.cpo.CpoAdapter
Removes the Object from the datasource.
deleteObject(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Removes the Object from the datasource.
deleteObject(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Removes the Object from the datasource.
deleteObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Removes the Object from the datasource.
deleteObject(T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Removes the Object from the datasource.
deleteObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Removes the Object from the datasource.
deleteObject(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Removes the Object from the datasource.
deleteObject(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Removes the Object from the datasource.
deleteObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Removes the Object from the datasource.
deleteObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Removes the Objects contained in the collection from the datasource.
deleteObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Removes the Objects contained in the collection from the datasource.
deleteObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in interface org.synchronoss.cpo.CpoAdapter
Removes the Objects contained in the collection from the datasource.
deleteObjects(Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Removes the Objects contained in the collection from the datasource.
deleteObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Removes the Objects contained in the collection from the datasource.
deleteObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Removes the Objects contained in the collection from the datasource.
deleteObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Removes the Objects contained in the collection from the datasource.
deleteObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Removes the Objects contained in the collection from the datasource.
deleteObjects(Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Removes the Objects contained in the collection from the datasource.
deleteObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Removes the Objects contained in the collection from the datasource.
deleteObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Removes the Objects contained in the collection from the datasource.
detail - Variable in exception org.synchronoss.cpo.CpoException
Nested Exception to hold wrapped exception.
doCompare(Node, Node, Comparator<Node>) - Method in class org.synchronoss.cpo.Node
 
DriverDataSourceInfo - Class in org.synchronoss.cpo.jdbc
Collects the info required to instantiate a DataSource from a JDBC Driver Provides the DataSourceInfo factory method getDataSource which instantiates the DataSource
DriverDataSourceInfo(String, String) - Constructor for class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
Creates a DriverDataSourceInfo from a Jdbc Driver
DriverDataSourceInfo(String, String, String) - Constructor for class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
Creates a DriverDataSourceInfo from a Jdbc Driver
DriverDataSourceInfo(String, String, Properties) - Constructor for class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
Creates a DriverDataSourceInfo from a Jdbc Driver
DriverDataSourceInfo(String, String, Properties, String) - Constructor for class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
Creates a DriverDataSourceInfo from a Jdbc Driver
DriverDataSourceInfo(String, String, String, String) - Constructor for class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
Creates a DriverDataSourceInfo from a Jdbc Driver
DriverDataSourceInfo(String, String, String, String, String) - Constructor for class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
Creates a DriverDataSourceInfo from a Jdbc Driver

E

ejbActivate() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
ejbCreate() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
ejbPassivate() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
ejbRemove() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
encrypt(String) - Method in interface org.synchronoss.cpo.encrypt.Encryptor
 
Encryptor - Interface in org.synchronoss.cpo.encrypt
 
EncryptorFactory - Class in org.synchronoss.cpo.encrypt
 
EncryptorFactory() - Constructor for class org.synchronoss.cpo.encrypt.EncryptorFactory
 
equals(Node) - Method in class org.synchronoss.cpo.Node
 
ExceptionHelper - Class in org.synchronoss.cpo.helper
 
ExceptionHelper() - Constructor for class org.synchronoss.cpo.helper.ExceptionHelper
 
EXECUTE - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
EXECUTE - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
executeAdapterMethod(String, Class<?>[], Object[]) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
executeObject(T) - Method in interface org.synchronoss.cpo.CpoAdapter
Executes an Object whose metadata will call an executable within the datasource.
executeObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Executes an Object whose metadata will call an executable within the datasource.
executeObject(String, C, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Executes an Object that represents an executable object within the datasource.
executeObject(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Executes an Object whose MetaData contains a stored procedure.
executeObject(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Executes an Object whose MetaData contains a stored procedure.
executeObject(String, C, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Executes an Object whose MetaData contains a stored procedure.
executeObject(T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Executes an Object that represents an executable object within the datasource.
executeObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Executes an Object whose MetaData contains a stored procedure.
executeObject(String, C, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Executes an Object that represents an executable object within the datasource.
executeObject(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Executes an Object whose metadata will call an executable within the datasource.
executeObject(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Executes an Object whose metadata will call an executable within the datasource.
executeObject(String, C, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Executes an Object that represents an executable object within the datasource.
EXIST - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
EXIST - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
existsObject(T) - Method in interface org.synchronoss.cpo.CpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T, Collection<CpoWhere>) - Method in interface org.synchronoss.cpo.CpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T, Collection<CpoWhere>) - Method in class org.synchronoss.cpo.CpoAdapterBean
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T, Collection<CpoWhere>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.
existsObject(String, T, Connection, Connection, Collection<CpoWhere>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
The CpoAdapter will check to see if this object exists in the datasource.

F

finalize() - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
finalize() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
DOCUMENT ME!
findMethods(JdbcMetaClass<T>, String, int, boolean) - Static method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 

G

get() - Method in class org.synchronoss.cpo.Queue
 
getAdapterClass() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
getAllowChildren() - Method in class org.synchronoss.cpo.Node
 
getAscending() - Method in interface org.synchronoss.cpo.CpoOrderBy
Gets the boolean that determines if the objects will be returned from from the CpoAdapter in Ascending order or Descending order
getAscending() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
Gets the boolean that determines if the objects will be returned from from the CpoAdapter in Ascending order or Descending order
getAttribute() - Method in interface org.synchronoss.cpo.CpoOrderBy
Gets the name of the attribute that is to be used to sort the results from the CpoAdapter.
getAttribute() - Method in interface org.synchronoss.cpo.CpoWhere
 
getAttribute() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
Gets the name of the attribute that is to be used to sort the results from the CpoAdapter.
getAttribute() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getAttribute() - Method in class org.synchronoss.cpo.jdbc.JdbcParameter
 
getAttributeFunction() - Method in interface org.synchronoss.cpo.CpoWhere
 
getAttributeFunction() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getAttributeMap() - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
getBindObject() - Method in class org.synchronoss.cpo.jdbc.BindAttribute
 
getBindValues(JdbcQuery, Object) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Called by the CPO Framework.
getBindValues() - Method in class org.synchronoss.cpo.jdbc.JdbcWhereBuilder
 
getBuffer() - Method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
getBuffer() - Method in class org.synchronoss.cpo.CpoCharArrayReader
 
getCallableStatement() - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
returns the jdbc callable statment associated with this object
getChildCount() - Method in class org.synchronoss.cpo.Node
 
getChildList() - Method in class org.synchronoss.cpo.Node
 
getClassId() - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
getColumnMap() - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
getComparison() - Method in interface org.synchronoss.cpo.CpoWhere
 
getComparison() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getConnection(String, String) - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
getConnection() - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
getConnection(String, String) - Method in class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
 
getConnection() - Method in class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
 
getContext() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getCpoAdapter() - Static method in class org.synchronoss.cpo.jdbc.JdbcCpoFactory
 
getCpoAdapter(String) - Static method in class org.synchronoss.cpo.jdbc.JdbcCpoFactory
 
getCpoReader(Reader) - Static method in class org.synchronoss.cpo.CpoCharArrayReader
 
getCpoStream(InputStream) - Static method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
getCpoTrxAdapter() - Method in interface org.synchronoss.cpo.CpoAdapter
Provides a mechanism for the user to obtain a CpoTrxAdapter object.
getCpoTrxAdapter() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
getCpoTrxAdapter() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Provides a mechanism for the user to obtain a CpoTrxAdapter object.
getCsGetter() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getCsSetter() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getDatabaseType() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getDataSource() - Method in interface org.synchronoss.cpo.DataSourceInfo
 
getDataSource() - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
getDataSource() - Method in class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
 
getDataSource() - Method in class org.synchronoss.cpo.jdbc.JndiDataSourceInfo
 
getDataSourceMap() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getDataSourceName() - Method in interface org.synchronoss.cpo.DataSourceInfo
 
getDataSourceName() - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
getDataSourceName() - Method in class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
 
getDataSourceName() - Method in class org.synchronoss.cpo.jdbc.JndiDataSourceInfo
 
getDbColumn() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getDbName() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getDbTable() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getDbTablePrefix() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
getEncryptor(String) - Static method in class org.synchronoss.cpo.encrypt.EncryptorFactory
 
getEncryptor() - Static method in class org.synchronoss.cpo.encrypt.EncryptorFactory
 
getFetchSize() - Method in class org.synchronoss.cpo.CpoArrayResultSet
 
getFetchSize() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
getFetchSize() - Method in interface org.synchronoss.cpo.CpoResultSet
 
getFirstChild() - Method in class org.synchronoss.cpo.Node
Gets the first child node in the linked-list of children.
getFunction() - Method in interface org.synchronoss.cpo.CpoOrderBy
Gets a string representing a datasource specific function call that must be applied to the attribute that will be used for sorting.
getFunction() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
Gets a string representing a datasource specific function call that must be applied to the attribute that will be used for sorting.
getGetterName() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getGetters() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getGroupType(T, String, String, Connection, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getGUID() - Static method in class org.synchronoss.cpo.GUID
 
getJavaClass() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getJavaClass() - Method in class org.synchronoss.cpo.jdbc.JavaSqlType
 
getJavaSqlMethod(Class<?>) - Static method in class org.synchronoss.cpo.jdbc.JavaSqlMethods
 
getJavaSqlMethodClass() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getJavaSqlType() - Method in class org.synchronoss.cpo.jdbc.JavaSqlType
 
getJavaSqlType(int) - Static method in class org.synchronoss.cpo.jdbc.JavaSqlTypes
 
getJavaSqlType(String) - Static method in class org.synchronoss.cpo.jdbc.JavaSqlTypes
 
getJavaSqlType() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getJavaSqlTypeName() - Method in class org.synchronoss.cpo.jdbc.JavaSqlType
 
getJdbcAttribute() - Method in class org.synchronoss.cpo.jdbc.BindAttribute
 
getJmcClass() - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
getLength() - Method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
getLength() - Method in class org.synchronoss.cpo.CpoCharArrayReader
 
getLocalizedMessage(Throwable) - Static method in class org.synchronoss.cpo.helper.ExceptionHelper
 
getLogical() - Method in interface org.synchronoss.cpo.CpoWhere
 
getLogical() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getLoginTimeout() - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
getLoginTimeout() - Method in class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
 
getLogWriter() - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
getLogWriter() - Method in class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
 
getMarker() - Method in class org.synchronoss.cpo.CpoNativeQuery
 
getMessage() - Method in exception org.synchronoss.cpo.CpoException
Returns the detail message, including the message from the nested exception if there is one.
getMessage(Throwable) - Static method in class org.synchronoss.cpo.helper.ExceptionHelper
 
getMetaClass(T, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getMetaClassMap() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
getMetaConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getMetaDataSource() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getMetaDataSourceName() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getMethodType() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getModified() - Method in class org.synchronoss.cpo.Container
 
getModified() - Method in interface org.synchronoss.cpo.IContainer
 
getName() - Method in class org.synchronoss.cpo.CpoObject
Deprecated. Gets the context name that will be used to identify the query group that is associated with the operation on the specific object
getName() - Method in interface org.synchronoss.cpo.CpoOrderBy
Gets a string representing the name of this instance of the CpoOrderBy
getName() - Method in interface org.synchronoss.cpo.CpoWhere
Gets a string representing the name of this instance of the CpoOrderBy
getName() - Method in class org.synchronoss.cpo.jdbc.BindAttribute
 
getName() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getName() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
 
getName() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getName() - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
getName() - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
getNativeText() - Method in class org.synchronoss.cpo.CpoNativeQuery
 
getNextSibling() - Method in class org.synchronoss.cpo.Node
Gets the next sibling for this node in the linked list of Nodes.
getNot() - Method in interface org.synchronoss.cpo.CpoWhere
 
getNot() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getObject() - Method in class org.synchronoss.cpo.Container
 
getObject() - Method in class org.synchronoss.cpo.CpoObject
Deprecated. Gets the object that was passed in when creating this CpoObject.
getObject() - Method in interface org.synchronoss.cpo.IContainer
 
getOffset() - Method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
getOffset() - Method in class org.synchronoss.cpo.CpoCharArrayReader
 
getOperation() - Method in class org.synchronoss.cpo.CpoObject
Deprecated. Gets the integer that represents the type of operation that will be called on the pojo
getOutParameters() - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
returns the Out parameters from the callable statement
getParameterList() - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
getParentNode() - Method in class org.synchronoss.cpo.Node
Gets the parent node for this node
getPreparedStatement() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Returns the jdbc prepared statment associated with this object
getPrevSibling() - Method in class org.synchronoss.cpo.Node
Gets the previous sibling for this node in the linked list of Nodes.
getPsSetter() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getQueryGroup(String, String) - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
getQueryGroups() - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
getQueryId() - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
getReadConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getReadDataSource() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getResourceInt(ResourceBundle, String) - Static method in class org.synchronoss.cpo.jdbc.JdbcCpoFactory
 
getResourceString(ResourceBundle, String) - Static method in class org.synchronoss.cpo.jdbc.JdbcCpoFactory
 
getRightAttribute() - Method in interface org.synchronoss.cpo.CpoWhere
 
getRightAttribute() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getRightAttributeFunction() - Method in interface org.synchronoss.cpo.CpoWhere
 
getRightAttributeFunction() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getRsGetter() - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
getSetterName() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getSetters() - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
getSize() - Method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
getSize() - Method in class org.synchronoss.cpo.CpoCharArrayReader
 
getSqlTypeClass(String) - Method in interface org.synchronoss.cpo.CpoSqlAdapter
 
getSqlTypeClass(int) - Static method in class org.synchronoss.cpo.jdbc.JavaSqlTypes
 
getSqlTypeClass(Integer) - Static method in class org.synchronoss.cpo.jdbc.JavaSqlTypes
 
getSqlTypeClass(String) - Static method in class org.synchronoss.cpo.jdbc.JavaSqlTypes
 
getSqlTypes() - Method in interface org.synchronoss.cpo.CpoSqlAdapter
 
getSqlTypes() - Static method in class org.synchronoss.cpo.jdbc.JavaSqlTypes
 
getStaticConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
getStaticConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
getStaticValue() - Method in interface org.synchronoss.cpo.CpoWhere
 
getStaticValue() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getTablePrefix() - Method in interface org.synchronoss.cpo.DataSourceInfo
Returns the tablePrefix or an empty string if no table prefix exists.
getTablePrefix() - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
getTablePrefix() - Method in class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
 
getTablePrefix() - Method in class org.synchronoss.cpo.jdbc.JndiDataSourceInfo
 
getText() - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
getType() - Method in class org.synchronoss.cpo.jdbc.JdbcParameter
 
getType() - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
getValue() - Method in interface org.synchronoss.cpo.CpoWhere
 
getValue() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getValueFunction() - Method in interface org.synchronoss.cpo.CpoWhere
 
getValueFunction() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
getWhereClause() - Method in class org.synchronoss.cpo.jdbc.JdbcWhereBuilder
 
getWriteConnection() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
getWriteDataSource() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
GUID - Class in org.synchronoss.cpo
 

H

hasNext() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
hasParent() - Method in class org.synchronoss.cpo.Node
Checks to see if this node has a parent.

I

IContainer - Interface in org.synchronoss.cpo
 
INodeVisitor - Interface in org.synchronoss.cpo
This is the interface for the visitors to the Node Hierarchy
INSERT - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
INSERT - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
insertObject(T) - Method in interface org.synchronoss.cpo.CpoAdapter
Creates the Object in the datasource.
insertObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Creates the Object in the datasource.
insertObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in interface org.synchronoss.cpo.CpoAdapter
Creates the Object in the datasource.
insertObject(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Creates the Object and stores it in the datasource.
insertObject(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Creates the Object and stores it in the datasource.
insertObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Creates the Object in the datasource.
insertObject(T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Creates the Object in the datasource.
insertObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Creates the Object in the datasource.
insertObject(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates the Object in the datasource.
insertObject(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates the Object in the datasource.
insertObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates the Object in the datasource.
insertObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in interface org.synchronoss.cpo.CpoAdapter
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Iterates through a collection of Objects, creates them and stores them in the datasource.
insertObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Iterates through a collection of Objects, creates them and stores them in the datasource.
insertObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Iterates through a collection of Objects, creates and stores them in the datasource.
insertObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Iterates through a collection of Objects, creates and stores them in the datasource.
insertParentAfter(Node) - Method in class org.synchronoss.cpo.Node
Inserts a new Parent Node as a child of this node and moves all pre-existing children to be children of the new Parent Node.
insertParentBefore(Node) - Method in class org.synchronoss.cpo.Node
Inserts a new Parent into the tree structure and adds this node as its child.
insertSiblingAfter(Node) - Method in class org.synchronoss.cpo.Node
Adds a Sibling immediately following this Node.
insertSiblingBefore(Node) - Method in class org.synchronoss.cpo.Node
Inserts a Sibling into the linked list just prior to this Node
invokeGetter(JdbcCallableStatementFactory, Object, int) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
invokeGetter(JdbcPreparedStatementFactory, Object, int) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
invokeSetter(Object, ResultSet, int) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
invokeSetter(Object, CallableStatement, int) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
isClosed() - Method in interface org.synchronoss.cpo.CpoTrxAdapter
Returns true if the TrxAdapter has been closed, false if it is still active
isClosed() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
isConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
isConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
isConnectionDirty(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
isConnectionDirty(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
isEmpty() - Method in class org.synchronoss.cpo.Queue
 
isIn() - Method in class org.synchronoss.cpo.jdbc.BindAttribute
 
isInParameter() - Method in class org.synchronoss.cpo.jdbc.JdbcParameter
 
isJava3 - Static variable in class org.synchronoss.cpo.JavaVersion
 
isJava4 - Static variable in class org.synchronoss.cpo.JavaVersion
 
isJava5 - Static variable in class org.synchronoss.cpo.JavaVersion
 
isJava6 - Static variable in class org.synchronoss.cpo.JavaVersion
 
isLeaf() - Method in interface org.synchronoss.cpo.CpoWhere
 
isLeaf() - Method in class org.synchronoss.cpo.Node
Checks to see if this node is a leaf node, that is, if it has no children.
isOutParameter() - Method in class org.synchronoss.cpo.jdbc.JdbcParameter
 
isReadOnly() - Method in class org.synchronoss.cpo.Container
 
isStaticConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
isStaticConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
isWrapperFor(Class<?>) - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
isWrapperFor(Class<?>) - Method in class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
 
iterator() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 

J

Java3 - Static variable in class org.synchronoss.cpo.JavaVersion
 
Java4 - Static variable in class org.synchronoss.cpo.JavaVersion
 
Java5 - Static variable in class org.synchronoss.cpo.JavaVersion
 
Java6 - Static variable in class org.synchronoss.cpo.JavaVersion
 
JavaSqlMethod<T> - Class in org.synchronoss.cpo.jdbc
JdbcType is a class that maps datasource datatypes to java.sql.types and java classes
JavaSqlMethod(int, Class<T>, Class<T>, String, String) - Constructor for class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
JavaSqlMethods - Class in org.synchronoss.cpo.jdbc
JdbcTypeClasses is a class that maps datasource datatypes to java.sql.types and java classes
JavaSqlType<T> - Class in org.synchronoss.cpo.jdbc
JdbcType is a class that maps datasource datatypes to java.sql.types and java classes
JavaSqlType(int, String, Class<T>) - Constructor for class org.synchronoss.cpo.jdbc.JavaSqlType
 
JavaSqlTypes - Class in org.synchronoss.cpo.jdbc
JdbcTypeClasses is a class that maps datasource datatypes to java.sql.types and java classes
JavaVersion - Class in org.synchronoss.cpo
This class is used to do conditional compilation.
JavaVersion() - Constructor for class org.synchronoss.cpo.JavaVersion
 
JdbcAttribute - Class in org.synchronoss.cpo.jdbc
JdbcAttribute is a class that maps traditional java classes to tables in a jdbc database.
JdbcAttribute() - Constructor for class org.synchronoss.cpo.jdbc.JdbcAttribute
 
JdbcAttribute(JdbcMetaClass<T>, String, String, String, String, String, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcAttribute
 
JdbcCallableStatementFactory - Class in org.synchronoss.cpo.jdbc
JdbcCallableStatementFactory is the object that encapsulates the creation of the actual CallableStatement for the JDBC driver.
JdbcCallableStatementFactory(Connection, JdbcCpoAdapter, JdbcQuery, Object) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
Used to build the CallableStatement that is used by CPO to create the actual JDBC CallableStatement.
JdbcCpoAdapter - Class in org.synchronoss.cpo.jdbc
JdbcCpoAdapter is an interface for a set of routines that are responsible for managing value objects from a datasource.
JdbcCpoAdapter() - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
JdbcCpoAdapter(DataSourceInfo) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates a JdbcCpoAdapter.
JdbcCpoAdapter(DataSourceInfo, DataSourceInfo) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates a JdbcCpoAdapter.
JdbcCpoAdapter(DataSourceInfo, DataSourceInfo, DataSourceInfo) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Creates a JdbcCpoAdapter.
JdbcCpoAdapter(DataSource, String, boolean, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
JdbcCpoFactory - Class in org.synchronoss.cpo.jdbc
JdbcCpoFactory implements the JdbcCpoAdapter as a singleton.
JdbcCpoOrderBy - Class in org.synchronoss.cpo.jdbc
JdbcCpoOrderBy is an interface for specifying the sort order in which objects are returned from the Datasource.
JdbcCpoOrderBy(String, boolean) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
 
JdbcCpoOrderBy(String, boolean, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
 
JdbcCpoTrxAdapter - Class in org.synchronoss.cpo.jdbc
 
JdbcCpoTrxAdapter(DataSource, String, Connection, boolean, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
JdbcCpoWhere - Class in org.synchronoss.cpo.jdbc
JdbcCpoWhere is an interface for specifying the sort order in which objects are returned from the Datasource.
JdbcCpoWhere(int, String, int, T) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
JdbcCpoWhere(int, String, int, T, boolean) - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
JdbcCpoWhere() - Constructor for class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
JdbcMetaClass<T> - Class in org.synchronoss.cpo.jdbc
JdbcMetaClass is a class that maps traditional java classes to tables in a jdbc database.
JdbcMetaClass(Class<T>, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
JdbcParameter - Class in org.synchronoss.cpo.jdbc
JdbcParameter is a class that maps traditional java classes to tables in a jdbc database.
JdbcParameter() - Constructor for class org.synchronoss.cpo.jdbc.JdbcParameter
 
JdbcParameter(JdbcAttribute, String) - Constructor for class org.synchronoss.cpo.jdbc.JdbcParameter
 
JdbcPreparedStatementFactory - Class in org.synchronoss.cpo.jdbc
JdbcPreparedStatementFactory is the object that encapsulates the creation of the actual PreparedStatement for the JDBC driver.
JdbcPreparedStatementFactory(Connection, JdbcCpoAdapter, JdbcMetaClass<T>, JdbcQuery, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Constructor for class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Used to build the PreparedStatement that is used by CPO to create the actual JDBC PreparedStatement.
JdbcQuery - Class in org.synchronoss.cpo.jdbc
JdbcQuery is a class that maps traditional java classes to tables in a jdbc database.
JdbcQuery() - Constructor for class org.synchronoss.cpo.jdbc.JdbcQuery
 
JdbcWhereBuilder<T> - Class in org.synchronoss.cpo.jdbc
JdbcWhereBuilder is an interface for specifying the sort order in which objects are returned from the Datasource.
JdbcWhereBuilder(JdbcMetaClass<T>) - Constructor for class org.synchronoss.cpo.jdbc.JdbcWhereBuilder
 
JndiDataSourceInfo - Class in org.synchronoss.cpo.jdbc
Collects the info required to instantiate a DataSource stored as a JNDI Resource.
JndiDataSourceInfo(String) - Constructor for class org.synchronoss.cpo.jdbc.JndiDataSourceInfo
Creates a JndiDataSourceInfo from a JNDIName that represents the datasource in the application server.
JndiDataSourceInfo(String, String) - Constructor for class org.synchronoss.cpo.jdbc.JndiDataSourceInfo
Creates a JndiDataSourceInfo from a JNDIName that represents the datasource in the application server.
JndiDataSourceInfo(String, Context) - Constructor for class org.synchronoss.cpo.jdbc.JndiDataSourceInfo
Creates a JndiDataSourceInfo from a JNDIName that represents the datasource in the application server.
JndiDataSourceInfo(String, Context, String) - Constructor for class org.synchronoss.cpo.jdbc.JndiDataSourceInfo
Creates a JndiDataSourceInfo from a JNDIName that represents the datasource in the application server.

L

LIST - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
LIST - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
LOGIC_AND - Static variable in interface org.synchronoss.cpo.CpoWhere
 
LOGIC_NONE - Static variable in interface org.synchronoss.cpo.CpoWhere
 
LOGIC_OR - Static variable in interface org.synchronoss.cpo.CpoWhere
 

M

METHOD_TYPE_BASIC - Static variable in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
METHOD_TYPE_READER - Static variable in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
METHOD_TYPE_STREAM - Static variable in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 

N

newOrderBy(String, boolean) - Method in interface org.synchronoss.cpo.CpoAdapter
newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
newOrderBy(String, boolean, String) - Method in interface org.synchronoss.cpo.CpoAdapter
newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
newOrderBy(String, boolean) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
newOrderBy(String, boolean, String) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
newOrderBy(String, boolean) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
DOCUMENT ME!
newOrderBy(String, boolean, String) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
DOCUMENT ME!
newOrderBy(String, boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
newOrderBy(String, boolean, String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
newWhere() - Method in interface org.synchronoss.cpo.CpoAdapter
DOCUMENT ME!
newWhere(int, String, int, T) - Method in interface org.synchronoss.cpo.CpoAdapter
DOCUMENT ME!
newWhere(int, String, int, T, boolean) - Method in interface org.synchronoss.cpo.CpoAdapter
DOCUMENT ME!
newWhere() - Method in class org.synchronoss.cpo.CpoAdapterBean
 
newWhere(int, String, int, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
newWhere(int, String, int, T, boolean) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
newWhere() - Method in interface org.synchronoss.cpo.CpoAdapterRemote
DOCUMENT ME!
newWhere(int, String, int, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
DOCUMENT ME!
newWhere(int, String, int, T, boolean) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
DOCUMENT ME!
newWhere() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
newWhere(int, String, int, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
newWhere(int, String, int, T, boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
next() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
Node - Class in org.synchronoss.cpo
This is a general Node class to be used to build different types of trees.
Node() - Constructor for class org.synchronoss.cpo.Node
This is the default constructor for the Node class.
Node(int) - Constructor for class org.synchronoss.cpo.Node
This constructor allows you to create a composite or component node based on the node_type.

O

OracleTemporaryBlob - Class in org.synchronoss.cpo.transform.jdbc
 
OracleTemporaryBlob(BLOB) - Constructor for class org.synchronoss.cpo.transform.jdbc.OracleTemporaryBlob
 
OracleTemporaryClob - Class in org.synchronoss.cpo.transform.jdbc
 
OracleTemporaryClob(CLOB) - Constructor for class org.synchronoss.cpo.transform.jdbc.OracleTemporaryClob
 
org.synchronoss.cpo - package org.synchronoss.cpo
 
org.synchronoss.cpo.encrypt - package org.synchronoss.cpo.encrypt
 
org.synchronoss.cpo.helper - package org.synchronoss.cpo.helper
 
org.synchronoss.cpo.jdbc - package org.synchronoss.cpo.jdbc
 
org.synchronoss.cpo.transform - package org.synchronoss.cpo.transform
 
org.synchronoss.cpo.transform.jdbc - package org.synchronoss.cpo.transform.jdbc
 

P

PERSIST - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
PERSIST - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
persistObject(T) - Method in interface org.synchronoss.cpo.CpoAdapter
Persists the Object into the datasource.
persistObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Persists the Object into the datasource.
persistObject(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists the Object into the datasource.
persistObject(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists the Object into the datasource.
persistObject(T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Persists the Object into the datasource.
persistObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Persists the Object into the datasource.
persistObject(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Persists the Object into the datasource.
persistObject(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Persists the Object into the datasource.
persistObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Persists a collection of Objects into the datasource.
persistObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Persists a collection of Objects into the datasource.
persistObjects(Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists a collection of Objects into the datasource.
persistObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists a collection of Objects into the datasource.
persistObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Persists a collection of Objects into the datasource.
persistObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Persists a collection of Objects into the datasource.
persistObjects(Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Persists a collection of Objects into the datasource.
persistObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Persists a collection of Objects into the datasource.
printStackTrace(PrintStream) - Method in exception org.synchronoss.cpo.CpoException
Prints the composite message and the embedded stack trace to the specified stream ps.
printStackTrace() - Method in exception org.synchronoss.cpo.CpoException
Prints the composite message to System.err.
printStackTrace(PrintWriter) - Method in exception org.synchronoss.cpo.CpoException
Prints the composite message and the embedded stack trace to the specified print writer pw.
processBatchUpdateGroup(T[], String, String, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, Connection, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processExecuteGroup(String, C, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Executes an Object whose MetaData contains a stored procedure.
processExecuteGroup(String, C, T, Connection, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processSelectGroup(T, String, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the Object from the datasource.
processSelectGroup(T, String, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, Connection, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processSelectGroup(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processSelectGroup(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, boolean, CpoResultSet<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
processSelectGroup(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, Connection, Connection, boolean, CpoResultSet<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processUpdateGroup(T, String, String, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processUpdateGroup(T, String, String, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, Connection, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processUpdateGroup(Collection<T>, String, String, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
processUpdateGroup(Collection<T>, String, String, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, Connection, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
put(E) - Method in class org.synchronoss.cpo.CpoArrayResultSet
 
put(E) - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
put(E) - Method in interface org.synchronoss.cpo.CpoResultSet
 
put(Object) - Method in class org.synchronoss.cpo.Queue
 

Q

Queue - Class in org.synchronoss.cpo
 
Queue() - Constructor for class org.synchronoss.cpo.Queue
 

R

release() - Method in class org.synchronoss.cpo.Container
 
release() - Method in interface org.synchronoss.cpo.CpoReleasible
release is called by the CPO framework.
release() - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
Called by the CPO framework.
release() - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Called by the CPO framework.
release() - Method in class org.synchronoss.cpo.Node
Resets all the attributes to their default state.
release() - Method in class org.synchronoss.cpo.transform.jdbc.OracleTemporaryBlob
 
release() - Method in class org.synchronoss.cpo.transform.jdbc.OracleTemporaryClob
 
remove() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
removeAll() - Method in class org.synchronoss.cpo.Node
Remove this node and all its children from the tree.
removeChild(Node) - Method in class org.synchronoss.cpo.Node
Searches for an immediate child node and if found removes it from the linked-list of children.
removeChildNode() - Method in class org.synchronoss.cpo.Node
Remove just this node from the tree.
RETRIEVE - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
RETRIEVE - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
retrieveBean(T) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the Bean from the datasource.
retrieveBean(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBean(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBean(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBean(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBean(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBean(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBean(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBean(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBean(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBean(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBean(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBean(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBean(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBean(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, CpoWhere, Collection<CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, Collection<CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, CpoWhere, Collection<CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, int) - Method in interface org.synchronoss.cpo.CpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, CpoWhere, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, CpoWhere, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, int) - Method in class org.synchronoss.cpo.CpoAdapterBean
Retrieves the bean from the datasource.
retrieveBeans(String, C) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, CpoWhere, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, CpoWhere, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveBeans(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Retrieves the bean from the datasource.
retrieveObject(T) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated. use retrieveBean
retrieveObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated. use retrieveBean
retrieveObject(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated. use retrieveBean
retrieveObject(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated. use retrieveBean
retrieveObject(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated. use retrieveBean
retrieveObject(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated. use retrieveBean
retrieveObject(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated. use retrieveBean
retrieveObject(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated. use retrieveBean
retrieveObject(T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Retrieves the Object from the datasource.
retrieveObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Retrieves the Object from the datasource.
retrieveObject(String, C, T, CpoWhere, Collection<? extends CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Retrieves the Object from the datasource.
retrieveObject(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated. use retrieveBean
retrieveObject(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated. use retrieveBean
retrieveObject(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated. use retrieveBean
retrieveObject(String, C, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated. use retrieveBean
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated. use retrieveBean
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated. use retrieveBeans
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, T, int) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated. use retrieveBeans
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated. use retrieveBeans
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated. use retrieveBeans
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, T, int) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated. use retrieveBeans
retrieveObjects(String, C, T, CpoWhere, Collection<? extends CpoOrderBy>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Retrieves the Object from the datasource.
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated. use retrieveBeans
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated. use retrieveBeans
retrieveObjects(String, C, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>, T, int) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated. use retrieveBeans
rollback() - Method in interface org.synchronoss.cpo.CpoTrxAdapter
Rollback the current transaction behind the CpoTrxAdapter
rollback() - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
rollbackConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!

S

setAllowChildren(boolean) - Method in class org.synchronoss.cpo.Node
 
setAscending(boolean) - Method in interface org.synchronoss.cpo.CpoOrderBy
Sets the boolean that determines if the objects will be returned from from the CpoAdapter in Ascending order or Descending order
setAscending(boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
Sets the boolean that determines if the objects will be returned from from the CpoAdapter in Ascending order or Descending order
setAttribute(String) - Method in interface org.synchronoss.cpo.CpoOrderBy
Sets the name of the attribute that is to be used to sort the results from the CpoAdapter.
setAttribute(String) - Method in interface org.synchronoss.cpo.CpoWhere
 
setAttribute(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
Sets the name of the attribute that is to be used to sort the results from the CpoAdapter.
setAttribute(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setAttribute(JdbcAttribute) - Method in class org.synchronoss.cpo.jdbc.JdbcParameter
 
setAttributeFunction(String) - Method in interface org.synchronoss.cpo.CpoWhere
 
setAttributeFunction(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setBindValues(Collection<BindAttribute>) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
Called by the CPO Framework.
setBuffer(byte[]) - Method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
setBuffer(char[]) - Method in class org.synchronoss.cpo.CpoCharArrayReader
 
setCallableStatement(CallableStatement) - Method in class org.synchronoss.cpo.jdbc.JdbcCallableStatementFactory
 
setClassId(String) - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
setComparison(int) - Method in interface org.synchronoss.cpo.CpoWhere
 
setComparison(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
setConnectionBusy(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
setConnectionDirty(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
setConnectionDirty(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
setContext(Context) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
setCsGetter(String) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setCsSetter(String) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setDatabaseType(String) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setDataSourceMap(HashMap<String, HashMap<String, JdbcMetaClass<?>>>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
setDbColumn(String) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setDbName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setDbTable(String) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setDbTablePrefix(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
setFirstChild(Node) - Method in class org.synchronoss.cpo.Node
Sets the first child node in the linked-list of children.
setFunction(String) - Method in interface org.synchronoss.cpo.CpoOrderBy
Sets a string representing a datasource specific function call that must be applied to the attribute that will be used for sorting.
setFunction(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
Sets a string representing a datasource specific function call that must be applied to the attribute that will be used for sorting.
setGetterName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setGetters(Method[]) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setJavaClass(Class<T>) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setJavaClass(Class<T>) - Method in class org.synchronoss.cpo.jdbc.JavaSqlType
 
setJavaSqlMethodClass(Class<T>) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setJavaSqlType(int) - Method in class org.synchronoss.cpo.jdbc.JavaSqlType
 
setJavaSqlType(int) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setJavaSqlTypeName(String) - Method in class org.synchronoss.cpo.jdbc.JavaSqlType
 
setJmcClass(Class<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
setLogical(int) - Method in interface org.synchronoss.cpo.CpoWhere
 
setLogical(int) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setLoginTimeout(int) - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
setLoginTimeout(int) - Method in class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
 
setLogWriter(PrintWriter) - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
setLogWriter(PrintWriter) - Method in class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
 
setMarker(String) - Method in class org.synchronoss.cpo.CpoNativeQuery
 
setMetaDataSource(DataSource) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
setMetaDataSourceName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
setMethodType(int) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setModified(boolean) - Method in class org.synchronoss.cpo.Container
 
setModified(boolean) - Method in interface org.synchronoss.cpo.IContainer
 
setName(String) - Method in class org.synchronoss.cpo.CpoObject
Deprecated.  
setName(String) - Method in interface org.synchronoss.cpo.CpoOrderBy
Sets a string representing the name of this instance of the CpoOrderBy
setName(String) - Method in interface org.synchronoss.cpo.CpoWhere
Sets a string representing the name of this instance of the CpoOrderBy
setName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
 
setName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcMetaClass
 
setName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
setNativeText(String) - Method in class org.synchronoss.cpo.CpoNativeQuery
 
setNextSibling(Node) - Method in class org.synchronoss.cpo.Node
Sets the NextSibling for this node.
setNot(boolean) - Method in interface org.synchronoss.cpo.CpoWhere
 
setNot(boolean) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setObject(Object) - Method in class org.synchronoss.cpo.Container
 
setObject(T) - Method in class org.synchronoss.cpo.CpoObject
Deprecated.  
setObject(Object) - Method in interface org.synchronoss.cpo.IContainer
 
setOffset(int) - Method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
setOffset(int) - Method in class org.synchronoss.cpo.CpoCharArrayReader
 
setOperation(int) - Method in class org.synchronoss.cpo.CpoObject
Deprecated.  
setParent(Node) - Method in class org.synchronoss.cpo.Node
Sets the Parent Node for this Node.
setPreparedStatement(PreparedStatement) - Method in class org.synchronoss.cpo.jdbc.JdbcPreparedStatementFactory
 
setPrevSibling(Node) - Method in class org.synchronoss.cpo.Node
Sets the PrevSibling for this node.
setPsSetter(String) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setQueryId(String) - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
setReadDataSource(DataSource) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
setReadOnly(boolean) - Method in class org.synchronoss.cpo.Container
 
setRightAttribute(String) - Method in interface org.synchronoss.cpo.CpoWhere
 
setRightAttribute(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setRightAttributeFunction(String) - Method in interface org.synchronoss.cpo.CpoWhere
 
setRightAttributeFunction(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setRsGetter(String) - Method in class org.synchronoss.cpo.jdbc.JavaSqlMethod
 
setSessionContext(SessionContext) - Method in class org.synchronoss.cpo.CpoAdapterBean
 
setSetterName(String) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setSetters(Method[]) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setSize(int) - Method in class org.synchronoss.cpo.CpoByteArrayInputStream
 
setSize(int) - Method in class org.synchronoss.cpo.CpoCharArrayReader
 
setStaticConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
 
setStaticConnection(Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoTrxAdapter
 
setStaticValue(String) - Method in interface org.synchronoss.cpo.CpoWhere
 
setStaticValue(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setText(String) - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
setTransformClass(String) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
setType(String) - Method in class org.synchronoss.cpo.jdbc.JdbcParameter
 
setType(String) - Method in class org.synchronoss.cpo.jdbc.JdbcQuery
 
setValue(Object) - Method in interface org.synchronoss.cpo.CpoWhere
 
setValue(Object) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setValueFunction(String) - Method in interface org.synchronoss.cpo.CpoWhere
 
setValueFunction(String) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
setWriteDataSource(DataSource) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
DOCUMENT ME!
size() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
size() - Method in interface org.synchronoss.cpo.CpoResultSet
 

T

take() - Method in class org.synchronoss.cpo.CpoArrayResultSet
 
take() - Method in class org.synchronoss.cpo.CpoBlockingResultSet
 
take() - Method in interface org.synchronoss.cpo.CpoResultSet
 
toString() - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
toString() - Method in class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
 
toString(JdbcMetaClass<?>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoOrderBy
 
toString(JdbcMetaClass<?>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoWhere
 
transactObjects(Collection<CpoObject<T>>) - Method in interface org.synchronoss.cpo.CpoAdapter
Deprecated.  
transactObjects(Collection<CpoObject<T>>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Deprecated.  
transactObjects(Collection<CpoObject<T>>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Deprecated.  
transactObjects(Collection<CpoObject<T>>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated.  
transactObjects(Collection<CpoObject<T>>, Connection, Connection) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Deprecated.  
Transform<D,J> - Interface in org.synchronoss.cpo.transform
User: michael Date: Sep 19, 2010 Time: 12:37:17 AM
TransformBlob - Class in org.synchronoss.cpo.transform.jdbc
Converts a java.sql.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob
TransformBlob() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformBlob
 
TransformCharArray - Class in org.synchronoss.cpo.transform.jdbc
Converts a char[] from a jdbc datasource getString() call and from a char[] to a setString() in a datasource
TransformCharArray() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformCharArray
 
TransformClob - Class in org.synchronoss.cpo.transform.jdbc
Converts a java.sql.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob
TransformClob() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformClob
 
TransformDateToEncryptedString - Class in org.synchronoss.cpo.transform.jdbc
 
TransformDateToEncryptedString() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformDateToEncryptedString
 
TransformGZipBlob - Class in org.synchronoss.cpo.transform.jdbc
Converts a java.sql.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob
TransformGZipBlob() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformGZipBlob
 
TransformGZipBytes - Class in org.synchronoss.cpo.transform.jdbc
Converts a compressed byte[] from a jdbc datasource to an uncompressed byte[] and from a byte[] to a compressed byte[] in a datasource
TransformGZipBytes() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformGZipBytes
 
transformIn(Object) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
transformIn(Blob) - Method in class org.synchronoss.cpo.transform.jdbc.TransformBlob
Transforms the datasource object into an object required by the class
transformIn(String) - Method in class org.synchronoss.cpo.transform.jdbc.TransformCharArray
Transforms the datasource object into an object required by the class
transformIn(Clob) - Method in class org.synchronoss.cpo.transform.jdbc.TransformClob
Transforms the datasource object into an object required by the class
transformIn(String) - Method in class org.synchronoss.cpo.transform.jdbc.TransformDateToEncryptedString
 
transformIn(Blob) - Method in class org.synchronoss.cpo.transform.jdbc.TransformGZipBlob
Transforms the datasource object into an object required by the class
transformIn(byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformGZipBytes
Transforms the datasource object into an object required by the class
transformIn(Integer) - Method in class org.synchronoss.cpo.transform.jdbc.TransformNoOp
Transforms the datasource object into an object required by the class.
transformIn(String) - Method in class org.synchronoss.cpo.transform.jdbc.TransformStringChar
Transforms the datasource object into an object required by the class
transformIn(String) - Method in class org.synchronoss.cpo.transform.jdbc.TransformStringToEncryptedString
 
transformIn(Timestamp) - Method in class org.synchronoss.cpo.transform.jdbc.TransformTimestampToCalendar
Transforms the java.sql.Timestamp returned from JDBC into a java.util.Calendar to be used by the class.
transformIn(D) - Method in interface org.synchronoss.cpo.transform.Transform
 
TransformNoOp - Class in org.synchronoss.cpo.transform.jdbc
This is an example of a transform that does nothing.
TransformNoOp() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformNoOp
 
transformOut(JdbcPreparedStatementFactory, Object) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
transformOut(JdbcCallableStatementFactory, Object) - Method in class org.synchronoss.cpo.jdbc.JdbcAttribute
 
transformOut(JdbcPreparedStatementFactory, byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformBlob
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcCallableStatementFactory, byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformBlob
 
transformOut(JdbcPreparedStatementFactory, char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformCharArray
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcCallableStatementFactory, char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformCharArray
 
transformOut(JdbcPreparedStatementFactory, char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformClob
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcCallableStatementFactory, char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformClob
 
transformOut(JdbcPreparedStatementFactory, Timestamp) - Method in class org.synchronoss.cpo.transform.jdbc.TransformDateToEncryptedString
 
transformOut(JdbcCallableStatementFactory, Timestamp) - Method in class org.synchronoss.cpo.transform.jdbc.TransformDateToEncryptedString
 
transformOut(JdbcPreparedStatementFactory, byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformGZipBlob
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcCallableStatementFactory, byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformGZipBlob
 
transformOut(JdbcPreparedStatementFactory, byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformGZipBytes
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcCallableStatementFactory, byte[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformGZipBytes
 
transformOut(JdbcCallableStatementFactory, Integer) - Method in class org.synchronoss.cpo.transform.jdbc.TransformNoOp
Transforms the data from the class attribute to the object required by the datasource.
transformOut(JdbcPreparedStatementFactory, Integer) - Method in class org.synchronoss.cpo.transform.jdbc.TransformNoOp
Transforms the data from the class attribute to the object required by the datasource.
transformOut(JdbcPreparedStatementFactory, char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformStringChar
Transforms the data from the class attribute to the object required by the datasource
transformOut(JdbcCallableStatementFactory, char[]) - Method in class org.synchronoss.cpo.transform.jdbc.TransformStringChar
 
transformOut(JdbcPreparedStatementFactory, String) - Method in class org.synchronoss.cpo.transform.jdbc.TransformStringToEncryptedString
 
transformOut(JdbcCallableStatementFactory, String) - Method in class org.synchronoss.cpo.transform.jdbc.TransformStringToEncryptedString
 
transformOut(JdbcCallableStatementFactory, Calendar) - Method in class org.synchronoss.cpo.transform.jdbc.TransformTimestampToCalendar
Transforms a java.util.Calendar from the CPO Bean into a java.sql.Timestamp to be stored by JDBC
transformOut(JdbcPreparedStatementFactory, Calendar) - Method in class org.synchronoss.cpo.transform.jdbc.TransformTimestampToCalendar
Transforms a java.util.Calendar from the CPO Bean into a java.sql.Timestamp to be stored by JDBC
transformOut(JdbcPreparedStatementFactory, J) - Method in interface org.synchronoss.cpo.transform.Transform
 
transformOut(JdbcCallableStatementFactory, J) - Method in interface org.synchronoss.cpo.transform.Transform
 
TransformStringChar - Class in org.synchronoss.cpo.transform.jdbc
Converts a java.sql.Blob from a jdbc datasource to a byte[] and from a byte[] to a java.sql.Blob
TransformStringChar() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformStringChar
 
TransformStringToEncryptedString - Class in org.synchronoss.cpo.transform.jdbc
 
TransformStringToEncryptedString() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformStringToEncryptedString
 
TransformTimestampToCalendar - Class in org.synchronoss.cpo.transform.jdbc
This is an example of a transform that does nothing.
TransformTimestampToCalendar() - Constructor for class org.synchronoss.cpo.transform.jdbc.TransformTimestampToCalendar
 

U

unwrap(Class<T>) - Method in class org.synchronoss.cpo.jdbc.ClassDataSourceInfo
 
unwrap(Class<T>) - Method in class org.synchronoss.cpo.jdbc.DriverDataSourceInfo
 
UPDATE - Static variable in interface org.synchronoss.cpo.CpoAdapter
Static integer to be used with the CpoObject.
UPDATE - Static variable in interface org.synchronoss.cpo.CpoAdapterRemote
 
updateObject(T) - Method in interface org.synchronoss.cpo.CpoAdapter
Update the Object in the datasource.
updateObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapter
Update the Object in the datasource.
updateObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in interface org.synchronoss.cpo.CpoAdapter
Update the Object in the datasource.
updateObject(T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists the Object into the datasource.
updateObject(String, T) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists the Object into the datasource.
updateObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Update the Object in the datasource.
updateObject(T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Update the Object in the datasource.
updateObject(String, T) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Update the Object in the datasource.
updateObject(T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Update the Object in the datasource.
updateObject(String, T) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Update the Object in the datasource.
updateObject(String, T, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Update the Object in the datasource.
updateObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Updates a collection of Objects in the datasource.
updateObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapter
Updates a collection of Objects in the datasource.
updateObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in interface org.synchronoss.cpo.CpoAdapter
Updates a collection of Objects in the datasource.
updateObjects(Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists a collection of Objects into the datasource.
updateObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Persists a collection of Objects into the datasource.
updateObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.CpoAdapterBean
Updates a collection of Objects in the datasource.
updateObjects(Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Updates a collection of Objects in the datasource.
updateObjects(String, Collection<T>) - Method in interface org.synchronoss.cpo.CpoAdapterRemote
Updates a collection of Objects in the datasource.
updateObjects(Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Updates a collection of Objects in the datasource.
updateObjects(String, Collection<T>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Updates a collection of Objects in the datasource.
updateObjects(String, Collection<T>, Collection<CpoWhere>, Collection<CpoOrderBy>, Collection<CpoNativeQuery>) - Method in class org.synchronoss.cpo.jdbc.JdbcCpoAdapter
Updates a collection of Objects in the datasource.

V

version - Static variable in class org.synchronoss.cpo.JavaVersion
 
visit(Node) - Method in interface org.synchronoss.cpo.INodeVisitor
This is called for component elements which have no children
visit(Node) - Method in class org.synchronoss.cpo.jdbc.JdbcWhereBuilder
This is called for component elements which have no children
visitBegin(Node) - Method in interface org.synchronoss.cpo.INodeVisitor
This is called by composite nodes prior to visiting children
visitBegin(Node) - Method in class org.synchronoss.cpo.jdbc.JdbcWhereBuilder
This is called by composite nodes prior to visiting children
visitEnd(Node) - Method in interface org.synchronoss.cpo.INodeVisitor
This is called by composite nodes after visiting children
visitEnd(Node) - Method in class org.synchronoss.cpo.jdbc.JdbcWhereBuilder
This is called by composite nodes after visiting children
visitMiddle(Node) - Method in interface org.synchronoss.cpo.INodeVisitor
This is called for composite nodes between visiting children
visitMiddle(Node) - Method in class org.synchronoss.cpo.jdbc.JdbcWhereBuilder
This is called for composite nodes between visiting children

A B C D E F G H I J L M N O P Q R S T U V

Copyright © 2011. All Rights Reserved.