Uses of Interface
org.synchronoss.cpo.CpoOrderBy

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

Uses of CpoOrderBy in org.synchronoss.cpo
 

Methods in org.synchronoss.cpo that return CpoOrderBy
 CpoOrderBy CpoAdapterRemote.newOrderBy(java.lang.String attribute, boolean ascending)
          DOCUMENT ME!
 CpoOrderBy CpoAdapterBean.newOrderBy(java.lang.String attribute, boolean ascending)
           
 CpoOrderBy CpoAdapter.newOrderBy(java.lang.String attribute, boolean ascending)
          newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
 CpoOrderBy CpoAdapterBean.newOrderBy(java.lang.String attribute, boolean ascending, java.lang.String function)
           
 CpoOrderBy CpoAdapter.newOrderBy(java.lang.String attribute, boolean ascending, java.lang.String function)
          newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
<T> CpoOrderBy
CpoAdapterRemote.newOrderBy(java.lang.String attribute, boolean ascending, java.lang.String function)
          DOCUMENT ME!
 

Method parameters in org.synchronoss.cpo with type arguments of type CpoOrderBy
<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<CpoOrderBy> orderBy)
          Retrieves the bean from the datasource.
<C> java.util.List<C>
CpoAdapter.retrieveBeans(java.lang.String name, C criteria, java.util.Collection<CpoOrderBy> orderBy)
          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.
<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, 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> 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
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> 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> 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
<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.
 

Uses of CpoOrderBy in org.synchronoss.cpo.jdbc
 

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

Methods in org.synchronoss.cpo.jdbc that return CpoOrderBy
 CpoOrderBy JdbcCpoAdapter.newOrderBy(java.lang.String attribute, boolean ascending)
          newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
 CpoOrderBy JdbcCpoAdapter.newOrderBy(java.lang.String attribute, boolean ascending, java.lang.String function)
          newOrderBy allows you to dynamically change the order of the objects in the resulting collection.
 

Method parameters in org.synchronoss.cpo.jdbc with type arguments of type CpoOrderBy
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<CpoOrderBy> orderBy)
          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.
<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, 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> 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.
<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 CpoOrderBy
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.