org.tigris.scarab.om
Class BaseScarabModule

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended byorg.tigris.scarab.om.AbstractScarabModule
          extended byorg.tigris.scarab.om.BaseScarabModule
All Implemented Interfaces:
java.lang.Comparable, Module, org.apache.torque.om.Persistent, org.apache.fulcrum.intake.Retrievable, java.io.Serializable
Direct Known Subclasses:
ScarabModule

public abstract class BaseScarabModule
extends AbstractScarabModule
implements org.apache.fulcrum.intake.Retrievable

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

See Also:
Serialized Form

Field Summary
protected  java.util.List collAttributeGroups
          Collection to store aggregation of collAttributeGroups
protected  java.util.List collGlobalParameters
          Collection to store aggregation of collGlobalParameters
protected  java.util.List collIssues
          Collection to store aggregation of collIssues
protected  java.util.List collMITListItems
          Collection to store aggregation of collMITListItems
protected  java.util.List collNotificationDefaultFilters
          Collection to store aggregation of collNotificationDefaultFilters
protected  java.util.List collNotificationFilters
          Collection to store aggregation of collNotificationFilters
protected  java.util.List collPendingGroupUserRoles
          Collection to store aggregation of collPendingGroupUserRoles
protected  java.util.List collQuerys
          Collection to store aggregation of collQuerys
protected  java.util.List collReports
          Collection to store aggregation of collReports
protected  java.util.List collRModuleAttributes
          Collection to store aggregation of collRModuleAttributes
protected  java.util.List collRModuleIssueTypes
          Collection to store aggregation of collRModuleIssueTypes
protected  java.util.List collRModuleOptions
          Collection to store aggregation of collRModuleOptions
protected  java.util.List collRModuleUserAttributes
          Collection to store aggregation of collRModuleUserAttributes
protected  java.util.List collUserVotes
          Collection to store aggregation of collUserVotes
 
Fields inherited from class org.tigris.scarab.om.AbstractScarabModule
GET_ALL_R_MODULE_OPTIONS, GET_AVAILABLE_ISSUE_TYPES, GET_DEDUPE_GROUPS_WITH_ATTRIBUTES, GET_DEFAULT_RMODULE_USERATTRIBUTES, GET_ISSUE_TYPES, GET_LEAF_R_MODULE_OPTIONS, GET_NAV_ISSUE_TYPES, GET_R_MODULE_ATTRIBUTES, GET_R_MODULE_ISSUE_TYPE, GET_R_MODULE_ISSUE_TYPES, GET_SAVED_REPORTS, GET_TEMPLATE_TYPES, GET_UNAPPROVED_QUERIES, GET_UNAPPROVED_TEMPLATES
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Fields inherited from interface org.tigris.scarab.om.Module
NAME_DELIMINATOR, NON_USER, ROOT_ID, USER
 
Constructor Summary
BaseScarabModule()
           
 
Method Summary
 void addAttributeGroup(AttributeGroup l)
          Method called to associate a AttributeGroup object to this object through the AttributeGroup foreign key attribute
 void addGlobalParameter(GlobalParameter l)
          Method called to associate a GlobalParameter object to this object through the GlobalParameter foreign key attribute
 void addIssue(Issue l)
          Method called to associate a Issue object to this object through the Issue foreign key attribute
 void addMITListItem(MITListItem l)
          Method called to associate a MITListItem object to this object through the MITListItem foreign key attribute
 void addNotificationDefaultFilter(NotificationDefaultFilter l)
          Method called to associate a NotificationDefaultFilter object to this object through the NotificationDefaultFilter foreign key attribute
 void addNotificationFilter(NotificationFilter l)
          Method called to associate a NotificationFilter object to this object through the NotificationFilter foreign key attribute
 void addPendingGroupUserRole(PendingGroupUserRole l)
          Method called to associate a PendingGroupUserRole object to this object through the PendingGroupUserRole foreign key attribute
 void addQuery(Query l)
          Method called to associate a Query object to this object through the Query foreign key attribute
 void addReport(Report l)
          Method called to associate a Report object to this object through the Report foreign key attribute
 void addRModuleAttribute(RModuleAttribute l)
          Method called to associate a RModuleAttribute object to this object through the RModuleAttribute foreign key attribute
 void addRModuleIssueType(RModuleIssueType l)
          Method called to associate a RModuleIssueType object to this object through the RModuleIssueType foreign key attribute
 void addRModuleOption(RModuleOption l)
          Method called to associate a RModuleOption object to this object through the RModuleOption foreign key attribute
 void addRModuleUserAttribute(RModuleUserAttribute l)
          Method called to associate a RModuleUserAttribute object to this object through the RModuleUserAttribute foreign key attribute
 void addUserVote(UserVote l)
          Method called to associate a UserVote object to this object through the UserVote foreign key attribute
 ScarabModule copy()
          Makes a copy of this object.
protected  ScarabModule copyInto(ScarabModule copyObj)
           
 java.lang.String getArchiveEmail()
          Get the ArchiveEmail
 java.util.List getAttributeGroups()
          If this collection has already been initialized, returns the collection.
 java.util.List getAttributeGroups(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getAttributeGroups(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getAttributeGroups(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 getAttributeGroupsJoinIssueType(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 getAttributeGroupsJoinScarabModule(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.
 int getClassKey()
          Get the ClassKey
 java.lang.String getCode()
          Get the Code
 boolean getDeleted()
          Get the Deleted
 java.lang.String getDescription()
          Get the Description
 java.lang.String getDomain()
          Get the Domain
static java.util.List getFieldNames()
          Generate a list of field names.
 java.util.List getGlobalParameters()
          If this collection has already been initialized, returns the collection.
 java.util.List getGlobalParameters(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getGlobalParameters(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getGlobalParameters(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 getGlobalParametersJoinScarabModule(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getIssues()
          If this collection has already been initialized, returns the collection.
 java.util.List getIssues(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getIssues(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getIssues(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 getIssuesJoinActivitySetRelatedByCreatedTransId(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 getIssuesJoinActivitySetRelatedByLastTransId(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 getIssuesJoinIssueType(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 getIssuesJoinScarabModule(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 boolean getLocked()
          Get the Locked
 java.util.List getMITListItems()
          If this collection has already been initialized, returns the collection.
 java.util.List getMITListItems(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getMITListItems(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getMITListItems(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 getMITListItemsJoinIssueType(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 getMITListItemsJoinMITList(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 getMITListItemsJoinScarabModule(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.lang.Integer getModuleId()
          Get the ModuleId
 Module getModuleRelatedByParentId()
          Returns the associated Module object.
 Module getModuleRelatedByParentId(java.sql.Connection connection)
          Return the associated Module object If it was not retrieved before, the object is retrieved from the database using the passed connection
 java.util.List getNotificationDefaultFilters()
          If this collection has already been initialized, returns the collection.
 java.util.List getNotificationDefaultFilters(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getNotificationDefaultFilters(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getNotificationDefaultFilters(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 getNotificationDefaultFiltersJoinScarabModule(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 getNotificationDefaultFiltersJoinScarabRoleImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getNotificationFilters()
          If this collection has already been initialized, returns the collection.
 java.util.List getNotificationFilters(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getNotificationFilters(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getNotificationFilters(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 getNotificationFiltersJoinScarabModule(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 getNotificationFiltersJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.lang.Integer getOwnerId()
          Get the OwnerId
 java.lang.Integer getParentId()
          Get the ParentId
 ScarabModulePeer getPeer()
          returns a peer instance associated with this om.
 java.util.List getPendingGroupUserRoles()
          If this collection has already been initialized, returns the collection.
 java.util.List getPendingGroupUserRoles(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getPendingGroupUserRoles(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getPendingGroupUserRoles(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 getPendingGroupUserRolesJoinScarabModule(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 getPendingGroupUserRolesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 org.apache.torque.om.ObjectKey getPrimaryKey()
          returns an id that differentiates this object from others of its class.
 java.lang.Integer getQaContactId()
          Get the QaContactId
 java.lang.String getQueryKey()
          get an id that differentiates this object from others of its class.
 java.util.List getQuerys()
          If this collection has already been initialized, returns the collection.
 java.util.List getQuerys(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getQuerys(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getQuerys(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 getQuerysJoinFrequency(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 getQuerysJoinIssueType(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 getQuerysJoinMITList(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 getQuerysJoinScarabModule(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 getQuerysJoinScarabUserImpl(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 getQuerysJoinScope(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.lang.String getRealName()
          Get the RealName
 java.util.List getReports()
          If this collection has already been initialized, returns the collection.
 java.util.List getReports(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getReports(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getReports(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 getReportsJoinIssueType(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 getReportsJoinScarabModule(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 getReportsJoinScarabUserImpl(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 getReportsJoinScope(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getRModuleAttributes()
          If this collection has already been initialized, returns the collection.
 java.util.List getRModuleAttributes(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getRModuleAttributes(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getRModuleAttributes(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 getRModuleAttributesJoinAttribute(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 getRModuleAttributesJoinIssueType(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 getRModuleAttributesJoinScarabModule(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getRModuleIssueTypes()
          If this collection has already been initialized, returns the collection.
 java.util.List getRModuleIssueTypes(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getRModuleIssueTypes(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getRModuleIssueTypes(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 getRModuleIssueTypesJoinIssueType(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 getRModuleIssueTypesJoinScarabModule(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 getRModuleUserAttributes()
          If this collection has already been initialized, returns the collection.
 java.util.List getRModuleUserAttributes(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getRModuleUserAttributes(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getRModuleUserAttributes(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 getRModuleUserAttributesJoinAttribute(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 getRModuleUserAttributesJoinIssueType(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 getRModuleUserAttributesJoinMITList(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 getRModuleUserAttributesJoinScarabModule(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 getRModuleUserAttributesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 ScarabUser getScarabUserRelatedByOwnerId()
          Returns the associated ScarabUser object.
 ScarabUser getScarabUserRelatedByOwnerId(java.sql.Connection connection)
          Return the associated ScarabUser object If it was not retrieved before, the object is retrieved from the database using the passed connection
 ScarabUser getScarabUserRelatedByQaContactId()
          Returns the associated ScarabUser object.
 ScarabUser getScarabUserRelatedByQaContactId(java.sql.Connection connection)
          Return the associated ScarabUser object If it was not retrieved before, the object is retrieved from the database using the passed connection
 java.lang.String getUrl()
          Get the Url
 java.util.List getUserVotes()
          If this collection has already been initialized, returns the collection.
 java.util.List getUserVotes(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getUserVotes(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getUserVotes(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 getUserVotesJoinScarabModule(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 getUserVotesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  void initAttributeGroups()
          Temporary storage of collAttributeGroups to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initGlobalParameters()
          Temporary storage of collGlobalParameters to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initIssues()
          Temporary storage of collIssues to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initMITListItems()
          Temporary storage of collMITListItems to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initNotificationDefaultFilters()
          Temporary storage of collNotificationDefaultFilters to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initNotificationFilters()
          Temporary storage of collNotificationFilters to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initPendingGroupUserRoles()
          Temporary storage of collPendingGroupUserRoles to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initQuerys()
          Temporary storage of collQuerys to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initReports()
          Temporary storage of collReports to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initRModuleAttributes()
          Temporary storage of collRModuleAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initRModuleIssueTypes()
          Temporary storage of collRModuleIssueTypes 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 initRModuleUserAttributes()
          Temporary storage of collRModuleUserAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  void initUserVotes()
          Temporary storage of collUserVotes 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 setArchiveEmail(java.lang.String v)
          Set the value of ArchiveEmail
 void setClassKey(int v)
          Set the value of ClassKey
 void setCode(java.lang.String v)
          Set the value of Code
 void setDeleted(boolean v)
          Set the value of Deleted
 void setDescription(java.lang.String v)
          Set the value of Description
 void setDomain(java.lang.String v)
          Set the value of Domain
 void setLocked(boolean v)
          Set the value of Locked
 void setModuleId(java.lang.Integer v)
          Set the value of ModuleId
 void setModuleRelatedByParentId(Module v)
          Declares an association between this object and a Module object
 void setModuleRelatedByParentIdKey(org.apache.torque.om.ObjectKey key)
          Provides convenient way to set a relationship based on a ObjectKey, for example bar.setFooKey(foo.getPrimaryKey())
 void setOwnerId(java.lang.Integer v)
          Set the value of OwnerId
 void setParentId(java.lang.Integer v)
          Set the value of ParentId
 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 setQaContactId(java.lang.Integer v)
          Set the value of QaContactId
 void setQueryKey(java.lang.String key)
          set an id that differentiates this object from others of its class.
 void setRealName(java.lang.String v)
          Set the value of RealName
 void setScarabUserRelatedByOwnerId(ScarabUser v)
          Declares an association between this object and a ScarabUser object
 void setScarabUserRelatedByOwnerIdKey(org.apache.torque.om.ObjectKey key)
          Provides convenient way to set a relationship based on a ObjectKey, for example bar.setFooKey(foo.getPrimaryKey())
 void setScarabUserRelatedByQaContactId(ScarabUser v)
          Declares an association between this object and a ScarabUser object
 void setScarabUserRelatedByQaContactIdKey(org.apache.torque.om.ObjectKey key)
          Provides convenient way to set a relationship based on a ObjectKey, for example bar.setFooKey(foo.getPrimaryKey())
 void setUrl(java.lang.String v)
          Set the value of Url
 java.lang.String toString()
           
 
Methods inherited from class org.tigris.scarab.om.AbstractScarabModule
addAttributeOption, addIssueType, addRModuleAttribute, addRModuleOption, allowsIssues, allowsMultipleVoting, allowsNewIssues, compareTo, createNewGroup, getActiveAttributesByName, getAllAttributeOptions, getAllAttributes, getAllOptionAttributes, getAncestors, getAttributeOptions, getAttributes, getAttributes, getAvailableAttributeOptions, getAvailableAttributes, getAvailableIssueTypes, getDedupeAttributeGroups, getDedupeAttributeGroups, getDedupeGroupsWithAttributes, getDedupeSequence, getDefaultRModuleUserAttributes, getEligibleIssueReporters, getEligibleUsers, getIssueById, getIssueRegex, getIssueRegexString, getIssueTypes, getIssueTypes, getLastAttribute, getLastAttributeOption, getLeafRModuleOptions, getLeafRModuleOptions, getLocale, getName, getNavIssueTypes, getNewIssue, getOptionTree, getOptionTree, getParent, getRModuleAttribute, getRModuleAttributes, getRModuleAttributes, getRModuleAttributes, getRModuleIssueType, getRModuleIssueTypes, getRModuleOption, getRModuleOptions, getRModuleOptions, getSavedReports, getSystemEmail, getTemplateTypes, getUnapprovedQueries, getUnapprovedTemplates, getUnusedVoteCount, getUserAttributes, getUserAttributes, getUserPermissions, getUsers, getUsers, getValidationMessage, hasAttributes, includesIssueType, inheritFromParent, isEndlessLoop, isGlobalModule, isInitializing, resetAncestors, setInitialAttributesAndIssueTypes, setName, setParent, setRmaBasedOnIssueType, setRmoBasedOnIssueType, shiftAttributeOption
 
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
 
Methods inherited from interface org.tigris.scarab.om.Module
getCommentRenderingEngine, getHttpDomain, getPort, getRequiredRole, getRoles, getScarabInstanceId, getScheme, getScriptName, getUsers, getUsers, isIssueReasonRequired, isIssueReasonRequiredInherited, setHttpDomain, setPort, setScarabInstanceId, setScheme, setScriptName
 
Methods inherited from interface org.apache.torque.om.Persistent
isModified, isNew, setModified, setNew
 

Field Detail

collAttributeGroups

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


collIssues

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


collRModuleIssueTypes

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


collMITListItems

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


collRModuleAttributes

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


collRModuleOptions

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


collRModuleUserAttributes

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


collUserVotes

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


collQuerys

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


collReports

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


collPendingGroupUserRoles

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


collGlobalParameters

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


collNotificationFilters

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


collNotificationDefaultFilters

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

Constructor Detail

BaseScarabModule

public BaseScarabModule()
Method Detail

getModuleId

public java.lang.Integer getModuleId()
Get the ModuleId

Specified by:
getModuleId in interface Module
Specified by:
getModuleId in class AbstractScarabModule
Returns:
Integer

setModuleId

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

Specified by:
setModuleId in interface Module
Parameters:
v - new value
Throws:
org.apache.torque.TorqueException

getRealName

public java.lang.String getRealName()
Get the RealName

Specified by:
getRealName in interface Module
Specified by:
getRealName in class AbstractScarabModule
Returns:
String
See Also:
AbstractScarabModule.getName()

setRealName

public void setRealName(java.lang.String v)
Set the value of RealName

Specified by:
setRealName in interface Module
Parameters:
v - new value

getDomain

public java.lang.String getDomain()
Get the Domain

Returns:
String

setDomain

public void setDomain(java.lang.String v)
Set the value of Domain

Parameters:
v - new value

getCode

public java.lang.String getCode()
Get the Code

Specified by:
getCode in interface Module
Returns:
String

setCode

public void setCode(java.lang.String v)
Set the value of Code

Specified by:
setCode in interface Module
Parameters:
v - new value

getDescription

public java.lang.String getDescription()
Get the Description

Specified by:
getDescription in interface Module
Returns:
String

setDescription

public void setDescription(java.lang.String v)
Set the value of Description

Specified by:
setDescription in interface Module
Parameters:
v - new value

getUrl

public java.lang.String getUrl()
Get the Url

Specified by:
getUrl in interface Module
Returns:
String

setUrl

public void setUrl(java.lang.String v)
Set the value of Url

Specified by:
setUrl in interface Module
Parameters:
v - new value

getArchiveEmail

public java.lang.String getArchiveEmail()
Get the ArchiveEmail

Specified by:
getArchiveEmail in interface Module
Specified by:
getArchiveEmail in class AbstractScarabModule
Returns:
String

setArchiveEmail

public void setArchiveEmail(java.lang.String v)
Set the value of ArchiveEmail

Parameters:
v - new value

getParentId

public java.lang.Integer getParentId()
Get the ParentId

Specified by:
getParentId in interface Module
Returns:
Integer

setParentId

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

Specified by:
setParentId in interface Module
Parameters:
v - new value
Throws:
org.apache.torque.TorqueException

getOwnerId

public java.lang.Integer getOwnerId()
Get the OwnerId

Specified by:
getOwnerId in interface Module
Returns:
Integer

setOwnerId

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

Specified by:
setOwnerId in interface Module
Parameters:
v - new value
Throws:
org.apache.torque.TorqueException

getQaContactId

public java.lang.Integer getQaContactId()
Get the QaContactId

Specified by:
getQaContactId in interface Module
Returns:
Integer

setQaContactId

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

Specified by:
setQaContactId in interface Module
Parameters:
v - new value
Throws:
org.apache.torque.TorqueException

getDeleted

public boolean getDeleted()
Get the Deleted

Specified by:
getDeleted in interface Module
Returns:
boolean

setDeleted

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

Specified by:
setDeleted in interface Module
Parameters:
v - new value

getLocked

public boolean getLocked()
Get the Locked

Returns:
boolean

setLocked

public void setLocked(boolean v)
Set the value of Locked

Parameters:
v - new value

getClassKey

public int getClassKey()
Get the ClassKey

Returns:
int

setClassKey

public void setClassKey(int v)
Set the value of ClassKey

Parameters:
v - new value

setModuleRelatedByParentId

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

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

getModuleRelatedByParentId

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

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

getModuleRelatedByParentId

public Module getModuleRelatedByParentId(java.sql.Connection connection)
                                  throws org.apache.torque.TorqueException
Return the associated Module 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 Module object
Throws:
org.apache.torque.TorqueException

setModuleRelatedByParentIdKey

public void setModuleRelatedByParentIdKey(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

setScarabUserRelatedByOwnerId

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

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

getScarabUserRelatedByOwnerId

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

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

getScarabUserRelatedByOwnerId

public ScarabUser getScarabUserRelatedByOwnerId(java.sql.Connection connection)
                                         throws org.apache.torque.TorqueException
Return the associated ScarabUser 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 ScarabUser object
Throws:
org.apache.torque.TorqueException

setScarabUserRelatedByOwnerIdKey

public void setScarabUserRelatedByOwnerIdKey(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

setScarabUserRelatedByQaContactId

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

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

getScarabUserRelatedByQaContactId

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

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

getScarabUserRelatedByQaContactId

public ScarabUser getScarabUserRelatedByQaContactId(java.sql.Connection connection)
                                             throws org.apache.torque.TorqueException
Return the associated ScarabUser 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 ScarabUser object
Throws:
org.apache.torque.TorqueException

setScarabUserRelatedByQaContactIdKey

public void setScarabUserRelatedByQaContactIdKey(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

initAttributeGroups

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


addAttributeGroup

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

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

getAttributeGroups

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

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

getAttributeGroups

public java.util.List getAttributeGroups(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 ScarabModule has previously been saved, it will retrieve related AttributeGroups from storage. If this ScarabModule 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

getAttributeGroups

public java.util.List getAttributeGroups(java.sql.Connection con)
                                  throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributeGroups(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

getAttributeGroups

public java.util.List getAttributeGroups(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 ScarabModule has previously been saved, it will retrieve related AttributeGroups from storage. If this ScarabModule 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

getAttributeGroupsJoinScarabModule

protected java.util.List getAttributeGroupsJoinScarabModule(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related AttributeGroups 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getAttributeGroupsJoinIssueType

protected java.util.List getAttributeGroupsJoinIssueType(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related AttributeGroups 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

initIssues

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


addIssue

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

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

getIssues

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

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

getIssues

public java.util.List getIssues(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 ScarabModule has previously been saved, it will retrieve related Issues from storage. If this ScarabModule 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

getIssues

public java.util.List getIssues(java.sql.Connection con)
                         throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getIssues(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

getIssues

public java.util.List getIssues(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 ScarabModule has previously been saved, it will retrieve related Issues from storage. If this ScarabModule 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

getIssuesJoinScarabModule

protected java.util.List getIssuesJoinScarabModule(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related Issues 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getIssuesJoinIssueType

protected java.util.List getIssuesJoinIssueType(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related Issues 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getIssuesJoinActivitySetRelatedByCreatedTransId

protected java.util.List getIssuesJoinActivitySetRelatedByCreatedTransId(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related Issues 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getIssuesJoinActivitySetRelatedByLastTransId

protected java.util.List getIssuesJoinActivitySetRelatedByLastTransId(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related Issues 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

initRModuleIssueTypes

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


addRModuleIssueType

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

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

getRModuleIssueTypes

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

Specified by:
getRModuleIssueTypes in interface Module
Specified by:
getRModuleIssueTypes in class AbstractScarabModule
Returns:
the collection of associated objects
Throws:
org.apache.torque.TorqueException

getRModuleIssueTypes

public java.util.List getRModuleIssueTypes(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 ScarabModule has previously been saved, it will retrieve related RModuleIssueTypes from storage. If this ScarabModule 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

getRModuleIssueTypes

public java.util.List getRModuleIssueTypes(java.sql.Connection con)
                                    throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRModuleIssueTypes(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

getRModuleIssueTypes

public java.util.List getRModuleIssueTypes(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 ScarabModule has previously been saved, it will retrieve related RModuleIssueTypes from storage. If this ScarabModule 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

getRModuleIssueTypesJoinScarabModule

protected java.util.List getRModuleIssueTypesJoinScarabModule(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related RModuleIssueTypes 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getRModuleIssueTypesJoinIssueType

protected java.util.List getRModuleIssueTypesJoinIssueType(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related RModuleIssueTypes 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

initMITListItems

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


addMITListItem

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

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

getMITListItems

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

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

getMITListItems

public java.util.List getMITListItems(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 ScarabModule has previously been saved, it will retrieve related MITListItems from storage. If this ScarabModule 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

getMITListItems

public java.util.List getMITListItems(java.sql.Connection con)
                               throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getMITListItems(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

getMITListItems

public java.util.List getMITListItems(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 ScarabModule has previously been saved, it will retrieve related MITListItems from storage. If this ScarabModule 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

getMITListItemsJoinMITList

protected java.util.List getMITListItemsJoinMITList(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related MITListItems 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getMITListItemsJoinScarabModule

protected java.util.List getMITListItemsJoinScarabModule(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related MITListItems 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getMITListItemsJoinIssueType

protected java.util.List getMITListItemsJoinIssueType(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related MITListItems 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

initRModuleAttributes

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


addRModuleAttribute

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

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

getRModuleAttributes

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

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

getRModuleAttributes

public java.util.List getRModuleAttributes(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 ScarabModule has previously been saved, it will retrieve related RModuleAttributes from storage. If this ScarabModule is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Specified by:
getRModuleAttributes in interface Module
Overrides:
getRModuleAttributes in class AbstractScarabModule
Throws:
org.apache.torque.TorqueException

getRModuleAttributes

public java.util.List getRModuleAttributes(java.sql.Connection con)
                                    throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRModuleAttributes(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

getRModuleAttributes

public java.util.List getRModuleAttributes(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 ScarabModule has previously been saved, it will retrieve related RModuleAttributes from storage. If this ScarabModule 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

getRModuleAttributesJoinAttribute

protected java.util.List getRModuleAttributesJoinAttribute(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related RModuleAttributes 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getRModuleAttributesJoinScarabModule

protected java.util.List getRModuleAttributesJoinScarabModule(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related RModuleAttributes 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getRModuleAttributesJoinIssueType

protected java.util.List getRModuleAttributesJoinIssueType(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related RModuleAttributes 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 ScarabModule.

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 ScarabModule has previously been saved, it will retrieve related RModuleOptions from storage. If this ScarabModule is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Specified by:
getRModuleOptions in interface Module
Specified by:
getRModuleOptions in class AbstractScarabModule
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 ScarabModule has previously been saved, it will retrieve related RModuleOptions from storage. If this ScarabModule 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 ScarabModule is new, it will return an empty collection; or if this ScarabModule 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 ScarabModule.

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 ScarabModule is new, it will return an empty collection; or if this ScarabModule 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 ScarabModule.

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 ScarabModule is new, it will return an empty collection; or if this ScarabModule 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

initRModuleUserAttributes

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


addRModuleUserAttribute

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

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

getRModuleUserAttributes

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

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

getRModuleUserAttributes

public java.util.List getRModuleUserAttributes(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 ScarabModule has previously been saved, it will retrieve related RModuleUserAttributes from storage. If this ScarabModule 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

getRModuleUserAttributes

public java.util.List getRModuleUserAttributes(java.sql.Connection con)
                                        throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRModuleUserAttributes(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

getRModuleUserAttributes

public java.util.List getRModuleUserAttributes(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 ScarabModule has previously been saved, it will retrieve related RModuleUserAttributes from storage. If this ScarabModule 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

getRModuleUserAttributesJoinMITList

protected java.util.List getRModuleUserAttributesJoinMITList(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related RModuleUserAttributes 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getRModuleUserAttributesJoinScarabModule

protected java.util.List getRModuleUserAttributesJoinScarabModule(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related RModuleUserAttributes 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getRModuleUserAttributesJoinScarabUserImpl

protected java.util.List getRModuleUserAttributesJoinScarabUserImpl(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related RModuleUserAttributes 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getRModuleUserAttributesJoinIssueType

protected java.util.List getRModuleUserAttributesJoinIssueType(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related RModuleUserAttributes 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getRModuleUserAttributesJoinAttribute

protected java.util.List getRModuleUserAttributesJoinAttribute(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related RModuleUserAttributes 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

initUserVotes

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


addUserVote

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

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

getUserVotes

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

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

getUserVotes

public java.util.List getUserVotes(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 ScarabModule has previously been saved, it will retrieve related UserVotes from storage. If this ScarabModule 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

getUserVotes

public java.util.List getUserVotes(java.sql.Connection con)
                            throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getUserVotes(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

getUserVotes

public java.util.List getUserVotes(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 ScarabModule has previously been saved, it will retrieve related UserVotes from storage. If this ScarabModule 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

getUserVotesJoinScarabModule

protected java.util.List getUserVotesJoinScarabModule(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related UserVotes 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getUserVotesJoinScarabUserImpl

protected java.util.List getUserVotesJoinScarabUserImpl(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related UserVotes 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

initQuerys

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


addQuery

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

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

getQuerys

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

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

getQuerys

public java.util.List getQuerys(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 ScarabModule has previously been saved, it will retrieve related Querys from storage. If this ScarabModule 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

getQuerys

public java.util.List getQuerys(java.sql.Connection con)
                         throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getQuerys(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

getQuerys

public java.util.List getQuerys(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 ScarabModule has previously been saved, it will retrieve related Querys from storage. If this ScarabModule 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

getQuerysJoinScarabUserImpl

protected java.util.List getQuerysJoinScarabUserImpl(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related Querys 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getQuerysJoinScope

protected java.util.List getQuerysJoinScope(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related Querys 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getQuerysJoinScarabModule

protected java.util.List getQuerysJoinScarabModule(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related Querys 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getQuerysJoinIssueType

protected java.util.List getQuerysJoinIssueType(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related Querys 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getQuerysJoinMITList

protected java.util.List getQuerysJoinMITList(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related Querys 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getQuerysJoinFrequency

protected java.util.List getQuerysJoinFrequency(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related Querys 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

initReports

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


addReport

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

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

getReports

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

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

getReports

public java.util.List getReports(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 ScarabModule has previously been saved, it will retrieve related Reports from storage. If this ScarabModule 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

getReports

public java.util.List getReports(java.sql.Connection con)
                          throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getReports(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

getReports

public java.util.List getReports(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 ScarabModule has previously been saved, it will retrieve related Reports from storage. If this ScarabModule 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

getReportsJoinIssueType

protected java.util.List getReportsJoinIssueType(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related Reports 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getReportsJoinScarabUserImpl

protected java.util.List getReportsJoinScarabUserImpl(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related Reports 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getReportsJoinScarabModule

protected java.util.List getReportsJoinScarabModule(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related Reports 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getReportsJoinScope

protected java.util.List getReportsJoinScope(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related Reports 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

initPendingGroupUserRoles

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


addPendingGroupUserRole

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

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

getPendingGroupUserRoles

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

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

getPendingGroupUserRoles

public java.util.List getPendingGroupUserRoles(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 ScarabModule has previously been saved, it will retrieve related PendingGroupUserRoles from storage. If this ScarabModule 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

getPendingGroupUserRoles

public java.util.List getPendingGroupUserRoles(java.sql.Connection con)
                                        throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getPendingGroupUserRoles(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

getPendingGroupUserRoles

public java.util.List getPendingGroupUserRoles(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 ScarabModule has previously been saved, it will retrieve related PendingGroupUserRoles from storage. If this ScarabModule 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

getPendingGroupUserRolesJoinScarabUserImpl

protected java.util.List getPendingGroupUserRolesJoinScarabUserImpl(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related PendingGroupUserRoles 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getPendingGroupUserRolesJoinScarabModule

protected java.util.List getPendingGroupUserRolesJoinScarabModule(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related PendingGroupUserRoles 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

initGlobalParameters

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


addGlobalParameter

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

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

getGlobalParameters

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

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

getGlobalParameters

public java.util.List getGlobalParameters(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 ScarabModule has previously been saved, it will retrieve related GlobalParameters from storage. If this ScarabModule 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

getGlobalParameters

public java.util.List getGlobalParameters(java.sql.Connection con)
                                   throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getGlobalParameters(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

getGlobalParameters

public java.util.List getGlobalParameters(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 ScarabModule has previously been saved, it will retrieve related GlobalParameters from storage. If this ScarabModule 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

getGlobalParametersJoinScarabModule

protected java.util.List getGlobalParametersJoinScarabModule(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related GlobalParameters 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

initNotificationFilters

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


addNotificationFilter

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

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

getNotificationFilters

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

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

getNotificationFilters

public java.util.List getNotificationFilters(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 ScarabModule has previously been saved, it will retrieve related NotificationFilters from storage. If this ScarabModule 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

getNotificationFilters

public java.util.List getNotificationFilters(java.sql.Connection con)
                                      throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getNotificationFilters(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

getNotificationFilters

public java.util.List getNotificationFilters(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 ScarabModule has previously been saved, it will retrieve related NotificationFilters from storage. If this ScarabModule 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

getNotificationFiltersJoinScarabUserImpl

protected java.util.List getNotificationFiltersJoinScarabUserImpl(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related NotificationFilters 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getNotificationFiltersJoinScarabModule

protected java.util.List getNotificationFiltersJoinScarabModule(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related NotificationFilters 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

initNotificationDefaultFilters

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


addNotificationDefaultFilter

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

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

getNotificationDefaultFilters

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

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

getNotificationDefaultFilters

public java.util.List getNotificationDefaultFilters(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 ScarabModule has previously been saved, it will retrieve related NotificationDefaultFilters from storage. If this ScarabModule 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

getNotificationDefaultFilters

public java.util.List getNotificationDefaultFilters(java.sql.Connection con)
                                             throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getNotificationDefaultFilters(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

getNotificationDefaultFilters

public java.util.List getNotificationDefaultFilters(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 ScarabModule has previously been saved, it will retrieve related NotificationDefaultFilters from storage. If this ScarabModule 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

getNotificationDefaultFiltersJoinScarabRoleImpl

protected java.util.List getNotificationDefaultFiltersJoinScarabRoleImpl(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related NotificationDefaultFilters 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 ScarabModule.

Throws:
org.apache.torque.TorqueException

getNotificationDefaultFiltersJoinScarabModule

protected java.util.List getNotificationDefaultFiltersJoinScarabModule(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 ScarabModule is new, it will return an empty collection; or if this ScarabModule has previously been saved, it will retrieve related NotificationDefaultFilters 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 ScarabModule.

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 Module
Parameters:
key - moduleId 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 Module

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 ScarabModule 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 ScarabModule copyInto(ScarabModule copyObj)
                         throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException

getPeer

public ScarabModulePeer 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()
Specified by:
toString in interface Module
Overrides:
toString in class AbstractScarabModule


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