Uses of Class
org.tigris.scarab.om.Attribute

Packages that use Attribute
org.tigris.scarab.om   
org.tigris.scarab.tools   
org.tigris.scarab.util.word   
org.tigris.scarab.workflow   
org.tigris.scarab.xmlrpc   
 

Uses of Attribute in org.tigris.scarab.om
 

Fields in org.tigris.scarab.om declared as Attribute
static Attribute RModuleUserAttribute.MODIFIED_BY
           
static Attribute RModuleUserAttribute.MODIFIED_DATE
           
static Attribute RModuleUserAttribute.CREATED_BY
           
static Attribute RModuleUserAttribute.CREATED_DATE
           
 

Methods in org.tigris.scarab.om that return Attribute
 Attribute BaseTransition.getAttribute()
          Returns the associated Attribute object.
 Attribute BaseTransition.getAttribute(java.sql.Connection connection)
          Return the associated Attribute object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Attribute BaseRAttributeAttributeGroup.getAttribute()
          Returns the associated Attribute object.
 Attribute BaseRAttributeAttributeGroup.getAttribute(java.sql.Connection connection)
          Return the associated Attribute object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Attribute BaseCondition.getAttribute()
          Returns the associated Attribute object.
 Attribute BaseCondition.getAttribute(java.sql.Connection connection)
          Return the associated Attribute object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Attribute BaseRModuleAttribute.getAttribute()
          Returns the associated Attribute object.
 Attribute BaseRModuleAttribute.getAttribute(java.sql.Connection connection)
          Return the associated Attribute object If it was not retrieved before, the object is retrieved from the database using the passed connection
static Attribute BaseAttributeManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static Attribute BaseAttributeManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static Attribute BaseAttributeManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static Attribute BaseAttributeManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static Attribute BaseAttributeManager.getInstance(java.lang.Integer id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static Attribute BaseAttributeManager.getInstance(java.lang.Integer id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  Attribute BaseAttributeManager.getInstanceImpl()
          Get a fresh instance of a AttributeManager
protected  Attribute BaseAttributeManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a Attribute with the given id.
protected  Attribute BaseAttributeManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a Attribute with the given id from the cache.
protected  Attribute BaseAttributeManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a Attribute with the given id.
 Attribute BaseRIssueTypeAttribute.getAttribute()
          Returns the associated Attribute object.
 Attribute BaseRIssueTypeAttribute.getAttribute(java.sql.Connection connection)
          Return the associated Attribute object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Attribute BaseActivity.getAttribute()
          Returns the associated Attribute object.
 Attribute BaseActivity.getAttribute(java.sql.Connection connection)
          Return the associated Attribute object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Attribute BaseAttribute.copy()
          Makes a copy of this object.
protected  Attribute BaseAttribute.copyInto(Attribute copyObj)
           
 Attribute AttributeManager.getInstanceImpl()
           
 Attribute BaseAttributeValue.getAttribute()
          Returns the associated Attribute object.
 Attribute BaseAttributeValue.getAttribute(java.sql.Connection connection)
          Return the associated Attribute object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Attribute BaseRModuleUserAttribute.getAttribute()
          Returns the associated Attribute object.
 Attribute BaseRModuleUserAttribute.getAttribute(java.sql.Connection connection)
          Return the associated Attribute object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Attribute AttributeOption.getAttribute()
          Get the Attribute associated with this Option
static Attribute Attribute.getInstance(int id)
          Return an instance based on the passed in attribute id as an int It will return a cached instance if possible.
static Attribute Attribute.getInstance(java.lang.String attributeName)
          Return an instance based on the passed in attribute name as a String.
 Attribute Attribute.copyAttribute(ScarabUser user)
          Copy the Attribute and its options Make sure the new options have a row in the option join table
 Attribute IssueType.getDefaultTextAttribute(Module module)
          if an RMA is the chosen attribute for email subjects then return it.
static Attribute BaseAttributePeer.row2Object(com.workingdogs.village.Record row, int offset, java.lang.Class cls)
          Create a new object of type cls from a resultset row starting from a specified offset.
static Attribute BaseAttributePeer.retrieveByPK(java.lang.Integer pk)
          Retrieve a single object by pk
static Attribute BaseAttributePeer.retrieveByPK(java.lang.Integer pk, java.sql.Connection con)
          Retrieve a single object by pk
static Attribute BaseAttributePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static Attribute BaseAttributePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
 Attribute BaseAttributeOption.getAttribute()
          Returns the associated Attribute object.
 Attribute BaseAttributeOption.getAttribute(java.sql.Connection connection)
          Return the associated Attribute object If it was not retrieved before, the object is retrieved from the database using the passed connection
 

Methods in org.tigris.scarab.om with parameters of type Attribute
 void BaseTransition.setAttribute(Attribute v)
          Declares an association between this object and a Attribute object
 void BaseRAttributeAttributeGroup.setAttribute(Attribute v)
          Declares an association between this object and a Attribute object
 boolean AttributeGroup.hasAttribute(Attribute attribute)
           
 RAttributeAttributeGroup AttributeGroup.getRAttributeAttributeGroup(Attribute attribute)
          Retrieves R_ATTRIBUTE_ATTRIBUTEGROUP mapping object for this group And the given attribute.
 void AttributeGroup.addAttribute(Attribute attribute)
           
 void AttributeGroup.deleteAttribute(Attribute attribute, ScarabUser user, Module module)
           
 void BaseCondition.setAttribute(Attribute v)
          Declares an association between this object and a Attribute object
 void BaseScarabUserImpl.addAttribute(Attribute l)
          Method called to associate a Attribute object to this object through the Attribute foreign key attribute
static Activity ActivityManager.createNumericActivity(Issue issue, Attribute attribute, ActivitySet activitySet, Attachment attachment, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue)
           
static Activity ActivityManager.createUserActivity(Issue issue, Attribute attribute, ActivitySet activitySet, Attachment attachment, java.lang.Integer oldUserId, java.lang.Integer newUserId)
           
static Activity ActivityManager.createTextActivity(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String oldTextValue, java.lang.String newTextValue)
           
static Activity ActivityManager.createTextActivity(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, java.lang.String oldTextValue, java.lang.String newTextValue)
           
static Activity ActivityManager.create(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue, java.lang.Integer oldUserId, java.lang.Integer newUserId, java.lang.Integer oldOptionId, java.lang.Integer newOptionId, java.lang.String oldTextValue, java.lang.String newTextValue)
          Populates a new Activity object.
static Activity ActivityManager.create(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue, java.lang.Integer oldUserId, java.lang.Integer newUserId, java.lang.Integer oldOptionId, java.lang.Integer newOptionId, java.lang.String oldTextValue, java.lang.String newTextValue, java.sql.Connection dbCon)
          Populates a new Activity object.
static Activity ActivityManager.create(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, Depend depend, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue, java.lang.Integer oldUserId, java.lang.Integer newUserId, java.lang.Integer oldOptionId, java.lang.Integer newOptionId, java.lang.String oldTextValue, java.lang.String newTextValue, java.sql.Connection dbCon)
          Populates a new Activity object.
 RModuleUserAttribute AbstractScarabUser.getRModuleUserAttribute(Module module, Attribute attribute, IssueType issueType)
           
protected  RModuleUserAttribute AbstractScarabUser.getNewRModuleUserAttribute(Attribute attribute, Module module, IssueType issueType)
           
 void BaseRModuleAttribute.setAttribute(Attribute v)
          Declares an association between this object and a Attribute object
static AttributeOption AttributeOptionManager.getInstance(Attribute attribute, java.lang.String name)
           
static AttributeOption AttributeOptionManager.getInstance(Attribute attribute, java.lang.String name, Module module, IssueType issueType)
          Using some contextual information, get an instance of a particular AttributeOption.
 RModuleAttribute Module.getRModuleAttribute(Attribute attribute, IssueType issueType)
           
 int Module.getLastAttributeOption(Attribute attribute, IssueType issueType)
           
 java.util.List Module.getRModuleOptions(Attribute attribute, IssueType issueType)
           
 java.util.List Module.getRModuleOptions(Attribute attribute, IssueType issueType, boolean activeOnly)
           
 java.util.List Module.getLeafRModuleOptions(Attribute attribute, IssueType issueType)
           
 java.util.List Module.getLeafRModuleOptions(Attribute attribute, IssueType issueType, boolean activeOnly)
           
 ScarabUser[] Module.getEligibleUsers(Attribute attribute)
           
 RModuleAttribute Module.addRModuleAttribute(IssueType issueType, Attribute attribute)
          Adds module-attribute mapping to module.
 java.util.List Module.getOptionTree(Attribute attribute, IssueType issueType)
          Gets a list of active RModuleOptions which have had their level within the options for this module set.
 java.util.List Module.getOptionTree(Attribute attribute, IssueType issueType, boolean activeOnly)
          Gets a list of RModuleOptions which have had their level within the options for this module set.
static boolean BaseAttributeManager.exists(Attribute obj)
           
protected  boolean BaseAttributeManager.existsImpl(Attribute om)
          check for a duplicate project name
 void BaseRIssueTypeAttribute.setAttribute(Attribute v)
          Declares an association between this object and a Attribute object
 boolean MITList.isCommon(Attribute attribute, boolean activeOnly)
          Checks all items to see if they contain the attribute.
 boolean MITList.isCommon(Attribute attribute)
           
protected  RModuleUserAttribute MITList.getNewRModuleUserAttribute(Attribute attribute)
           
 java.util.List MITList.getCommonLeafRModuleOptions(Attribute attribute)
           
 java.util.List MITList.getCommonRModuleOptionTree(Attribute attribute)
           
 java.util.List MITList.getAllRModuleOptionTree(Attribute attribute)
           
 void BaseActivity.setAttribute(Attribute v)
          Declares an association between this object and a Attribute object
static RModuleAttribute RModuleAttributeManager.getInstance(Module module, Attribute attribute, IssueType issueType)
           
protected  Attribute BaseAttribute.copyInto(Attribute copyObj)
           
 AttributeValue Issue.getAttributeValue(Attribute attribute)
           
 java.util.List Issue.getAttributeValues(Attribute attribute)
          Returns the (undeleted) AttributeValues for the Attribute.
 java.util.List Issue.getEligibleUsers(Attribute attribute)
          Users who are valid values to the attribute this issue.
 AttributeValue Issue.getUserAttributeValue(ScarabUser user, Attribute attribute)
          Returns the specific user's attribute value.
 java.util.List Issue.getActivitiesWithNullEndDate(Attribute attribute)
           
 ActivitySet Issue.assignUser(ActivitySet activitySet, ScarabUser assignee, ScarabUser assigner, Attribute attribute, Attachment attachment)
          Assigns user to issue.
 ActivitySet Issue.changeUserAttributeValue(ActivitySet activitySet, ScarabUser assignee, ScarabUser assigner, AttributeValue oldAttVal, Attribute newAttr, Attachment attachment)
          Used to change a user attribute value from one user attribute to a new one.
 void BaseAttributeValue.setAttribute(Attribute v)
          Declares an association between this object and a Attribute object
 void BaseRModuleUserAttribute.setAttribute(Attribute v)
          Declares an association between this object and a Attribute object
 void BaseAttributeType.addAttribute(Attribute l)
          Method called to associate a Attribute object to this object through the Attribute foreign key attribute
static java.util.List TransitionManager.getAllTransitions(Attribute attribute)
          Returns every transition defined for the given Attribute.
 void AttributeOption.setAttribute(Attribute v)
          Set the Attribute associated with this Option
 RModuleUserAttribute ScarabUserImpl.getRModuleUserAttribute(Module module, Attribute attribute, IssueType issueType)
           
static boolean Attribute.checkForDuplicate(java.lang.String attributeName, Attribute attribute)
           
 RIssueTypeAttribute IssueType.addRIssueTypeAttribute(Attribute attribute)
          Adds issuetype-attribute mapping to issue type.
 RIssueTypeAttribute IssueType.getRIssueTypeAttribute(Attribute attribute)
           
 int IssueType.getLastAttributeOption(Attribute attribute)
          FIXME: can this be done more efficently?
 java.util.List IssueType.getRIssueTypeOptions(Attribute attribute)
          Gets associated attribute options.
 java.util.List IssueType.getRIssueTypeOptions(Attribute attribute, boolean activeOnly)
          Gets associated attribute options.
 java.util.List IssueType.getAvailableAttributeOptions(Attribute attribute)
          Gets a list of all of the global attributes options that are not associated with this issue type
 boolean IssueType.canCreateAttributeInScope(ScarabUser user, Module module, Attribute attribute)
          Checks whether the current user is allowed to set the given attribute in the given module and in this issueType.
 ScarabUser[] AbstractScarabModule.getEligibleUsers(Attribute attribute)
          The users who are possible candidates as values for the given attribute.
 int AbstractScarabModule.getLastAttributeOption(Attribute attribute, IssueType issueType)
          FIXME: can this be done more efficently?
 void AbstractScarabModule.shiftAttributeOption(Attribute attribute, IssueType issueType, int offset)
           
 java.util.List AbstractScarabModule.getAvailableAttributeOptions(Attribute attribute, IssueType issueType)
          gets a list of all of the Attribute options that are not associated with this module and attribute.
 RModuleAttribute AbstractScarabModule.addRModuleAttribute(IssueType issueType, Attribute attribute)
          Adds module-attribute mapping to module.
 RModuleAttribute AbstractScarabModule.getRModuleAttribute(Attribute attribute, IssueType issueType)
           
 java.util.List AbstractScarabModule.getRModuleOptions(Attribute attribute, IssueType issueType)
           
 java.util.List AbstractScarabModule.getRModuleOptions(Attribute attribute, IssueType issueType, boolean activeOnly)
           
 java.util.List AbstractScarabModule.getAttributeOptions(Attribute attribute, IssueType issueType)
          Gets the modules list of attribute options.
 java.util.List AbstractScarabModule.getLeafRModuleOptions(Attribute attribute, IssueType issuetype)
           
 java.util.List AbstractScarabModule.getLeafRModuleOptions(Attribute attribute, IssueType issueType, boolean activeOnly)
           
 java.util.List AbstractScarabModule.getOptionTree(Attribute attribute, IssueType issueType)
          Gets a list of active RModuleOptions which have had their level within the options for this module set.
 java.util.List AbstractScarabModule.getOptionTree(Attribute attribute, IssueType issueType, boolean activeOnly)
          Gets a list of RModuleOptions which have had their level within the options for this module set.
 RModuleUserAttribute ScarabUser.getRModuleUserAttribute(Module module, Attribute attribute, IssueType issueType)
          Returns an RModuleUserAttribute object.
static void BaseAttributePeer.populateObject(com.workingdogs.village.Record row, int offset, Attribute obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseAttributePeer.doSelect(Attribute obj)
          Method to do selects
static void BaseAttributePeer.doInsert(Attribute obj)
          Method to do inserts
static void BaseAttributePeer.doUpdate(Attribute obj)
           
static void BaseAttributePeer.doDelete(Attribute obj)
           
static void BaseAttributePeer.doInsert(Attribute obj, java.sql.Connection con)
          Method to do inserts.
static void BaseAttributePeer.doUpdate(Attribute obj, java.sql.Connection con)
          Method to do update.
static void BaseAttributePeer.doDelete(Attribute obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseAttributePeer.buildCriteria(Attribute obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseAttributePeer.buildSelectCriteria(Attribute obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
static java.util.List TransitionPeer.getAllTransitions(Attribute attribute)
          Returns a list with every defined transition for a given attribute
static java.util.List TransitionPeer.getTransitionsFrom(java.util.List availableOptions, Attribute attribute, AttributeOption fromOption)
          This method will return the list of available transitions which allow to change an attribute from option 'fromOption' to any other option.
static boolean TransitionPeer.hasDefinedTransitions(Attribute attribute)
          If there is any defined transitions for the given attribute, it will return true.
 void BaseAttributeOption.setAttribute(Attribute v)
          Declares an association between this object and a Attribute object
 void BaseAttributeOption.addAttribute(Attribute l)
          Method called to associate a Attribute object to this object through the Attribute foreign key attribute
static AttributeValue AttributeValue.getNewInstance(Attribute attribute, Issue issue)
          Creates, initializes and returns a new AttributeValue.
 

Uses of Attribute in org.tigris.scarab.tools
 

Methods in org.tigris.scarab.tools that return Attribute
 Attribute ScarabRequestTool.getAttribute()
           
 Attribute ScarabRequestTool.getAttribute(java.lang.Integer pk)
          A Attribute object for use within the Scarab API.
 

Methods in org.tigris.scarab.tools with parameters of type Attribute
 void ScarabRequestTool.setAttribute(Attribute attribute)
          A Attribute object for use within the Scarab API.
 AttributeValue ScarabRequestTool.getNewAttributeValue(Attribute attribute, Issue issue)
          Gets a new instance of AttributeValue
 java.util.List ScarabRequestTool.getTransitions(IssueType issueType, Attribute attribute)
          Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination
 java.util.List ScarabRequestTool.getTransitionMatrix(IssueType issueType, Attribute attribute)
          Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination as a displayable matrix organized in rows and columns.
 

Uses of Attribute in org.tigris.scarab.util.word
 

Methods in org.tigris.scarab.util.word with parameters of type Attribute
 java.util.List IssueSearch.getLeafRModuleOptions(Attribute attribute)
           
 java.util.List IssueSearch.getCommonOptionTree(Attribute attribute)
           
 java.util.List IssueSearch.getAllOptionTree(Attribute attribute)
           
 

Uses of Attribute in org.tigris.scarab.workflow
 

Methods in org.tigris.scarab.workflow with parameters of type Attribute
 boolean CheapWorkflow.canMakeTransitionsFrom(ScarabUser user, IssueType issueType, Attribute attribute, AttributeOption fromOption)
          Returns true if at least one transition from the fromOption to any other option is allowed on the given attribute in the scope of the given IssueType and for the current user.
 java.util.List CheapWorkflow.getTransitions(ScarabUser user, IssueType issueType, Attribute attribute)
          Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination
 TransitionNode CheapWorkflow.getTransitionTree(ScarabUser user, IssueType issueType, Attribute attribute)
          Returns the tree of transitions in the current module/issueType/attribute combination.
 void CheapWorkflow.getTransitionTree(ScarabUser user, IssueType issueType, Attribute attribute, AttributeOption fromOption, TransitionNode node, java.util.List visitedTransitions)
          Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination
 java.util.List CheapWorkflow.getTransitionsFrom(ScarabUser user, IssueType issueType, Attribute attribute, AttributeOption fromOption)
          Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination starting from fromOption.
 java.util.List Workflow.getTransitions(ScarabUser user, IssueType issueType, Attribute attribute)
          Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination
 TransitionNode Workflow.getTransitionTree(ScarabUser user, IssueType issueType, Attribute attribute)
          Returns the tree of transitions in the current module/issueType/attribute combination.
 java.util.List Workflow.getTransitionsFrom(ScarabUser user, IssueType issueType, Attribute attribute, AttributeOption fromOption)
          Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination starting from fromOption.
 boolean Workflow.canMakeTransitionsFrom(ScarabUser user, IssueType issueType, Attribute attribute, AttributeOption fromOption)
           
 void Workflow.deleteWorkflowsForAttribute(Attribute attr, Module module, IssueType issueType)
           
 java.util.List DefaultWorkflow.getTransitions(ScarabUser user, IssueType issueType, Attribute attribute)
          Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination
 TransitionNode DefaultWorkflow.getTransitionTree(ScarabUser user, IssueType issueType, Attribute attribute)
          Returns the tree of transitions in the current module/issueType/attribute combination.
 java.util.List DefaultWorkflow.getTransitionsFrom(ScarabUser user, IssueType issueType, Attribute attribute, AttributeOption fromOption)
          Returns the list of transitions allowed for the current user in the current module/issueType/attribute combination starting from fromOption.
 boolean DefaultWorkflow.canMakeTransitionsFrom(ScarabUser user, IssueType issueType, Attribute attribute, AttributeOption fromOption)
           
 void DefaultWorkflow.deleteWorkflowsForAttribute(Attribute attr, Module module, IssueType issueType)
           
 

Uses of Attribute in org.tigris.scarab.xmlrpc
 

Methods in org.tigris.scarab.xmlrpc with parameters of type Attribute
protected  boolean SimpleHandler.changeIssueAttributeOption(Issue issue, ScarabUser user, Attribute attribute, AttributeOption option, java.lang.String description)
          Update Issue's attribute option with a given user and description
protected  java.util.Vector SimpleHandler.findIssuesWithAttributeValue(ScarabUser user, Attribute attribute, java.lang.String value)
           
 



Copyright © 2000-2004 Tigris.org. All Rights Reserved.