|
|||||||||||
| 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.BaseRModuleIssueType
org.tigris.scarab.om.RModuleIssueType
This class represents a RModuleIssueType
| Field Summary |
| Fields inherited from class org.tigris.scarab.om.BaseRModuleIssueType |
collConditions |
| Fields inherited from class org.apache.torque.om.BaseObject |
NEW_ID |
| Constructor Summary | |
RModuleIssueType()
|
|
| Method Summary | |
void |
addCondition(Condition cond)
Method called to associate a Condition object to this object through the Condition foreign key attribute |
RModuleIssueType |
copy()
Copies object. |
void |
delete(ScarabUser user)
Checks if user has permission to delete module-issue type mapping. |
java.util.List |
getConditions(org.apache.torque.util.Criteria criteria)
Forces the relationship to only retrieve IssueType level conditions (if ATTRIBUTE_ID is not asked to be NULL, this method could return conditions already defined for SCARAB_R_MODULE_ATTRIBUTE's records) |
java.lang.Integer[] |
getConditionsArray()
Returns the array of Ids of the conditions that will force the requirement of this attribute if set. |
java.lang.String |
getDisplayDescription()
Get the DisplayDescription |
java.lang.String |
getDisplayName()
Not really sure why getDisplayText was created because it really should just be getDisplayName() (JSS) |
java.lang.String |
getDisplayText()
Deprecated. use getDisplayName() instead |
Module |
getModule()
Module getter. |
ScarabModule |
getScarabModule()
Throws UnsupportedOperationException. |
boolean |
isConditioned()
|
boolean |
isRequiredIf(java.lang.Integer optionID)
Return true if the given attributeOptionId will make the current attribute required. |
void |
setConditionsArray(java.lang.Integer[] aOptionId)
Load the attribute options' IDs from the template combo. |
void |
setModule(Module me)
Use this instead of setScarabModule. |
void |
setScarabModule(ScarabModule module)
Throws UnsupportedOperationException. |
| 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.apache.torque.om.Persistent |
getPrimaryKey, isModified, isNew, save, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey |
| Constructor Detail |
public RModuleIssueType()
| Method Detail |
public ScarabModule getScarabModule()
getModule() instead.
ScarabModule valuepublic void setScarabModule(ScarabModule module)
setModule(Module) instead.
public void setModule(Module me)
throws org.apache.torque.TorqueException
setModule in class BaseRModuleIssueTypeme - Module
org.apache.torque.TorqueException
public Module getModule()
throws org.apache.torque.TorqueException
getModule in class BaseRModuleIssueTypeModule value
org.apache.torque.TorqueException
public void delete(ScarabUser user)
throws org.apache.torque.TorqueException,
ScarabException
org.apache.torque.TorqueException
ScarabExceptionpublic java.lang.String getDisplayName()
getDisplayName in class BaseRModuleIssueTypegetDisplayText()public java.lang.String getDisplayText()
public java.lang.String getDisplayDescription()
BaseRModuleIssueType
getDisplayDescription in class BaseRModuleIssueType
public RModuleIssueType copy()
throws org.apache.torque.TorqueException
copy in class BaseRModuleIssueTypeorg.apache.torque.TorqueException
public java.util.List getConditions(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
getConditions in class BaseRModuleIssueTypeorg.apache.torque.TorqueExceptionpublic java.lang.Integer[] getConditionsArray()
Conditioned
getConditionsArray in interface Conditioned
public void setConditionsArray(java.lang.Integer[] aOptionId)
throws org.apache.torque.TorqueException
Conditioned
setConditionsArray in interface ConditionedaOptionId -
org.apache.torque.TorqueException
public boolean isRequiredIf(java.lang.Integer optionID)
throws org.apache.torque.TorqueException
Conditioned
isRequiredIf in interface ConditionedoptionID -
org.apache.torque.TorqueExceptionpublic boolean isConditioned()
isConditioned in interface Conditioned
public void addCondition(Condition cond)
throws org.apache.torque.TorqueException
addCondition in class BaseRModuleIssueTypecond - Condition
org.apache.torque.TorqueException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||