|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|
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 | ||
---|---|---|
|
CpoAdapterBean.retrieveObject(java.lang.String name,
C criteria,
T result,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the Object from the datasource. |
|
|
CpoAdapter.retrieveObject(java.lang.String name,
C criteria,
T result,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the Object from the datasource. |
|
|
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)
Retrieves the Object from the datasource. |
|
|
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)
Retrieves the Object from the datasource. |
|
|
CpoAdapterRemote.retrieveObject(java.lang.String name,
C criteria,
T result,
CpoWhere where,
java.util.Collection<? extends CpoOrderBy> orderBy)
Retrieves the Object from the datasource. |
|
|
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)
Retrieves the Object from the datasource. |
|
|
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)
Retrieves the Object from the datasource. |
|
|
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)
|
|
|
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)
Retrieves the Object from the datasource. |
|
|
CpoAdapterBean.retrieveObjects(java.lang.String name,
C criteria,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
T result)
Retrieves the Object from the datasource. |
|
|
CpoAdapter.retrieveObjects(java.lang.String name,
C criteria,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
T result)
Retrieves the Object from the datasource. |
|
|
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
|
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
|
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
|
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! |
|
|
JdbcCpoAdapter.retrieveObject(java.lang.String name,
C criteria,
T result,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy)
Retrieves the Object from the datasource. |
|
|
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)
Retrieves the Object from the datasource. |
|
|
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)
Retrieves the Object from the datasource. |
|
|
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)
Retrieves the Object from the datasource. |
|
|
JdbcCpoAdapter.retrieveObjects(java.lang.String name,
C criteria,
java.util.Collection<CpoWhere> wheres,
java.util.Collection<CpoOrderBy> orderBy,
T result)
Retrieves the Object from the datasource. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |