|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.torque.om.BaseObject
org.tigris.scarab.om.AbstractScarabModule
org.tigris.scarab.om.BaseScarabModule
You should not use this class directly. It should not even be extended all references should be to ScarabModule
| 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.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.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 |
protected java.util.List collAttributeGroups
protected java.util.List collIssues
protected java.util.List collRModuleIssueTypes
protected java.util.List collMITListItems
protected java.util.List collRModuleAttributes
protected java.util.List collRModuleOptions
protected java.util.List collRModuleUserAttributes
protected java.util.List collUserVotes
protected java.util.List collQuerys
protected java.util.List collReports
protected java.util.List collPendingGroupUserRoles
protected java.util.List collGlobalParameters
protected java.util.List collNotificationFilters
protected java.util.List collNotificationDefaultFilters
| Constructor Detail |
public BaseScarabModule()
| Method Detail |
public java.lang.Integer getModuleId()
getModuleId in interface ModulegetModuleId in class AbstractScarabModule
public void setModuleId(java.lang.Integer v)
throws org.apache.torque.TorqueException
setModuleId in interface Modulev - new value
org.apache.torque.TorqueExceptionpublic java.lang.String getRealName()
getRealName in interface ModulegetRealName in class AbstractScarabModuleAbstractScarabModule.getName()public void setRealName(java.lang.String v)
setRealName in interface Modulev - new valuepublic java.lang.String getDomain()
public void setDomain(java.lang.String v)
v - new valuepublic java.lang.String getCode()
getCode in interface Modulepublic void setCode(java.lang.String v)
setCode in interface Modulev - new valuepublic java.lang.String getDescription()
getDescription in interface Modulepublic void setDescription(java.lang.String v)
setDescription in interface Modulev - new valuepublic java.lang.String getUrl()
getUrl in interface Modulepublic void setUrl(java.lang.String v)
setUrl in interface Modulev - new valuepublic java.lang.String getArchiveEmail()
getArchiveEmail in interface ModulegetArchiveEmail in class AbstractScarabModulepublic void setArchiveEmail(java.lang.String v)
v - new valuepublic java.lang.Integer getParentId()
getParentId in interface Module
public void setParentId(java.lang.Integer v)
throws org.apache.torque.TorqueException
setParentId in interface Modulev - new value
org.apache.torque.TorqueExceptionpublic java.lang.Integer getOwnerId()
getOwnerId in interface Module
public void setOwnerId(java.lang.Integer v)
throws org.apache.torque.TorqueException
setOwnerId in interface Modulev - new value
org.apache.torque.TorqueExceptionpublic java.lang.Integer getQaContactId()
getQaContactId in interface Module
public void setQaContactId(java.lang.Integer v)
throws org.apache.torque.TorqueException
setQaContactId in interface Modulev - new value
org.apache.torque.TorqueExceptionpublic boolean getDeleted()
getDeleted in interface Modulepublic void setDeleted(boolean v)
setDeleted in interface Modulev - new valuepublic boolean getLocked()
public void setLocked(boolean v)
v - new valuepublic int getClassKey()
public void setClassKey(int v)
v - new value
public void setModuleRelatedByParentId(Module v)
throws org.apache.torque.TorqueException
v - Module
org.apache.torque.TorqueException
public Module getModuleRelatedByParentId()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public Module getModuleRelatedByParentId(java.sql.Connection connection)
throws org.apache.torque.TorqueException
connection - the connection used to retrieve the associated object
from the database, if it was not retrieved before
org.apache.torque.TorqueException
public void setModuleRelatedByParentIdKey(org.apache.torque.om.ObjectKey key)
throws org.apache.torque.TorqueException
bar.setFooKey(foo.getPrimaryKey())
org.apache.torque.TorqueException
public void setScarabUserRelatedByOwnerId(ScarabUser v)
throws org.apache.torque.TorqueException
v - ScarabUser
org.apache.torque.TorqueException
public ScarabUser getScarabUserRelatedByOwnerId()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public ScarabUser getScarabUserRelatedByOwnerId(java.sql.Connection connection)
throws org.apache.torque.TorqueException
connection - the connection used to retrieve the associated object
from the database, if it was not retrieved before
org.apache.torque.TorqueException
public void setScarabUserRelatedByOwnerIdKey(org.apache.torque.om.ObjectKey key)
throws org.apache.torque.TorqueException
bar.setFooKey(foo.getPrimaryKey())
org.apache.torque.TorqueException
public void setScarabUserRelatedByQaContactId(ScarabUser v)
throws org.apache.torque.TorqueException
v - ScarabUser
org.apache.torque.TorqueException
public ScarabUser getScarabUserRelatedByQaContactId()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public ScarabUser getScarabUserRelatedByQaContactId(java.sql.Connection connection)
throws org.apache.torque.TorqueException
connection - the connection used to retrieve the associated object
from the database, if it was not retrieved before
org.apache.torque.TorqueException
public void setScarabUserRelatedByQaContactIdKey(org.apache.torque.om.ObjectKey key)
throws org.apache.torque.TorqueException
bar.setFooKey(foo.getPrimaryKey())
org.apache.torque.TorqueExceptionprotected void initAttributeGroups()
public void addAttributeGroup(AttributeGroup l)
throws org.apache.torque.TorqueException
l - AttributeGroup
org.apache.torque.TorqueException
public java.util.List getAttributeGroups()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttributeGroups(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttributeGroups(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttributeGroups(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttributeGroupsJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getAttributeGroupsJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initIssues()
public void addIssue(Issue l)
throws org.apache.torque.TorqueException
l - Issue
org.apache.torque.TorqueException
public java.util.List getIssues()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIssues(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIssues(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIssues(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getIssuesJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getIssuesJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getIssuesJoinActivitySetRelatedByCreatedTransId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getIssuesJoinActivitySetRelatedByLastTransId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initRModuleIssueTypes()
public void addRModuleIssueType(RModuleIssueType l)
throws org.apache.torque.TorqueException
l - RModuleIssueType
org.apache.torque.TorqueException
public java.util.List getRModuleIssueTypes()
throws org.apache.torque.TorqueException
getRModuleIssueTypes in interface ModulegetRModuleIssueTypes in class AbstractScarabModuleorg.apache.torque.TorqueException
public java.util.List getRModuleIssueTypes(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleIssueTypes(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleIssueTypes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleIssueTypesJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleIssueTypesJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initMITListItems()
public void addMITListItem(MITListItem l)
throws org.apache.torque.TorqueException
l - MITListItem
org.apache.torque.TorqueException
public java.util.List getMITListItems()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getMITListItems(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getMITListItems(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getMITListItems(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getMITListItemsJoinMITList(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getMITListItemsJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getMITListItemsJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initRModuleAttributes()
public void addRModuleAttribute(RModuleAttribute l)
throws org.apache.torque.TorqueException
l - RModuleAttribute
org.apache.torque.TorqueException
public java.util.List getRModuleAttributes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleAttributes(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
getRModuleAttributes in interface ModulegetRModuleAttributes in class AbstractScarabModuleorg.apache.torque.TorqueException
public java.util.List getRModuleAttributes(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleAttributes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleAttributesJoinAttribute(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleAttributesJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleAttributesJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initRModuleOptions()
public void addRModuleOption(RModuleOption l)
throws org.apache.torque.TorqueException
l - RModuleOption
org.apache.torque.TorqueException
public java.util.List getRModuleOptions()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleOptions(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
getRModuleOptions in interface ModulegetRModuleOptions in class AbstractScarabModuleorg.apache.torque.TorqueException
public java.util.List getRModuleOptions(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleOptions(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleOptionsJoinAttributeOption(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleOptionsJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleOptionsJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initRModuleUserAttributes()
public void addRModuleUserAttribute(RModuleUserAttribute l)
throws org.apache.torque.TorqueException
l - RModuleUserAttribute
org.apache.torque.TorqueException
public java.util.List getRModuleUserAttributes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleUserAttributes(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleUserAttributes(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleUserAttributes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleUserAttributesJoinMITList(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleUserAttributesJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleUserAttributesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleUserAttributesJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getRModuleUserAttributesJoinAttribute(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initUserVotes()
public void addUserVote(UserVote l)
throws org.apache.torque.TorqueException
l - UserVote
org.apache.torque.TorqueException
public java.util.List getUserVotes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getUserVotes(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getUserVotes(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getUserVotes(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getUserVotesJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getUserVotesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initQuerys()
public void addQuery(Query l)
throws org.apache.torque.TorqueException
l - Query
org.apache.torque.TorqueException
public java.util.List getQuerys()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getQuerys(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getQuerys(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getQuerys(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getQuerysJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getQuerysJoinScope(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getQuerysJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getQuerysJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getQuerysJoinMITList(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getQuerysJoinFrequency(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initReports()
public void addReport(Report l)
throws org.apache.torque.TorqueException
l - Report
org.apache.torque.TorqueException
public java.util.List getReports()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getReports(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getReports(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getReports(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getReportsJoinIssueType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getReportsJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getReportsJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getReportsJoinScope(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initPendingGroupUserRoles()
public void addPendingGroupUserRole(PendingGroupUserRole l)
throws org.apache.torque.TorqueException
l - PendingGroupUserRole
org.apache.torque.TorqueException
public java.util.List getPendingGroupUserRoles()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getPendingGroupUserRoles(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getPendingGroupUserRoles(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getPendingGroupUserRoles(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getPendingGroupUserRolesJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getPendingGroupUserRolesJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initGlobalParameters()
public void addGlobalParameter(GlobalParameter l)
throws org.apache.torque.TorqueException
l - GlobalParameter
org.apache.torque.TorqueException
public java.util.List getGlobalParameters()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getGlobalParameters(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getGlobalParameters(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getGlobalParameters(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getGlobalParametersJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initNotificationFilters()
public void addNotificationFilter(NotificationFilter l)
throws org.apache.torque.TorqueException
l - NotificationFilter
org.apache.torque.TorqueException
public java.util.List getNotificationFilters()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getNotificationFilters(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getNotificationFilters(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getNotificationFilters(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getNotificationFiltersJoinScarabUserImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getNotificationFiltersJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initNotificationDefaultFilters()
public void addNotificationDefaultFilter(NotificationDefaultFilter l)
throws org.apache.torque.TorqueException
l - NotificationDefaultFilter
org.apache.torque.TorqueException
public java.util.List getNotificationDefaultFilters()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getNotificationDefaultFilters(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getNotificationDefaultFilters(java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getNotificationDefaultFilters(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getNotificationDefaultFiltersJoinScarabRoleImpl(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getNotificationDefaultFiltersJoinScarabModule(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic static java.util.List getFieldNames()
public java.lang.Object getByName(java.lang.String name)
name - field name
public java.lang.Object getByPeerName(java.lang.String name)
name - peer name
public java.lang.Object getByPosition(int pos)
pos - position in xml schema
public void save()
throws org.apache.torque.TorqueException
save in interface org.apache.torque.om.Persistentorg.apache.torque.TorqueException
public void save(java.lang.String dbName)
throws org.apache.torque.TorqueException
save in interface org.apache.torque.om.PersistentdbName -
org.apache.torque.TorqueException
public void save(java.sql.Connection con)
throws org.apache.torque.TorqueException
save in interface org.apache.torque.om.Persistentcon -
org.apache.torque.TorqueExceptionprotected boolean isCacheOnSave()
public void setPrimaryKey(org.apache.torque.om.ObjectKey key)
throws org.apache.torque.TorqueException
setPrimaryKey in interface Modulekey - moduleId ObjectKey
org.apache.torque.TorqueException
public void setPrimaryKey(java.lang.String key)
throws org.apache.torque.TorqueException
setPrimaryKey in interface org.apache.torque.om.Persistentkey -
org.apache.torque.TorqueExceptionpublic org.apache.torque.om.ObjectKey getPrimaryKey()
getPrimaryKey in interface Modulepublic java.lang.String getQueryKey()
getQueryKey in interface org.apache.fulcrum.intake.Retrievable
public void setQueryKey(java.lang.String key)
throws org.apache.torque.TorqueException
setQueryKey in interface org.apache.fulcrum.intake.Retrievableorg.apache.torque.TorqueException
public ScarabModule copy()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected ScarabModule copyInto(ScarabModule copyObj)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic ScarabModulePeer getPeer()
public java.lang.String toString()
toString in interface ModuletoString in class AbstractScarabModule
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||