|
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.DataAttributeDAO
Implements the DataAttributeDAO Data Access Object.
Constructor Summary | |
DataAttributeDAO(thinkui.db.dao.DataObjectManager dataObjectManager)
DataAttributeDAO constructor. |
Method Summary | |
AttributeType |
createDataAttributeEnumType()
|
void |
deleteDataAttribute(java.lang.Object dataAttributeId)
Delete the specified DataAttribute object from the database. |
int |
deleteDataAttributes(java.util.Set dataAttributeIds)
Delete the specified DataAttribute objects from the database. |
SearchResultsData |
findDataAttribute(DataAttributeSearchData searchData)
Find all DataAttribute records matching the specified criteria. |
DataAttribute |
getDataAttribute(java.lang.Object dataAttributeId)
Get the DataAttribute object for the specified object id. |
DataAttribute |
saveDataAttribute(DataAttribute dataAttribute)
Save the specified DataAttribute object to the database. |
int |
updateDataAttributes(java.util.Set dataAttributeIds,
DataAttribute dataAttribute)
Updated the specified DataAttribute objects with the values in the specified dataAttribute 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 DataAttributeDAO(thinkui.db.dao.DataObjectManager dataObjectManager)
Method Detail |
public final AttributeType createDataAttributeEnumType() throws java.lang.Exception
java.lang.Exception
public final void deleteDataAttribute(java.lang.Object dataAttributeId) throws java.lang.Exception
java.lang.Exception
public final int deleteDataAttributes(java.util.Set dataAttributeIds) throws java.lang.Exception
java.lang.Exception
public final SearchResultsData findDataAttribute(DataAttributeSearchData searchData) throws java.lang.Exception
java.lang.Exception
public final DataAttribute getDataAttribute(java.lang.Object dataAttributeId) throws java.lang.Exception
java.lang.Exception
public final DataAttribute saveDataAttribute(DataAttribute dataAttribute) throws java.lang.Exception
java.lang.Exception
public final int updateDataAttributes(java.util.Set dataAttributeIds, DataAttribute dataAttribute) 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 |