|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by EnumTypeDefinitionDO. Interface could also be implemented by a (hand-written) Business Layer class which uses EnumTypeDefinitionDO.
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. |
java.lang.String |
getKEYVALUE()
Get KEYVALUE of the GENERICENUMTYPEDEFINITION |
java.lang.String |
getLONGNAME()
Get LONGNAME of the GENERICENUMTYPEDEFINITION |
java.lang.String |
getSHORTNAME()
Get SHORTNAME of the GENERICENUMTYPEDEFINITION |
java.lang.String |
getXMLNAME()
Get XMLNAME of the GENERICENUMTYPEDEFINITION |
void |
save()
Inserts/Updates the DO into its table. |
void |
save(DBTransaction dbt)
Inserts/Updates the DO into its table. |
void |
setKEYVALUE(java.lang.String KEYVALUE)
Set KEYVALUE of the GENERICENUMTYPEDEFINITION |
void |
setLONGNAME(java.lang.String LONGNAME)
Set LONGNAME of the GENERICENUMTYPEDEFINITION |
void |
setSHORTNAME(java.lang.String SHORTNAME)
Set SHORTNAME of the GENERICENUMTYPEDEFINITION |
void |
setXMLNAME(java.lang.String XMLNAME)
Set XMLNAME of the GENERICENUMTYPEDEFINITION |
Method Detail |
public java.lang.String getLONGNAME() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setLONGNAME(java.lang.String LONGNAME) throws DataObjectException
LONGNAME
- of the GENERICENUMTYPEDEFINITION
DataObjectException
- If the object is not found in the database.public java.lang.String getSHORTNAME() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setSHORTNAME(java.lang.String SHORTNAME) throws DataObjectException
SHORTNAME
- of the GENERICENUMTYPEDEFINITION
DataObjectException
- If the object is not found in the database.public java.lang.String getKEYVALUE() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setKEYVALUE(java.lang.String KEYVALUE) throws DataObjectException
KEYVALUE
- of the GENERICENUMTYPEDEFINITION
DataObjectException
- If the object is not found in the database.public java.lang.String getXMLNAME() throws DataObjectException
DataObjectException
- If the object is not found in the database.public void setXMLNAME(java.lang.String XMLNAME) throws DataObjectException
XMLNAME
- of the GENERICENUMTYPEDEFINITION
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 |