org.tigris.scarab.om
Class BaseAttributeOption

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended byorg.tigris.scarab.om.BaseAttributeOption
All Implemented Interfaces:
org.apache.torque.om.Persistent, org.apache.fulcrum.intake.Retrievable, java.io.Serializable
Direct Known Subclasses:
AttributeOption

public abstract class BaseAttributeOption
extends org.apache.torque.om.BaseObject
implements org.apache.fulcrum.intake.Retrievable

You should not use this class directly. It should not even be extended all references should be to AttributeOption

See Also:
Serialized Form

Field Summary
protected  java.util.List collActivitysRelatedByNewOptionId
          Collection to store aggregation of collActivitysRelatedByNewOptionId
protected  java.util.List collActivitysRelatedByOldOptionId
          Collection to store aggregation of collActivitysRelatedByOldOptionId
protected  java.util.List collAttributes
          Collection to store aggregation of collAttributes
protected  java.util.List collAttributeValues
          Collection to store aggregation of collAttributeValues
protected  java.util.List collConditions
          Collection to store aggregation of collConditions
protected  java.util.List collRIssueTypeOptions
          Collection to store aggregation of collRIssueTypeOptions
protected  java.util.List collRModuleOptions
          Collection to store aggregation of collRModuleOptions
protected  java.util.List collROptionOptionsRelatedByOption1Id
          Collection to store aggregation of collROptionOptionsRelatedByOption1Id
protected  java.util.List collROptionOptionsRelatedByOption2Id
          Collection to store aggregation of collROptionOptionsRelatedByOption2Id
protected  java.util.List collTransitionsRelatedByFromOptionId
          Collection to store aggregation of collTransitionsRelatedByFromOptionId
protected  java.util.List collTransitionsRelatedByToOptionId
          Collection to store aggregation of collTransitionsRelatedByToOptionId
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Constructor Summary
BaseAttributeOption()
           
 
Method Summary
 void addActivityRelatedByNewOptionId(Activity l)
          Method called to associate a Activity object to this object through the Activity foreign key attribute
 void addActivityRelatedByOldOptionId(Activity l)
          Method called to associate a Activity object to this object through the Activity foreign key attribute
 void addAttribute(Attribute l)
          Method called to associate a Attribute object to this object through the Attribute foreign key attribute
 void addAttributeValue(AttributeValue l)
          Method called to associate a AttributeValue object to this object through the AttributeValue foreign key attribute
 void addCondition(Condition l)
          Method called to associate a Condition object to this object through the Condition foreign key attribute
 void addRIssueTypeOption(RIssueTypeOption l)
          Method called to associate a RIssueTypeOption object to this object through the RIssueTypeOption foreign key attribute
 void addRModuleOption(RModuleOption l)
          Method called to associate a RModuleOption object to this object through the RModuleOption foreign key attribute
 void addROptionOptionRelatedByOption1Id(ROptionOption l)
          Method called to associate a ROptionOption object to this object through the ROptionOption foreign key attribute
 void addROptionOptionRelatedByOption2Id(ROptionOption l)
          Method called to associate a ROptionOption object to this object through the ROptionOption foreign key attribute
 void addTransitionRelatedByFromOptionId(Transition l)
          Method called to associate a Transition object to this object through the Transition foreign key attribute
 void addTransitionRelatedByToOptionId(Transition l)
          Method called to associate a Transition object to this object through the Transition foreign key attribute
 AttributeOption copy()
          Makes a copy of this object.
protected  AttributeOption copyInto(AttributeOption copyObj)
           
 java.util.List getActivitysRelatedByNewOptionId()
          If this collection has already been initialized, returns the collection.
 java.util.List getActivitysRelatedByNewOptionId(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getActivitysRelatedByNewOptionId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getActivitysRelatedByNewOptionId(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewOptionIdJoinActivitySet(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewOptionIdJoinAttachment(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewOptionIdJoinAttribute(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewOptionIdJoinAttributeOptionRelatedByOldOptionId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewOptionIdJoinDepend(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewOptionIdJoinIssue(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewOptionIdJoinScarabUserImplRelatedByNewUserId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByNewOptionIdJoinScarabUserImplRelatedByOldUserId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getActivitysRelatedByOldOptionId()
          If this collection has already been initialized, returns the collection.
 java.util.List getActivitysRelatedByOldOptionId(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getActivitysRelatedByOldOptionId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getActivitysRelatedByOldOptionId(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldOptionIdJoinActivitySet(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldOptionIdJoinAttachment(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldOptionIdJoinAttribute(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldOptionIdJoinAttributeOptionRelatedByNewOptionId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldOptionIdJoinDepend(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldOptionIdJoinIssue(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldOptionIdJoinScarabUserImplRelatedByNewUserId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getActivitysRelatedByOldOptionIdJoinScarabUserImplRelatedByOldUserId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 Attribute getAttribute()
          Returns the associated Attribute object.
 Attribute getAttribute(java.sql.Connection connection)
          Return the associated Attribute object If it was not retrieved before, the object is retrieved from the database using the passed connection
 java.lang.Integer getAttributeId()
          Get the AttributeId
 java.util.List getAttributes()
          If this collection has already been initialized, returns the collection.
 java.util.List getAttributes(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getAttributes(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getAttributes(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttributesJoinAttributeOption(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttributesJoinAttributeType(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttributesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getAttributeValues()
          If this collection has already been initialized, returns the collection.
 java.util.List getAttributeValues(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getAttributeValues(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getAttributeValues(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttributeValuesJoinAttribute(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttributeValuesJoinAttributeOption(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttributeValuesJoinIssue(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getAttributeValuesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.lang.Object getByName(java.lang.String name)
          Retrieves a field from the object by name passed in as a String.
 java.lang.Object getByPeerName(java.lang.String name)
          Retrieves a field from the object by name passed in as a String.
 java.lang.Object getByPosition(int pos)
          Retrieves a field from the object by Position as specified in the xml schema.
 java.util.List getConditions()
          If this collection has already been initialized, returns the collection.
 java.util.List getConditions(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getConditions(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getConditions(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getConditionsJoinAttribute(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getConditionsJoinAttributeOption(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getConditionsJoinRModuleAttribute(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getConditionsJoinRModuleIssueType(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getConditionsJoinTransition(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 boolean getDeleted()
          Get the Deleted
static java.util.List getFieldNames()
          Generate a list of field names.
 java.lang.String getName()
          Get the Name
 java.lang.Integer getOptionId()
          Get the OptionId
 AttributeOptionPeer getPeer()
          returns a peer instance associated with this om.
 org.apache.torque.om.ObjectKey getPrimaryKey()
          returns an id that differentiates this object from others of its class.
 java.lang.String getQueryKey()
          get an id that differentiates this object from others of its class.
 java.util.List getRIssueTypeOptions()
          If this collection has already been initialized, returns the collection.
 java.util.List getRIssueTypeOptions(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getRIssueTypeOptions(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getRIssueTypeOptions(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getRIssueTypeOptionsJoinAttributeOption(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getRIssueTypeOptionsJoinIssueType(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getRModuleOptions()
          If this collection has already been initialized, returns the collection.
 java.util.List getRModuleOptions(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getRModuleOptions(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getRModuleOptions(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getRModuleOptionsJoinAttributeOption(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getRModuleOptionsJoinIssueType(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getRModuleOptionsJoinScarabModule(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getROptionOptionsRelatedByOption1Id()
          If this collection has already been initialized, returns the collection.
 java.util.List getROptionOptionsRelatedByOption1Id(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getROptionOptionsRelatedByOption1Id(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getROptionOptionsRelatedByOption1Id(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getROptionOptionsRelatedByOption1IdJoinAttributeOptionRelatedByOption2Id(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getROptionOptionsRelatedByOption1IdJoinOptionRelationship(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getROptionOptionsRelatedByOption2Id()
          If this collection has already been initialized, returns the collection.
 java.util.List getROptionOptionsRelatedByOption2Id(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getROptionOptionsRelatedByOption2Id(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getROptionOptionsRelatedByOption2Id(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getROptionOptionsRelatedByOption2IdJoinAttributeOptionRelatedByOption1Id(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getROptionOptionsRelatedByOption2IdJoinOptionRelationship(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTransitionsRelatedByFromOptionId()
          If this collection has already been initialized, returns the collection.
 java.util.List getTransitionsRelatedByFromOptionId(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getTransitionsRelatedByFromOptionId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTransitionsRelatedByFromOptionId(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTransitionsRelatedByFromOptionIdJoinAttribute(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTransitionsRelatedByFromOptionIdJoinAttributeOptionRelatedByToOptionId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTransitionsRelatedByToOptionId()
          If this collection has already been initialized, returns the collection.
 java.util.List getTransitionsRelatedByToOptionId(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getTransitionsRelatedByToOptionId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getTransitionsRelatedByToOptionId(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTransitionsRelatedByToOptionIdJoinAttribute(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getTransitionsRelatedByToOptionIdJoinAttributeOptionRelatedByFromOptionId(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  void initActivitysRelatedByNewOptionId()
          Temporary storage of collActivitysRelatedByNewOptionId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initActivitysRelatedByOldOptionId()
          Temporary storage of collActivitysRelatedByOldOptionId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initAttributes()
          Temporary storage of collAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initAttributeValues()
          Temporary storage of collAttributeValues to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initConditions()
          Temporary storage of collConditions to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initRIssueTypeOptions()
          Temporary storage of collRIssueTypeOptions to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initRModuleOptions()
          Temporary storage of collRModuleOptions to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initROptionOptionsRelatedByOption1Id()
          Temporary storage of collROptionOptionsRelatedByOption1Id to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initROptionOptionsRelatedByOption2Id()
          Temporary storage of collROptionOptionsRelatedByOption2Id to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initTransitionsRelatedByFromOptionId()
          Temporary storage of collTransitionsRelatedByFromOptionId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initTransitionsRelatedByToOptionId()
          Temporary storage of collTransitionsRelatedByToOptionId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  boolean isCacheOnSave()
          Specify whether to cache the object after saving to the db.
 void save()
          Stores the object in the database.
 void save(java.sql.Connection con)
          Stores the object in the database.
 void save(java.lang.String dbName)
          Stores the object in the database.
 void setAttribute(Attribute v)
          Declares an association between this object and a Attribute object
 void setAttributeId(java.lang.Integer v)
          Set the value of AttributeId
 void setAttributeKey(org.apache.torque.om.ObjectKey key)
          Provides convenient way to set a relationship based on a ObjectKey, for example bar.setFooKey(foo.getPrimaryKey())
 void setDeleted(boolean v)
          Set the value of Deleted
 void setName(java.lang.String v)
          Set the value of Name
 void setOptionId(java.lang.Integer v)
          Set the value of OptionId
 void setPrimaryKey(org.apache.torque.om.ObjectKey key)
          Set the PrimaryKey using ObjectKey.
 void setPrimaryKey(java.lang.String key)
          Set the PrimaryKey using a String.
 void setQueryKey(java.lang.String key)
          set an id that differentiates this object from others of its class.
 java.lang.String toString()
           
 
Methods inherited from class org.apache.torque.om.BaseObject
equals, equals, getLog, hashCode, isModified, isNew, resetModified, setModified, setNew, setPrimaryKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

collActivitysRelatedByOldOptionId

protected java.util.List collActivitysRelatedByOldOptionId
Collection to store aggregation of collActivitysRelatedByOldOptionId


collActivitysRelatedByNewOptionId

protected java.util.List collActivitysRelatedByNewOptionId
Collection to store aggregation of collActivitysRelatedByNewOptionId


collAttributes

protected java.util.List collAttributes
Collection to store aggregation of collAttributes


collConditions

protected java.util.List collConditions
Collection to store aggregation of collConditions


collAttributeValues

protected java.util.List collAttributeValues
Collection to store aggregation of collAttributeValues


collRModuleOptions

protected java.util.List collRModuleOptions
Collection to store aggregation of collRModuleOptions


collRIssueTypeOptions

protected java.util.List collRIssueTypeOptions
Collection to store aggregation of collRIssueTypeOptions


collROptionOptionsRelatedByOption1Id

protected java.util.List collROptionOptionsRelatedByOption1Id
Collection to store aggregation of collROptionOptionsRelatedByOption1Id


collROptionOptionsRelatedByOption2Id

protected java.util.List collROptionOptionsRelatedByOption2Id
Collection to store aggregation of collROptionOptionsRelatedByOption2Id


collTransitionsRelatedByFromOptionId

protected java.util.List collTransitionsRelatedByFromOptionId
Collection to store aggregation of collTransitionsRelatedByFromOptionId


collTransitionsRelatedByToOptionId

protected java.util.List collTransitionsRelatedByToOptionId
Collection to store aggregation of collTransitionsRelatedByToOptionId

Constructor Detail

BaseAttributeOption

public BaseAttributeOption()
Method Detail

getOptionId

public java.lang.Integer getOptionId()
Get the OptionId

Returns:
Integer

setOptionId

public void setOptionId(java.lang.Integer v)
                 throws org.apache.torque.TorqueException
Set the value of OptionId

Parameters:
v - new value
Throws:
org.apache.torque.TorqueException

getAttributeId

public java.lang.Integer getAttributeId()
Get the AttributeId

Returns:
Integer

setAttributeId

public void setAttributeId(java.lang.Integer v)
                    throws org.apache.torque.TorqueException
Set the value of AttributeId

Parameters:
v - new value
Throws:
org.apache.torque.TorqueException

getName

public java.lang.String getName()
Get the Name

Returns:
String

setName

public void setName(java.lang.String v)
Set the value of Name

Parameters:
v - new value

getDeleted

public boolean getDeleted()
Get the Deleted

Returns:
boolean

setDeleted

public void setDeleted(boolean v)
Set the value of Deleted

Parameters:
v - new value

setAttribute

public void setAttribute(Attribute v)
                  throws org.apache.torque.TorqueException
Declares an association between this object and a Attribute object

Parameters:
v - Attribute
Throws:
org.apache.torque.TorqueException

getAttribute

public Attribute getAttribute()
                       throws org.apache.torque.TorqueException
Returns the associated Attribute object. If it was not retrieved before, the object is retrieved from the database

Returns:
the associated Attribute object
Throws:
org.apache.torque.TorqueException

getAttribute

public Attribute getAttribute(java.sql.Connection connection)
                       throws org.apache.torque.TorqueException
Return the associated Attribute object If it was not retrieved before, the object is retrieved from the database using the passed connection

Parameters:
connection - the connection used to retrieve the associated object from the database, if it was not retrieved before
Returns:
the associated Attribute object
Throws:
org.apache.torque.TorqueException

setAttributeKey

public void setAttributeKey(org.apache.torque.om.ObjectKey key)
                     throws org.apache.torque.TorqueException
Provides convenient way to set a relationship based on a ObjectKey, for example bar.setFooKey(foo.getPrimaryKey())

Throws:
org.apache.torque.TorqueException

initActivitysRelatedByOldOptionId

protected void initActivitysRelatedByOldOptionId()
Temporary storage of collActivitysRelatedByOldOptionId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addActivityRelatedByOldOptionId

public void addActivityRelatedByOldOptionId(Activity l)
                                     throws org.apache.torque.TorqueException
Method called to associate a Activity object to this object through the Activity foreign key attribute

Parameters:
l - Activity
Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldOptionId

public java.util.List getActivitysRelatedByOldOptionId()
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitysRelatedByOldOptionId(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldOptionId

public java.util.List getActivitysRelatedByOldOptionId(org.apache.torque.util.Criteria criteria)
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByOldOptionId from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldOptionId

public java.util.List getActivitysRelatedByOldOptionId(java.sql.Connection con)
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitysRelatedByOldOptionId(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldOptionId

public java.util.List getActivitysRelatedByOldOptionId(org.apache.torque.util.Criteria criteria,
                                                       java.sql.Connection con)
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByOldOptionId from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldOptionIdJoinIssue

protected java.util.List getActivitysRelatedByOldOptionIdJoinIssue(org.apache.torque.util.Criteria criteria)
                                                            throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByOldOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldOptionIdJoinAttribute

protected java.util.List getActivitysRelatedByOldOptionIdJoinAttribute(org.apache.torque.util.Criteria criteria)
                                                                throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByOldOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldOptionIdJoinActivitySet

protected java.util.List getActivitysRelatedByOldOptionIdJoinActivitySet(org.apache.torque.util.Criteria criteria)
                                                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByOldOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldOptionIdJoinScarabUserImplRelatedByOldUserId

protected java.util.List getActivitysRelatedByOldOptionIdJoinScarabUserImplRelatedByOldUserId(org.apache.torque.util.Criteria criteria)
                                                                                       throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByOldOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldOptionIdJoinScarabUserImplRelatedByNewUserId

protected java.util.List getActivitysRelatedByOldOptionIdJoinScarabUserImplRelatedByNewUserId(org.apache.torque.util.Criteria criteria)
                                                                                       throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByOldOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldOptionIdJoinAttributeOptionRelatedByNewOptionId

protected java.util.List getActivitysRelatedByOldOptionIdJoinAttributeOptionRelatedByNewOptionId(org.apache.torque.util.Criteria criteria)
                                                                                          throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByOldOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldOptionIdJoinAttachment

protected java.util.List getActivitysRelatedByOldOptionIdJoinAttachment(org.apache.torque.util.Criteria criteria)
                                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByOldOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByOldOptionIdJoinDepend

protected java.util.List getActivitysRelatedByOldOptionIdJoinDepend(org.apache.torque.util.Criteria criteria)
                                                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByOldOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

initActivitysRelatedByNewOptionId

protected void initActivitysRelatedByNewOptionId()
Temporary storage of collActivitysRelatedByNewOptionId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addActivityRelatedByNewOptionId

public void addActivityRelatedByNewOptionId(Activity l)
                                     throws org.apache.torque.TorqueException
Method called to associate a Activity object to this object through the Activity foreign key attribute

Parameters:
l - Activity
Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewOptionId

public java.util.List getActivitysRelatedByNewOptionId()
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitysRelatedByNewOptionId(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewOptionId

public java.util.List getActivitysRelatedByNewOptionId(org.apache.torque.util.Criteria criteria)
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByNewOptionId from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewOptionId

public java.util.List getActivitysRelatedByNewOptionId(java.sql.Connection con)
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitysRelatedByNewOptionId(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewOptionId

public java.util.List getActivitysRelatedByNewOptionId(org.apache.torque.util.Criteria criteria,
                                                       java.sql.Connection con)
                                                throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByNewOptionId from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewOptionIdJoinIssue

protected java.util.List getActivitysRelatedByNewOptionIdJoinIssue(org.apache.torque.util.Criteria criteria)
                                                            throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByNewOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewOptionIdJoinAttribute

protected java.util.List getActivitysRelatedByNewOptionIdJoinAttribute(org.apache.torque.util.Criteria criteria)
                                                                throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByNewOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewOptionIdJoinActivitySet

protected java.util.List getActivitysRelatedByNewOptionIdJoinActivitySet(org.apache.torque.util.Criteria criteria)
                                                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByNewOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewOptionIdJoinScarabUserImplRelatedByOldUserId

protected java.util.List getActivitysRelatedByNewOptionIdJoinScarabUserImplRelatedByOldUserId(org.apache.torque.util.Criteria criteria)
                                                                                       throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByNewOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewOptionIdJoinScarabUserImplRelatedByNewUserId

protected java.util.List getActivitysRelatedByNewOptionIdJoinScarabUserImplRelatedByNewUserId(org.apache.torque.util.Criteria criteria)
                                                                                       throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByNewOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewOptionIdJoinAttributeOptionRelatedByOldOptionId

protected java.util.List getActivitysRelatedByNewOptionIdJoinAttributeOptionRelatedByOldOptionId(org.apache.torque.util.Criteria criteria)
                                                                                          throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByNewOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewOptionIdJoinAttachment

protected java.util.List getActivitysRelatedByNewOptionIdJoinAttachment(org.apache.torque.util.Criteria criteria)
                                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByNewOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getActivitysRelatedByNewOptionIdJoinDepend

protected java.util.List getActivitysRelatedByNewOptionIdJoinDepend(org.apache.torque.util.Criteria criteria)
                                                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ActivitysRelatedByNewOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

initAttributes

protected void initAttributes()
Temporary storage of collAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addAttribute

public void addAttribute(Attribute l)
                  throws org.apache.torque.TorqueException
Method called to associate a Attribute object to this object through the Attribute foreign key attribute

Parameters:
l - Attribute
Throws:
org.apache.torque.TorqueException

getAttributes

public java.util.List getAttributes()
                             throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributes(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getAttributes

public java.util.List getAttributes(org.apache.torque.util.Criteria criteria)
                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related Attributes from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getAttributes

public java.util.List getAttributes(java.sql.Connection con)
                             throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributes(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getAttributes

public java.util.List getAttributes(org.apache.torque.util.Criteria criteria,
                                    java.sql.Connection con)
                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related Attributes from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getAttributesJoinAttributeType

protected java.util.List getAttributesJoinAttributeType(org.apache.torque.util.Criteria criteria)
                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related Attributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getAttributesJoinAttributeOption

protected java.util.List getAttributesJoinAttributeOption(org.apache.torque.util.Criteria criteria)
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related Attributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getAttributesJoinScarabUserImpl

protected java.util.List getAttributesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related Attributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

initConditions

protected void initConditions()
Temporary storage of collConditions to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addCondition

public void addCondition(Condition l)
                  throws org.apache.torque.TorqueException
Method called to associate a Condition object to this object through the Condition foreign key attribute

Parameters:
l - Condition
Throws:
org.apache.torque.TorqueException

getConditions

public java.util.List getConditions()
                             throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getConditions(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getConditions

public java.util.List getConditions(org.apache.torque.util.Criteria criteria)
                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related Conditions from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getConditions

public java.util.List getConditions(java.sql.Connection con)
                             throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getConditions(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getConditions

public java.util.List getConditions(org.apache.torque.util.Criteria criteria,
                                    java.sql.Connection con)
                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related Conditions from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getConditionsJoinRModuleAttribute

protected java.util.List getConditionsJoinRModuleAttribute(org.apache.torque.util.Criteria criteria)
                                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related Conditions from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getConditionsJoinTransition

protected java.util.List getConditionsJoinTransition(org.apache.torque.util.Criteria criteria)
                                              throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related Conditions from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getConditionsJoinAttribute

protected java.util.List getConditionsJoinAttribute(org.apache.torque.util.Criteria criteria)
                                             throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related Conditions from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getConditionsJoinAttributeOption

protected java.util.List getConditionsJoinAttributeOption(org.apache.torque.util.Criteria criteria)
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related Conditions from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getConditionsJoinRModuleIssueType

protected java.util.List getConditionsJoinRModuleIssueType(org.apache.torque.util.Criteria criteria)
                                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related Conditions from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

initAttributeValues

protected void initAttributeValues()
Temporary storage of collAttributeValues to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addAttributeValue

public void addAttributeValue(AttributeValue l)
                       throws org.apache.torque.TorqueException
Method called to associate a AttributeValue object to this object through the AttributeValue foreign key attribute

Parameters:
l - AttributeValue
Throws:
org.apache.torque.TorqueException

getAttributeValues

public java.util.List getAttributeValues()
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributeValues(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getAttributeValues

public java.util.List getAttributeValues(org.apache.torque.util.Criteria criteria)
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related AttributeValues from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getAttributeValues

public java.util.List getAttributeValues(java.sql.Connection con)
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributeValues(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getAttributeValues

public java.util.List getAttributeValues(org.apache.torque.util.Criteria criteria,
                                         java.sql.Connection con)
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related AttributeValues from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getAttributeValuesJoinIssue

protected java.util.List getAttributeValuesJoinIssue(org.apache.torque.util.Criteria criteria)
                                              throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getAttributeValuesJoinAttribute

protected java.util.List getAttributeValuesJoinAttribute(org.apache.torque.util.Criteria criteria)
                                                  throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getAttributeValuesJoinAttributeOption

protected java.util.List getAttributeValuesJoinAttributeOption(org.apache.torque.util.Criteria criteria)
                                                        throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getAttributeValuesJoinScarabUserImpl

protected java.util.List getAttributeValuesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
                                                       throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

initRModuleOptions

protected void initRModuleOptions()
Temporary storage of collRModuleOptions to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addRModuleOption

public void addRModuleOption(RModuleOption l)
                      throws org.apache.torque.TorqueException
Method called to associate a RModuleOption object to this object through the RModuleOption foreign key attribute

Parameters:
l - RModuleOption
Throws:
org.apache.torque.TorqueException

getRModuleOptions

public java.util.List getRModuleOptions()
                                 throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRModuleOptions(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getRModuleOptions

public java.util.List getRModuleOptions(org.apache.torque.util.Criteria criteria)
                                 throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related RModuleOptions from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getRModuleOptions

public java.util.List getRModuleOptions(java.sql.Connection con)
                                 throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRModuleOptions(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getRModuleOptions

public java.util.List getRModuleOptions(org.apache.torque.util.Criteria criteria,
                                        java.sql.Connection con)
                                 throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related RModuleOptions from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getRModuleOptionsJoinAttributeOption

protected java.util.List getRModuleOptionsJoinAttributeOption(org.apache.torque.util.Criteria criteria)
                                                       throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related RModuleOptions from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getRModuleOptionsJoinScarabModule

protected java.util.List getRModuleOptionsJoinScarabModule(org.apache.torque.util.Criteria criteria)
                                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related RModuleOptions from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getRModuleOptionsJoinIssueType

protected java.util.List getRModuleOptionsJoinIssueType(org.apache.torque.util.Criteria criteria)
                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related RModuleOptions from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

initRIssueTypeOptions

protected void initRIssueTypeOptions()
Temporary storage of collRIssueTypeOptions to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addRIssueTypeOption

public void addRIssueTypeOption(RIssueTypeOption l)
                         throws org.apache.torque.TorqueException
Method called to associate a RIssueTypeOption object to this object through the RIssueTypeOption foreign key attribute

Parameters:
l - RIssueTypeOption
Throws:
org.apache.torque.TorqueException

getRIssueTypeOptions

public java.util.List getRIssueTypeOptions()
                                    throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRIssueTypeOptions(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getRIssueTypeOptions

public java.util.List getRIssueTypeOptions(org.apache.torque.util.Criteria criteria)
                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related RIssueTypeOptions from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getRIssueTypeOptions

public java.util.List getRIssueTypeOptions(java.sql.Connection con)
                                    throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRIssueTypeOptions(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getRIssueTypeOptions

public java.util.List getRIssueTypeOptions(org.apache.torque.util.Criteria criteria,
                                           java.sql.Connection con)
                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related RIssueTypeOptions from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getRIssueTypeOptionsJoinAttributeOption

protected java.util.List getRIssueTypeOptionsJoinAttributeOption(org.apache.torque.util.Criteria criteria)
                                                          throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related RIssueTypeOptions from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getRIssueTypeOptionsJoinIssueType

protected java.util.List getRIssueTypeOptionsJoinIssueType(org.apache.torque.util.Criteria criteria)
                                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related RIssueTypeOptions from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

initROptionOptionsRelatedByOption1Id

protected void initROptionOptionsRelatedByOption1Id()
Temporary storage of collROptionOptionsRelatedByOption1Id to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addROptionOptionRelatedByOption1Id

public void addROptionOptionRelatedByOption1Id(ROptionOption l)
                                        throws org.apache.torque.TorqueException
Method called to associate a ROptionOption object to this object through the ROptionOption foreign key attribute

Parameters:
l - ROptionOption
Throws:
org.apache.torque.TorqueException

getROptionOptionsRelatedByOption1Id

public java.util.List getROptionOptionsRelatedByOption1Id()
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getROptionOptionsRelatedByOption1Id(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getROptionOptionsRelatedByOption1Id

public java.util.List getROptionOptionsRelatedByOption1Id(org.apache.torque.util.Criteria criteria)
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related ROptionOptionsRelatedByOption1Id from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getROptionOptionsRelatedByOption1Id

public java.util.List getROptionOptionsRelatedByOption1Id(java.sql.Connection con)
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getROptionOptionsRelatedByOption1Id(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getROptionOptionsRelatedByOption1Id

public java.util.List getROptionOptionsRelatedByOption1Id(org.apache.torque.util.Criteria criteria,
                                                          java.sql.Connection con)
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related ROptionOptionsRelatedByOption1Id from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getROptionOptionsRelatedByOption1IdJoinAttributeOptionRelatedByOption2Id

protected java.util.List getROptionOptionsRelatedByOption1IdJoinAttributeOptionRelatedByOption2Id(org.apache.torque.util.Criteria criteria)
                                                                                           throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ROptionOptionsRelatedByOption1Id from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getROptionOptionsRelatedByOption1IdJoinOptionRelationship

protected java.util.List getROptionOptionsRelatedByOption1IdJoinOptionRelationship(org.apache.torque.util.Criteria criteria)
                                                                            throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ROptionOptionsRelatedByOption1Id from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

initROptionOptionsRelatedByOption2Id

protected void initROptionOptionsRelatedByOption2Id()
Temporary storage of collROptionOptionsRelatedByOption2Id to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addROptionOptionRelatedByOption2Id

public void addROptionOptionRelatedByOption2Id(ROptionOption l)
                                        throws org.apache.torque.TorqueException
Method called to associate a ROptionOption object to this object through the ROptionOption foreign key attribute

Parameters:
l - ROptionOption
Throws:
org.apache.torque.TorqueException

getROptionOptionsRelatedByOption2Id

public java.util.List getROptionOptionsRelatedByOption2Id()
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getROptionOptionsRelatedByOption2Id(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getROptionOptionsRelatedByOption2Id

public java.util.List getROptionOptionsRelatedByOption2Id(org.apache.torque.util.Criteria criteria)
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related ROptionOptionsRelatedByOption2Id from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getROptionOptionsRelatedByOption2Id

public java.util.List getROptionOptionsRelatedByOption2Id(java.sql.Connection con)
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getROptionOptionsRelatedByOption2Id(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getROptionOptionsRelatedByOption2Id

public java.util.List getROptionOptionsRelatedByOption2Id(org.apache.torque.util.Criteria criteria,
                                                          java.sql.Connection con)
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related ROptionOptionsRelatedByOption2Id from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getROptionOptionsRelatedByOption2IdJoinAttributeOptionRelatedByOption1Id

protected java.util.List getROptionOptionsRelatedByOption2IdJoinAttributeOptionRelatedByOption1Id(org.apache.torque.util.Criteria criteria)
                                                                                           throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ROptionOptionsRelatedByOption2Id from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getROptionOptionsRelatedByOption2IdJoinOptionRelationship

protected java.util.List getROptionOptionsRelatedByOption2IdJoinOptionRelationship(org.apache.torque.util.Criteria criteria)
                                                                            throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related ROptionOptionsRelatedByOption2Id from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

initTransitionsRelatedByFromOptionId

protected void initTransitionsRelatedByFromOptionId()
Temporary storage of collTransitionsRelatedByFromOptionId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addTransitionRelatedByFromOptionId

public void addTransitionRelatedByFromOptionId(Transition l)
                                        throws org.apache.torque.TorqueException
Method called to associate a Transition object to this object through the Transition foreign key attribute

Parameters:
l - Transition
Throws:
org.apache.torque.TorqueException

getTransitionsRelatedByFromOptionId

public java.util.List getTransitionsRelatedByFromOptionId()
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getTransitionsRelatedByFromOptionId(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getTransitionsRelatedByFromOptionId

public java.util.List getTransitionsRelatedByFromOptionId(org.apache.torque.util.Criteria criteria)
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related TransitionsRelatedByFromOptionId from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getTransitionsRelatedByFromOptionId

public java.util.List getTransitionsRelatedByFromOptionId(java.sql.Connection con)
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getTransitionsRelatedByFromOptionId(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getTransitionsRelatedByFromOptionId

public java.util.List getTransitionsRelatedByFromOptionId(org.apache.torque.util.Criteria criteria,
                                                          java.sql.Connection con)
                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related TransitionsRelatedByFromOptionId from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getTransitionsRelatedByFromOptionIdJoinAttribute

protected java.util.List getTransitionsRelatedByFromOptionIdJoinAttribute(org.apache.torque.util.Criteria criteria)
                                                                   throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related TransitionsRelatedByFromOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getTransitionsRelatedByFromOptionIdJoinAttributeOptionRelatedByToOptionId

protected java.util.List getTransitionsRelatedByFromOptionIdJoinAttributeOptionRelatedByToOptionId(org.apache.torque.util.Criteria criteria)
                                                                                            throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related TransitionsRelatedByFromOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

initTransitionsRelatedByToOptionId

protected void initTransitionsRelatedByToOptionId()
Temporary storage of collTransitionsRelatedByToOptionId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addTransitionRelatedByToOptionId

public void addTransitionRelatedByToOptionId(Transition l)
                                      throws org.apache.torque.TorqueException
Method called to associate a Transition object to this object through the Transition foreign key attribute

Parameters:
l - Transition
Throws:
org.apache.torque.TorqueException

getTransitionsRelatedByToOptionId

public java.util.List getTransitionsRelatedByToOptionId()
                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getTransitionsRelatedByToOptionId(new Criteria())

Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getTransitionsRelatedByToOptionId

public java.util.List getTransitionsRelatedByToOptionId(org.apache.torque.util.Criteria criteria)
                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related TransitionsRelatedByToOptionId from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getTransitionsRelatedByToOptionId

public java.util.List getTransitionsRelatedByToOptionId(java.sql.Connection con)
                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getTransitionsRelatedByToOptionId(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getTransitionsRelatedByToOptionId

public java.util.List getTransitionsRelatedByToOptionId(org.apache.torque.util.Criteria criteria,
                                                        java.sql.Connection con)
                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption has previously been saved, it will retrieve related TransitionsRelatedByToOptionId from storage. If this AttributeOption is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getTransitionsRelatedByToOptionIdJoinAttribute

protected java.util.List getTransitionsRelatedByToOptionIdJoinAttribute(org.apache.torque.util.Criteria criteria)
                                                                 throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related TransitionsRelatedByToOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getTransitionsRelatedByToOptionIdJoinAttributeOptionRelatedByFromOptionId

protected java.util.List getTransitionsRelatedByToOptionIdJoinAttributeOptionRelatedByFromOptionId(org.apache.torque.util.Criteria criteria)
                                                                                            throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this AttributeOption is new, it will return an empty collection; or if this AttributeOption has previously been saved, it will retrieve related TransitionsRelatedByToOptionId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in AttributeOption.

Throws:
org.apache.torque.TorqueException

getFieldNames

public static java.util.List getFieldNames()
Generate a list of field names.

Returns:
a list of field names

getByName

public java.lang.Object getByName(java.lang.String name)
Retrieves a field from the object by name passed in as a String.

Parameters:
name - field name
Returns:
value

getByPeerName

public java.lang.Object getByPeerName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. The String must be one of the static Strings defined in this Class' Peer.

Parameters:
name - peer name
Returns:
value

getByPosition

public java.lang.Object getByPosition(int pos)
Retrieves a field from the object by Position as specified in the xml schema. Zero-based.

Parameters:
pos - position in xml schema
Returns:
value

save

public void save()
          throws org.apache.torque.TorqueException
Stores the object in the database. If the object is new, it inserts it; otherwise an update is performed.

Specified by:
save in interface org.apache.torque.om.Persistent
Throws:
org.apache.torque.TorqueException

save

public void save(java.lang.String dbName)
          throws org.apache.torque.TorqueException
Stores the object in the database. If the object is new, it inserts it; otherwise an update is performed. Note: this code is here because the method body is auto-generated conditionally and therefore needs to be in this file instead of in the super class, BaseObject.

Specified by:
save in interface org.apache.torque.om.Persistent
Parameters:
dbName -
Throws:
org.apache.torque.TorqueException

save

public void save(java.sql.Connection con)
          throws org.apache.torque.TorqueException
Stores the object in the database. If the object is new, it inserts it; otherwise an update is performed. This method is meant to be used as part of a transaction, otherwise use the save() method and the connection details will be handled internally

Specified by:
save in interface org.apache.torque.om.Persistent
Parameters:
con -
Throws:
org.apache.torque.TorqueException

isCacheOnSave

protected boolean isCacheOnSave()
Specify whether to cache the object after saving to the db. This method returns true


setPrimaryKey

public void setPrimaryKey(org.apache.torque.om.ObjectKey key)
                   throws org.apache.torque.TorqueException
Set the PrimaryKey using ObjectKey.

Specified by:
setPrimaryKey in interface org.apache.torque.om.Persistent
Parameters:
key - optionId ObjectKey
Throws:
org.apache.torque.TorqueException

setPrimaryKey

public void setPrimaryKey(java.lang.String key)
                   throws org.apache.torque.TorqueException
Set the PrimaryKey using a String.

Specified by:
setPrimaryKey in interface org.apache.torque.om.Persistent
Parameters:
key -
Throws:
org.apache.torque.TorqueException

getPrimaryKey

public org.apache.torque.om.ObjectKey getPrimaryKey()
returns an id that differentiates this object from others of its class.

Specified by:
getPrimaryKey in interface org.apache.torque.om.Persistent

getQueryKey

public java.lang.String getQueryKey()
get an id that differentiates this object from others of its class.

Specified by:
getQueryKey in interface org.apache.fulcrum.intake.Retrievable

setQueryKey

public void setQueryKey(java.lang.String key)
                 throws org.apache.torque.TorqueException
set an id that differentiates this object from others of its class.

Specified by:
setQueryKey in interface org.apache.fulcrum.intake.Retrievable
Throws:
org.apache.torque.TorqueException

copy

public AttributeOption copy()
                     throws org.apache.torque.TorqueException
Makes a copy of this object. It creates a new object filling in the simple attributes. It then fills all the association collections and sets the related objects to isNew=true.

Throws:
org.apache.torque.TorqueException

copyInto

protected AttributeOption copyInto(AttributeOption copyObj)
                            throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException

getPeer

public AttributeOptionPeer getPeer()
returns a peer instance associated with this om. Since Peer classes are not to have any instance attributes, this method returns the same instance for all member of this class. The method could therefore be static, but this would prevent one from overriding the behavior.


toString

public java.lang.String toString()


Copyright © 2000-2004 Tigris.org. All Rights Reserved.