|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by AttributeStringValueDO. Interface could also be implemented by a (hand-written) Business Layer class which uses AttributeStringValueDO.
Method Summary | |
void |
commit()
Deprecated. Use save() instead. |
void |
commit(DBTransaction dbt)
Deprecated. Use save() instead. |
void |
delete()
Deletes the DO from its table. |
void |
delete(DBTransaction dbt)
Deletes the DO from its table. |
AttributeDefinitionDO |
getATTRIBUTEDEFINITIONOID()
Get ATTRIBUTEDEFINITIONOID of the ATTRIBUTESTRINGVALUE |
GenericObjectDO |
getGENERICOBJECTOID()
Get GENERICOBJECTOID of the ATTRIBUTESTRINGVALUE |
java.lang.String |
getSTRINGVALUE()
Get STRINGVALUE of the ATTRIBUTESTRINGVALUE |
void |
save()
Inserts/Updates the DO into its table. |
void |
save(DBTransaction dbt)
Inserts/Updates the DO into its table. |
void |
setATTRIBUTEDEFINITIONOID(AttributeDefinitionDO ATTRIBUTEDEFINITIONOID)
Set ATTRIBUTEDEFINITIONOID of the ATTRIBUTESTRINGVALUE |
void |
setGENERICOBJECTOID(GenericObjectDO GENERICOBJECTOID)
Set GENERICOBJECTOID of the ATTRIBUTESTRINGVALUE |
void |
setSTRINGVALUE(java.lang.String STRINGVALUE)
Set STRINGVALUE of the ATTRIBUTESTRINGVALUE |
Method Detail |
public AttributeDefinitionDO getATTRIBUTEDEFINITIONOID() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setATTRIBUTEDEFINITIONOID(AttributeDefinitionDO ATTRIBUTEDEFINITIONOID) throws DataObjectException
ATTRIBUTEDEFINITIONOID
- of the ATTRIBUTESTRINGVALUE
DataObjectException
- If the object is not found in the database.public java.lang.String getSTRINGVALUE() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setSTRINGVALUE(java.lang.String STRINGVALUE) throws DataObjectException
STRINGVALUE
- of the ATTRIBUTESTRINGVALUE
DataObjectException
- If the object is not found in the database.public GenericObjectDO getGENERICOBJECTOID() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setGENERICOBJECTOID(GenericObjectDO GENERICOBJECTOID) throws DataObjectException
GENERICOBJECTOID
- of the ATTRIBUTESTRINGVALUE
DataObjectException
- If the object is not found in the database.public void save() throws java.sql.SQLException, DatabaseManagerException, DataObjectException, RefAssertionException, DBRowUpdateException, QueryException
DatabaseManagerException
- if a Transaction can not be created.
RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
DataObjectException
DBRowUpdateException
QueryException
public void save(DBTransaction dbt) throws java.sql.SQLException, DatabaseManagerException, DataObjectException, RefAssertionException, DBRowUpdateException, QueryException
dbt
- The transaction object to use for this operation.
DatabaseManagerException
- if a Transaction can not be created.
DBRowUpdateException
- if a version error occurs.
RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
DataObjectException
QueryException
public void commit() throws java.sql.SQLException, DatabaseManagerException, DataObjectException, RefAssertionException, DBRowUpdateException, QueryException
DatabaseManagerException
- if a Transaction can not be created.
RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
DataObjectException
DBRowUpdateException
QueryException
public void commit(DBTransaction dbt) throws java.sql.SQLException, DatabaseManagerException, DataObjectException, RefAssertionException, DBRowUpdateException, QueryException
dbt
- The transaction object to use for this operation.
DatabaseManagerException
- if a Transaction can not be created.
DBRowUpdateException
- if a version error occurs.
RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
DataObjectException
QueryException
public void delete() throws java.sql.SQLException, DatabaseManagerException, DataObjectException, RefAssertionException, DBRowUpdateException, QueryException
DatabaseManagerException
- if a Transaction can not be created.
RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
DataObjectException
DBRowUpdateException
QueryException
public void delete(DBTransaction dbt) throws java.sql.SQLException, DatabaseManagerException, DataObjectException, RefAssertionException, DBRowUpdateException, QueryException
dbt
- The transaction object to use for this operation.
DatabaseManagerException
- if a Transaction can not be created.
DBRowUpdateException
- if a version error occurs.
RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
DataObjectException
QueryException
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |