|
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.DataRelationshipDAO
Implements the DataRelationshipDAO Data Access Object.
Constructor Summary | |
DataRelationshipDAO(thinkui.db.dao.DataObjectManager dataObjectManager)
DataRelationshipDAO constructor. |
Method Summary | |
AttributeType |
createDataRelationshipEnumType()
|
void |
deleteDataRelationship(java.lang.Object dataRelationshipId)
Delete the specified DataRelationship object from the database. |
int |
deleteDataRelationships(java.util.Set dataRelationshipIds)
Delete the specified DataRelationship objects from the database. |
SearchResultsData |
findDataRelationship(DataRelationshipSearchData searchData)
Find all DataRelationship records matching the specified criteria. |
DataRelationship |
getDataRelationship(java.lang.Object dataRelationshipId)
Get the DataRelationship object for the specified object id. |
void |
insertDataRelationship(DataRelationship dataRelationship)
Insert the specified DataRelationship object to the database. |
DataRelationship |
saveDataRelationship(DataRelationship dataRelationship)
Save the specified DataRelationship object to the database. |
int |
updateDataRelationship(DataRelationship dataRelationship,
DataRelationshipSearchData searchData)
Update all DataRelationship objects matching the specified search criteria. |
int |
updateDataRelationships(java.util.Set dataRelationshipIds,
DataRelationship dataRelationship)
Updated the specified DataRelationship objects with the values in the specified dataRelationship object. |
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 DataRelationshipDAO(thinkui.db.dao.DataObjectManager dataObjectManager)
Method Detail |
public final AttributeType createDataRelationshipEnumType() throws java.lang.Exception
java.lang.Exception
public final void deleteDataRelationship(java.lang.Object dataRelationshipId) throws java.lang.Exception
java.lang.Exception
public final int deleteDataRelationships(java.util.Set dataRelationshipIds) throws java.lang.Exception
java.lang.Exception
public final SearchResultsData findDataRelationship(DataRelationshipSearchData searchData) throws java.lang.Exception
java.lang.Exception
public final DataRelationship getDataRelationship(java.lang.Object dataRelationshipId) throws java.lang.Exception
java.lang.Exception
public final void insertDataRelationship(DataRelationship dataRelationship) throws java.lang.Exception
java.lang.Exception
public final DataRelationship saveDataRelationship(DataRelationship dataRelationship) throws java.lang.Exception
java.lang.Exception
public final int updateDataRelationship(DataRelationship dataRelationship, DataRelationshipSearchData searchData) throws java.lang.Exception
java.lang.Exception
public final int updateDataRelationships(java.util.Set dataRelationshipIds, DataRelationship dataRelationship) 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 |