| org.tigris.scarab.om.AttributeValue org.tigris.scarab.attribute.TotalVotesAttribute
TotalVotesAttribute | public class TotalVotesAttribute extends AttributeValue (Code) | | This is a Bugzilla-style attribute. The result is the sum of all votes.
author: Fedor version: $Revision: 7461 $ $Date: 2003-03-25 17:57:55 +0100 (Tue, 25 Mar 2003) $ |
addVote | public void addVote()(Code) | | |
addVotes | public void addVotes(int votes)(Code) | | |
getTotalVotes | public int getTotalVotes()(Code) | | |
removeVote | public void removeVote()(Code) | | |
removeVotes | public void removeVotes(int votes)(Code) | | |
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)
|
|
|