| org.tigris.scarab.om.AttributeValue org.tigris.scarab.attribute.OptionAttribute
All known Subclasses: org.tigris.scarab.attribute.SelectOneAttribute,
OptionAttribute | abstract public class OptionAttribute extends AttributeValue (Code) | | this is a superclass for attributes which use option lists (SelectOne & Voted)
author: Fedor version: $Revision: 9987 $ $Date: 2006-01-26 07:49:42 +0100 (Thu, 26 Jan 2006) $ |
loadResources | public Object loadResources() throws TorqueException(Code) | | |
setResources | public void setResources(Object resources)(Code) | | this method is used by an Attribute instance
to obtain specific resources such as option list for SelectOneAttribute.
It may, for example put them into instance variables.
Attribute may use common resources as-is or create it's own
resources based on common, it should not, however, modify common resources
since they will be used by other Attribute instances.
Parameters: resources - Resources common for Attributes with the specified id. |
Methods inherited from org.tigris.scarab.om.AttributeValue | public AttributeValue copy() throws TorqueException(Code)(Java Doc) public boolean equals(Object obj)(Code)(Java Doc) public Activity getActivity()(Code)(Java Doc) public AttributeOption getAttributeOption() throws TorqueException(Code)(Java Doc) public AttributeValue getChainedValue()(Code)(Java Doc) public static AttributeValue getNewInstance(RModuleAttribute rma, Issue issue) throws TorqueException(Code)(Java Doc) public static AttributeValue getNewInstance(Integer attId, Issue issue) throws TorqueException(Code)(Java Doc) public static synchronized AttributeValue getNewInstance(Attribute attribute, Issue issue) throws TorqueException(Code)(Java Doc) public String getOptionIdAsString()(Code)(Java Doc) public Integer[] getOptionIds() throws TorqueException(Code)(Java Doc) public String getQueryKey()(Code)(Java Doc) public RModuleAttribute getRModuleAttribute() throws TorqueException, ScarabException(Code)(Java Doc) public Integer[] getUserIds() throws TorqueException, ScarabException(Code)(Java Doc) public List getValueList()(Code)(Java Doc) public int hashCode()(Code)(Java Doc) abstract public void init() throws TorqueException(Code)(Java Doc) public boolean isQuickSearchAttribute() throws TorqueException(Code)(Java Doc) public boolean isRequired() throws TorqueException, ScarabException(Code)(Java Doc) public boolean isSet()(Code)(Java Doc) abstract protected Object loadResources() throws TorqueException(Code)(Java Doc) public void save(Connection dbcon) throws TorqueException(Code)(Java Doc) public void setActivity(Activity activity)(Code)(Java Doc) public void setActivityDescription(String string)(Code)(Java Doc) public void setAttributeId(Integer nk) throws TorqueException(Code)(Java Doc) public void setChainedValue(AttributeValue v) throws TorqueException, ScarabException(Code)(Java Doc) public void setIssueId(Long nk) throws TorqueException(Code)(Java Doc) public void setNumericValue(Integer v)(Code)(Java Doc) public void setOptionId(Integer optionId) throws TorqueException(Code)(Java Doc) protected void setOptionIdOnly(Integer optionId) throws TorqueException(Code)(Java Doc) public void setOptionIds(Integer[] ids) throws TorqueException, ScarabException(Code)(Java Doc) public void setProperties(AttributeValue attVal1) throws TorqueException(Code)(Java Doc) abstract protected void setResources(Object resources)(Code)(Java Doc) public void setUserId(Integer userId) throws TorqueException(Code)(Java Doc) protected void setUserIdOnly(Integer value) throws TorqueException(Code)(Java Doc) public void setUserIds(Integer[] ids) throws TorqueException, ScarabException(Code)(Java Doc) public void setValue(String value)(Code)(Java Doc) protected void setValueOnly(String value)(Code)(Java Doc) public void startActivitySet(ActivitySet activitySet) throws ScarabException, TorqueException(Code)(Java Doc) public boolean supportsVoting()(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|