|
ThinkUI SQL Client 1.1.3 API | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthinkui.db.dao.AbstractDataAccessObject
thinkui.sqlclient.dao.AbstractDAO
thinkui.sqlclient.dao.QueryDAO
Implements the QueryDAO Data Access Object.
Constructor Summary | |
QueryDAO(thinkui.db.dao.DataObjectManager dataObjectManager)
QueryDAO constructor. |
Method Summary | |
AttributeType |
createQueryEnumType()
|
int |
deleteQueries(java.util.Set queryIds)
Delete the specified Query objects from the database. |
void |
deleteQuery(java.lang.Object queryId)
Delete the specified Query object from the database. |
SearchResultsData |
findQuery(QuerySearchData searchData)
Find all Query records matching the specified criteria. |
Query |
getQuery(java.lang.Object queryId)
Get the Query object for the specified object id. |
Query |
insertQuery(Query query)
Insert the specified Query object into the database. |
void |
insertQueryNoSync(Query query)
Insert the specified Query object to the database. |
Query |
saveQuery(Query query)
Save the specified Query object to the database. |
int |
updateQueries(java.util.Set queryIds,
Query query)
Updated the specified Query objects with the values in the specified query object. |
int |
updateQuery(Query query,
QuerySearchData searchData)
Update all Query objects matching the specified search criteria. |
Methods inherited from class thinkui.db.dao.AbstractDataAccessObject |
close, getDataObjectManager, setDataObjectManager |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryDAO(thinkui.db.dao.DataObjectManager dataObjectManager)
Method Detail |
public final AttributeType createQueryEnumType() throws java.lang.Exception
java.lang.Exception
public final int deleteQueries(java.util.Set queryIds) throws java.lang.Exception
java.lang.Exception
public final void deleteQuery(java.lang.Object queryId) throws java.lang.Exception
java.lang.Exception
public final SearchResultsData findQuery(QuerySearchData searchData) throws java.lang.Exception
java.lang.Exception
public final Query getQuery(java.lang.Object queryId) throws java.lang.Exception
java.lang.Exception
public final Query insertQuery(Query query) throws java.lang.Exception
java.lang.Exception
public final void insertQueryNoSync(Query query) throws java.lang.Exception
java.lang.Exception
public final Query saveQuery(Query query) throws java.lang.Exception
java.lang.Exception
public final int updateQueries(java.util.Set queryIds, Query query) throws java.lang.Exception
java.lang.Exception
public final int updateQuery(Query query, QuerySearchData searchData) throws java.lang.Exception
java.lang.Exception
|
ThinkUI SQL Client 1.1.3 API | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |