|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GlobalDataDOI
Interface implemented by GlobalDataDO Interface could also be implemented by a (hand-written) Business Layer class which uses GlobalDataDO
Method Summary | |
---|---|
void |
commit()
Deprecated. Use save() instead. |
void |
commit(com.lutris.appserver.server.sql.DBTransaction dbt)
Deprecated. Use save() instead. |
void |
delete()
Deletes the DO from its table. |
void |
delete(com.lutris.appserver.server.sql.DBTransaction dbt)
Deletes the DO from its table. |
java.lang.String |
getDataId()
Get DataId of the SHKGlobalData |
short |
getDataType()
Get DataType of the SHKGlobalData |
byte[] |
getDataValue()
Get DataValue of the SHKGlobalData |
boolean |
getDataValueBOOL()
Get DataValueBOOL of the SHKGlobalData |
java.sql.Timestamp |
getDataValueDATE()
Get DataValueDATE of the SHKGlobalData |
double |
getDataValueDBL()
Get DataValueDBL of the SHKGlobalData |
long |
getDataValueLONG()
Get DataValueLONG of the SHKGlobalData |
java.lang.String |
getDataValueVCHAR()
Get DataValueVCHAR of the SHKGlobalData |
org.w3c.dom.Node |
getDataValueXML()
Get DataValueXML of the SHKGlobalData |
int |
getOrdNo()
Get OrdNo of the SHKGlobalData |
void |
save()
Inserts/Updates the DO into its table. |
void |
save(com.lutris.appserver.server.sql.DBTransaction dbt)
Inserts/Updates the DO into its table. |
void |
setDataId(java.lang.String DataId)
Set DataId of the SHKGlobalData |
void |
setDataType(short DataType)
Set DataType of the SHKGlobalData |
void |
setDataValue(byte[] DataValue)
Set DataValue of the SHKGlobalData |
void |
setDataValueBOOL(boolean DataValueBOOL)
Set DataValueBOOL of the SHKGlobalData |
void |
setDataValueDATE(java.sql.Timestamp DataValueDATE)
Set DataValueDATE of the SHKGlobalData |
void |
setDataValueDBL(double DataValueDBL)
Set DataValueDBL of the SHKGlobalData |
void |
setDataValueLONG(long DataValueLONG)
Set DataValueLONG of the SHKGlobalData |
void |
setDataValueVCHAR(java.lang.String DataValueVCHAR)
Set DataValueVCHAR of the SHKGlobalData |
void |
setDataValueXML(org.w3c.dom.Node DataValueXML)
Set DataValueXML of the SHKGlobalData |
void |
setOrdNo(int OrdNo)
Set OrdNo of the SHKGlobalData |
Method Detail |
---|
java.lang.String getDataId() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDataId(java.lang.String DataId) throws com.lutris.dods.builder.generator.query.DataObjectException
DataId
- of the SHKGlobalData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.short getDataType() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDataType(short DataType) throws com.lutris.dods.builder.generator.query.DataObjectException
DataType
- of the SHKGlobalData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.byte[] getDataValue() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDataValue(byte[] DataValue) throws com.lutris.dods.builder.generator.query.DataObjectException
DataValue
- of the SHKGlobalData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.org.w3c.dom.Node getDataValueXML() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDataValueXML(org.w3c.dom.Node DataValueXML) throws com.lutris.dods.builder.generator.query.DataObjectException
DataValueXML
- of the SHKGlobalData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getDataValueVCHAR() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDataValueVCHAR(java.lang.String DataValueVCHAR) throws com.lutris.dods.builder.generator.query.DataObjectException
DataValueVCHAR
- of the SHKGlobalData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.double getDataValueDBL() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDataValueDBL(double DataValueDBL) throws com.lutris.dods.builder.generator.query.DataObjectException
DataValueDBL
- of the SHKGlobalData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getDataValueLONG() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDataValueLONG(long DataValueLONG) throws com.lutris.dods.builder.generator.query.DataObjectException
DataValueLONG
- of the SHKGlobalData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.sql.Timestamp getDataValueDATE() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDataValueDATE(java.sql.Timestamp DataValueDATE) throws com.lutris.dods.builder.generator.query.DataObjectException
DataValueDATE
- of the SHKGlobalData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.boolean getDataValueBOOL() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDataValueBOOL(boolean DataValueBOOL) throws com.lutris.dods.builder.generator.query.DataObjectException
DataValueBOOL
- of the SHKGlobalData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.int getOrdNo() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setOrdNo(int OrdNo) throws com.lutris.dods.builder.generator.query.DataObjectException
OrdNo
- of the SHKGlobalData
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void save() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
java.sql.SQLException
- if any SQL errors occur.
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
void save(com.lutris.appserver.server.sql.DBTransaction dbt) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
dbt
- The transaction object to use for this operation.
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException
- if a version error occurs.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.QueryException
void commit() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
void commit(com.lutris.appserver.server.sql.DBTransaction dbt) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
dbt
- The transaction object to use for this operation.
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException
- if a version error occurs.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.QueryException
void delete() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
void delete(com.lutris.appserver.server.sql.DBTransaction dbt) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
dbt
- The transaction object to use for this operation.
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException
- if a version error occurs.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.QueryException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |