Uses of Interface
org.synchronoss.cpo.CpoWhere

Packages that use CpoWhere
org.synchronoss.cpo   
org.synchronoss.cpo.jdbc   
 

Uses of CpoWhere in org.synchronoss.cpo
 

Methods in org.synchronoss.cpo that return CpoWhere
 CpoWhere CpoAdapterRemote.newWhere()
          DOCUMENT ME!
 CpoWhere CpoAdapterBean.newWhere()
           
 CpoWhere CpoAdapter.newWhere()
          DOCUMENT ME!
<T> CpoWhere
CpoAdapterRemote.newWhere(int logical, java.lang.String attr, int comp, T value)
          DOCUMENT ME!
<T> CpoWhere
CpoAdapterBean.newWhere(int logical, java.lang.String attr, int comp, T value)
           
<T> CpoWhere
CpoAdapter.newWhere(int logical, java.lang.String attr, int comp, T value)
          DOCUMENT ME!
<T> CpoWhere
CpoAdapterRemote.newWhere(int logical, java.lang.String attr, int comp, T value, boolean not)
          DOCUMENT ME!
<T> CpoWhere
CpoAdapterBean.newWhere(int logical, java.lang.String attr, int comp, T value, boolean not)
           
<T> CpoWhere
CpoAdapter.newWhere(int logical, java.lang.String attr, int comp, T value, boolean not)
          DOCUMENT ME!
 

Methods in org.synchronoss.cpo with parameters of type CpoWhere
 void CpoWhere.addWhere(CpoWhere cw)
           
<C> java.util.List<C>
CpoAdapterBean.retrieveBeans(java.lang.String name, C criteria, CpoWhere where, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
CpoAdapter.retrieveBeans(java.lang.String name, C criteria, CpoWhere where, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
CpoAdapterBean.retrieveBeans(java.lang.String name, C criteria, T result, CpoWhere where, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
CpoAdapter.retrieveBeans(java.lang.String name, C criteria, T result, CpoWhere where, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> T
CpoAdapterRemote.retrieveObject(java.lang.String name, C criteria, T result, CpoWhere where, java.util.Collection<? extends CpoOrderBy> orderBy)
          Retrieves the Object from the datasource.
<T,C> T
CpoAdapterRemote.retrieveObjects(java.lang.String name, C criteria, T result, CpoWhere where, java.util.Collection<? extends CpoOrderBy> orderBy)
          Retrieves the Object from the datasource.
 

Method parameters in org.synchronoss.cpo with type arguments of type CpoWhere
<T> long
CpoAdapterBean.existsObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres)
          The CpoAdapter will check to see if this object exists in the datasource.
<T> long
CpoAdapter.existsObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres)
          The CpoAdapter will check to see if this object exists in the datasource.
<T,C> T
CpoAdapterBean.retrieveBean(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> T
CpoAdapter.retrieveBean(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> T
CpoAdapterBean.retrieveBean(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQuery)
          Retrieves the bean from the datasource.
<T,C> T
CpoAdapter.retrieveBean(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
CpoAdapterBean.retrieveBeans(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
CpoAdapter.retrieveBeans(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
CpoAdapterBean.retrieveBeans(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
CpoAdapter.retrieveBeans(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
CpoAdapterBean.retrieveBeans(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQuery)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
CpoAdapter.retrieveBeans(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Retrieves the bean from the datasource.
<T,C> CpoResultSet<T>
CpoAdapterBean.retrieveBeans(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, int queueSize)
          Retrieves the bean from the datasource.
<T,C> CpoResultSet<T>
CpoAdapter.retrieveBeans(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, int queueSize)
          Retrieves the bean from the datasource.
<T,C> T
CpoAdapterBean.retrieveObject(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Deprecated. use retrieveBean
<T,C> T
CpoAdapter.retrieveObject(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Deprecated. use retrieveBean
<T,C> T
CpoAdapterBean.retrieveObject(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQuery)
          Deprecated. use retrieveBean
<T,C> T
CpoAdapter.retrieveObject(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Deprecated. use retrieveBean
<T,C> java.util.Collection<T>
CpoAdapterBean.retrieveObjects(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQuery, T result)
          Deprecated. use retrieveBeans
<T,C> java.util.Collection<T>
CpoAdapter.retrieveObjects(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, T result)
          Deprecated. use retrieveBeans
<T,C> CpoResultSet<T>
CpoAdapterBean.retrieveObjects(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQuery, T result, int queueSize)
          Deprecated. use retrieveBeans
<T,C> CpoResultSet<T>
CpoAdapter.retrieveObjects(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, T result, int queueSize)
          Deprecated. use retrieveBeans
<T,C> java.util.Collection<T>
CpoAdapterBean.retrieveObjects(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, T result)
          Deprecated. use retrieveBeans
<T,C> java.util.Collection<T>
CpoAdapter.retrieveObjects(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, T result)
          Deprecated. use retrieveBean
 

Uses of CpoWhere in org.synchronoss.cpo.jdbc
 

Classes in org.synchronoss.cpo.jdbc that implement CpoWhere
 class JdbcCpoWhere
          JdbcCpoWhere is an interface for specifying the sort order in which objects are returned from the Datasource.
 

Methods in org.synchronoss.cpo.jdbc that return CpoWhere
 CpoWhere JdbcCpoAdapter.newWhere()
          DOCUMENT ME!
<T> CpoWhere
JdbcCpoAdapter.newWhere(int logical, java.lang.String attr, int comp, T value)
          DOCUMENT ME!
<T> CpoWhere
JdbcCpoAdapter.newWhere(int logical, java.lang.String attr, int comp, T value, boolean not)
          DOCUMENT ME!
 

Methods in org.synchronoss.cpo.jdbc with parameters of type CpoWhere
 void JdbcCpoWhere.addWhere(CpoWhere cw)
           
<C> java.util.List<C>
JdbcCpoAdapter.retrieveBeans(java.lang.String name, C criteria, CpoWhere where, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
JdbcCpoAdapter.retrieveBeans(java.lang.String name, C criteria, T result, CpoWhere where, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
 

Method parameters in org.synchronoss.cpo.jdbc with type arguments of type CpoWhere
<T> long
JdbcCpoAdapter.existsObject(java.lang.String name, T obj, java.util.Collection<CpoWhere> wheres)
          The CpoAdapter will check to see if this object exists in the datasource.
protected
<T> long
JdbcCpoAdapter.existsObject(java.lang.String name, T obj, java.sql.Connection con, java.sql.Connection metaCon, java.util.Collection<CpoWhere> wheres)
          The CpoAdapter will check to see if this object exists in the datasource.
protected
<T,C> java.util.List<T>
JdbcCpoAdapter.processSelectGroup(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, boolean useRetrieve)
          DOCUMENT ME!
protected
<T,C> void
JdbcCpoAdapter.processSelectGroup(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, boolean useRetrieve, CpoResultSet<T> resultSet)
           
protected
<T,C> void
JdbcCpoAdapter.processSelectGroup(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, java.sql.Connection con, java.sql.Connection metaCon, boolean useRetrieve, CpoResultSet<T> resultSet)
          DOCUMENT ME!
<T,C> T
JdbcCpoAdapter.retrieveBean(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> T
JdbcCpoAdapter.retrieveBean(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
JdbcCpoAdapter.retrieveBeans(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
JdbcCpoAdapter.retrieveBeans(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<T,C> java.util.List<T>
JdbcCpoAdapter.retrieveBeans(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Retrieves the bean from the datasource.
<T,C> CpoResultSet<T>
JdbcCpoAdapter.retrieveBeans(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, int queueSize)
          Retrieves the bean from the datasource.
<T,C> T
JdbcCpoAdapter.retrieveObject(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy)
          Deprecated. use retrieveBean
<T,C> T
JdbcCpoAdapter.retrieveObject(java.lang.String name, C criteria, T result, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Deprecated. use retrieveBean
<T,C> java.util.Collection<T>
JdbcCpoAdapter.retrieveObjects(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, T result)
          Deprecated. use retrieveBeans
<T,C> CpoResultSet<T>
JdbcCpoAdapter.retrieveObjects(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries, T result, int queueSize)
          Deprecated. use retrieveBeans
<T,C> java.util.Collection<T>
JdbcCpoAdapter.retrieveObjects(java.lang.String name, C criteria, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, T result)
          Deprecated. use retrieveBeans
 

Constructor parameters in org.synchronoss.cpo.jdbc with type arguments of type CpoWhere
JdbcPreparedStatementFactory(java.sql.Connection conn, JdbcCpoAdapter jca, JdbcMetaClass<T> jmcCriteria, JdbcQuery jq, T obj, java.util.Collection<CpoWhere> wheres, java.util.Collection<CpoOrderBy> orderBy, java.util.Collection<CpoNativeQuery> nativeQueries)
          Used to build the PreparedStatement that is used by CPO to create the actual JDBC PreparedStatement.
 



Copyright © 2010. All Rights Reserved.