|
|||||||||||
| 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.BaseAttributeGroup
org.tigris.scarab.om.AttributeGroup
You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.
| Field Summary | |
static java.lang.String |
GET_ATTRIBUTES
|
| Fields inherited from class org.tigris.scarab.om.BaseAttributeGroup |
collRAttributeAttributeGroups |
| Fields inherited from class org.apache.torque.om.BaseObject |
NEW_ID |
| Constructor Summary | |
AttributeGroup()
|
|
| Method Summary | |
void |
addAttribute(Attribute attribute)
|
AttributeGroup |
copyGroup()
|
void |
delete()
|
void |
deleteAttribute(Attribute attribute,
ScarabUser user,
Module module)
|
java.util.List |
getAttributes()
List of Attributes in this group. |
int |
getHighestOrderedAttribute()
Retrieves the attribute in this group with the highest preferred order. |
Module |
getModule()
Module getter. |
RAttributeAttributeGroup |
getRAttributeAttributeGroup(Attribute attribute)
Retrieves R_ATTRIBUTE_ATTRIBUTEGROUP mapping object for this group And the given attribute. |
java.util.List |
getRIssueTypeAttributes()
List of global issuetype-attribute mappings in this group. |
java.util.List |
getRModuleAttributes()
List of module-attribute mappings in this group. |
ScarabModule |
getScarabModule()
Throws UnsupportedOperationException. |
boolean |
hasAnyOptionAttributes()
|
boolean |
hasAttribute(Attribute attribute)
|
boolean |
isGlobal()
|
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 |
| Field Detail |
public static final java.lang.String GET_ATTRIBUTES
| Constructor Detail |
public AttributeGroup()
| Method Detail |
public boolean isGlobal()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic 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 BaseAttributeGroupme - Module
org.apache.torque.TorqueException
public Module getModule()
throws org.apache.torque.TorqueException
getModule in class BaseAttributeGroupModule value
org.apache.torque.TorqueException
public boolean hasAnyOptionAttributes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getAttributes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public boolean hasAttribute(Attribute attribute)
throws org.apache.torque.TorqueException
attribute - The attribute to check for the existance of in
this group.
attribute
as an attribute.
org.apache.torque.TorqueException
public int getHighestOrderedAttribute()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public RAttributeAttributeGroup getRAttributeAttributeGroup(Attribute attribute)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRModuleAttributes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getRIssueTypeAttributes()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void delete()
throws org.apache.torque.TorqueException,
ScarabException
org.apache.torque.TorqueException
ScarabException
public void addAttribute(Attribute attribute)
throws org.apache.torque.TorqueException,
ScarabException
org.apache.torque.TorqueException
ScarabException
public void deleteAttribute(Attribute attribute,
ScarabUser user,
Module module)
throws org.apache.torque.TorqueException,
ScarabException
org.apache.torque.TorqueException
ScarabException
public AttributeGroup copyGroup()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||