DODS 5.1 API

org.webdocwf.util.genericstore.data
Class AttributeDefinitionDO

java.lang.Object
  |
  +--com.lutris.appserver.server.sql.CoreDO
        |
        +--com.lutris.appserver.server.sql.CloneableDO
              |
              +--com.lutris.dods.builder.generator.dataobject.GenericDO
                    |
                    +--org.webdocwf.dods.access.SecureDO
                          |
                          +--org.webdocwf.util.genericstore.GenericStoreDO
                                |
                                +--org.webdocwf.util.genericstore.data.AttributeDefinitionDO
All Implemented Interfaces:
AttributeDefinitionDOI, java.lang.Cloneable, java.io.Serializable, Transaction

public class AttributeDefinitionDO
extends GenericStoreDO
implements AttributeDefinitionDOI, java.io.Serializable

Data core class, used to set, retrieve the AttributeDefinitionDO information.

Since:
org
Version:
$Revision: 1.2 $
Author:
administrator
See Also:
Serialized Form

Field Summary
static RDBColumn ATTROBJECTCLASS
           
static int ATTROBJECTCLASS_MaxLength
           
static RDBColumn ATTRSCALE
           
static RDBColumn ATTRTYPE
           
static int ATTRTYPE_MaxLength
           
static RDBColumn ENUMTYPEDEFINITIONOID
           
protected static boolean isView
           
static RDBColumn KEYVALUE
           
static int KEYVALUE_MaxLength
           
static RDBColumn LONGNAME
           
static int LONGNAME_MaxLength
           
static RDBColumn PrimaryKey
          static final RDBColumn PrimaryKey for use with QueryBuilder.
static RDBColumn SHORTNAME
           
static int SHORTNAME_MaxLength
           
static RDBTable table
          static final data members name the table and columns for this DO.
static RDBColumn TRANSLATEATTR
           
static RDBColumn XMLNAME
           
static int XMLNAME_MaxLength
           
 
Fields inherited from class com.lutris.dods.builder.generator.dataobject.GenericDO
dirty
 
Fields inherited from class com.lutris.appserver.server.sql.CoreDO
persistent, versioning
 
Constructor Summary
protected AttributeDefinitionDO()
          Protected constructor.
protected AttributeDefinitionDO(boolean is_view)
          Protected constructor.
protected AttributeDefinitionDO(ObjectId id)
          Protected constructor used by createExisting(ObjectId) above.
protected AttributeDefinitionDO(java.sql.ResultSet rs)
          Protected constructor.
 
Method Summary
 void addAttributeBoolValueDO(AttributeBoolValueDO referrer)
          Add (set & commit) a AttributeBoolValueDO object that refers to this DO.
 void addAttributeBoolValueDO(AttributeBoolValueDO referrer, DBTransaction tran)
          Add (set & commit) a AttributeBoolValueDO object that refers to this DO.
 void addAttributeBoolValueDO(AttributeBoolValueDO referrer, DBTransaction tran, User usr)
          Add (set & commit) a AttributeBoolValueDO object that refers to this DO.
 void addAttributeBoolValueDO(AttributeBoolValueDO referrer, User usr)
          Add (set & commit) a AttributeBoolValueDO object that refers to this DO.
 void addAttributeDateValueDO(AttributeDateValueDO referrer)
          Add (set & commit) a AttributeDateValueDO object that refers to this DO.
 void addAttributeDateValueDO(AttributeDateValueDO referrer, DBTransaction tran)
          Add (set & commit) a AttributeDateValueDO object that refers to this DO.
 void addAttributeDateValueDO(AttributeDateValueDO referrer, DBTransaction tran, User usr)
          Add (set & commit) a AttributeDateValueDO object that refers to this DO.
 void addAttributeDateValueDO(AttributeDateValueDO referrer, User usr)
          Add (set & commit) a AttributeDateValueDO object that refers to this DO.
 void addAttributeEnumValueDO(AttributeEnumValueDO referrer)
          Add (set & commit) a AttributeEnumValueDO object that refers to this DO.
 void addAttributeEnumValueDO(AttributeEnumValueDO referrer, DBTransaction tran)
          Add (set & commit) a AttributeEnumValueDO object that refers to this DO.
 void addAttributeEnumValueDO(AttributeEnumValueDO referrer, DBTransaction tran, User usr)
          Add (set & commit) a AttributeEnumValueDO object that refers to this DO.
 void addAttributeEnumValueDO(AttributeEnumValueDO referrer, User usr)
          Add (set & commit) a AttributeEnumValueDO object that refers to this DO.
 void addAttributeNumberValueDO(AttributeNumberValueDO referrer)
          Add (set & commit) a AttributeNumberValueDO object that refers to this DO.
 void addAttributeNumberValueDO(AttributeNumberValueDO referrer, DBTransaction tran)
          Add (set & commit) a AttributeNumberValueDO object that refers to this DO.
 void addAttributeNumberValueDO(AttributeNumberValueDO referrer, DBTransaction tran, User usr)
          Add (set & commit) a AttributeNumberValueDO object that refers to this DO.
 void addAttributeNumberValueDO(AttributeNumberValueDO referrer, User usr)
          Add (set & commit) a AttributeNumberValueDO object that refers to this DO.
 void addAttributeObjectValueDO(AttributeObjectValueDO referrer)
          Add (set & commit) a AttributeObjectValueDO object that refers to this DO.
 void addAttributeObjectValueDO(AttributeObjectValueDO referrer, DBTransaction tran)
          Add (set & commit) a AttributeObjectValueDO object that refers to this DO.
 void addAttributeObjectValueDO(AttributeObjectValueDO referrer, DBTransaction tran, User usr)
          Add (set & commit) a AttributeObjectValueDO object that refers to this DO.
 void addAttributeObjectValueDO(AttributeObjectValueDO referrer, User usr)
          Add (set & commit) a AttributeObjectValueDO object that refers to this DO.
 void addAttributeStringValueDO(AttributeStringValueDO referrer)
          Add (set & commit) a AttributeStringValueDO object that refers to this DO.
 void addAttributeStringValueDO(AttributeStringValueDO referrer, DBTransaction tran)
          Add (set & commit) a AttributeStringValueDO object that refers to this DO.
 void addAttributeStringValueDO(AttributeStringValueDO referrer, DBTransaction tran, User usr)
          Add (set & commit) a AttributeStringValueDO object that refers to this DO.
 void addAttributeStringValueDO(AttributeStringValueDO referrer, User usr)
          Add (set & commit) a AttributeStringValueDO object that refers to this DO.
static AttributeDefinitionDO addToCache(AttributeDefinitionDO newDO)
          Add DO to cache.
static void assertDOCreateAccess(User usr)
          Ensure that the given user is allowed to create new instances
 void assertDOGetAttrATTROBJECTCLASSAccess(User usr)
          Ensure that the given user is allowed to read the attribute
 void assertDOGetAttrATTRSCALEAccess(User usr)
          Ensure that the given user is allowed to read the attribute
 void assertDOGetAttrATTRTYPEAccess(User usr)
          Ensure that the given user is allowed to read the attribute
 void assertDOGetAttrENUMTYPEDEFINITIONOIDAccess(User usr)
          Ensure that the given user is allowed to read the attribute
 void assertDOGetAttrKEYVALUEAccess(User usr)
          Ensure that the given user is allowed to read the attribute
 void assertDOGetAttrLONGNAMEAccess(User usr)
          Ensure that the given user is allowed to read the attribute
 void assertDOGetAttrSHORTNAMEAccess(User usr)
          Ensure that the given user is allowed to read the attribute
 void assertDOGetAttrTRANSLATEATTRAccess(User usr)
          Ensure that the given user is allowed to read the attribute
 void assertDOGetAttrXMLNAMEAccess(User usr)
          Ensure that the given user is allowed to read the attribute
 void assertDOSetAttrATTROBJECTCLASSAccess(java.lang.String ATTROBJECTCLASS, User usr)
          Ensure that the given user is allowed to update the attribute
 void assertDOSetAttrATTRSCALEAccess(java.math.BigDecimal ATTRSCALE, User usr)
          Ensure that the given user is allowed to update the attribute
 void assertDOSetAttrATTRTYPEAccess(java.lang.String ATTRTYPE, User usr)
          Ensure that the given user is allowed to update the attribute
 void assertDOSetAttrENUMTYPEDEFINITIONOIDAccess(EnumTypeDefinitionDO ENUMTYPEDEFINITIONOID, User usr)
          Ensure that the given user is allowed to update the attribute
 void assertDOSetAttrKEYVALUEAccess(java.lang.String KEYVALUE, User usr)
          Ensure that the given user is allowed to update the attribute
 void assertDOSetAttrLONGNAMEAccess(java.lang.String LONGNAME, User usr)
          Ensure that the given user is allowed to update the attribute
 void assertDOSetAttrSHORTNAMEAccess(java.lang.String SHORTNAME, User usr)
          Ensure that the given user is allowed to update the attribute
 void assertDOSetAttrTRANSLATEATTRAccess(boolean TRANSLATEATTR, User usr)
          Ensure that the given user is allowed to update the attribute
 void assertDOSetAttrXMLNAMEAccess(java.lang.String XMLNAME, User usr)
          Ensure that the given user is allowed to update the attribute
protected  void checkLoad()
          Load the actual DO data if necessary.
 void commit()
          Deprecated. Use save() instead.
 void commit(DBTransaction dbt)
          Deprecated. Use save() instead.
static AttributeDefinitionDO createCopy(AttributeDefinitionDataStruct data)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
static AttributeDefinitionDO createCopy(AttributeDefinitionDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
static AttributeDefinitionDO createCopy(AttributeDefinitionDO orig, User usr)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
static AttributeDefinitionDO createExisting(java.math.BigDecimal bd)
          createExisting( BigDecimal ) Factory method creates a AttributeDefinitionDO object by searching for it in the database using the passed BigDecimal value as the primary key.
static AttributeDefinitionDO createExisting(java.math.BigDecimal bd, User usr)
          createExisting( BigDecimal ) Factory method creates a AttributeDefinitionDO object by searching for it in the database using the passed BigDecimal value as the primary key.
protected static AttributeDefinitionDO createExisting(ObjectId id)
          createExisting( ObjectId ) Factory method creates a AttributeDefinitionDO object by searching for it in the database using the passed ObjectID value as the primary key.
protected static AttributeDefinitionDO createExisting(RDBColumnValue pk)
          createExisting( RDBColumnValue ) Factory method creates a AttributeDefinitionDO object by searching for it in the database using the passed AttributeDefinitionDO.PrimaryKey.
protected static AttributeDefinitionDO createExisting(RDBRow row)
          createExisting( RDBRow ) Factory method creates a AttributeDefinitionDO object by searching for it in the database using the AttributeDefinitionDO.PrimaryKey value in the passed RDBRow.
protected static AttributeDefinitionDO createExisting(java.sql.ResultSet rs)
          createExisting( ResultSet ) Factory method used to create an instance of this class to represent a Data Object already existing in the database.
static AttributeDefinitionDO createExisting(java.lang.String handle)
          The createExisting method is used to create a AttributeDefinitionDO from a string handle.
static AttributeDefinitionDO createExisting(java.lang.String handle, User usr)
          The createExisting method is used to create a AttributeDefinitionDO from a string handle.
 GenericStoreDO createForExisting(java.math.BigDecimal bd)
          Create an instance for an existing row This is a strange hack for having an instance method Maybe there is a better solution ? WebDocWf extension
static AttributeDefinitionDO createVirgin()
          createVirgin() Creates a DO that has no ObjectId or data.
static AttributeDefinitionDO createVirgin(User usr)
          createVirgin() Creates a DO that has no ObjectId or data.
 void delete()
          Deletes the DO from its table.
 void delete(DBTransaction dbt)
          Deletes the DO from its table.
static AttributeDefinitionDO findCachedObjectByHandle(java.lang.String handle)
          findCachedObjectByHandle
static AttributeDefinitionDO findCachedObjectByHandle(java.lang.String handle, User usr)
          findCachedObjectByHandle
 AttributeBoolValueDO getAttributeBoolValueDO()
          Get the single AttributeBoolValueDO object that refers to this DO.
 AttributeBoolValueDO getAttributeBoolValueDO(User usr)
          Get the single AttributeBoolValueDO object that refers to this DO.
 AttributeBoolValueDO[] getAttributeBoolValueDOArray()
          Get array of AttributeBoolValueDO objects that refer to this DO.
 AttributeBoolValueDO[] getAttributeBoolValueDOArray(User usr)
          Get array of AttributeBoolValueDO objects that refer to this DO.
 int getAttributeBoolValueDOArrayCount()
          Get the number of AttributeBoolValueDOs that refer to this DO.
 int getAttributeBoolValueDOArrayCount(User usr)
          Get the number of AttributeBoolValueDOs that refer to this DO.
 AttributeDateValueDO getAttributeDateValueDO()
          Get the single AttributeDateValueDO object that refers to this DO.
 AttributeDateValueDO getAttributeDateValueDO(User usr)
          Get the single AttributeDateValueDO object that refers to this DO.
 AttributeDateValueDO[] getAttributeDateValueDOArray()
          Get array of AttributeDateValueDO objects that refer to this DO.
 AttributeDateValueDO[] getAttributeDateValueDOArray(User usr)
          Get array of AttributeDateValueDO objects that refer to this DO.
 int getAttributeDateValueDOArrayCount()
          Get the number of AttributeDateValueDOs that refer to this DO.
 int getAttributeDateValueDOArrayCount(User usr)
          Get the number of AttributeDateValueDOs that refer to this DO.
 AttributeEnumValueDO getAttributeEnumValueDO()
          Get the single AttributeEnumValueDO object that refers to this DO.
 AttributeEnumValueDO getAttributeEnumValueDO(User usr)
          Get the single AttributeEnumValueDO object that refers to this DO.
 AttributeEnumValueDO[] getAttributeEnumValueDOArray()
          Get array of AttributeEnumValueDO objects that refer to this DO.
 AttributeEnumValueDO[] getAttributeEnumValueDOArray(User usr)
          Get array of AttributeEnumValueDO objects that refer to this DO.
 int getAttributeEnumValueDOArrayCount()
          Get the number of AttributeEnumValueDOs that refer to this DO.
 int getAttributeEnumValueDOArrayCount(User usr)
          Get the number of AttributeEnumValueDOs that refer to this DO.
 AttributeNumberValueDO getAttributeNumberValueDO()
          Get the single AttributeNumberValueDO object that refers to this DO.
 AttributeNumberValueDO getAttributeNumberValueDO(User usr)
          Get the single AttributeNumberValueDO object that refers to this DO.
 AttributeNumberValueDO[] getAttributeNumberValueDOArray()
          Get array of AttributeNumberValueDO objects that refer to this DO.
 AttributeNumberValueDO[] getAttributeNumberValueDOArray(User usr)
          Get array of AttributeNumberValueDO objects that refer to this DO.
 int getAttributeNumberValueDOArrayCount()
          Get the number of AttributeNumberValueDOs that refer to this DO.
 int getAttributeNumberValueDOArrayCount(User usr)
          Get the number of AttributeNumberValueDOs that refer to this DO.
 AttributeObjectValueDO getAttributeObjectValueDO()
          Get the single AttributeObjectValueDO object that refers to this DO.
 AttributeObjectValueDO getAttributeObjectValueDO(User usr)
          Get the single AttributeObjectValueDO object that refers to this DO.
 AttributeObjectValueDO[] getAttributeObjectValueDOArray()
          Get array of AttributeObjectValueDO objects that refer to this DO.
 AttributeObjectValueDO[] getAttributeObjectValueDOArray(User usr)
          Get array of AttributeObjectValueDO objects that refer to this DO.
 int getAttributeObjectValueDOArrayCount()
          Get the number of AttributeObjectValueDOs that refer to this DO.
 int getAttributeObjectValueDOArrayCount(User usr)
          Get the number of AttributeObjectValueDOs that refer to this DO.
 AttributeStringValueDO getAttributeStringValueDO()
          Get the single AttributeStringValueDO object that refers to this DO.
 AttributeStringValueDO getAttributeStringValueDO(User usr)
          Get the single AttributeStringValueDO object that refers to this DO.
 AttributeStringValueDO[] getAttributeStringValueDOArray()
          Get array of AttributeStringValueDO objects that refer to this DO.
 AttributeStringValueDO[] getAttributeStringValueDOArray(User usr)
          Get array of AttributeStringValueDO objects that refer to this DO.
 int getAttributeStringValueDOArrayCount()
          Get the number of AttributeStringValueDOs that refer to this DO.
 int getAttributeStringValueDOArrayCount(User usr)
          Get the number of AttributeStringValueDOs that refer to this DO.
 java.lang.String getATTROBJECTCLASS()
          Get ATTROBJECTCLASS of the GENERICATTRIBUTEDEFINITION
 java.lang.String getATTROBJECTCLASS(User usr)
          Get ATTROBJECTCLASS of the GENERICATTRIBUTEDEFINITION
 java.math.BigDecimal getATTRSCALE()
          Get ATTRSCALE of the GENERICATTRIBUTEDEFINITION
 java.math.BigDecimal getATTRSCALE(User usr)
          Get ATTRSCALE of the GENERICATTRIBUTEDEFINITION
 java.lang.String getATTRTYPE()
          Get ATTRTYPE of the GENERICATTRIBUTEDEFINITION
 java.lang.String getATTRTYPE(User usr)
          Get ATTRTYPE of the GENERICATTRIBUTEDEFINITION
static java.util.Enumeration getCacheContents()
          Retrieve contents of cache as an enumeration of DO objects.
 java.sql.PreparedStatement getDeleteStatement(DBConnection conn)
          Prepares the statement used to delete this object from the database.
 EnumTypeDefinitionDO getENUMTYPEDEFINITIONOID()
          Get ENUMTYPEDEFINITIONOID of the GENERICATTRIBUTEDEFINITION
 EnumTypeDefinitionDO getENUMTYPEDEFINITIONOID(User usr)
          Get ENUMTYPEDEFINITIONOID of the GENERICATTRIBUTEDEFINITION
 GenericObjectDO[] getGenericObjectDOArray_via_AttributeBoolValue()
          From the many-to-many relationship expressed by AttributeBoolValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.
 GenericObjectDO[] getGenericObjectDOArray_via_AttributeBoolValue(User usr)
          From the many-to-many relationship expressed by AttributeBoolValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.
 GenericObjectDO[] getGenericObjectDOArray_via_AttributeDateValue()
          From the many-to-many relationship expressed by AttributeDateValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.
 GenericObjectDO[] getGenericObjectDOArray_via_AttributeDateValue(User usr)
          From the many-to-many relationship expressed by AttributeDateValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.
 GenericObjectDO[] getGenericObjectDOArray_via_AttributeNumberValue()
          From the many-to-many relationship expressed by AttributeNumberValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.
 GenericObjectDO[] getGenericObjectDOArray_via_AttributeNumberValue(User usr)
          From the many-to-many relationship expressed by AttributeNumberValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.
 GenericObjectDO[] getGenericObjectDOArray_via_AttributeObjectValue()
          From the many-to-many relationship expressed by AttributeObjectValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.
 GenericObjectDO[] getGenericObjectDOArray_via_AttributeObjectValue(User usr)
          From the many-to-many relationship expressed by AttributeObjectValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.
 GenericObjectDO[] getGenericObjectDOArray_via_AttributeStringValue()
          From the many-to-many relationship expressed by AttributeStringValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.
 GenericObjectDO[] getGenericObjectDOArray_via_AttributeStringValue(User usr)
          From the many-to-many relationship expressed by AttributeStringValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.
 java.lang.String getHandle()
          The methods getHandle hasMatchingHandle findCachedObjectByHandle are used by Presentation Objects that need to populate HTML select lists with Data Objects as options.
 java.sql.PreparedStatement getInsertStatement(DBConnection conn)
          Prepares the statement used to insert this object into the database.
 java.lang.String getKEYVALUE()
          Get KEYVALUE of the GENERICATTRIBUTEDEFINITION
 java.lang.String getKEYVALUE(User usr)
          Get KEYVALUE of the GENERICATTRIBUTEDEFINITION
 java.lang.String getLONGNAME()
          Get LONGNAME of the GENERICATTRIBUTEDEFINITION
 java.lang.String getLONGNAME(User usr)
          Get LONGNAME of the GENERICATTRIBUTEDEFINITION
 java.lang.String getSHORTNAME()
          Get SHORTNAME of the GENERICATTRIBUTEDEFINITION
 java.lang.String getSHORTNAME(User usr)
          Get SHORTNAME of the GENERICATTRIBUTEDEFINITION
 java.lang.String getTableName()
          Return GENERICATTRIBUTEDEFINITION as the name of the table in the database which contains AttributeDefinitionDO objects.
 boolean getTRANSLATEATTR()
          Get TRANSLATEATTR of the GENERICATTRIBUTEDEFINITION
 boolean getTRANSLATEATTR(User usr)
          Get TRANSLATEATTR of the GENERICATTRIBUTEDEFINITION
 java.sql.PreparedStatement getUpdateStatement(DBConnection conn)
          Prepares the statement used to update this object in the database.
 java.lang.String getXMLNAME()
          Get XMLNAME of the GENERICATTRIBUTEDEFINITION
 java.lang.String getXMLNAME(User usr)
          Get XMLNAME of the GENERICATTRIBUTEDEFINITION
static boolean hasDOCreateAccess(User usr)
          Check whether the given user is allowed to create new instances
static boolean hasDOGetAccess(java.math.BigDecimal bd, User usr)
          Check whether the given user is allowed to read the DO existance Static function to be called without having the object
static boolean hasDOGetAccess(java.lang.String handle, User usr)
          Check whether the given user is allowed to read the DO existance Static function to be called without having the object
 boolean hasDOGetAttrATTROBJECTCLASSAccess(User usr)
          Check whether the given user is allowed to read the attribute
 boolean hasDOGetAttrATTRSCALEAccess(User usr)
          Check whether the given user is allowed to read the attribute
 boolean hasDOGetAttrATTRTYPEAccess(User usr)
          Check whether the given user is allowed to read the attribute
 boolean hasDOGetAttrENUMTYPEDEFINITIONOIDAccess(User usr)
          Check whether the given user is allowed to read the attribute
 boolean hasDOGetAttrKEYVALUEAccess(User usr)
          Check whether the given user is allowed to read the attribute
 boolean hasDOGetAttrLONGNAMEAccess(User usr)
          Check whether the given user is allowed to read the attribute
 boolean hasDOGetAttrSHORTNAMEAccess(User usr)
          Check whether the given user is allowed to read the attribute
 boolean hasDOGetAttrTRANSLATEATTRAccess(User usr)
          Check whether the given user is allowed to read the attribute
 boolean hasDOGetAttrXMLNAMEAccess(User usr)
          Check whether the given user is allowed to read the attribute
 boolean hasDOGetDOValueATTROBJECTCLASSAccess(User usr)
          Check whether the given user is allowed to read object in a pointer attribute
 boolean hasDOGetDOValueATTRSCALEAccess(User usr)
          Check whether the given user is allowed to read object in a pointer attribute
 boolean hasDOGetDOValueATTRTYPEAccess(User usr)
          Check whether the given user is allowed to read object in a pointer attribute
 boolean hasDOGetDOValueENUMTYPEDEFINITIONOIDAccess(User usr)
          Check whether the given user is allowed to read object in a pointer attribute
 boolean hasDOGetDOValueKEYVALUEAccess(User usr)
          Check whether the given user is allowed to read object in a pointer attribute
 boolean hasDOGetDOValueLONGNAMEAccess(User usr)
          Check whether the given user is allowed to read object in a pointer attribute
 boolean hasDOGetDOValueSHORTNAMEAccess(User usr)
          Check whether the given user is allowed to read object in a pointer attribute
 boolean hasDOGetDOValueTRANSLATEATTRAccess(User usr)
          Check whether the given user is allowed to read object in a pointer attribute
 boolean hasDOGetDOValueXMLNAMEAccess(User usr)
          Check whether the given user is allowed to read object in a pointer attribute
 boolean hasDOSetAttrATTROBJECTCLASSAccess(java.lang.String ATTROBJECTCLASS, User usr)
          Check whether the given user is allowed to update the attribute
 boolean hasDOSetAttrATTRSCALEAccess(java.math.BigDecimal ATTRSCALE, User usr)
          Check whether the given user is allowed to update the attribute
 boolean hasDOSetAttrATTRTYPEAccess(java.lang.String ATTRTYPE, User usr)
          Check whether the given user is allowed to update the attribute
 boolean hasDOSetAttrENUMTYPEDEFINITIONOIDAccess(EnumTypeDefinitionDO ENUMTYPEDEFINITIONOID, User usr)
          Check whether the given user is allowed to update the attribute
 boolean hasDOSetAttrKEYVALUEAccess(java.lang.String KEYVALUE, User usr)
          Check whether the given user is allowed to update the attribute
 boolean hasDOSetAttrLONGNAMEAccess(java.lang.String LONGNAME, User usr)
          Check whether the given user is allowed to update the attribute
 boolean hasDOSetAttrSHORTNAMEAccess(java.lang.String SHORTNAME, User usr)
          Check whether the given user is allowed to update the attribute
 boolean hasDOSetAttrTRANSLATEATTRAccess(boolean TRANSLATEATTR, User usr)
          Check whether the given user is allowed to update the attribute
 boolean hasDOSetAttrXMLNAMEAccess(java.lang.String XMLNAME, User usr)
          Check whether the given user is allowed to update the attribute
 boolean hasMatchingHandle(java.lang.String handle)
          hasMatchingHandle
 boolean isLoaded()
          isLoaded() Returns true if the data for this objects has been retrieved from the database.
 boolean isReadOnly()
          isReadOnly() Returns true if the data for this object has been marked read-only.
 void loadData()
          loadData() Load the fields for the DO from the database.
protected  void makeIdentical(AttributeDefinitionDO orig)
          makeIdentical() Assigns the DataStruct of an existing DO to this DO.
 void makeReadOnly()
          makeReadOnly() Mark the object as readonly WebDocWf extension
 void makeReadWrite()
          makeReadWrite()
 void mapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d)
          To the many-to-many relationship expressed by AttributeBoolValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d, DBTransaction tran)
          To the many-to-many relationship expressed by AttributeBoolValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d, DBTransaction tran, User usr)
          To the many-to-many relationship expressed by AttributeBoolValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d, User usr)
          To the many-to-many relationship expressed by AttributeBoolValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeDateValueDO(GenericObjectDO d)
          To the many-to-many relationship expressed by AttributeDateValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeDateValueDO(GenericObjectDO d, DBTransaction tran)
          To the many-to-many relationship expressed by AttributeDateValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeDateValueDO(GenericObjectDO d, DBTransaction tran, User usr)
          To the many-to-many relationship expressed by AttributeDateValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeDateValueDO(GenericObjectDO d, User usr)
          To the many-to-many relationship expressed by AttributeDateValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d)
          To the many-to-many relationship expressed by AttributeNumberValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d, DBTransaction tran)
          To the many-to-many relationship expressed by AttributeNumberValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d, DBTransaction tran, User usr)
          To the many-to-many relationship expressed by AttributeNumberValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d, User usr)
          To the many-to-many relationship expressed by AttributeNumberValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d)
          To the many-to-many relationship expressed by AttributeObjectValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d, DBTransaction tran)
          To the many-to-many relationship expressed by AttributeObjectValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d, DBTransaction tran, User usr)
          To the many-to-many relationship expressed by AttributeObjectValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d, User usr)
          To the many-to-many relationship expressed by AttributeObjectValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeStringValueDO(GenericObjectDO d)
          To the many-to-many relationship expressed by AttributeStringValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeStringValueDO(GenericObjectDO d, DBTransaction tran)
          To the many-to-many relationship expressed by AttributeStringValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeStringValueDO(GenericObjectDO d, DBTransaction tran, User usr)
          To the many-to-many relationship expressed by AttributeStringValueDO, add a GenericObjectDO object that indirectly refers to this DO.
 void mapGenericObject_via_AttributeStringValueDO(GenericObjectDO d, User usr)
          To the many-to-many relationship expressed by AttributeStringValueDO, add a GenericObjectDO object that indirectly refers to this DO.
protected  void modifyDO(DBTransaction dbt, boolean delete)
          Modifies the DO within its table.
protected  void modifyDO(DBTransaction dbt, boolean delete, boolean references)
          Modifies the DO within its table.
protected  void okToCommit()
          A stub method for implementing pre-commit assertions for this AttributeDefinitionDO.
protected  void okToCommitENUMTYPEDEFINITIONOID(EnumTypeDefinitionDO member)
          A stub method for implementing pre-commit assertions for the ENUMTYPEDEFINITIONOID data member.
protected  void okToDelete()
          A stub method for implementing pre-delete assertions for this AttributeDefinitionDO.
protected  void okToDeleteENUMTYPEDEFINITIONOID(EnumTypeDefinitionDO member)
          A stub method for implementing pre-delete assertions for the ENUMTYPEDEFINITIONOID data member.
static void refreshCache()
          Queries all rows in table, and for each row creates a DO instance in the cache.
 void reload()
          reload() Causes the DO to refresh itself from the database the next time a set or get method is called.
 void removeAttributeBoolValueDO(AttributeBoolValueDO referrer)
          Remove (delete) a AttributeBoolValueDO object that refers to this DO.
 void removeAttributeBoolValueDO(AttributeBoolValueDO referrer, DBTransaction tran)
          Remove (delete) a AttributeBoolValueDO object that refers to this DO.
 void removeAttributeBoolValueDO(AttributeBoolValueDO referrer, DBTransaction tran, User usr)
          Remove (delete) a AttributeBoolValueDO object that refers to this DO.
 void removeAttributeBoolValueDO(AttributeBoolValueDO referrer, User usr)
          Remove (delete) a AttributeBoolValueDO object that refers to this DO.
 void removeAttributeDateValueDO(AttributeDateValueDO referrer)
          Remove (delete) a AttributeDateValueDO object that refers to this DO.
 void removeAttributeDateValueDO(AttributeDateValueDO referrer, DBTransaction tran)
          Remove (delete) a AttributeDateValueDO object that refers to this DO.
 void removeAttributeDateValueDO(AttributeDateValueDO referrer, DBTransaction tran, User usr)
          Remove (delete) a AttributeDateValueDO object that refers to this DO.
 void removeAttributeDateValueDO(AttributeDateValueDO referrer, User usr)
          Remove (delete) a AttributeDateValueDO object that refers to this DO.
 void removeAttributeEnumValueDO(AttributeEnumValueDO referrer)
          Remove (delete) a AttributeEnumValueDO object that refers to this DO.
 void removeAttributeEnumValueDO(AttributeEnumValueDO referrer, DBTransaction tran)
          Remove (delete) a AttributeEnumValueDO object that refers to this DO.
 void removeAttributeEnumValueDO(AttributeEnumValueDO referrer, DBTransaction tran, User usr)
          Remove (delete) a AttributeEnumValueDO object that refers to this DO.
 void removeAttributeEnumValueDO(AttributeEnumValueDO referrer, User usr)
          Remove (delete) a AttributeEnumValueDO object that refers to this DO.
 void removeAttributeNumberValueDO(AttributeNumberValueDO referrer)
          Remove (delete) a AttributeNumberValueDO object that refers to this DO.
 void removeAttributeNumberValueDO(AttributeNumberValueDO referrer, DBTransaction tran)
          Remove (delete) a AttributeNumberValueDO object that refers to this DO.
 void removeAttributeNumberValueDO(AttributeNumberValueDO referrer, DBTransaction tran, User usr)
          Remove (delete) a AttributeNumberValueDO object that refers to this DO.
 void removeAttributeNumberValueDO(AttributeNumberValueDO referrer, User usr)
          Remove (delete) a AttributeNumberValueDO object that refers to this DO.
 void removeAttributeObjectValueDO(AttributeObjectValueDO referrer)
          Remove (delete) a AttributeObjectValueDO object that refers to this DO.
 void removeAttributeObjectValueDO(AttributeObjectValueDO referrer, DBTransaction tran)
          Remove (delete) a AttributeObjectValueDO object that refers to this DO.
 void removeAttributeObjectValueDO(AttributeObjectValueDO referrer, DBTransaction tran, User usr)
          Remove (delete) a AttributeObjectValueDO object that refers to this DO.
 void removeAttributeObjectValueDO(AttributeObjectValueDO referrer, User usr)
          Remove (delete) a AttributeObjectValueDO object that refers to this DO.
 void removeAttributeStringValueDO(AttributeStringValueDO referrer)
          Remove (delete) a AttributeStringValueDO object that refers to this DO.
 void removeAttributeStringValueDO(AttributeStringValueDO referrer, DBTransaction tran)
          Remove (delete) a AttributeStringValueDO object that refers to this DO.
 void removeAttributeStringValueDO(AttributeStringValueDO referrer, DBTransaction tran, User usr)
          Remove (delete) a AttributeStringValueDO object that refers to this DO.
 void removeAttributeStringValueDO(AttributeStringValueDO referrer, User usr)
          Remove (delete) a AttributeStringValueDO object that refers to this DO.
 void save()
          Inserts/Updates the DO into its table.
 void save(boolean references)
          Inserts/Updates the DO into its table.
 void save(DBTransaction dbt)
          Inserts/Updates the DO into its table.
 void save(DBTransaction dbt, boolean references)
          Inserts/Updates the DO into its table.
 void setATTROBJECTCLASS(java.lang.String ATTROBJECTCLASS)
          Set ATTROBJECTCLASS of the GENERICATTRIBUTEDEFINITION
 void setATTROBJECTCLASS(java.lang.String ATTROBJECTCLASS, User usr)
          Set ATTROBJECTCLASS of the GENERICATTRIBUTEDEFINITION
 void setATTRSCALE(java.math.BigDecimal ATTRSCALE)
          Set ATTRSCALE of the GENERICATTRIBUTEDEFINITION
 void setATTRSCALE(java.math.BigDecimal ATTRSCALE, User usr)
          Set ATTRSCALE of the GENERICATTRIBUTEDEFINITION
 void setATTRTYPE(java.lang.String ATTRTYPE)
          Set ATTRTYPE of the GENERICATTRIBUTEDEFINITION
 void setATTRTYPE(java.lang.String ATTRTYPE, User usr)
          Set ATTRTYPE of the GENERICATTRIBUTEDEFINITION
 void setENUMTYPEDEFINITIONOID(EnumTypeDefinitionDO ENUMTYPEDEFINITIONOID)
          Set ENUMTYPEDEFINITIONOID of the GENERICATTRIBUTEDEFINITION
 void setENUMTYPEDEFINITIONOID(EnumTypeDefinitionDO ENUMTYPEDEFINITIONOID, User usr)
          Set ENUMTYPEDEFINITIONOID of the GENERICATTRIBUTEDEFINITION
 void setKEYVALUE(java.lang.String KEYVALUE)
          Set KEYVALUE of the GENERICATTRIBUTEDEFINITION
 void setKEYVALUE(java.lang.String KEYVALUE, User usr)
          Set KEYVALUE of the GENERICATTRIBUTEDEFINITION
 void setLONGNAME(java.lang.String LONGNAME)
          Set LONGNAME of the GENERICATTRIBUTEDEFINITION
 void setLONGNAME(java.lang.String LONGNAME, User usr)
          Set LONGNAME of the GENERICATTRIBUTEDEFINITION
 void setSHORTNAME(java.lang.String SHORTNAME)
          Set SHORTNAME of the GENERICATTRIBUTEDEFINITION
 void setSHORTNAME(java.lang.String SHORTNAME, User usr)
          Set SHORTNAME of the GENERICATTRIBUTEDEFINITION
 void setTRANSLATEATTR(boolean TRANSLATEATTR)
          Set TRANSLATEATTR of the GENERICATTRIBUTEDEFINITION
 void setTRANSLATEATTR(boolean TRANSLATEATTR, User usr)
          Set TRANSLATEATTR of the GENERICATTRIBUTEDEFINITION
 void setXMLNAME(java.lang.String XMLNAME)
          Set XMLNAME of the GENERICATTRIBUTEDEFINITION
 void setXMLNAME(java.lang.String XMLNAME, User usr)
          Set XMLNAME of the GENERICATTRIBUTEDEFINITION
 java.lang.String toString()
           
 java.lang.String toString(int indentCount)
           
 void unmapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d)
          From the many-to-many relationship expressed by AttributeBoolValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d, DBTransaction tran)
          From the many-to-many relationship expressed by AttributeBoolValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d, DBTransaction tran, User usr)
          From the many-to-many relationship expressed by AttributeBoolValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d, User usr)
          From the many-to-many relationship expressed by AttributeBoolValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeDateValueDO(GenericObjectDO d)
          From the many-to-many relationship expressed by AttributeDateValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeDateValueDO(GenericObjectDO d, DBTransaction tran)
          From the many-to-many relationship expressed by AttributeDateValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeDateValueDO(GenericObjectDO d, DBTransaction tran, User usr)
          From the many-to-many relationship expressed by AttributeDateValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeDateValueDO(GenericObjectDO d, User usr)
          From the many-to-many relationship expressed by AttributeDateValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d)
          From the many-to-many relationship expressed by AttributeNumberValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d, DBTransaction tran)
          From the many-to-many relationship expressed by AttributeNumberValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d, DBTransaction tran, User usr)
          From the many-to-many relationship expressed by AttributeNumberValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d, User usr)
          From the many-to-many relationship expressed by AttributeNumberValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d)
          From the many-to-many relationship expressed by AttributeObjectValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d, DBTransaction tran)
          From the many-to-many relationship expressed by AttributeObjectValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d, DBTransaction tran, User usr)
          From the many-to-many relationship expressed by AttributeObjectValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d, User usr)
          From the many-to-many relationship expressed by AttributeObjectValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeStringValueDO(GenericObjectDO d)
          From the many-to-many relationship expressed by AttributeStringValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeStringValueDO(GenericObjectDO d, DBTransaction tran)
          From the many-to-many relationship expressed by AttributeStringValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeStringValueDO(GenericObjectDO d, DBTransaction tran, User usr)
          From the many-to-many relationship expressed by AttributeStringValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 void unmapGenericObject_via_AttributeStringValueDO(GenericObjectDO d, User usr)
          From the many-to-many relationship expressed by AttributeStringValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.
 
Methods inherited from class org.webdocwf.util.genericstore.GenericStoreDO
assertDOGenericGetBinaryAttrAccess, assertDOGenericGetBoolAttrAccess, assertDOGenericGetDateAttrAccess, assertDOGenericGetDOValueAccess, assertDOGenericGetEnumAttrAccess, assertDOGenericGetNumberAttrAccess, assertDOGenericGetObjectAttrAccess, assertDOGenericGetStringAttrAccess, assertDOGenericSetBinaryAttrAccess, assertDOGenericSetBoolAttrAccess, assertDOGenericSetDateAttrAccess, assertDOGenericSetEnumAttrAccess, assertDOGenericSetEnumAttrAccess, assertDOGenericSetNumberAttrAccess, assertDOGenericSetObjectAttrAccess, assertDOGenericSetStringAttrAccess, checkAttrDefinition, checkEnumTypeDefinition, checkEnumValueDefinition, checkTypeDefinition, findAllowedTargetStates, findAttrDef, findBeginStates, findEndStates, findEnumTypeDef, findEnumValueDef, findStateTransition, findTypeDef, genericGetAllBinaryAttrs, genericGetAllBoolAttrs, genericGetAllBoolAttrs, genericGetAllByteAttrs, genericGetAllDateAttrs, genericGetAllDateAttrs, genericGetAllEnumAttrs, genericGetAllEnumAttrs, genericGetAllEnumTypeAttrs, genericGetAllEnumTypeAttrs, genericGetAllNumberAttrs, genericGetAllNumberAttrs, genericGetAllObjectAttrs, genericGetAllObjectAttrs, genericGetAllowedTargetStates, genericGetAllStringAttrs, genericGetAllStringAttrs, genericGetBinaryAttr, genericGetBinaryAttr, genericGetBoolAttr, genericGetBoolAttr, genericGetDateAttr, genericGetDateAttr, genericGetEnumAttr, genericGetEnumAttr, genericGetEnumTypeAttr, genericGetEnumTypeAttr, genericGetNumberAttr, genericGetNumberAttr, genericGetObjectAttr, genericGetObjectAttr, genericGetStateTransition, genericGetStringAttr, genericGetStringAttr, genericGetTargetStateAllowed, genericIsBeginState, genericIsEndState, genericSetBinaryAttr, genericSetBinaryAttr, genericSetBoolAttr, genericSetBoolAttr, genericSetDateAttr, genericSetDateAttr, genericSetEnumAttr, genericSetEnumAttr, genericSetEnumAttr, genericSetEnumAttr, genericSetNumberAttr, genericSetNumberAttr, genericSetObjectAttr, genericSetObjectAttr, genericSetStartStateAttr, genericSetStartStateAttr, genericSetStateAttr, genericSetStateAttr, genericSetStringAttr, genericSetStringAttr, hasDOGenericGetAttrAccess, hasDOGenericGetAttrAccess, hasDOGenericGetBinaryAttrAccess, hasDOGenericGetBoolAttrAccess, hasDOGenericGetDateAttrAccess, hasDOGenericGetEnumAttrAccess, hasDOGenericGetNumberAttrAccess, hasDOGenericGetObjectAttrAccess, hasDOGenericGetStringAttrAccess, hasDOGenericSetAttrAccess, hasDOGenericSetAttrAccess, hasDOGenericSetBinaryAttrAccess, hasDOGenericSetBoolAttrAccess, hasDOGenericSetDateAttrAccess, hasDOGenericSetEnumAttrAccess, hasDOGenericSetNumberAttrAccess, hasDOGenericSetObjectAttrAccess, hasDOGenericSetStringAttrAccess, loadGenericBinaryData, loadGenericBoolData, loadGenericDateData, loadGenericEnumData, loadGenericNumberData, loadGenericObjectData, loadGenericObjectDO, loadGenericStringData
 
Methods inherited from class org.webdocwf.dods.access.SecureDO
assertDOCopyAccess, assertDODeleteAccess, assertDOGetAccess, assertDOGetDOValueAccess, assertDOGetDOValueAccess, assertDOGetDOValueAccess, assertDOGetDOValueAccess, assertDOGetDOValueAccess, assertDOGetDOValueAccess, assertDOGetDOValueAccess, assertDOGetDOValueAccess, assertDOGetDOValueAccess, assertDOGetDOValueAccess, assertDOGetVersionAccess, assertDOIsReadOnlyAccess, assertDOMakeReadOnlyAccess, assertDOMakeReadWriteAccess, delete, delete, getHandle, getVersion, getVersion, hasDOCopyAccess, hasDODeleteAccess, hasDOGetAccess, hasDOGetAttrAccess, hasDOGetAttrAccess, hasDOGetAttrAccess, hasDOGetAttrAccess, hasDOGetAttrAccess, hasDOGetAttrAccess, hasDOGetAttrAccess, hasDOGetAttrAccess, hasDOGetAttrAccess, hasDOGetDOValueAccess, hasDOGetDOValueAccess, hasDOGetDOValueAccess, hasDOGetDOValueAccess, hasDOGetDOValueAccess, hasDOGetDOValueAccess, hasDOGetDOValueAccess, hasDOGetDOValueAccess, hasDOGetDOValueAccess, hasDOGetDOValueAccess, hasDOGetVersionAccess, hasDOIsReadOnlyAccess, hasDOMakeReadOnlyAccess, hasDOMakeReadWriteAccess, hasDOSetAttrAccess, hasDOSetAttrAccess, hasDOSetAttrAccess, hasDOSetAttrAccess, hasDOSetAttrAccess, hasDOSetAttrAccess, hasDOSetAttrAccess, hasDOSetAttrAccess, hasDOSetAttrAccess, hasMatchingHandle, hasQueryFindAccess, isReadOnly, makeReadOnly, makeReadWrite
 
Methods inherited from class com.lutris.dods.builder.generator.dataobject.GenericDO
cloneUnique, compareCond, copyBigDecimal, copyByteArray, copyDate, copyString, copyTime, copyTimestamp, createDO, executeDelete, executeInsert, executeUpdate, finalizeInsert, finalizeUpdate, getCacheHandle, getData, getOriginDatabase, getPrimaryKeyName, isDirty, makeIdentical, markClean, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, printMsg, setData, setOId, setPrepStmtParam_BigDecimal, setPrepStmtParam_boolean, setPrepStmtParam_byte, setPrepStmtParam_bytes, setPrepStmtParam_DO, setPrepStmtParam_double, setPrepStmtParam_float, setPrepStmtParam_int, setPrepStmtParam_java_math_BigDecimal, setPrepStmtParam_java_sql_Date, setPrepStmtParam_java_sql_Time, setPrepStmtParam_java_sql_Timestamp, setPrepStmtParam_long, setPrepStmtParam_short, setPrepStmtParam_String
 
Methods inherited from class com.lutris.appserver.server.sql.CloneableDO
clone
 
Methods inherited from class com.lutris.appserver.server.sql.CoreDO
addToCache, deleteFromCache, disableVersioning, evict, finalizeDelete, getNewVersion, getOId, getOIdColumnName, getVersionColumnName, isPersistent, refresh, setNewVersion, setOIdColumnName, setPersistent, setVersion, setVersionColumnName, updateCache
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

table

public static final RDBTable table
static final data members name the table and columns for this DO. By using these members with an instance of the QueryBuilder class, an application can perform straight SQL queries while retaining compile-time checking of table and column usage. Example: List the Cities containing Persons named Bob: Using straight SQL with QueryBuilder: Pro: code runs faster because you create fewer objects Con: code is less clear Vector fields = new Vector(); fields.addElement( AddressDO.City ); QueryBuilder qb = new QueryBuilder( fields ); qb.addWhere( PersonDO.FirstName, "Bob" ); qb.addWhere( PersonDO.PrimaryKey, AddressDO.Person ); RDBRow row; while ( null != ( row = qb.getNextRow() ) ) { String city = row.get( AddressDO.City ).getString(); } Using Query/DO classes: Pro: code is (often) clearer Con: code runs slower because you create more objects PersonQuery pq = new PersonQuery(); pq.setQueryFirstName( "Bob" ); PersonDO[] bobs = pq.getDOArray(); for ( int i = 0; i < bobs.length; i++ ) { AddressQuery aq = new AddressQuery(); aq.setQueryPerson( bobs[i] ); AddressDO addr = aq.getNextDO(); String city = addr.getCity(); }


PrimaryKey

public static final RDBColumn PrimaryKey
static final RDBColumn PrimaryKey for use with QueryBuilder. See example above.


isView

protected static final boolean isView
See Also:
Constant Field Values

KEYVALUE

public static final RDBColumn KEYVALUE

KEYVALUE_MaxLength

public static final int KEYVALUE_MaxLength
See Also:
Constant Field Values

SHORTNAME

public static final RDBColumn SHORTNAME

SHORTNAME_MaxLength

public static final int SHORTNAME_MaxLength
See Also:
Constant Field Values

LONGNAME

public static final RDBColumn LONGNAME

LONGNAME_MaxLength

public static final int LONGNAME_MaxLength
See Also:
Constant Field Values

XMLNAME

public static final RDBColumn XMLNAME

XMLNAME_MaxLength

public static final int XMLNAME_MaxLength
See Also:
Constant Field Values

ATTRSCALE

public static final RDBColumn ATTRSCALE

ATTRTYPE

public static final RDBColumn ATTRTYPE

ATTRTYPE_MaxLength

public static final int ATTRTYPE_MaxLength
See Also:
Constant Field Values

TRANSLATEATTR

public static final RDBColumn TRANSLATEATTR

ATTROBJECTCLASS

public static final RDBColumn ATTROBJECTCLASS

ATTROBJECTCLASS_MaxLength

public static final int ATTROBJECTCLASS_MaxLength
See Also:
Constant Field Values

ENUMTYPEDEFINITIONOID

public static final RDBColumn ENUMTYPEDEFINITIONOID
Constructor Detail

AttributeDefinitionDO

protected AttributeDefinitionDO(boolean is_view)
                         throws ObjectIdException,
                                DatabaseManagerException
Protected constructor. Only derived classes should call it.

Throws:
DatabaseManagerException - If a connection to the database cannot be established, etc.
ObjectIdException - If an object id can't be allocated for this object.

AttributeDefinitionDO

protected AttributeDefinitionDO()
                         throws ObjectIdException,
                                DatabaseManagerException
Protected constructor. Only derived classes should call it.

Throws:
DatabaseManagerException - If a connection to the database cannot be established, etc.
ObjectIdException - If an object id can't be allocated for this object.

AttributeDefinitionDO

protected AttributeDefinitionDO(ObjectId id)
                         throws java.sql.SQLException,
                                ObjectIdException,
                                DataObjectException,
                                DatabaseManagerException
Protected constructor used by createExisting(ObjectId) above.

Parameters:
id - The ObjectId for the object.
Throws:
DataObjectException - If the object is not found in the database.
ObjectIdException - If an object id can't be allocated for this object.
DatabaseManagerException - If a connection to the database cannot be established, etc.
java.sql.SQLException - Should never see this exception since GenericDO.ctor(ObjectId) never accesses the database.

AttributeDefinitionDO

protected AttributeDefinitionDO(java.sql.ResultSet rs)
                         throws java.sql.SQLException,
                                ObjectIdException,
                                DataObjectException,
                                DatabaseManagerException
Protected constructor.

Parameters:
rs - Result set from which to obtain product data.
Throws:
DataObjectException - If the object is not found in the database.
ObjectIdException - If an object id can't be allocated for this object.
DatabaseManagerException - If a connection to the database cannot be established, etc.
java.sql.SQLException - If the database rejects the SQL generated to retrieve data for this object, or if the table contains a bad foreign key, etc.
Method Detail

getTableName

public java.lang.String getTableName()
Return GENERICATTRIBUTEDEFINITION as the name of the table in the database which contains AttributeDefinitionDO objects. This method overrides CoreDO.getTableName() and is used by CoreDO.executeUpdate() during error handling.

Overrides:
getTableName in class CoreDO
Returns:
the database table name
See Also:
CoreDO

isReadOnly

public boolean isReadOnly()
isReadOnly() Returns true if the data for this object has been marked read-only.

Specified by:
isReadOnly in class SecureDO

isLoaded

public boolean isLoaded()
isLoaded() Returns true if the data for this objects has been retrieved from the database.


loadData

public void loadData()
              throws java.sql.SQLException,
                     ObjectIdException,
                     DataObjectException
loadData() Load the fields for the DO from the database.

Throws:
ObjectIdException - If an object id can't be allocated for this object.
DataObjectException - If the object is not found in the database.
java.sql.SQLException - If the database rejects the SQL generated to retrieve data for this object, or if the table contains a bad foreign key, etc.

checkLoad

protected void checkLoad()
                  throws DataObjectException
Load the actual DO data if necessary. Called by get/set methods.

Specified by:
checkLoad in class SecureDO
Throws:
DataObjectException - If a data access error occurs.

refreshCache

public static void refreshCache()
                         throws java.sql.SQLException,
                                DatabaseManagerException,
                                ObjectIdException,
                                DataObjectException
Queries all rows in table, and for each row creates a DO instance in the cache. For these DOs, data.readOnly = true, which causes set methods to throw an exception.

Throws:
DataObjectException - If the object is not found in the database.
ObjectIdException - If an object id can't be allocated for this object.
DatabaseManagerException - If a connection to the database cannot be established, etc.
java.sql.SQLException - If the database rejects the SQL generated to retrieve data for this object, or if the table contains a bad foreign key, etc.

addToCache

public static AttributeDefinitionDO addToCache(AttributeDefinitionDO newDO)
Add DO to cache. If DO already exists in cache, just the data member is replaced, so that application references to the DO remain valid.


getCacheContents

public static java.util.Enumeration getCacheContents()
Retrieve contents of cache as an enumeration of DO objects.


createVirgin

public static AttributeDefinitionDO createVirgin()
                                          throws DatabaseManagerException,
                                                 ObjectIdException
createVirgin() Creates a DO that has no ObjectId or data. Such a DO is used to insert a new database entry after its data has been set.

Throws:
ObjectIdException - If an object id can't be allocated for this object.
DatabaseManagerException - If a connection to the database cannot be established, etc.

createVirgin

public static AttributeDefinitionDO createVirgin(User usr)
                                          throws DatabaseManagerException,
                                                 ObjectIdException,
                                                 AccessException
createVirgin() Creates a DO that has no ObjectId or data. Such a DO is used to insert a new database entry after its data has been set.

Parameters:
usr - The user for security check
Throws:
ObjectIdException - If an object id can't be allocated for this object.
DatabaseManagerException - If a connection to the database cannot be established, etc.
AccessException - The user is not allowed to create new instances WebDocWf extension

assertDOCreateAccess

public static void assertDOCreateAccess(User usr)
                                 throws AccessException
Ensure that the given user is allowed to create new instances

Parameters:
usr - The user for security check
Throws:
AccessException - The user is not allowed to create new instances WebDocWf extension

hasDOCreateAccess

public static boolean hasDOCreateAccess(User usr)
                                 throws AccessEvalException
Check whether the given user is allowed to create new instances

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to create new instances WebDocWf extension
AccessEvalException

createForExisting

public GenericStoreDO createForExisting(java.math.BigDecimal bd)
                                 throws java.sql.SQLException,
                                        ObjectIdException,
                                        DataObjectException,
                                        DatabaseManagerException
Create an instance for an existing row This is a strange hack for having an instance method Maybe there is a better solution ? WebDocWf extension

Specified by:
createForExisting in class GenericStoreDO
Parameters:
bd - ObjectID as BigDecimal of the object which must be read from the DB
Returns:
The object which was read from the DB
java.sql.SQLException
ObjectIdException
DataObjectException
DatabaseManagerException

createExisting

public static AttributeDefinitionDO createExisting(java.math.BigDecimal bd)
                                            throws java.sql.SQLException,
                                                   ObjectIdException,
                                                   DataObjectException,
                                                   DatabaseManagerException
createExisting( BigDecimal ) Factory method creates a AttributeDefinitionDO object by searching for it in the database using the passed BigDecimal value as the primary key. Creates a DO that represents an existing entry in the database. Such a DO is used to examine and possibly update such an entry. createExisting() is called only from the code that retrieves an ObjectId from a ResultSet (database query result). createExisting() is protected because no other DO or BO should ever need to call it. FIX unfortunately the createExisting(BigDecimal) form *does* need to be public because it is called by the public ctors of other DOs. For example, AaaDO contains a ref to a BbbDO, so there is a method AaaDO.setBbb(BbbDO). In the ctor AaaDO(ResultSet), we have the call setBbb( BbbDO.createExisting( rs.getBigDecimal( "bbb", 0 ))); Since AaaDO is not in the same package as BbbDO, BbbDO.createExisting(BigDecimal) must be public, not protected. Java needs the C++ 'friend' idea.

Parameters:
bd - The BigDecimal representation of the ObjectId for the object.
Throws:
DataObjectException - If the object is not found in the database.
ObjectIdException - If an object id can't be allocated for this object.
DatabaseManagerException - If a connection to the database cannot be established, etc.
java.sql.SQLException - If the database rejects the SQL generated to retrieve data for this object, or if the table contains a bad foreign key, etc.

createExisting

public static AttributeDefinitionDO createExisting(java.math.BigDecimal bd,
                                                   User usr)
                                            throws java.sql.SQLException,
                                                   ObjectIdException,
                                                   DataObjectException,
                                                   DatabaseManagerException,
                                                   AccessException
createExisting( BigDecimal ) Factory method creates a AttributeDefinitionDO object by searching for it in the database using the passed BigDecimal value as the primary key.

Parameters:
bd - The BigDecimal representation of the ObjectId for the object.
usr - The user for security check
Throws:
DataObjectException - If the object is not found in the database.
ObjectIdException - If an object id can't be allocated for this object.
DatabaseManagerException - If a connection to the database cannot be established, etc.
java.sql.SQLException - If the database rejects the SQL generated to retrieve data for this object, or if the table contains a bad foreign key, etc.
AccessException - The user is not allowed to read the instance existance WebDocWf extension

hasDOGetAccess

public static boolean hasDOGetAccess(java.math.BigDecimal bd,
                                     User usr)
                              throws AccessEvalException
Check whether the given user is allowed to read the DO existance Static function to be called without having the object

Parameters:
bd - The BigDecimal representation of the ObjectId for the object.
usr - The user for security check
Returns:
Whether the given user is allowed to read the DO existance WebDocWf extension
AccessEvalException

createExisting

public static AttributeDefinitionDO createExisting(java.lang.String handle)
The createExisting method is used to create a AttributeDefinitionDO from a string handle.


createExisting

public static AttributeDefinitionDO createExisting(java.lang.String handle,
                                                   User usr)
                                            throws AccessException
The createExisting method is used to create a AttributeDefinitionDO from a string handle. WebDocWf extension

AccessException

hasDOGetAccess

public static boolean hasDOGetAccess(java.lang.String handle,
                                     User usr)
                              throws AccessEvalException
Check whether the given user is allowed to read the DO existance Static function to be called without having the object

Parameters:
handle - The string representation of the ObjectId for the object.
usr - The user for security check
Returns:
Whether the given user is allowed to read the DO existance WebDocWf extension
AccessEvalException

createExisting

protected static AttributeDefinitionDO createExisting(ObjectId id)
                                               throws java.sql.SQLException,
                                                      ObjectIdException,
                                                      DataObjectException,
                                                      DatabaseManagerException
createExisting( ObjectId ) Factory method creates a AttributeDefinitionDO object by searching for it in the database using the passed ObjectID value as the primary key.

Parameters:
id - The ObjectId for the object.
Throws:
DataObjectException - If the object is not found in the database.
ObjectIdException - If an object id can't be allocated for this object.
DatabaseManagerException - If a connection to the database cannot be established, etc.
java.sql.SQLException - If the database rejects the SQL generated to retrieve data for this object, or if the table contains a bad foreign key, etc.

createExisting

protected static AttributeDefinitionDO createExisting(java.sql.ResultSet rs)
                                               throws java.sql.SQLException,
                                                      ObjectIdException,
                                                      DataObjectException,
                                                      DatabaseManagerException
createExisting( ResultSet ) Factory method used to create an instance of this class to represent a Data Object already existing in the database.

Parameters:
rs - The ResultSet returned by the Query class for an existing Data Object stored in the database.
Throws:
DataObjectException - If the object is not found in the database.
ObjectIdException - If an object id can't be allocated for this object.
DatabaseManagerException - If a connection to the database cannot be established, etc.
java.sql.SQLException - If the database rejects the SQL generated to retrieve data for this object, or if the table contains a bad foreign key, etc.

createExisting

protected static AttributeDefinitionDO createExisting(RDBRow row)
                                               throws java.sql.SQLException,
                                                      ObjectIdException,
                                                      DataObjectException,
                                                      DatabaseManagerException
createExisting( RDBRow ) Factory method creates a AttributeDefinitionDO object by searching for it in the database using the AttributeDefinitionDO.PrimaryKey value in the passed RDBRow.

Throws:
DataObjectException - If the RDBRow does not contain a AttributeDefinitionDO.PrimaryKey. If the object is not found in the database.
ObjectIdException - If an object id can't be allocated for this object.
DatabaseManagerException - If a connection to the database cannot be established, etc.
java.sql.SQLException - If the database rejects the SQL generated to retrieve data for this object, or if the table contains a bad foreign key, etc.

createExisting

protected static AttributeDefinitionDO createExisting(RDBColumnValue pk)
                                               throws java.sql.SQLException,
                                                      ObjectIdException,
                                                      DataObjectException,
                                                      DatabaseManagerException
createExisting( RDBColumnValue ) Factory method creates a AttributeDefinitionDO object by searching for it in the database using the passed AttributeDefinitionDO.PrimaryKey.

Throws:
DataObjectException - If the RDBColumnValue does not contain a AttributeDefinitionDO.PrimaryKey. If the object is not found in the database.
ObjectIdException - If an object id can't be allocated for this object.
DatabaseManagerException - If a connection to the database cannot be established, etc.
java.sql.SQLException - If the database rejects the SQL generated to retrieve data for this object, or if the table contains a bad foreign key, etc.

createCopy

public static AttributeDefinitionDO createCopy(AttributeDefinitionDataStruct data)
                                        throws DatabaseManagerException,
                                               ObjectIdException
createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data. Such a DO is used to insert a new database entry that is largely similar to an existing entry.

Parameters:
data - The data struct to copy values from.
Throws:
ObjectIdException - If an object id can't be allocated for this object.
DatabaseManagerException - If a connection to the database cannot be established, etc.

createCopy

public static AttributeDefinitionDO createCopy(AttributeDefinitionDO orig)
                                        throws DatabaseManagerException,
                                               ObjectIdException
createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data. Such a DO is used to insert a new database entry that is largely similar to an existing entry.

Parameters:
orig - The original DO to copy.
Throws:
ObjectIdException - If an object id can't be allocated for this object.
DatabaseManagerException - If a connection to the database cannot be established, etc.

createCopy

public static AttributeDefinitionDO createCopy(AttributeDefinitionDO orig,
                                               User usr)
                                        throws DatabaseManagerException,
                                               ObjectIdException,
                                               AccessException
createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data. Such a DO is used to insert a new database entry that is largely similar to an existing entry.

Parameters:
orig - The original DO to copy.
usr - The user for security check
Throws:
ObjectIdException - If an object id can't be allocated for this object.
DatabaseManagerException - If a connection to the database cannot be established, etc.
AccessException - The user is not allowed to make a copy WebDocWf extension

reload

public void reload()
reload() Causes the DO to refresh itself from the database the next time a set or get method is called.


getHandle

public java.lang.String getHandle()
                           throws DatabaseManagerException
The methods getHandle hasMatchingHandle findCachedObjectByHandle are used by Presentation Objects that need to populate HTML select lists with Data Objects as options. The getHandle() method is used to set the value for each option, and the hasMatchingHandle() and findCachedObjectByHandle() methods are used to lookup the Data Object when the selection has been made.

Specified by:
getHandle in class SecureDO
Returns:
id of this DO as a string If an object id can't be allocated for this object.
Throws:
DatabaseManagerException - If a connection to the database cannot be established, etc.

hasMatchingHandle

public boolean hasMatchingHandle(java.lang.String handle)
hasMatchingHandle

Specified by:
hasMatchingHandle in class SecureDO
Parameters:
handle - String version of DO id
Returns:
boolean True if the string version of the id of this DO matches passed handle

findCachedObjectByHandle

public static AttributeDefinitionDO findCachedObjectByHandle(java.lang.String handle)
findCachedObjectByHandle

Parameters:
handle - String version of DO id
Returns:
AttributeDefinitionDO Object if one is found in cache, otherwise null.

findCachedObjectByHandle

public static AttributeDefinitionDO findCachedObjectByHandle(java.lang.String handle,
                                                             User usr)
                                                      throws AccessException
findCachedObjectByHandle

Parameters:
handle - String version of DO id
usr - The user for security check
Returns:
AttributeDefinitionDO Object if one is found in cache, otherwise null.
Throws:
AccessException - The user is not allowed to read the object existance WebDocWf extension

makeIdentical

protected void makeIdentical(AttributeDefinitionDO orig)
makeIdentical() Assigns the DataStruct of an existing DO to this DO. Does not duplicate data. Just assigns the reference.

Parameters:
orig - The original DO.

makeReadOnly

public void makeReadOnly()
makeReadOnly() Mark the object as readonly WebDocWf extension

Specified by:
makeReadOnly in class SecureDO

makeReadWrite

public void makeReadWrite()
makeReadWrite()

Specified by:
makeReadWrite in class SecureDO

getKEYVALUE

public java.lang.String getKEYVALUE()
                             throws DataObjectException
Get KEYVALUE of the GENERICATTRIBUTEDEFINITION

Specified by:
getKEYVALUE in interface AttributeDefinitionDOI
Returns:
KEYVALUE of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

getKEYVALUE

public java.lang.String getKEYVALUE(User usr)
                             throws DataObjectException,
                                    AccessException
Get KEYVALUE of the GENERICATTRIBUTEDEFINITION

Parameters:
usr - The user for security check
Returns:
KEYVALUE of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOGetAttrKEYVALUEAccess

public void assertDOGetAttrKEYVALUEAccess(User usr)
                                   throws AccessException
Ensure that the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOGetAttrKEYVALUEAccess

public boolean hasDOGetAttrKEYVALUEAccess(User usr)
                                   throws AccessEvalException
Check whether the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

hasDOGetDOValueKEYVALUEAccess

public boolean hasDOGetDOValueKEYVALUEAccess(User usr)
                                      throws AccessEvalException
Check whether the given user is allowed to read object in a pointer attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

setKEYVALUE

public void setKEYVALUE(java.lang.String KEYVALUE)
                 throws DataObjectException
Set KEYVALUE of the GENERICATTRIBUTEDEFINITION

Specified by:
setKEYVALUE in interface AttributeDefinitionDOI
Parameters:
KEYVALUE - of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

setKEYVALUE

public void setKEYVALUE(java.lang.String KEYVALUE,
                        User usr)
                 throws DataObjectException,
                        AccessException
Set KEYVALUE of the GENERICATTRIBUTEDEFINITION

Parameters:
KEYVALUE - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOSetAttrKEYVALUEAccess

public void assertDOSetAttrKEYVALUEAccess(java.lang.String KEYVALUE,
                                          User usr)
                                   throws AccessException
Ensure that the given user is allowed to update the attribute

Parameters:
KEYVALUE - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOSetAttrKEYVALUEAccess

public boolean hasDOSetAttrKEYVALUEAccess(java.lang.String KEYVALUE,
                                          User usr)
                                   throws AccessEvalException
Check whether the given user is allowed to update the attribute

Parameters:
KEYVALUE - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Returns:
Whether the given user is allowed to update the attribute WebDocWf extension
AccessEvalException

getSHORTNAME

public java.lang.String getSHORTNAME()
                              throws DataObjectException
Get SHORTNAME of the GENERICATTRIBUTEDEFINITION

Specified by:
getSHORTNAME in interface AttributeDefinitionDOI
Returns:
SHORTNAME of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

getSHORTNAME

public java.lang.String getSHORTNAME(User usr)
                              throws DataObjectException,
                                     AccessException
Get SHORTNAME of the GENERICATTRIBUTEDEFINITION

Parameters:
usr - The user for security check
Returns:
SHORTNAME of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOGetAttrSHORTNAMEAccess

public void assertDOGetAttrSHORTNAMEAccess(User usr)
                                    throws AccessException
Ensure that the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOGetAttrSHORTNAMEAccess

public boolean hasDOGetAttrSHORTNAMEAccess(User usr)
                                    throws AccessEvalException
Check whether the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

hasDOGetDOValueSHORTNAMEAccess

public boolean hasDOGetDOValueSHORTNAMEAccess(User usr)
                                       throws AccessEvalException
Check whether the given user is allowed to read object in a pointer attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

setSHORTNAME

public void setSHORTNAME(java.lang.String SHORTNAME)
                  throws DataObjectException
Set SHORTNAME of the GENERICATTRIBUTEDEFINITION

Specified by:
setSHORTNAME in interface AttributeDefinitionDOI
Parameters:
SHORTNAME - of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

setSHORTNAME

public void setSHORTNAME(java.lang.String SHORTNAME,
                         User usr)
                  throws DataObjectException,
                         AccessException
Set SHORTNAME of the GENERICATTRIBUTEDEFINITION

Parameters:
SHORTNAME - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOSetAttrSHORTNAMEAccess

public void assertDOSetAttrSHORTNAMEAccess(java.lang.String SHORTNAME,
                                           User usr)
                                    throws AccessException
Ensure that the given user is allowed to update the attribute

Parameters:
SHORTNAME - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOSetAttrSHORTNAMEAccess

public boolean hasDOSetAttrSHORTNAMEAccess(java.lang.String SHORTNAME,
                                           User usr)
                                    throws AccessEvalException
Check whether the given user is allowed to update the attribute

Parameters:
SHORTNAME - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Returns:
Whether the given user is allowed to update the attribute WebDocWf extension
AccessEvalException

getLONGNAME

public java.lang.String getLONGNAME()
                             throws DataObjectException
Get LONGNAME of the GENERICATTRIBUTEDEFINITION

Specified by:
getLONGNAME in interface AttributeDefinitionDOI
Returns:
LONGNAME of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

getLONGNAME

public java.lang.String getLONGNAME(User usr)
                             throws DataObjectException,
                                    AccessException
Get LONGNAME of the GENERICATTRIBUTEDEFINITION

Parameters:
usr - The user for security check
Returns:
LONGNAME of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOGetAttrLONGNAMEAccess

public void assertDOGetAttrLONGNAMEAccess(User usr)
                                   throws AccessException
Ensure that the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOGetAttrLONGNAMEAccess

public boolean hasDOGetAttrLONGNAMEAccess(User usr)
                                   throws AccessEvalException
Check whether the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

hasDOGetDOValueLONGNAMEAccess

public boolean hasDOGetDOValueLONGNAMEAccess(User usr)
                                      throws AccessEvalException
Check whether the given user is allowed to read object in a pointer attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

setLONGNAME

public void setLONGNAME(java.lang.String LONGNAME)
                 throws DataObjectException
Set LONGNAME of the GENERICATTRIBUTEDEFINITION

Specified by:
setLONGNAME in interface AttributeDefinitionDOI
Parameters:
LONGNAME - of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

setLONGNAME

public void setLONGNAME(java.lang.String LONGNAME,
                        User usr)
                 throws DataObjectException,
                        AccessException
Set LONGNAME of the GENERICATTRIBUTEDEFINITION

Parameters:
LONGNAME - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOSetAttrLONGNAMEAccess

public void assertDOSetAttrLONGNAMEAccess(java.lang.String LONGNAME,
                                          User usr)
                                   throws AccessException
Ensure that the given user is allowed to update the attribute

Parameters:
LONGNAME - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOSetAttrLONGNAMEAccess

public boolean hasDOSetAttrLONGNAMEAccess(java.lang.String LONGNAME,
                                          User usr)
                                   throws AccessEvalException
Check whether the given user is allowed to update the attribute

Parameters:
LONGNAME - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Returns:
Whether the given user is allowed to update the attribute WebDocWf extension
AccessEvalException

getXMLNAME

public java.lang.String getXMLNAME()
                            throws DataObjectException
Get XMLNAME of the GENERICATTRIBUTEDEFINITION

Specified by:
getXMLNAME in interface AttributeDefinitionDOI
Returns:
XMLNAME of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

getXMLNAME

public java.lang.String getXMLNAME(User usr)
                            throws DataObjectException,
                                   AccessException
Get XMLNAME of the GENERICATTRIBUTEDEFINITION

Parameters:
usr - The user for security check
Returns:
XMLNAME of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOGetAttrXMLNAMEAccess

public void assertDOGetAttrXMLNAMEAccess(User usr)
                                  throws AccessException
Ensure that the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOGetAttrXMLNAMEAccess

public boolean hasDOGetAttrXMLNAMEAccess(User usr)
                                  throws AccessEvalException
Check whether the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

hasDOGetDOValueXMLNAMEAccess

public boolean hasDOGetDOValueXMLNAMEAccess(User usr)
                                     throws AccessEvalException
Check whether the given user is allowed to read object in a pointer attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

setXMLNAME

public void setXMLNAME(java.lang.String XMLNAME)
                throws DataObjectException
Set XMLNAME of the GENERICATTRIBUTEDEFINITION

Specified by:
setXMLNAME in interface AttributeDefinitionDOI
Parameters:
XMLNAME - of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

setXMLNAME

public void setXMLNAME(java.lang.String XMLNAME,
                       User usr)
                throws DataObjectException,
                       AccessException
Set XMLNAME of the GENERICATTRIBUTEDEFINITION

Parameters:
XMLNAME - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOSetAttrXMLNAMEAccess

public void assertDOSetAttrXMLNAMEAccess(java.lang.String XMLNAME,
                                         User usr)
                                  throws AccessException
Ensure that the given user is allowed to update the attribute

Parameters:
XMLNAME - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOSetAttrXMLNAMEAccess

public boolean hasDOSetAttrXMLNAMEAccess(java.lang.String XMLNAME,
                                         User usr)
                                  throws AccessEvalException
Check whether the given user is allowed to update the attribute

Parameters:
XMLNAME - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Returns:
Whether the given user is allowed to update the attribute WebDocWf extension
AccessEvalException

getATTRSCALE

public java.math.BigDecimal getATTRSCALE()
                                  throws DataObjectException
Get ATTRSCALE of the GENERICATTRIBUTEDEFINITION

Specified by:
getATTRSCALE in interface AttributeDefinitionDOI
Returns:
ATTRSCALE of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

getATTRSCALE

public java.math.BigDecimal getATTRSCALE(User usr)
                                  throws DataObjectException,
                                         AccessException
Get ATTRSCALE of the GENERICATTRIBUTEDEFINITION

Parameters:
usr - The user for security check
Returns:
ATTRSCALE of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOGetAttrATTRSCALEAccess

public void assertDOGetAttrATTRSCALEAccess(User usr)
                                    throws AccessException
Ensure that the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOGetAttrATTRSCALEAccess

public boolean hasDOGetAttrATTRSCALEAccess(User usr)
                                    throws AccessEvalException
Check whether the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

hasDOGetDOValueATTRSCALEAccess

public boolean hasDOGetDOValueATTRSCALEAccess(User usr)
                                       throws AccessEvalException
Check whether the given user is allowed to read object in a pointer attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

setATTRSCALE

public void setATTRSCALE(java.math.BigDecimal ATTRSCALE)
                  throws DataObjectException
Set ATTRSCALE of the GENERICATTRIBUTEDEFINITION

Specified by:
setATTRSCALE in interface AttributeDefinitionDOI
Parameters:
ATTRSCALE - of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

setATTRSCALE

public void setATTRSCALE(java.math.BigDecimal ATTRSCALE,
                         User usr)
                  throws DataObjectException,
                         AccessException
Set ATTRSCALE of the GENERICATTRIBUTEDEFINITION

Parameters:
ATTRSCALE - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOSetAttrATTRSCALEAccess

public void assertDOSetAttrATTRSCALEAccess(java.math.BigDecimal ATTRSCALE,
                                           User usr)
                                    throws AccessException
Ensure that the given user is allowed to update the attribute

Parameters:
ATTRSCALE - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOSetAttrATTRSCALEAccess

public boolean hasDOSetAttrATTRSCALEAccess(java.math.BigDecimal ATTRSCALE,
                                           User usr)
                                    throws AccessEvalException
Check whether the given user is allowed to update the attribute

Parameters:
ATTRSCALE - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Returns:
Whether the given user is allowed to update the attribute WebDocWf extension
AccessEvalException

getATTRTYPE

public java.lang.String getATTRTYPE()
                             throws DataObjectException
Get ATTRTYPE of the GENERICATTRIBUTEDEFINITION

Specified by:
getATTRTYPE in interface AttributeDefinitionDOI
Returns:
ATTRTYPE of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

getATTRTYPE

public java.lang.String getATTRTYPE(User usr)
                             throws DataObjectException,
                                    AccessException
Get ATTRTYPE of the GENERICATTRIBUTEDEFINITION

Parameters:
usr - The user for security check
Returns:
ATTRTYPE of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOGetAttrATTRTYPEAccess

public void assertDOGetAttrATTRTYPEAccess(User usr)
                                   throws AccessException
Ensure that the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOGetAttrATTRTYPEAccess

public boolean hasDOGetAttrATTRTYPEAccess(User usr)
                                   throws AccessEvalException
Check whether the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

hasDOGetDOValueATTRTYPEAccess

public boolean hasDOGetDOValueATTRTYPEAccess(User usr)
                                      throws AccessEvalException
Check whether the given user is allowed to read object in a pointer attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

setATTRTYPE

public void setATTRTYPE(java.lang.String ATTRTYPE)
                 throws DataObjectException
Set ATTRTYPE of the GENERICATTRIBUTEDEFINITION

Specified by:
setATTRTYPE in interface AttributeDefinitionDOI
Parameters:
ATTRTYPE - of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

setATTRTYPE

public void setATTRTYPE(java.lang.String ATTRTYPE,
                        User usr)
                 throws DataObjectException,
                        AccessException
Set ATTRTYPE of the GENERICATTRIBUTEDEFINITION

Parameters:
ATTRTYPE - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOSetAttrATTRTYPEAccess

public void assertDOSetAttrATTRTYPEAccess(java.lang.String ATTRTYPE,
                                          User usr)
                                   throws AccessException
Ensure that the given user is allowed to update the attribute

Parameters:
ATTRTYPE - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOSetAttrATTRTYPEAccess

public boolean hasDOSetAttrATTRTYPEAccess(java.lang.String ATTRTYPE,
                                          User usr)
                                   throws AccessEvalException
Check whether the given user is allowed to update the attribute

Parameters:
ATTRTYPE - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Returns:
Whether the given user is allowed to update the attribute WebDocWf extension
AccessEvalException

getTRANSLATEATTR

public boolean getTRANSLATEATTR()
                         throws DataObjectException
Get TRANSLATEATTR of the GENERICATTRIBUTEDEFINITION

Specified by:
getTRANSLATEATTR in interface AttributeDefinitionDOI
Returns:
TRANSLATEATTR of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

getTRANSLATEATTR

public boolean getTRANSLATEATTR(User usr)
                         throws DataObjectException,
                                AccessException
Get TRANSLATEATTR of the GENERICATTRIBUTEDEFINITION

Parameters:
usr - The user for security check
Returns:
TRANSLATEATTR of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOGetAttrTRANSLATEATTRAccess

public void assertDOGetAttrTRANSLATEATTRAccess(User usr)
                                        throws AccessException
Ensure that the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOGetAttrTRANSLATEATTRAccess

public boolean hasDOGetAttrTRANSLATEATTRAccess(User usr)
                                        throws AccessEvalException
Check whether the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

hasDOGetDOValueTRANSLATEATTRAccess

public boolean hasDOGetDOValueTRANSLATEATTRAccess(User usr)
                                           throws AccessEvalException
Check whether the given user is allowed to read object in a pointer attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

setTRANSLATEATTR

public void setTRANSLATEATTR(boolean TRANSLATEATTR)
                      throws DataObjectException
Set TRANSLATEATTR of the GENERICATTRIBUTEDEFINITION

Specified by:
setTRANSLATEATTR in interface AttributeDefinitionDOI
Parameters:
TRANSLATEATTR - of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

setTRANSLATEATTR

public void setTRANSLATEATTR(boolean TRANSLATEATTR,
                             User usr)
                      throws DataObjectException,
                             AccessException
Set TRANSLATEATTR of the GENERICATTRIBUTEDEFINITION

Parameters:
TRANSLATEATTR - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOSetAttrTRANSLATEATTRAccess

public void assertDOSetAttrTRANSLATEATTRAccess(boolean TRANSLATEATTR,
                                               User usr)
                                        throws AccessException
Ensure that the given user is allowed to update the attribute

Parameters:
TRANSLATEATTR - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOSetAttrTRANSLATEATTRAccess

public boolean hasDOSetAttrTRANSLATEATTRAccess(boolean TRANSLATEATTR,
                                               User usr)
                                        throws AccessEvalException
Check whether the given user is allowed to update the attribute

Parameters:
TRANSLATEATTR - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Returns:
Whether the given user is allowed to update the attribute WebDocWf extension
AccessEvalException

getATTROBJECTCLASS

public java.lang.String getATTROBJECTCLASS()
                                    throws DataObjectException
Get ATTROBJECTCLASS of the GENERICATTRIBUTEDEFINITION

Specified by:
getATTROBJECTCLASS in interface AttributeDefinitionDOI
Returns:
ATTROBJECTCLASS of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

getATTROBJECTCLASS

public java.lang.String getATTROBJECTCLASS(User usr)
                                    throws DataObjectException,
                                           AccessException
Get ATTROBJECTCLASS of the GENERICATTRIBUTEDEFINITION

Parameters:
usr - The user for security check
Returns:
ATTROBJECTCLASS of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOGetAttrATTROBJECTCLASSAccess

public void assertDOGetAttrATTROBJECTCLASSAccess(User usr)
                                          throws AccessException
Ensure that the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOGetAttrATTROBJECTCLASSAccess

public boolean hasDOGetAttrATTROBJECTCLASSAccess(User usr)
                                          throws AccessEvalException
Check whether the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

hasDOGetDOValueATTROBJECTCLASSAccess

public boolean hasDOGetDOValueATTROBJECTCLASSAccess(User usr)
                                             throws AccessEvalException
Check whether the given user is allowed to read object in a pointer attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

setATTROBJECTCLASS

public void setATTROBJECTCLASS(java.lang.String ATTROBJECTCLASS)
                        throws DataObjectException
Set ATTROBJECTCLASS of the GENERICATTRIBUTEDEFINITION

Specified by:
setATTROBJECTCLASS in interface AttributeDefinitionDOI
Parameters:
ATTROBJECTCLASS - of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

setATTROBJECTCLASS

public void setATTROBJECTCLASS(java.lang.String ATTROBJECTCLASS,
                               User usr)
                        throws DataObjectException,
                               AccessException
Set ATTROBJECTCLASS of the GENERICATTRIBUTEDEFINITION

Parameters:
ATTROBJECTCLASS - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOSetAttrATTROBJECTCLASSAccess

public void assertDOSetAttrATTROBJECTCLASSAccess(java.lang.String ATTROBJECTCLASS,
                                                 User usr)
                                          throws AccessException
Ensure that the given user is allowed to update the attribute

Parameters:
ATTROBJECTCLASS - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOSetAttrATTROBJECTCLASSAccess

public boolean hasDOSetAttrATTROBJECTCLASSAccess(java.lang.String ATTROBJECTCLASS,
                                                 User usr)
                                          throws AccessEvalException
Check whether the given user is allowed to update the attribute

Parameters:
ATTROBJECTCLASS - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Returns:
Whether the given user is allowed to update the attribute WebDocWf extension
AccessEvalException

getENUMTYPEDEFINITIONOID

public EnumTypeDefinitionDO getENUMTYPEDEFINITIONOID()
                                              throws DataObjectException
Get ENUMTYPEDEFINITIONOID of the GENERICATTRIBUTEDEFINITION

Specified by:
getENUMTYPEDEFINITIONOID in interface AttributeDefinitionDOI
Returns:
ENUMTYPEDEFINITIONOID of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

getENUMTYPEDEFINITIONOID

public EnumTypeDefinitionDO getENUMTYPEDEFINITIONOID(User usr)
                                              throws DataObjectException,
                                                     AccessException
Get ENUMTYPEDEFINITIONOID of the GENERICATTRIBUTEDEFINITION

Parameters:
usr - The user for security check
Returns:
ENUMTYPEDEFINITIONOID of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOGetAttrENUMTYPEDEFINITIONOIDAccess

public void assertDOGetAttrENUMTYPEDEFINITIONOIDAccess(User usr)
                                                throws AccessException
Ensure that the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOGetAttrENUMTYPEDEFINITIONOIDAccess

public boolean hasDOGetAttrENUMTYPEDEFINITIONOIDAccess(User usr)
                                                throws AccessEvalException
Check whether the given user is allowed to read the attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

hasDOGetDOValueENUMTYPEDEFINITIONOIDAccess

public boolean hasDOGetDOValueENUMTYPEDEFINITIONOIDAccess(User usr)
                                                   throws AccessEvalException
Check whether the given user is allowed to read object in a pointer attribute

Parameters:
usr - The user for security check
Returns:
Whether the given user is allowed to read the attribute WebDocWf extension
AccessEvalException

setENUMTYPEDEFINITIONOID

public void setENUMTYPEDEFINITIONOID(EnumTypeDefinitionDO ENUMTYPEDEFINITIONOID)
                              throws DataObjectException
Set ENUMTYPEDEFINITIONOID of the GENERICATTRIBUTEDEFINITION

Specified by:
setENUMTYPEDEFINITIONOID in interface AttributeDefinitionDOI
Parameters:
ENUMTYPEDEFINITIONOID - of the GENERICATTRIBUTEDEFINITION
Throws:
DataObjectException - If the object is not found in the database.

setENUMTYPEDEFINITIONOID

public void setENUMTYPEDEFINITIONOID(EnumTypeDefinitionDO ENUMTYPEDEFINITIONOID,
                                     User usr)
                              throws DataObjectException,
                                     AccessException
Set ENUMTYPEDEFINITIONOID of the GENERICATTRIBUTEDEFINITION

Parameters:
ENUMTYPEDEFINITIONOID - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

assertDOSetAttrENUMTYPEDEFINITIONOIDAccess

public void assertDOSetAttrENUMTYPEDEFINITIONOIDAccess(EnumTypeDefinitionDO ENUMTYPEDEFINITIONOID,
                                                       User usr)
                                                throws AccessException
Ensure that the given user is allowed to update the attribute

Parameters:
ENUMTYPEDEFINITIONOID - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Throws:
AccessException - The user is not allowed to read the attribute(value) WebDocWf extension

hasDOSetAttrENUMTYPEDEFINITIONOIDAccess

public boolean hasDOSetAttrENUMTYPEDEFINITIONOIDAccess(EnumTypeDefinitionDO ENUMTYPEDEFINITIONOID,
                                                       User usr)
                                                throws AccessEvalException
Check whether the given user is allowed to update the attribute

Parameters:
ENUMTYPEDEFINITIONOID - of the GENERICATTRIBUTEDEFINITION
usr - The user for security check
Returns:
Whether the given user is allowed to update the attribute WebDocWf extension
AccessEvalException

getInsertStatement

public java.sql.PreparedStatement getInsertStatement(DBConnection conn)
                                              throws java.sql.SQLException
Prepares the statement used to insert this object into the database.

Specified by:
getInsertStatement in class CoreDO
Parameters:
conn - the database connection.
Returns:
the insert statement.
Throws:
java.sql.SQLException - if an error occurs.

getUpdateStatement

public java.sql.PreparedStatement getUpdateStatement(DBConnection conn)
                                              throws java.sql.SQLException
Prepares the statement used to update this object in the database.

Specified by:
getUpdateStatement in class CoreDO
Parameters:
conn - the database connection
Returns:
the update statement.
Throws:
java.sql.SQLException - if an error occurs.

getDeleteStatement

public java.sql.PreparedStatement getDeleteStatement(DBConnection conn)
                                              throws java.sql.SQLException
Prepares the statement used to delete this object from the database.

Specified by:
getDeleteStatement in class CoreDO
Parameters:
conn - the database connection
Returns:
the delete statement.
Throws:
java.sql.SQLException - if an error occurs.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(int indentCount)
Overrides:
toString in class GenericDO

getAttributeBoolValueDOArray

public AttributeBoolValueDO[] getAttributeBoolValueDOArray()
                                                    throws DataObjectException,
                                                           QueryException
Get array of AttributeBoolValueDO objects that refer to this DO.

Returns:
array of AttributeBoolValueDO objects.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.

getAttributeBoolValueDO

public AttributeBoolValueDO getAttributeBoolValueDO()
                                             throws DataObjectException,
                                                    QueryException,
                                                    NonUniqueQueryException
Get the single AttributeBoolValueDO object that refers to this DO.

Returns:
AttributeBoolValueDO object.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
NonUniqueQueryException - If more than one AttributeBoolValueDO object was found.

addAttributeBoolValueDO

public void addAttributeBoolValueDO(AttributeBoolValueDO referrer)
                             throws java.sql.SQLException,
                                    DatabaseManagerException,
                                    DataObjectException,
                                    RefAssertionException,
                                    DBRowUpdateException,
                                    QueryException
Add (set & commit) a AttributeBoolValueDO object that refers to this DO.

Parameters:
referrer - AttributeBoolValueDO to be set to point to this DO and committed.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

addAttributeBoolValueDO

public void addAttributeBoolValueDO(AttributeBoolValueDO referrer,
                                    DBTransaction tran)
                             throws java.sql.SQLException,
                                    DatabaseManagerException,
                                    DataObjectException,
                                    RefAssertionException,
                                    DBRowUpdateException,
                                    QueryException
Add (set & commit) a AttributeBoolValueDO object that refers to this DO.

Parameters:
referrer - AttributeBoolValueDO to be set to point to this DO and committed.
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

removeAttributeBoolValueDO

public void removeAttributeBoolValueDO(AttributeBoolValueDO referrer)
                                throws java.sql.SQLException,
                                       DatabaseManagerException,
                                       DataObjectException,
                                       RefAssertionException,
                                       DBRowUpdateException,
                                       QueryException
Remove (delete) a AttributeBoolValueDO object that refers to this DO.

Parameters:
referrer - AttributeBoolValueDO to be deleted.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

removeAttributeBoolValueDO

public void removeAttributeBoolValueDO(AttributeBoolValueDO referrer,
                                       DBTransaction tran)
                                throws java.sql.SQLException,
                                       DatabaseManagerException,
                                       DataObjectException,
                                       RefAssertionException,
                                       DBRowUpdateException,
                                       QueryException
Remove (delete) a AttributeBoolValueDO object that refers to this DO.

Parameters:
referrer - AttributeBoolValueDO to be deleted.
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

getAttributeBoolValueDOArray

public AttributeBoolValueDO[] getAttributeBoolValueDOArray(User usr)
                                                    throws DataObjectException,
                                                           QueryException,
                                                           AccessException
Get array of AttributeBoolValueDO objects that refer to this DO.

Parameters:
usr - The user for security checks
Returns:
array of AttributeBoolValueDO objects.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeBoolValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security

getAttributeBoolValueDO

public AttributeBoolValueDO getAttributeBoolValueDO(User usr)
                                             throws DataObjectException,
                                                    QueryException,
                                                    NonUniqueQueryException,
                                                    AccessException
Get the single AttributeBoolValueDO object that refers to this DO.

Parameters:
usr - The user for security checks
Returns:
AttributeBoolValueDO object.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
NonUniqueQueryException - If more than one AttributeBoolValueDO object was found.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeBoolValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security

addAttributeBoolValueDO

public void addAttributeBoolValueDO(AttributeBoolValueDO referrer,
                                    User usr)
                             throws java.sql.SQLException,
                                    DatabaseManagerException,
                                    DataObjectException,
                                    RefAssertionException,
                                    DBRowUpdateException,
                                    QueryException,
                                    AccessException
Add (set & commit) a AttributeBoolValueDO object that refers to this DO.

Parameters:
referrer - AttributeBoolValueDO to be set to point to this DO and committed.
usr - The user for security checks
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

addAttributeBoolValueDO

public void addAttributeBoolValueDO(AttributeBoolValueDO referrer,
                                    DBTransaction tran,
                                    User usr)
                             throws java.sql.SQLException,
                                    DatabaseManagerException,
                                    DataObjectException,
                                    RefAssertionException,
                                    DBRowUpdateException,
                                    QueryException,
                                    AccessException
Add (set & commit) a AttributeBoolValueDO object that refers to this DO.

Parameters:
referrer - AttributeBoolValueDO to be set to point to this DO and committed.
usr - The user for security checks
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

removeAttributeBoolValueDO

public void removeAttributeBoolValueDO(AttributeBoolValueDO referrer,
                                       User usr)
                                throws java.sql.SQLException,
                                       DatabaseManagerException,
                                       DataObjectException,
                                       RefAssertionException,
                                       DBRowUpdateException,
                                       QueryException,
                                       AccessException
Remove (delete) a AttributeBoolValueDO object that refers to this DO.

Parameters:
referrer - AttributeBoolValueDO to be deleted.
usr - The user for security checks
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

removeAttributeBoolValueDO

public void removeAttributeBoolValueDO(AttributeBoolValueDO referrer,
                                       DBTransaction tran,
                                       User usr)
                                throws java.sql.SQLException,
                                       DatabaseManagerException,
                                       DataObjectException,
                                       RefAssertionException,
                                       DBRowUpdateException,
                                       QueryException,
                                       AccessException
Remove (delete) a AttributeBoolValueDO object that refers to this DO.

Parameters:
referrer - AttributeBoolValueDO to be deleted.
usr - The user for security checks
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

getAttributeBoolValueDOArrayCount

public int getAttributeBoolValueDOArrayCount()
                                      throws DataObjectException,
                                             QueryException,
                                             NonUniqueQueryException,
                                             java.sql.SQLException,
                                             DatabaseManagerException
Get the number of AttributeBoolValueDOs that refer to this DO. via ATTRIBUTEDEFINITIONOID

Returns:
The number of objects that refer to this DO
Throws:
DataObjectException - If object is not found in the database. This is a WebDocWf extension for DODS row instance security
QueryException
NonUniqueQueryException
java.sql.SQLException
DatabaseManagerException

getAttributeBoolValueDOArrayCount

public int getAttributeBoolValueDOArrayCount(User usr)
                                      throws DataObjectException,
                                             QueryException,
                                             NonUniqueQueryException,
                                             java.sql.SQLException,
                                             DatabaseManagerException,
                                             AccessException
Get the number of AttributeBoolValueDOs that refer to this DO. via ATTRIBUTEDEFINITIONOID

Parameters:
usr - The user for security checks
Returns:
The number of objects that refer to this DO
Throws:
DataObjectException - If object is not found in the database.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeBoolValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security
QueryException
NonUniqueQueryException
java.sql.SQLException
DatabaseManagerException

getAttributeDateValueDOArray

public AttributeDateValueDO[] getAttributeDateValueDOArray()
                                                    throws DataObjectException,
                                                           QueryException
Get array of AttributeDateValueDO objects that refer to this DO.

Returns:
array of AttributeDateValueDO objects.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.

getAttributeDateValueDO

public AttributeDateValueDO getAttributeDateValueDO()
                                             throws DataObjectException,
                                                    QueryException,
                                                    NonUniqueQueryException
Get the single AttributeDateValueDO object that refers to this DO.

Returns:
AttributeDateValueDO object.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
NonUniqueQueryException - If more than one AttributeDateValueDO object was found.

addAttributeDateValueDO

public void addAttributeDateValueDO(AttributeDateValueDO referrer)
                             throws java.sql.SQLException,
                                    DatabaseManagerException,
                                    DataObjectException,
                                    RefAssertionException,
                                    DBRowUpdateException,
                                    QueryException
Add (set & commit) a AttributeDateValueDO object that refers to this DO.

Parameters:
referrer - AttributeDateValueDO to be set to point to this DO and committed.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

addAttributeDateValueDO

public void addAttributeDateValueDO(AttributeDateValueDO referrer,
                                    DBTransaction tran)
                             throws java.sql.SQLException,
                                    DatabaseManagerException,
                                    DataObjectException,
                                    RefAssertionException,
                                    DBRowUpdateException,
                                    QueryException
Add (set & commit) a AttributeDateValueDO object that refers to this DO.

Parameters:
referrer - AttributeDateValueDO to be set to point to this DO and committed.
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

removeAttributeDateValueDO

public void removeAttributeDateValueDO(AttributeDateValueDO referrer)
                                throws java.sql.SQLException,
                                       DatabaseManagerException,
                                       DataObjectException,
                                       RefAssertionException,
                                       DBRowUpdateException,
                                       QueryException
Remove (delete) a AttributeDateValueDO object that refers to this DO.

Parameters:
referrer - AttributeDateValueDO to be deleted.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

removeAttributeDateValueDO

public void removeAttributeDateValueDO(AttributeDateValueDO referrer,
                                       DBTransaction tran)
                                throws java.sql.SQLException,
                                       DatabaseManagerException,
                                       DataObjectException,
                                       RefAssertionException,
                                       DBRowUpdateException,
                                       QueryException
Remove (delete) a AttributeDateValueDO object that refers to this DO.

Parameters:
referrer - AttributeDateValueDO to be deleted.
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

getAttributeDateValueDOArray

public AttributeDateValueDO[] getAttributeDateValueDOArray(User usr)
                                                    throws DataObjectException,
                                                           QueryException,
                                                           AccessException
Get array of AttributeDateValueDO objects that refer to this DO.

Parameters:
usr - The user for security checks
Returns:
array of AttributeDateValueDO objects.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeDateValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security

getAttributeDateValueDO

public AttributeDateValueDO getAttributeDateValueDO(User usr)
                                             throws DataObjectException,
                                                    QueryException,
                                                    NonUniqueQueryException,
                                                    AccessException
Get the single AttributeDateValueDO object that refers to this DO.

Parameters:
usr - The user for security checks
Returns:
AttributeDateValueDO object.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
NonUniqueQueryException - If more than one AttributeDateValueDO object was found.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeDateValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security

addAttributeDateValueDO

public void addAttributeDateValueDO(AttributeDateValueDO referrer,
                                    User usr)
                             throws java.sql.SQLException,
                                    DatabaseManagerException,
                                    DataObjectException,
                                    RefAssertionException,
                                    DBRowUpdateException,
                                    QueryException,
                                    AccessException
Add (set & commit) a AttributeDateValueDO object that refers to this DO.

Parameters:
referrer - AttributeDateValueDO to be set to point to this DO and committed.
usr - The user for security checks
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

addAttributeDateValueDO

public void addAttributeDateValueDO(AttributeDateValueDO referrer,
                                    DBTransaction tran,
                                    User usr)
                             throws java.sql.SQLException,
                                    DatabaseManagerException,
                                    DataObjectException,
                                    RefAssertionException,
                                    DBRowUpdateException,
                                    QueryException,
                                    AccessException
Add (set & commit) a AttributeDateValueDO object that refers to this DO.

Parameters:
referrer - AttributeDateValueDO to be set to point to this DO and committed.
usr - The user for security checks
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

removeAttributeDateValueDO

public void removeAttributeDateValueDO(AttributeDateValueDO referrer,
                                       User usr)
                                throws java.sql.SQLException,
                                       DatabaseManagerException,
                                       DataObjectException,
                                       RefAssertionException,
                                       DBRowUpdateException,
                                       QueryException,
                                       AccessException
Remove (delete) a AttributeDateValueDO object that refers to this DO.

Parameters:
referrer - AttributeDateValueDO to be deleted.
usr - The user for security checks
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

removeAttributeDateValueDO

public void removeAttributeDateValueDO(AttributeDateValueDO referrer,
                                       DBTransaction tran,
                                       User usr)
                                throws java.sql.SQLException,
                                       DatabaseManagerException,
                                       DataObjectException,
                                       RefAssertionException,
                                       DBRowUpdateException,
                                       QueryException,
                                       AccessException
Remove (delete) a AttributeDateValueDO object that refers to this DO.

Parameters:
referrer - AttributeDateValueDO to be deleted.
usr - The user for security checks
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

getAttributeDateValueDOArrayCount

public int getAttributeDateValueDOArrayCount()
                                      throws DataObjectException,
                                             QueryException,
                                             NonUniqueQueryException,
                                             java.sql.SQLException,
                                             DatabaseManagerException
Get the number of AttributeDateValueDOs that refer to this DO. via ATTRIBUTEDEFINITIONOID

Returns:
The number of objects that refer to this DO
Throws:
DataObjectException - If object is not found in the database. This is a WebDocWf extension for DODS row instance security
QueryException
NonUniqueQueryException
java.sql.SQLException
DatabaseManagerException

getAttributeDateValueDOArrayCount

public int getAttributeDateValueDOArrayCount(User usr)
                                      throws DataObjectException,
                                             QueryException,
                                             NonUniqueQueryException,
                                             java.sql.SQLException,
                                             DatabaseManagerException,
                                             AccessException
Get the number of AttributeDateValueDOs that refer to this DO. via ATTRIBUTEDEFINITIONOID

Parameters:
usr - The user for security checks
Returns:
The number of objects that refer to this DO
Throws:
DataObjectException - If object is not found in the database.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeDateValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security
QueryException
NonUniqueQueryException
java.sql.SQLException
DatabaseManagerException

getAttributeEnumValueDOArray

public AttributeEnumValueDO[] getAttributeEnumValueDOArray()
                                                    throws DataObjectException,
                                                           QueryException
Get array of AttributeEnumValueDO objects that refer to this DO.

Returns:
array of AttributeEnumValueDO objects.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.

getAttributeEnumValueDO

public AttributeEnumValueDO getAttributeEnumValueDO()
                                             throws DataObjectException,
                                                    QueryException,
                                                    NonUniqueQueryException
Get the single AttributeEnumValueDO object that refers to this DO.

Returns:
AttributeEnumValueDO object.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
NonUniqueQueryException - If more than one AttributeEnumValueDO object was found.

addAttributeEnumValueDO

public void addAttributeEnumValueDO(AttributeEnumValueDO referrer)
                             throws java.sql.SQLException,
                                    DatabaseManagerException,
                                    DataObjectException,
                                    RefAssertionException,
                                    DBRowUpdateException,
                                    QueryException
Add (set & commit) a AttributeEnumValueDO object that refers to this DO.

Parameters:
referrer - AttributeEnumValueDO to be set to point to this DO and committed.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

addAttributeEnumValueDO

public void addAttributeEnumValueDO(AttributeEnumValueDO referrer,
                                    DBTransaction tran)
                             throws java.sql.SQLException,
                                    DatabaseManagerException,
                                    DataObjectException,
                                    RefAssertionException,
                                    DBRowUpdateException,
                                    QueryException
Add (set & commit) a AttributeEnumValueDO object that refers to this DO.

Parameters:
referrer - AttributeEnumValueDO to be set to point to this DO and committed.
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

removeAttributeEnumValueDO

public void removeAttributeEnumValueDO(AttributeEnumValueDO referrer)
                                throws java.sql.SQLException,
                                       DatabaseManagerException,
                                       DataObjectException,
                                       RefAssertionException,
                                       DBRowUpdateException,
                                       QueryException
Remove (delete) a AttributeEnumValueDO object that refers to this DO.

Parameters:
referrer - AttributeEnumValueDO to be deleted.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

removeAttributeEnumValueDO

public void removeAttributeEnumValueDO(AttributeEnumValueDO referrer,
                                       DBTransaction tran)
                                throws java.sql.SQLException,
                                       DatabaseManagerException,
                                       DataObjectException,
                                       RefAssertionException,
                                       DBRowUpdateException,
                                       QueryException
Remove (delete) a AttributeEnumValueDO object that refers to this DO.

Parameters:
referrer - AttributeEnumValueDO to be deleted.
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

getAttributeEnumValueDOArray

public AttributeEnumValueDO[] getAttributeEnumValueDOArray(User usr)
                                                    throws DataObjectException,
                                                           QueryException,
                                                           AccessException
Get array of AttributeEnumValueDO objects that refer to this DO.

Parameters:
usr - The user for security checks
Returns:
array of AttributeEnumValueDO objects.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeEnumValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security

getAttributeEnumValueDO

public AttributeEnumValueDO getAttributeEnumValueDO(User usr)
                                             throws DataObjectException,
                                                    QueryException,
                                                    NonUniqueQueryException,
                                                    AccessException
Get the single AttributeEnumValueDO object that refers to this DO.

Parameters:
usr - The user for security checks
Returns:
AttributeEnumValueDO object.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
NonUniqueQueryException - If more than one AttributeEnumValueDO object was found.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeEnumValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security

addAttributeEnumValueDO

public void addAttributeEnumValueDO(AttributeEnumValueDO referrer,
                                    User usr)
                             throws java.sql.SQLException,
                                    DatabaseManagerException,
                                    DataObjectException,
                                    RefAssertionException,
                                    DBRowUpdateException,
                                    QueryException,
                                    AccessException
Add (set & commit) a AttributeEnumValueDO object that refers to this DO.

Parameters:
referrer - AttributeEnumValueDO to be set to point to this DO and committed.
usr - The user for security checks
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

addAttributeEnumValueDO

public void addAttributeEnumValueDO(AttributeEnumValueDO referrer,
                                    DBTransaction tran,
                                    User usr)
                             throws java.sql.SQLException,
                                    DatabaseManagerException,
                                    DataObjectException,
                                    RefAssertionException,
                                    DBRowUpdateException,
                                    QueryException,
                                    AccessException
Add (set & commit) a AttributeEnumValueDO object that refers to this DO.

Parameters:
referrer - AttributeEnumValueDO to be set to point to this DO and committed.
usr - The user for security checks
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

removeAttributeEnumValueDO

public void removeAttributeEnumValueDO(AttributeEnumValueDO referrer,
                                       User usr)
                                throws java.sql.SQLException,
                                       DatabaseManagerException,
                                       DataObjectException,
                                       RefAssertionException,
                                       DBRowUpdateException,
                                       QueryException,
                                       AccessException
Remove (delete) a AttributeEnumValueDO object that refers to this DO.

Parameters:
referrer - AttributeEnumValueDO to be deleted.
usr - The user for security checks
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

removeAttributeEnumValueDO

public void removeAttributeEnumValueDO(AttributeEnumValueDO referrer,
                                       DBTransaction tran,
                                       User usr)
                                throws java.sql.SQLException,
                                       DatabaseManagerException,
                                       DataObjectException,
                                       RefAssertionException,
                                       DBRowUpdateException,
                                       QueryException,
                                       AccessException
Remove (delete) a AttributeEnumValueDO object that refers to this DO.

Parameters:
referrer - AttributeEnumValueDO to be deleted.
usr - The user for security checks
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

getAttributeEnumValueDOArrayCount

public int getAttributeEnumValueDOArrayCount()
                                      throws DataObjectException,
                                             QueryException,
                                             NonUniqueQueryException,
                                             java.sql.SQLException,
                                             DatabaseManagerException
Get the number of AttributeEnumValueDOs that refer to this DO. via ATTRIBUTEDEFINITIONOID

Returns:
The number of objects that refer to this DO
Throws:
DataObjectException - If object is not found in the database. This is a WebDocWf extension for DODS row instance security
QueryException
NonUniqueQueryException
java.sql.SQLException
DatabaseManagerException

getAttributeEnumValueDOArrayCount

public int getAttributeEnumValueDOArrayCount(User usr)
                                      throws DataObjectException,
                                             QueryException,
                                             NonUniqueQueryException,
                                             java.sql.SQLException,
                                             DatabaseManagerException,
                                             AccessException
Get the number of AttributeEnumValueDOs that refer to this DO. via ATTRIBUTEDEFINITIONOID

Parameters:
usr - The user for security checks
Returns:
The number of objects that refer to this DO
Throws:
DataObjectException - If object is not found in the database.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeEnumValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security
QueryException
NonUniqueQueryException
java.sql.SQLException
DatabaseManagerException

getAttributeNumberValueDOArray

public AttributeNumberValueDO[] getAttributeNumberValueDOArray()
                                                        throws DataObjectException,
                                                               QueryException
Get array of AttributeNumberValueDO objects that refer to this DO.

Returns:
array of AttributeNumberValueDO objects.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.

getAttributeNumberValueDO

public AttributeNumberValueDO getAttributeNumberValueDO()
                                                 throws DataObjectException,
                                                        QueryException,
                                                        NonUniqueQueryException
Get the single AttributeNumberValueDO object that refers to this DO.

Returns:
AttributeNumberValueDO object.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
NonUniqueQueryException - If more than one AttributeNumberValueDO object was found.

addAttributeNumberValueDO

public void addAttributeNumberValueDO(AttributeNumberValueDO referrer)
                               throws java.sql.SQLException,
                                      DatabaseManagerException,
                                      DataObjectException,
                                      RefAssertionException,
                                      DBRowUpdateException,
                                      QueryException
Add (set & commit) a AttributeNumberValueDO object that refers to this DO.

Parameters:
referrer - AttributeNumberValueDO to be set to point to this DO and committed.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

addAttributeNumberValueDO

public void addAttributeNumberValueDO(AttributeNumberValueDO referrer,
                                      DBTransaction tran)
                               throws java.sql.SQLException,
                                      DatabaseManagerException,
                                      DataObjectException,
                                      RefAssertionException,
                                      DBRowUpdateException,
                                      QueryException
Add (set & commit) a AttributeNumberValueDO object that refers to this DO.

Parameters:
referrer - AttributeNumberValueDO to be set to point to this DO and committed.
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

removeAttributeNumberValueDO

public void removeAttributeNumberValueDO(AttributeNumberValueDO referrer)
                                  throws java.sql.SQLException,
                                         DatabaseManagerException,
                                         DataObjectException,
                                         RefAssertionException,
                                         DBRowUpdateException,
                                         QueryException
Remove (delete) a AttributeNumberValueDO object that refers to this DO.

Parameters:
referrer - AttributeNumberValueDO to be deleted.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

removeAttributeNumberValueDO

public void removeAttributeNumberValueDO(AttributeNumberValueDO referrer,
                                         DBTransaction tran)
                                  throws java.sql.SQLException,
                                         DatabaseManagerException,
                                         DataObjectException,
                                         RefAssertionException,
                                         DBRowUpdateException,
                                         QueryException
Remove (delete) a AttributeNumberValueDO object that refers to this DO.

Parameters:
referrer - AttributeNumberValueDO to be deleted.
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

getAttributeNumberValueDOArray

public AttributeNumberValueDO[] getAttributeNumberValueDOArray(User usr)
                                                        throws DataObjectException,
                                                               QueryException,
                                                               AccessException
Get array of AttributeNumberValueDO objects that refer to this DO.

Parameters:
usr - The user for security checks
Returns:
array of AttributeNumberValueDO objects.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeNumberValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security

getAttributeNumberValueDO

public AttributeNumberValueDO getAttributeNumberValueDO(User usr)
                                                 throws DataObjectException,
                                                        QueryException,
                                                        NonUniqueQueryException,
                                                        AccessException
Get the single AttributeNumberValueDO object that refers to this DO.

Parameters:
usr - The user for security checks
Returns:
AttributeNumberValueDO object.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
NonUniqueQueryException - If more than one AttributeNumberValueDO object was found.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeNumberValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security

addAttributeNumberValueDO

public void addAttributeNumberValueDO(AttributeNumberValueDO referrer,
                                      User usr)
                               throws java.sql.SQLException,
                                      DatabaseManagerException,
                                      DataObjectException,
                                      RefAssertionException,
                                      DBRowUpdateException,
                                      QueryException,
                                      AccessException
Add (set & commit) a AttributeNumberValueDO object that refers to this DO.

Parameters:
referrer - AttributeNumberValueDO to be set to point to this DO and committed.
usr - The user for security checks
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

addAttributeNumberValueDO

public void addAttributeNumberValueDO(AttributeNumberValueDO referrer,
                                      DBTransaction tran,
                                      User usr)
                               throws java.sql.SQLException,
                                      DatabaseManagerException,
                                      DataObjectException,
                                      RefAssertionException,
                                      DBRowUpdateException,
                                      QueryException,
                                      AccessException
Add (set & commit) a AttributeNumberValueDO object that refers to this DO.

Parameters:
referrer - AttributeNumberValueDO to be set to point to this DO and committed.
usr - The user for security checks
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

removeAttributeNumberValueDO

public void removeAttributeNumberValueDO(AttributeNumberValueDO referrer,
                                         User usr)
                                  throws java.sql.SQLException,
                                         DatabaseManagerException,
                                         DataObjectException,
                                         RefAssertionException,
                                         DBRowUpdateException,
                                         QueryException,
                                         AccessException
Remove (delete) a AttributeNumberValueDO object that refers to this DO.

Parameters:
referrer - AttributeNumberValueDO to be deleted.
usr - The user for security checks
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

removeAttributeNumberValueDO

public void removeAttributeNumberValueDO(AttributeNumberValueDO referrer,
                                         DBTransaction tran,
                                         User usr)
                                  throws java.sql.SQLException,
                                         DatabaseManagerException,
                                         DataObjectException,
                                         RefAssertionException,
                                         DBRowUpdateException,
                                         QueryException,
                                         AccessException
Remove (delete) a AttributeNumberValueDO object that refers to this DO.

Parameters:
referrer - AttributeNumberValueDO to be deleted.
usr - The user for security checks
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

getAttributeNumberValueDOArrayCount

public int getAttributeNumberValueDOArrayCount()
                                        throws DataObjectException,
                                               QueryException,
                                               NonUniqueQueryException,
                                               java.sql.SQLException,
                                               DatabaseManagerException
Get the number of AttributeNumberValueDOs that refer to this DO. via ATTRIBUTEDEFINITIONOID

Returns:
The number of objects that refer to this DO
Throws:
DataObjectException - If object is not found in the database. This is a WebDocWf extension for DODS row instance security
QueryException
NonUniqueQueryException
java.sql.SQLException
DatabaseManagerException

getAttributeNumberValueDOArrayCount

public int getAttributeNumberValueDOArrayCount(User usr)
                                        throws DataObjectException,
                                               QueryException,
                                               NonUniqueQueryException,
                                               java.sql.SQLException,
                                               DatabaseManagerException,
                                               AccessException
Get the number of AttributeNumberValueDOs that refer to this DO. via ATTRIBUTEDEFINITIONOID

Parameters:
usr - The user for security checks
Returns:
The number of objects that refer to this DO
Throws:
DataObjectException - If object is not found in the database.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeNumberValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security
QueryException
NonUniqueQueryException
java.sql.SQLException
DatabaseManagerException

getAttributeObjectValueDOArray

public AttributeObjectValueDO[] getAttributeObjectValueDOArray()
                                                        throws DataObjectException,
                                                               QueryException
Get array of AttributeObjectValueDO objects that refer to this DO.

Returns:
array of AttributeObjectValueDO objects.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.

getAttributeObjectValueDO

public AttributeObjectValueDO getAttributeObjectValueDO()
                                                 throws DataObjectException,
                                                        QueryException,
                                                        NonUniqueQueryException
Get the single AttributeObjectValueDO object that refers to this DO.

Returns:
AttributeObjectValueDO object.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
NonUniqueQueryException - If more than one AttributeObjectValueDO object was found.

addAttributeObjectValueDO

public void addAttributeObjectValueDO(AttributeObjectValueDO referrer)
                               throws java.sql.SQLException,
                                      DatabaseManagerException,
                                      DataObjectException,
                                      RefAssertionException,
                                      DBRowUpdateException,
                                      QueryException
Add (set & commit) a AttributeObjectValueDO object that refers to this DO.

Parameters:
referrer - AttributeObjectValueDO to be set to point to this DO and committed.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

addAttributeObjectValueDO

public void addAttributeObjectValueDO(AttributeObjectValueDO referrer,
                                      DBTransaction tran)
                               throws java.sql.SQLException,
                                      DatabaseManagerException,
                                      DataObjectException,
                                      RefAssertionException,
                                      DBRowUpdateException,
                                      QueryException
Add (set & commit) a AttributeObjectValueDO object that refers to this DO.

Parameters:
referrer - AttributeObjectValueDO to be set to point to this DO and committed.
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

removeAttributeObjectValueDO

public void removeAttributeObjectValueDO(AttributeObjectValueDO referrer)
                                  throws java.sql.SQLException,
                                         DatabaseManagerException,
                                         DataObjectException,
                                         RefAssertionException,
                                         DBRowUpdateException,
                                         QueryException
Remove (delete) a AttributeObjectValueDO object that refers to this DO.

Parameters:
referrer - AttributeObjectValueDO to be deleted.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

removeAttributeObjectValueDO

public void removeAttributeObjectValueDO(AttributeObjectValueDO referrer,
                                         DBTransaction tran)
                                  throws java.sql.SQLException,
                                         DatabaseManagerException,
                                         DataObjectException,
                                         RefAssertionException,
                                         DBRowUpdateException,
                                         QueryException
Remove (delete) a AttributeObjectValueDO object that refers to this DO.

Parameters:
referrer - AttributeObjectValueDO to be deleted.
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

getAttributeObjectValueDOArray

public AttributeObjectValueDO[] getAttributeObjectValueDOArray(User usr)
                                                        throws DataObjectException,
                                                               QueryException,
                                                               AccessException
Get array of AttributeObjectValueDO objects that refer to this DO.

Parameters:
usr - The user for security checks
Returns:
array of AttributeObjectValueDO objects.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeObjectValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security

getAttributeObjectValueDO

public AttributeObjectValueDO getAttributeObjectValueDO(User usr)
                                                 throws DataObjectException,
                                                        QueryException,
                                                        NonUniqueQueryException,
                                                        AccessException
Get the single AttributeObjectValueDO object that refers to this DO.

Parameters:
usr - The user for security checks
Returns:
AttributeObjectValueDO object.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
NonUniqueQueryException - If more than one AttributeObjectValueDO object was found.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeObjectValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security

addAttributeObjectValueDO

public void addAttributeObjectValueDO(AttributeObjectValueDO referrer,
                                      User usr)
                               throws java.sql.SQLException,
                                      DatabaseManagerException,
                                      DataObjectException,
                                      RefAssertionException,
                                      DBRowUpdateException,
                                      QueryException,
                                      AccessException
Add (set & commit) a AttributeObjectValueDO object that refers to this DO.

Parameters:
referrer - AttributeObjectValueDO to be set to point to this DO and committed.
usr - The user for security checks
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

addAttributeObjectValueDO

public void addAttributeObjectValueDO(AttributeObjectValueDO referrer,
                                      DBTransaction tran,
                                      User usr)
                               throws java.sql.SQLException,
                                      DatabaseManagerException,
                                      DataObjectException,
                                      RefAssertionException,
                                      DBRowUpdateException,
                                      QueryException,
                                      AccessException
Add (set & commit) a AttributeObjectValueDO object that refers to this DO.

Parameters:
referrer - AttributeObjectValueDO to be set to point to this DO and committed.
usr - The user for security checks
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

removeAttributeObjectValueDO

public void removeAttributeObjectValueDO(AttributeObjectValueDO referrer,
                                         User usr)
                                  throws java.sql.SQLException,
                                         DatabaseManagerException,
                                         DataObjectException,
                                         RefAssertionException,
                                         DBRowUpdateException,
                                         QueryException,
                                         AccessException
Remove (delete) a AttributeObjectValueDO object that refers to this DO.

Parameters:
referrer - AttributeObjectValueDO to be deleted.
usr - The user for security checks
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

removeAttributeObjectValueDO

public void removeAttributeObjectValueDO(AttributeObjectValueDO referrer,
                                         DBTransaction tran,
                                         User usr)
                                  throws java.sql.SQLException,
                                         DatabaseManagerException,
                                         DataObjectException,
                                         RefAssertionException,
                                         DBRowUpdateException,
                                         QueryException,
                                         AccessException
Remove (delete) a AttributeObjectValueDO object that refers to this DO.

Parameters:
referrer - AttributeObjectValueDO to be deleted.
usr - The user for security checks
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

getAttributeObjectValueDOArrayCount

public int getAttributeObjectValueDOArrayCount()
                                        throws DataObjectException,
                                               QueryException,
                                               NonUniqueQueryException,
                                               java.sql.SQLException,
                                               DatabaseManagerException
Get the number of AttributeObjectValueDOs that refer to this DO. via ATTRIBUTEDEFINITIONOID

Returns:
The number of objects that refer to this DO
Throws:
DataObjectException - If object is not found in the database. This is a WebDocWf extension for DODS row instance security
QueryException
NonUniqueQueryException
java.sql.SQLException
DatabaseManagerException

getAttributeObjectValueDOArrayCount

public int getAttributeObjectValueDOArrayCount(User usr)
                                        throws DataObjectException,
                                               QueryException,
                                               NonUniqueQueryException,
                                               java.sql.SQLException,
                                               DatabaseManagerException,
                                               AccessException
Get the number of AttributeObjectValueDOs that refer to this DO. via ATTRIBUTEDEFINITIONOID

Parameters:
usr - The user for security checks
Returns:
The number of objects that refer to this DO
Throws:
DataObjectException - If object is not found in the database.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeObjectValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security
QueryException
NonUniqueQueryException
java.sql.SQLException
DatabaseManagerException

getAttributeStringValueDOArray

public AttributeStringValueDO[] getAttributeStringValueDOArray()
                                                        throws DataObjectException,
                                                               QueryException
Get array of AttributeStringValueDO objects that refer to this DO.

Returns:
array of AttributeStringValueDO objects.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.

getAttributeStringValueDO

public AttributeStringValueDO getAttributeStringValueDO()
                                                 throws DataObjectException,
                                                        QueryException,
                                                        NonUniqueQueryException
Get the single AttributeStringValueDO object that refers to this DO.

Returns:
AttributeStringValueDO object.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
NonUniqueQueryException - If more than one AttributeStringValueDO object was found.

addAttributeStringValueDO

public void addAttributeStringValueDO(AttributeStringValueDO referrer)
                               throws java.sql.SQLException,
                                      DatabaseManagerException,
                                      DataObjectException,
                                      RefAssertionException,
                                      DBRowUpdateException,
                                      QueryException
Add (set & commit) a AttributeStringValueDO object that refers to this DO.

Parameters:
referrer - AttributeStringValueDO to be set to point to this DO and committed.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

addAttributeStringValueDO

public void addAttributeStringValueDO(AttributeStringValueDO referrer,
                                      DBTransaction tran)
                               throws java.sql.SQLException,
                                      DatabaseManagerException,
                                      DataObjectException,
                                      RefAssertionException,
                                      DBRowUpdateException,
                                      QueryException
Add (set & commit) a AttributeStringValueDO object that refers to this DO.

Parameters:
referrer - AttributeStringValueDO to be set to point to this DO and committed.
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

removeAttributeStringValueDO

public void removeAttributeStringValueDO(AttributeStringValueDO referrer)
                                  throws java.sql.SQLException,
                                         DatabaseManagerException,
                                         DataObjectException,
                                         RefAssertionException,
                                         DBRowUpdateException,
                                         QueryException
Remove (delete) a AttributeStringValueDO object that refers to this DO.

Parameters:
referrer - AttributeStringValueDO to be deleted.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

removeAttributeStringValueDO

public void removeAttributeStringValueDO(AttributeStringValueDO referrer,
                                         DBTransaction tran)
                                  throws java.sql.SQLException,
                                         DatabaseManagerException,
                                         DataObjectException,
                                         RefAssertionException,
                                         DBRowUpdateException,
                                         QueryException
Remove (delete) a AttributeStringValueDO object that refers to this DO.

Parameters:
referrer - AttributeStringValueDO to be deleted.
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database.
RefAssertionException
DBRowUpdateException
QueryException

getAttributeStringValueDOArray

public AttributeStringValueDO[] getAttributeStringValueDOArray(User usr)
                                                        throws DataObjectException,
                                                               QueryException,
                                                               AccessException
Get array of AttributeStringValueDO objects that refer to this DO.

Parameters:
usr - The user for security checks
Returns:
array of AttributeStringValueDO objects.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeStringValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security

getAttributeStringValueDO

public AttributeStringValueDO getAttributeStringValueDO(User usr)
                                                 throws DataObjectException,
                                                        QueryException,
                                                        NonUniqueQueryException,
                                                        AccessException
Get the single AttributeStringValueDO object that refers to this DO.

Parameters:
usr - The user for security checks
Returns:
AttributeStringValueDO object.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
NonUniqueQueryException - If more than one AttributeStringValueDO object was found.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeStringValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security

addAttributeStringValueDO

public void addAttributeStringValueDO(AttributeStringValueDO referrer,
                                      User usr)
                               throws java.sql.SQLException,
                                      DatabaseManagerException,
                                      DataObjectException,
                                      RefAssertionException,
                                      DBRowUpdateException,
                                      QueryException,
                                      AccessException
Add (set & commit) a AttributeStringValueDO object that refers to this DO.

Parameters:
referrer - AttributeStringValueDO to be set to point to this DO and committed.
usr - The user for security checks
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

addAttributeStringValueDO

public void addAttributeStringValueDO(AttributeStringValueDO referrer,
                                      DBTransaction tran,
                                      User usr)
                               throws java.sql.SQLException,
                                      DatabaseManagerException,
                                      DataObjectException,
                                      RefAssertionException,
                                      DBRowUpdateException,
                                      QueryException,
                                      AccessException
Add (set & commit) a AttributeStringValueDO object that refers to this DO.

Parameters:
referrer - AttributeStringValueDO to be set to point to this DO and committed.
usr - The user for security checks
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

removeAttributeStringValueDO

public void removeAttributeStringValueDO(AttributeStringValueDO referrer,
                                         User usr)
                                  throws java.sql.SQLException,
                                         DatabaseManagerException,
                                         DataObjectException,
                                         RefAssertionException,
                                         DBRowUpdateException,
                                         QueryException,
                                         AccessException
Remove (delete) a AttributeStringValueDO object that refers to this DO.

Parameters:
referrer - AttributeStringValueDO to be deleted.
usr - The user for security checks
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

removeAttributeStringValueDO

public void removeAttributeStringValueDO(AttributeStringValueDO referrer,
                                         DBTransaction tran,
                                         User usr)
                                  throws java.sql.SQLException,
                                         DatabaseManagerException,
                                         DataObjectException,
                                         RefAssertionException,
                                         DBRowUpdateException,
                                         QueryException,
                                         AccessException
Remove (delete) a AttributeStringValueDO object that refers to this DO.

Parameters:
referrer - AttributeStringValueDO to be deleted.
usr - The user for security checks
tran - The transaction to be used for the commit. If null, a new transaction is created.
Throws:
DatabaseManagerException - if could not create a transaction
java.sql.SQLException - if any SQL errors occur.
DataObjectException - If object is not found in the database. WebDocWf extension
RefAssertionException
DBRowUpdateException
QueryException
AccessException

getAttributeStringValueDOArrayCount

public int getAttributeStringValueDOArrayCount()
                                        throws DataObjectException,
                                               QueryException,
                                               NonUniqueQueryException,
                                               java.sql.SQLException,
                                               DatabaseManagerException
Get the number of AttributeStringValueDOs that refer to this DO. via ATTRIBUTEDEFINITIONOID

Returns:
The number of objects that refer to this DO
Throws:
DataObjectException - If object is not found in the database. This is a WebDocWf extension for DODS row instance security
QueryException
NonUniqueQueryException
java.sql.SQLException
DatabaseManagerException

getAttributeStringValueDOArrayCount

public int getAttributeStringValueDOArrayCount(User usr)
                                        throws DataObjectException,
                                               QueryException,
                                               NonUniqueQueryException,
                                               java.sql.SQLException,
                                               DatabaseManagerException,
                                               AccessException
Get the number of AttributeStringValueDOs that refer to this DO. via ATTRIBUTEDEFINITIONOID

Parameters:
usr - The user for security checks
Returns:
The number of objects that refer to this DO
Throws:
DataObjectException - If object is not found in the database.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeStringValue or to access the foreign key attribute ATTRIBUTEDEFINITIONOID. This is a WebDocWf extension for DODS row instance security
QueryException
NonUniqueQueryException
java.sql.SQLException
DatabaseManagerException

getGenericObjectDOArray_via_AttributeBoolValue

public GenericObjectDO[] getGenericObjectDOArray_via_AttributeBoolValue()
                                                                 throws DataObjectException
From the many-to-many relationship expressed by AttributeBoolValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.

Returns:
array of GenericObjectDO objects.
Throws:
DataObjectException - If the object is not found in the database.

mapGenericObject_via_AttributeBoolValueDO

public void mapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d)
                                               throws DataObjectException,
                                                      DatabaseManagerException,
                                                      RefAssertionException,
                                                      java.sql.SQLException,
                                                      DBRowUpdateException,
                                                      QueryException
To the many-to-many relationship expressed by AttributeBoolValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to add to the AttributeBoolValueDO mapping for this DO.
Throws:
DataObjectException - If the object is not found in the database.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException

mapGenericObject_via_AttributeBoolValueDO

public void mapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d,
                                                      DBTransaction tran)
                                               throws DataObjectException,
                                                      DatabaseManagerException,
                                                      RefAssertionException,
                                                      java.sql.SQLException,
                                                      DBRowUpdateException,
                                                      QueryException
To the many-to-many relationship expressed by AttributeBoolValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Throws:
DataObjectException - If the object is not found in the database.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException

unmapGenericObject_via_AttributeBoolValueDO

public void unmapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException
From the many-to-many relationship expressed by AttributeBoolValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to remove from the AttributeBoolValueDO mapping for this DO.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException

unmapGenericObject_via_AttributeBoolValueDO

public void unmapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d,
                                                        DBTransaction tran)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException
From the many-to-many relationship expressed by AttributeBoolValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException

getGenericObjectDOArray_via_AttributeBoolValue

public GenericObjectDO[] getGenericObjectDOArray_via_AttributeBoolValue(User usr)
                                                                 throws DataObjectException,
                                                                        AccessException
From the many-to-many relationship expressed by AttributeBoolValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.

Parameters:
usr - The user for security checks
Returns:
array of GenericObjectDO objects.
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeBoolValue or to access the foreign key attribute GENERICOBJECTOID. This is a WebDocWf extension for DODS row instance security

mapGenericObject_via_AttributeBoolValueDO

public void mapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d,
                                                      User usr)
                                               throws DataObjectException,
                                                      DatabaseManagerException,
                                                      RefAssertionException,
                                                      java.sql.SQLException,
                                                      DBRowUpdateException,
                                                      QueryException,
                                                      AccessException
To the many-to-many relationship expressed by AttributeBoolValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to add to the AttributeBoolValueDO mapping for this DO.
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException
AccessException

mapGenericObject_via_AttributeBoolValueDO

public void mapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d,
                                                      DBTransaction tran,
                                                      User usr)
                                               throws DataObjectException,
                                                      DatabaseManagerException,
                                                      RefAssertionException,
                                                      java.sql.SQLException,
                                                      DBRowUpdateException,
                                                      QueryException,
                                                      AccessException
To the many-to-many relationship expressed by AttributeBoolValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException
AccessException

unmapGenericObject_via_AttributeBoolValueDO

public void unmapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d,
                                                        User usr)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException,
                                                        AccessException
From the many-to-many relationship expressed by AttributeBoolValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to remove from the AttributeBoolValueDO mapping for this DO.
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
AccessException

unmapGenericObject_via_AttributeBoolValueDO

public void unmapGenericObject_via_AttributeBoolValueDO(GenericObjectDO d,
                                                        DBTransaction tran,
                                                        User usr)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException,
                                                        AccessException
From the many-to-many relationship expressed by AttributeBoolValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
AccessException

getGenericObjectDOArray_via_AttributeDateValue

public GenericObjectDO[] getGenericObjectDOArray_via_AttributeDateValue()
                                                                 throws DataObjectException
From the many-to-many relationship expressed by AttributeDateValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.

Returns:
array of GenericObjectDO objects.
Throws:
DataObjectException - If the object is not found in the database.

mapGenericObject_via_AttributeDateValueDO

public void mapGenericObject_via_AttributeDateValueDO(GenericObjectDO d)
                                               throws DataObjectException,
                                                      DatabaseManagerException,
                                                      RefAssertionException,
                                                      java.sql.SQLException,
                                                      DBRowUpdateException,
                                                      QueryException
To the many-to-many relationship expressed by AttributeDateValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to add to the AttributeDateValueDO mapping for this DO.
Throws:
DataObjectException - If the object is not found in the database.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException

mapGenericObject_via_AttributeDateValueDO

public void mapGenericObject_via_AttributeDateValueDO(GenericObjectDO d,
                                                      DBTransaction tran)
                                               throws DataObjectException,
                                                      DatabaseManagerException,
                                                      RefAssertionException,
                                                      java.sql.SQLException,
                                                      DBRowUpdateException,
                                                      QueryException
To the many-to-many relationship expressed by AttributeDateValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Throws:
DataObjectException - If the object is not found in the database.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException

unmapGenericObject_via_AttributeDateValueDO

public void unmapGenericObject_via_AttributeDateValueDO(GenericObjectDO d)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException
From the many-to-many relationship expressed by AttributeDateValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to remove from the AttributeDateValueDO mapping for this DO.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException

unmapGenericObject_via_AttributeDateValueDO

public void unmapGenericObject_via_AttributeDateValueDO(GenericObjectDO d,
                                                        DBTransaction tran)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException
From the many-to-many relationship expressed by AttributeDateValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException

getGenericObjectDOArray_via_AttributeDateValue

public GenericObjectDO[] getGenericObjectDOArray_via_AttributeDateValue(User usr)
                                                                 throws DataObjectException,
                                                                        AccessException
From the many-to-many relationship expressed by AttributeDateValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.

Parameters:
usr - The user for security checks
Returns:
array of GenericObjectDO objects.
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeDateValue or to access the foreign key attribute GENERICOBJECTOID. This is a WebDocWf extension for DODS row instance security

mapGenericObject_via_AttributeDateValueDO

public void mapGenericObject_via_AttributeDateValueDO(GenericObjectDO d,
                                                      User usr)
                                               throws DataObjectException,
                                                      DatabaseManagerException,
                                                      RefAssertionException,
                                                      java.sql.SQLException,
                                                      DBRowUpdateException,
                                                      QueryException,
                                                      AccessException
To the many-to-many relationship expressed by AttributeDateValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to add to the AttributeDateValueDO mapping for this DO.
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException
AccessException

mapGenericObject_via_AttributeDateValueDO

public void mapGenericObject_via_AttributeDateValueDO(GenericObjectDO d,
                                                      DBTransaction tran,
                                                      User usr)
                                               throws DataObjectException,
                                                      DatabaseManagerException,
                                                      RefAssertionException,
                                                      java.sql.SQLException,
                                                      DBRowUpdateException,
                                                      QueryException,
                                                      AccessException
To the many-to-many relationship expressed by AttributeDateValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException
AccessException

unmapGenericObject_via_AttributeDateValueDO

public void unmapGenericObject_via_AttributeDateValueDO(GenericObjectDO d,
                                                        User usr)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException,
                                                        AccessException
From the many-to-many relationship expressed by AttributeDateValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to remove from the AttributeDateValueDO mapping for this DO.
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
AccessException

unmapGenericObject_via_AttributeDateValueDO

public void unmapGenericObject_via_AttributeDateValueDO(GenericObjectDO d,
                                                        DBTransaction tran,
                                                        User usr)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException,
                                                        AccessException
From the many-to-many relationship expressed by AttributeDateValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
AccessException

getGenericObjectDOArray_via_AttributeNumberValue

public GenericObjectDO[] getGenericObjectDOArray_via_AttributeNumberValue()
                                                                   throws DataObjectException
From the many-to-many relationship expressed by AttributeNumberValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.

Returns:
array of GenericObjectDO objects.
Throws:
DataObjectException - If the object is not found in the database.

mapGenericObject_via_AttributeNumberValueDO

public void mapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException
To the many-to-many relationship expressed by AttributeNumberValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to add to the AttributeNumberValueDO mapping for this DO.
Throws:
DataObjectException - If the object is not found in the database.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException

mapGenericObject_via_AttributeNumberValueDO

public void mapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d,
                                                        DBTransaction tran)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException
To the many-to-many relationship expressed by AttributeNumberValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Throws:
DataObjectException - If the object is not found in the database.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException

unmapGenericObject_via_AttributeNumberValueDO

public void unmapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d)
                                                   throws DataObjectException,
                                                          DatabaseManagerException,
                                                          RefAssertionException,
                                                          java.sql.SQLException,
                                                          DBRowUpdateException,
                                                          QueryException
From the many-to-many relationship expressed by AttributeNumberValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to remove from the AttributeNumberValueDO mapping for this DO.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException

unmapGenericObject_via_AttributeNumberValueDO

public void unmapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d,
                                                          DBTransaction tran)
                                                   throws DataObjectException,
                                                          DatabaseManagerException,
                                                          RefAssertionException,
                                                          java.sql.SQLException,
                                                          DBRowUpdateException,
                                                          QueryException
From the many-to-many relationship expressed by AttributeNumberValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException

getGenericObjectDOArray_via_AttributeNumberValue

public GenericObjectDO[] getGenericObjectDOArray_via_AttributeNumberValue(User usr)
                                                                   throws DataObjectException,
                                                                          AccessException
From the many-to-many relationship expressed by AttributeNumberValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.

Parameters:
usr - The user for security checks
Returns:
array of GenericObjectDO objects.
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeNumberValue or to access the foreign key attribute GENERICOBJECTOID. This is a WebDocWf extension for DODS row instance security

mapGenericObject_via_AttributeNumberValueDO

public void mapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d,
                                                        User usr)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException,
                                                        AccessException
To the many-to-many relationship expressed by AttributeNumberValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to add to the AttributeNumberValueDO mapping for this DO.
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException
AccessException

mapGenericObject_via_AttributeNumberValueDO

public void mapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d,
                                                        DBTransaction tran,
                                                        User usr)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException,
                                                        AccessException
To the many-to-many relationship expressed by AttributeNumberValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException
AccessException

unmapGenericObject_via_AttributeNumberValueDO

public void unmapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d,
                                                          User usr)
                                                   throws DataObjectException,
                                                          DatabaseManagerException,
                                                          RefAssertionException,
                                                          java.sql.SQLException,
                                                          DBRowUpdateException,
                                                          QueryException,
                                                          AccessException
From the many-to-many relationship expressed by AttributeNumberValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to remove from the AttributeNumberValueDO mapping for this DO.
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
AccessException

unmapGenericObject_via_AttributeNumberValueDO

public void unmapGenericObject_via_AttributeNumberValueDO(GenericObjectDO d,
                                                          DBTransaction tran,
                                                          User usr)
                                                   throws DataObjectException,
                                                          DatabaseManagerException,
                                                          RefAssertionException,
                                                          java.sql.SQLException,
                                                          DBRowUpdateException,
                                                          QueryException,
                                                          AccessException
From the many-to-many relationship expressed by AttributeNumberValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
AccessException

getGenericObjectDOArray_via_AttributeObjectValue

public GenericObjectDO[] getGenericObjectDOArray_via_AttributeObjectValue()
                                                                   throws DataObjectException
From the many-to-many relationship expressed by AttributeObjectValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.

Returns:
array of GenericObjectDO objects.
Throws:
DataObjectException - If the object is not found in the database.

mapGenericObject_via_AttributeObjectValueDO

public void mapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException
To the many-to-many relationship expressed by AttributeObjectValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to add to the AttributeObjectValueDO mapping for this DO.
Throws:
DataObjectException - If the object is not found in the database.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException

mapGenericObject_via_AttributeObjectValueDO

public void mapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d,
                                                        DBTransaction tran)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException
To the many-to-many relationship expressed by AttributeObjectValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Throws:
DataObjectException - If the object is not found in the database.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException

unmapGenericObject_via_AttributeObjectValueDO

public void unmapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d)
                                                   throws DataObjectException,
                                                          DatabaseManagerException,
                                                          RefAssertionException,
                                                          java.sql.SQLException,
                                                          DBRowUpdateException,
                                                          QueryException
From the many-to-many relationship expressed by AttributeObjectValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to remove from the AttributeObjectValueDO mapping for this DO.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException

unmapGenericObject_via_AttributeObjectValueDO

public void unmapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d,
                                                          DBTransaction tran)
                                                   throws DataObjectException,
                                                          DatabaseManagerException,
                                                          RefAssertionException,
                                                          java.sql.SQLException,
                                                          DBRowUpdateException,
                                                          QueryException
From the many-to-many relationship expressed by AttributeObjectValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException

getGenericObjectDOArray_via_AttributeObjectValue

public GenericObjectDO[] getGenericObjectDOArray_via_AttributeObjectValue(User usr)
                                                                   throws DataObjectException,
                                                                          AccessException
From the many-to-many relationship expressed by AttributeObjectValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.

Parameters:
usr - The user for security checks
Returns:
array of GenericObjectDO objects.
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeObjectValue or to access the foreign key attribute GENERICOBJECTOID. This is a WebDocWf extension for DODS row instance security

mapGenericObject_via_AttributeObjectValueDO

public void mapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d,
                                                        User usr)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException,
                                                        AccessException
To the many-to-many relationship expressed by AttributeObjectValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to add to the AttributeObjectValueDO mapping for this DO.
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException
AccessException

mapGenericObject_via_AttributeObjectValueDO

public void mapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d,
                                                        DBTransaction tran,
                                                        User usr)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException,
                                                        AccessException
To the many-to-many relationship expressed by AttributeObjectValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException
AccessException

unmapGenericObject_via_AttributeObjectValueDO

public void unmapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d,
                                                          User usr)
                                                   throws DataObjectException,
                                                          DatabaseManagerException,
                                                          RefAssertionException,
                                                          java.sql.SQLException,
                                                          DBRowUpdateException,
                                                          QueryException,
                                                          AccessException
From the many-to-many relationship expressed by AttributeObjectValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to remove from the AttributeObjectValueDO mapping for this DO.
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
AccessException

unmapGenericObject_via_AttributeObjectValueDO

public void unmapGenericObject_via_AttributeObjectValueDO(GenericObjectDO d,
                                                          DBTransaction tran,
                                                          User usr)
                                                   throws DataObjectException,
                                                          DatabaseManagerException,
                                                          RefAssertionException,
                                                          java.sql.SQLException,
                                                          DBRowUpdateException,
                                                          QueryException,
                                                          AccessException
From the many-to-many relationship expressed by AttributeObjectValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
AccessException

getGenericObjectDOArray_via_AttributeStringValue

public GenericObjectDO[] getGenericObjectDOArray_via_AttributeStringValue()
                                                                   throws DataObjectException
From the many-to-many relationship expressed by AttributeStringValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.

Returns:
array of GenericObjectDO objects.
Throws:
DataObjectException - If the object is not found in the database.

mapGenericObject_via_AttributeStringValueDO

public void mapGenericObject_via_AttributeStringValueDO(GenericObjectDO d)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException
To the many-to-many relationship expressed by AttributeStringValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to add to the AttributeStringValueDO mapping for this DO.
Throws:
DataObjectException - If the object is not found in the database.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException

mapGenericObject_via_AttributeStringValueDO

public void mapGenericObject_via_AttributeStringValueDO(GenericObjectDO d,
                                                        DBTransaction tran)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException
To the many-to-many relationship expressed by AttributeStringValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Throws:
DataObjectException - If the object is not found in the database.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException

unmapGenericObject_via_AttributeStringValueDO

public void unmapGenericObject_via_AttributeStringValueDO(GenericObjectDO d)
                                                   throws DataObjectException,
                                                          DatabaseManagerException,
                                                          RefAssertionException,
                                                          java.sql.SQLException,
                                                          DBRowUpdateException,
                                                          QueryException
From the many-to-many relationship expressed by AttributeStringValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to remove from the AttributeStringValueDO mapping for this DO.
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException

unmapGenericObject_via_AttributeStringValueDO

public void unmapGenericObject_via_AttributeStringValueDO(GenericObjectDO d,
                                                          DBTransaction tran)
                                                   throws DataObjectException,
                                                          DatabaseManagerException,
                                                          RefAssertionException,
                                                          java.sql.SQLException,
                                                          DBRowUpdateException,
                                                          QueryException
From the many-to-many relationship expressed by AttributeStringValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution.
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException

getGenericObjectDOArray_via_AttributeStringValue

public GenericObjectDO[] getGenericObjectDOArray_via_AttributeStringValue(User usr)
                                                                   throws DataObjectException,
                                                                          AccessException
From the many-to-many relationship expressed by AttributeStringValueDO, get array of GenericObjectDO objects that indirectly refer to this DO.

Parameters:
usr - The user for security checks
Returns:
array of GenericObjectDO objects.
Throws:
DataObjectException - If the object is not found in the database.
AccessException - The user is not allowed to create a query for org.webdocwf.util.genericstore.data.AttributeStringValue or to access the foreign key attribute GENERICOBJECTOID. This is a WebDocWf extension for DODS row instance security

mapGenericObject_via_AttributeStringValueDO

public void mapGenericObject_via_AttributeStringValueDO(GenericObjectDO d,
                                                        User usr)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException,
                                                        AccessException
To the many-to-many relationship expressed by AttributeStringValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to add to the AttributeStringValueDO mapping for this DO.
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException
AccessException

mapGenericObject_via_AttributeStringValueDO

public void mapGenericObject_via_AttributeStringValueDO(GenericObjectDO d,
                                                        DBTransaction tran,
                                                        User usr)
                                                 throws DataObjectException,
                                                        DatabaseManagerException,
                                                        RefAssertionException,
                                                        java.sql.SQLException,
                                                        DBRowUpdateException,
                                                        QueryException,
                                                        AccessException
To the many-to-many relationship expressed by AttributeStringValueDO, add a GenericObjectDO object that indirectly refers to this DO.

Parameters:
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
QueryException
AccessException

unmapGenericObject_via_AttributeStringValueDO

public void unmapGenericObject_via_AttributeStringValueDO(GenericObjectDO d,
                                                          User usr)
                                                   throws DataObjectException,
                                                          DatabaseManagerException,
                                                          RefAssertionException,
                                                          java.sql.SQLException,
                                                          DBRowUpdateException,
                                                          QueryException,
                                                          AccessException
From the many-to-many relationship expressed by AttributeStringValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
d - The GenericObjectDO to remove from the AttributeStringValueDO mapping for this DO.
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
AccessException

unmapGenericObject_via_AttributeStringValueDO

public void unmapGenericObject_via_AttributeStringValueDO(GenericObjectDO d,
                                                          DBTransaction tran,
                                                          User usr)
                                                   throws DataObjectException,
                                                          DatabaseManagerException,
                                                          RefAssertionException,
                                                          java.sql.SQLException,
                                                          DBRowUpdateException,
                                                          QueryException,
                                                          AccessException
From the many-to-many relationship expressed by AttributeStringValueDO, remove (delete) the GenericObjectDO object that indirectly refers to this DO.

Parameters:
usr - The user for security checks
Throws:
DataObjectException - If the object is not found in the database.
QueryException - If an error occured while building the query before execution. WebDocWf extension
DatabaseManagerException
RefAssertionException
java.sql.SQLException
DBRowUpdateException
AccessException

okToCommit

protected void okToCommit()
                   throws RefAssertionException
A stub method for implementing pre-commit assertions for this AttributeDefinitionDO. Implement this stub to throw an RefAssertionException for cases where this object is not valid for writing to the database.

RefAssertionException

okToDelete

protected void okToDelete()
                   throws RefAssertionException
A stub method for implementing pre-delete assertions for this AttributeDefinitionDO. Implement this stub to throw an RefAssertionException for cases where this object is not valid for deletion from the database.

RefAssertionException

commit

public void commit()
            throws java.sql.SQLException,
                   DatabaseManagerException,
                   DataObjectException,
                   RefAssertionException,
                   DBRowUpdateException,
                   QueryException
Deprecated. Use save() instead.

Inserts/Updates the DO into its table.

Specified by:
commit in interface AttributeDefinitionDOI
Throws:
DatabaseManagerException - if a Transaction can not be created.
RefAssertionException - thrown by okTo method.
java.sql.SQLException - if any SQL errors occur.
DataObjectException
DBRowUpdateException
QueryException

save

public void save()
          throws java.sql.SQLException,
                 DatabaseManagerException,
                 DataObjectException,
                 RefAssertionException,
                 DBRowUpdateException,
                 QueryException
Inserts/Updates the DO into its table.

Specified by:
save in interface AttributeDefinitionDOI
Overrides:
save in class GenericStoreDO
Throws:
DatabaseManagerException - if a Transaction can not be created.
RefAssertionException - thrown by okTo method.
java.sql.SQLException - if any SQL errors occur. WebDocWf extension
DataObjectException
DBRowUpdateException
QueryException

save

public void save(boolean references)
          throws java.sql.SQLException,
                 DatabaseManagerException,
                 DataObjectException,
                 RefAssertionException,
                 DBRowUpdateException,
                 QueryException
Inserts/Updates the DO into its table.

Parameters:
references - True if references should be saved with this DO
Throws:
DatabaseManagerException - if a Transaction can not be created.
RefAssertionException - thrown by okTo method.
java.sql.SQLException - if any SQL errors occur. WebDocWf extension
DataObjectException
DBRowUpdateException
QueryException

commit

public void commit(DBTransaction dbt)
            throws java.sql.SQLException,
                   DatabaseManagerException,
                   DataObjectException,
                   RefAssertionException,
                   DBRowUpdateException,
                   QueryException
Deprecated. Use save() instead.

Inserts/Updates the DO into its table. The transaction is likely provided by the commit() method of another DO which references this DO.

Specified by:
commit in interface AttributeDefinitionDOI
Parameters:
dbt - The transaction object to use for this operation.
Throws:
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

save

public void save(DBTransaction dbt)
          throws java.sql.SQLException,
                 DatabaseManagerException,
                 DataObjectException,
                 RefAssertionException,
                 DBRowUpdateException,
                 QueryException
Inserts/Updates the DO into its table. The transaction is likely provided by the commit() method of another DO which references this DO.

Specified by:
save in interface AttributeDefinitionDOI
Overrides:
save in class GenericStoreDO
Parameters:
dbt - The transaction object to use for this operation.
Throws:
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. WebDocWf extension
DataObjectException
QueryException

save

public void save(DBTransaction dbt,
                 boolean references)
          throws java.sql.SQLException,
                 DatabaseManagerException,
                 DataObjectException,
                 RefAssertionException,
                 DBRowUpdateException,
                 QueryException
Inserts/Updates the DO into its table. The transaction is likely provided by the commit() method of another DO which references this DO.

Parameters:
dbt - The transaction object to use for this operation.
references - True if references of this DO should be saved
Throws:
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. WebDocWf extension
DataObjectException
QueryException

delete

public void delete()
            throws java.sql.SQLException,
                   DatabaseManagerException,
                   DataObjectException,
                   RefAssertionException,
                   DBRowUpdateException,
                   QueryException
Deletes the DO from its table.

Specified by:
delete in interface AttributeDefinitionDOI
Overrides:
delete in class GenericStoreDO
Throws:
DatabaseManagerException - if a Transaction can not be created.
RefAssertionException - thrown by okTo method.
java.sql.SQLException - if any SQL errors occur.
DataObjectException
DBRowUpdateException
QueryException

delete

public void delete(DBTransaction dbt)
            throws java.sql.SQLException,
                   DatabaseManagerException,
                   DataObjectException,
                   RefAssertionException,
                   DBRowUpdateException,
                   QueryException
Deletes the DO from its table. The transaction is likely provided by the delete() method of another DO which references this DO.

Specified by:
delete in interface AttributeDefinitionDOI
Overrides:
delete in class GenericStoreDO
Parameters:
dbt - The transaction object to use for this operation.
Throws:
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

okToCommitENUMTYPEDEFINITIONOID

protected void okToCommitENUMTYPEDEFINITIONOID(EnumTypeDefinitionDO member)
                                        throws RefAssertionException
A stub method for implementing pre-commit assertions for the ENUMTYPEDEFINITIONOID data member. Implement this stub to throw an RefAssertionException for cases where ENUMTYPEDEFINITIONOID is not valid for writing to the database.

RefAssertionException

okToDeleteENUMTYPEDEFINITIONOID

protected void okToDeleteENUMTYPEDEFINITIONOID(EnumTypeDefinitionDO member)
                                        throws RefAssertionException
A stub method for implementing pre-delete assertions for the ENUMTYPEDEFINITIONOID data member. Implement this stub to throw an RefAssertionException for cases where ENUMTYPEDEFINITIONOID is not valid for deletion from the database.

RefAssertionException

modifyDO

protected void modifyDO(DBTransaction dbt,
                        boolean delete)
                 throws java.sql.SQLException,
                        DatabaseManagerException,
                        DataObjectException,
                        RefAssertionException,
                        DBRowUpdateException,
                        QueryException
Modifies the DO within its table. Performs recursive commit/delete on referenced DOs; all operations occur within a single transaction to allow rollback in the event of error. Only the creator of the transaction releases it.

Parameters:
dbt - The transaction object to use for this operation.
delete - True if doing a delete, otherwise doing insert/update.
Throws:
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. WebDocWf extension
DataObjectException
QueryException

modifyDO

protected void modifyDO(DBTransaction dbt,
                        boolean delete,
                        boolean references)
                 throws java.sql.SQLException,
                        DatabaseManagerException,
                        DataObjectException,
                        RefAssertionException,
                        DBRowUpdateException,
                        QueryException
Modifies the DO within its table. Performs recursive commit/delete on referenced DOs; all operations occur within a single transaction to allow rollback in the event of error. Only the creator of the transaction releases it.

Parameters:
dbt - The transaction object to use for this operation.
delete - True if doing a delete, otherwise doing insert/update.
references - True if references should be saved
Throws:
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. WebDocWf extension
DataObjectException
QueryException

DODS 5.1 API