Java Doc for Issue.java in  » Issue-Tracking » scarab-0.21 » org » tigris » scarab » om » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Issue Tracking » scarab 0.21 » org.tigris.scarab.om 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.tigris.scarab.om.BaseIssue
   org.tigris.scarab.om.Issue

All known Subclasses:   org.tigris.scarab.util.word.IssueSearch,
Issue
public class Issue extends BaseIssue implements Persistent(Code)
This class represents an Issue.
author:
   John McNally
author:
   Jon S. Stevens
author:
   Elicia David
version:
   $Id: Issue.java 10331 2006-11-07 10:17:38Z ronvoe122 $

Inner Class :public static class FederatedId implements Serializable

Field Summary
final protected static  StringGET_ACTIVITY
    
final protected static  StringGET_ALL_DEPENDENCY_TYPES
    
final protected static  StringGET_ALL_USERS_TO_EMAIL
    
final protected static  StringGET_ASSOCIATED_USERS
    
final protected static  StringGET_ATTRIBUTE_VALUES_MAP
    
final protected static  StringGET_ATTRVALUE
    
final protected static  StringGET_ATTRVALUES
    
final protected static  StringGET_CHILDREN
    
final protected static  StringGET_CLOSED_DATE
    
final protected static  StringGET_COMMENTS
    
final protected static  StringGET_CREATED_BY
    
final protected static  StringGET_CREATED_DATE
    
final protected static  StringGET_DEFAULT_TEXT
    
final protected static  StringGET_DEFAULT_TEXT_ATTRIBUTEVALUE
    
final protected static  StringGET_DEPENDENCY
    
final protected static  StringGET_EXISTING_ATTACHMENTS
    
final protected static  StringGET_HISTORY_LIMIT
    
final protected static  StringGET_INITIAL_ACTIVITYSET
    
final protected static  StringGET_LAST_TRANSACTION
    
final protected static  StringGET_MODIFIED_BY
    
final protected static  StringGET_MODIFIED_DATE
    
final protected static  StringGET_MODULE_ATTRVALUES_MAP
    
final protected static  StringGET_NULL_END_DATE
    
final protected static  StringGET_ORPHAN_ATTRIBUTEVALUES_LIST
    
final protected static  StringGET_PARENTS
    
final protected static  StringGET_TEMPLATEINFO
    
final protected static  StringGET_TEMPLATE_TYPES
    
final protected static  StringGET_TRANSACTIONS
    
final protected static  StringGET_URLS
    
final protected static  StringGET_USER_ATTRIBUTEVALUE
    
final protected static  StringGET_USER_ATTRIBUTEVALUES
    

Constructor Summary
protected  Issue()
    
protected  Issue(Module module, IssueType issueType)
    

Method Summary
public  voidaddActivity(Activity activity)
     Returns limited list of Activity objects associated with this Issue.
public  voidaddAttributeValue(AttributeValue aval)
    
public  ActivitySetaddComment(Attachment attachment, ScarabUser user)
     Adds a comment to an issue and passes null as the activity set to create a new one.
public  ActivitySetaddComment(ActivitySet activitySet, Attachment attachment, ScarabUser user)
     Adds a comment to an issue.
public synchronized  voidaddFile(Attachment attachment, ScarabUser user)
     Adds an attachment file to this issue.
public  ActivitySetaddUrl(Attachment attachment, ScarabUser user)
     Adds a url to an issue and passes null as the activity set to create a new one.
public  ActivitySetaddUrl(ActivitySet activitySet, Attachment attachment, ScarabUser user)
     Adds a url to an issue.
public  voidaddVote(ScarabUser user)
    
public  ActivitySetassignUser(ActivitySet activitySet, ScarabUser assignee, ScarabUser assigner, Attribute attribute, Attachment attachment)
     Assigns user to issue.
protected  ActivitySetattachActivitySet(ActivitySet activitySet, ScarabUser user, Attachment attachment, Integer activitySetType)
     Sets an ActivitySet as the lastActivitySet of an Issue.
protected  ActivitySetattachActivitySet(ActivitySet activitySet, ScarabUser user, Attachment attachment)
    
protected  ActivitySetattachActivitySet(ActivitySet activitySet, ScarabUser user)
    
public  ActivitySetchangeUserAttributeValue(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.
public  booleancontainsMinimumAttributeValues()
     Describe containsMinimumAttributeValues method here.
public  voiddeleteIssue(ScarabUser user)
     If the user has permission to delete ISSUES in this module, it wil mark this issue as DELETED.
public  voiddeleteItem(ScarabUser user)
     Checks if user has permission to delete issue template.
public  ActivitySetdeleteUser(ActivitySet activitySet, ScarabUser assignee, ScarabUser assigner, AttributeValue attVal, Attachment attachment)
     Used to delete a user attribute value.
public  ActivitySetdoAddDependency(ActivitySet activitySet, Depend depend, Issue childIssue, ScarabUser user)
    
public  ActivitySetdoChangeDependencyType(ActivitySet activitySet, Depend oldDepend, Depend newDepend, ScarabUser user)
     changes the dependency type as well as.
public  ActivitySetdoChangeUrlDescription(ActivitySet activitySet, ScarabUser user, Attachment attachment, String oldDescription)
     Given a specific attachment object allow us to update the information in it.
public  ActivitySetdoChangeUrlUrl(ActivitySet activitySet, ScarabUser user, Attachment attachment, String oldUrl)
     Given a specific attachment object allow us to update the information in it.
public  StringdoCheckAttributeValueWorkflow(HashMap newAttVals, ScarabUser user)
     This method is used with the setAttributeValues() method to Make sure that workflow is valid.
public  StringdoCheckAttributeValueWorkflow(HashMap newAttVals, Attachment attachment, ScarabUser user)
     This method is used with the setAttributeValues() method to Make sure that workflow is valid.
public  StringdoCheckInitialAttributeValueWorkflow(HashMap newValues, ScarabUser user)
     This method is used with the setInitialAttributeValues() method to Make sure that workflow is valid for the initial values of a new issue.
public  ActivitySetdoDeleteDependency(ActivitySet activitySet, Depend oldDepend, ScarabUser user)
     Deletes a specific dependency on this issue.
public  ActivitySetdoDeleteUrl(ActivitySet activitySet, Attachment attachment, ScarabUser user)
     If the URL hasn't changed, it will return a valid ActivitySet otherwise it returns null.
public  ActivitySetdoEditComment(ActivitySet activitySet, String newComment, Attachment attachment, ScarabUser user)
     If the comment hasn't changed, it will return a valid ActivitySet otherwise it returns null.
public  ActivitySetdoRemoveAttachment(ActivitySet activitySet, MutableBoolean physicallyDeleted, Attachment attachment, ScarabUser user)
     Remove the attachment.
public synchronized  ActivitySetdoSaveFileAttachments(ScarabUser user)
     Adds an attachment file to this issue.
public synchronized  ActivitySetdoSaveFileAttachments(ActivitySet activitySet, ScarabUser user)
     Adds an attachment file to this issue.
public  ListgetActivitiesWithNullEndDate(Attribute attribute)
    
public  ListgetActivity()
     Returns list of Activity objects associated with this Issue.
public  ListgetActivity(int limit)
     Returns limited list of Activity objects associated with this Issue.
public  ListgetActivity(boolean fullHistory)
     Returns limited list of Activity objects associated with this Issue.
public  ActivitySetgetActivitySet(ScarabUser user, Attachment attachment, Integer type)
     Creates a new ActivitySet object for the issue.
public  ActivitySetgetActivitySet(ScarabUser user, Integer type)
     Creates a new ActivitySet object for the issue.
public  ListgetActivitySets()
     Returns a list of ActivitySet objects associated to this issue.
public  MapgetAllAttributeValuesMap()
     AttributeValues that are set for this issue and Empty AttributeValues that are relevant for the module, but have not been set for the issue are included.
public  ListgetAllDependencies()
    
public  ListgetAllDependencyTypes()
     Returns list of all types of dependencies an issue can have On another issue.
public  SetgetAllUsersToEmail(String action)
     Returns users assigned to user attributes that get emailed When issue is modified.
public  HashSetgetAssociatedUsers()
     Returns users assigned to all user attributes.
public synchronized  ListgetAttachments()
     Overrides the super method in order to allow us to return the unSavedAttachments if they exist.
public  AttributeValuegetAttributeValue(String attributeName)
    
public  AttributeValuegetAttributeValue(int id)
    
public  AttributeValuegetAttributeValue(Attribute attribute)
    
public  ListgetAttributeValues(Attribute attribute)
     Returns the (undeleted) AttributeValues for the Attribute.
public  MapgetAttributeValuesMap()
    
public  ListgetBlockedIssues()
    
public  ListgetBlockingIssues()
     Returns a list of issues that actually "block" this issue, i.e., that are related via a "is blocked by" dependency, and are "blocking".
public  ListgetChildren()
     Returns list of child dependencies i.e., related to this issue through the DEPEND table.
public  ListgetChildren(boolean hideDeleted)
     Returns list of child dependencies i.e., related to this issue through the DEPEND table.
public  ListgetComments(boolean full)
     Returns a list of Attachment objects with type "Comment" That are associated with this issue.
public  intgetCommentsCount()
     Returns the total number of comments.
public  intgetCommentsLimit()
     Gets default comments limit for this module-issue type.
public  ScarabUsergetCreatedBy()
     The user that created the issue.
public  DategetCreatedDate()
     The date the issue was created.
public  StringgetDefaultText()
     This calls getDefaultTextAttributeValue() and then returns the String value of the Attribute.
public  AttributeValuegetDefaultTextAttributeValue()
     This method will return the AttributeValue which represents the default text attribute.
public  ListgetDependantIssues()
     Returns a list of issues that might be blocked by this issue because if its "is_blocked_by" dependency.
public  DependgetDependency(Issue potentialDependency)
     Checks to see if this issue has a dependency on the passed in issue.
public  DependgetDependency(Issue potentialDependency, boolean hideDeleted)
     Checks to see if this issue has a dependency on the passed in issue.
public  ListgetDuplicateIssues()
     Returns a list of issues that are related to this issue, via a "is_duplicate of" relationship.
public  ListgetEligibleUsers(Attribute attribute)
     Users who are valid values to the attribute this issue.
public  ListgetExistingAttachments()
    
public  StringgetFederatedId()
    
public  intgetHistoryLimit()
     Gets default history limit for this module-issue type.
public  ActivitySetgetInitialActivitySet()
     The initial activity set from issue creation.
public static  IssuegetIssueById(String id)
    
public static  IssuegetIssueById(Issue.FederatedId fid)
    
public  StringgetIssueNewId()
     This method search for the new ID of a moved issue.
public  ActivitySetgetLastActivitySet()
     The last modification made to the issue.
public  ListgetMatchingAttributeValuesList(Module newModule, IssueType newIssueType)
     Gets a list of non-user AttributeValues which match a given Module.
public  ListgetMatchingAttributeValuesList(String moduleId, String issueTypeId)
    
public  ScarabUsergetModifiedBy()
     The last user to modify the issue.
public  DategetModifiedDate()
     The date issue was last modified.
public  ModulegetModule()
     Module getter.
public  LinkedMapgetModuleAttributeValuesMap()
     Calls the overloaded version by passing 'true' so that only active attributes will be considered.
public  LinkedMapgetModuleAttributeValuesMap(boolean isActive)
     AttributeValues that are relevant to the issue's current module. Empty AttributeValues that are relevant for the module, but have not been set for the issue are included.
public static  IssuegetNewInstance(Module module, IssueType issueType)
    
public  ListgetNonMatchingAttributeValuesList(Module newModule, IssueType newIssueType)
     Gets a list AttributeValues which the source module has, But the destination module does not have, when doing a copy.
public  ListgetNonMatchingAttributeValuesList(String moduleId, String issueTypeId)
    
public  ListgetParents()
     Returns list of parent dependencies i.e., related to this issue through the DEPEND table.
public  ListgetParents(boolean hideDeleted)
     Returns list of parent dependencies i.e., related to this issue through the DEPEND table.
public  ListgetPrerequisiteIssues()
     Returns a list of issues that are blockable by this issue, via a "is_blocked_by" relationship.
public  RModuleIssueTypegetRModuleIssueType()
     The RModuleIssueType related to this issue's module and issue type.
public  ListgetRelatedIssues()
     Returns a list of issues that are related to this issue, via a "is_related to" relationship.
public  ScarabModulegetScarabModule()
     Throws UnsupportedOperationException.
public  IssueTemplateInfogetTemplateInfo()
     Get IssueTemplateInfo by Issue Id.
public  StringgetUniqueId()
     Gets the UniqueId for this Issue.
public  ListgetUnsetRequiredAttrs(Module newModule, IssueType newIssueType)
     Get Unset required attributes in destination module / issue type.
public  ListgetUrls()
     Returns a list of Attachment objects with type "URL" That are associated with this issue.
public  AttributeValuegetUserAttributeValue(ScarabUser user, Attribute attribute)
     Returns the specific user's attribute value.
public  ListgetUserAttributeValues()
     Returns attribute values for user attributes.
protected  SetgetUsersToEmail(String action, Issue issue, Set users)
     Returns the users which should be notified when this issue is modified.
public  booleanhasEditPermission(ScarabUser user, Module module)
     Checks if user has permission to edit issue.
public  booleanhasEnterPermission(ScarabUser user, Module module)
     Checks if user has permission to enter issue.
public  booleanhasMovePermission(ScarabUser user, Module module)
     Checks if user has permission to move issue to destination module.
public  booleanisAttributeValue(AttributeValue attVal)
    
public  booleanisBlocked()
     An issue is blocked when it depends, via a is_blocked_by dependency, of an issue that is currently "blocking".
public  booleanisBlockedBy(String blockingId)
     An issue is blocked when it depends, via a is_blocked_by dependency, of an issue that is currently "blocking".
public  booleanisBlocking(String blockedId)
    
public  booleanisBlockingAnyIssue()
     Returns if this issue is currently blocking any other.
public  booleanisBlockingConditionTrue()
     Returns if the issue's BlockingCondition is fulfilled.
public  booleanisCommentsLong()
     Determines whether the comments list is longer than The default limit.
public  booleanisCreatingUser(ScarabUser user)
    
public  booleanisHistoryLong()
     Determines whether the history list is longer than The default limit.
public  booleanisHistoryLong(int limit)
     Determines whether the history list is longer than The limit.
public  booleanisTemplate()
     Whether this issue is an enter issue template.
public  Issuemove(Module newModule, IssueType newIssueType, String action, ScarabUser user, String reason, List commentAttrs, List commentUserValues)
     Move or copy issue to destination module.
public static  ListparseIssueList(Module module, String theList)
    
public  voidremoveFile(String index)
    
public  voidsave(Connection dbCon)
     Removes any unset attributes and sets the issue # prior to saving for the first time.
public  ActivitySetsetAttributeValues(ActivitySet activitySet, HashMap newAttVals, Attachment attachment, ScarabUser user)
     Sets AttributeValues for an issue based on a hashmap of attribute values This is data is saved to the database and the proper ActivitySet is also recorded.
public  voidsetFederatedId(String id)
    
public  ActivitySetsetInitialAttributeValues(ActivitySet activitySet, Attachment attachment, HashMap newValues, ScarabUser user)
     Sets original AttributeValues for an new issue based on a hashmap of values This is data is saved to the database and the proper ActivitySet is also recorded.
public  voidsetModule(Module me)
     Use this instead of setScarabModule.
public  voidsetScarabModule(ScarabModule module)
     Throws UnsupportedOperationException.
public  voidsetUniqueId(String id)
    
public  StringtoString()
    

Field Detail
GET_ACTIVITY
final protected static String GET_ACTIVITY(Code)



GET_ALL_DEPENDENCY_TYPES
final protected static String GET_ALL_DEPENDENCY_TYPES(Code)



GET_ALL_USERS_TO_EMAIL
final protected static String GET_ALL_USERS_TO_EMAIL(Code)



GET_ASSOCIATED_USERS
final protected static String GET_ASSOCIATED_USERS(Code)



GET_ATTRIBUTE_VALUES_MAP
final protected static String GET_ATTRIBUTE_VALUES_MAP(Code)



GET_ATTRVALUE
final protected static String GET_ATTRVALUE(Code)



GET_ATTRVALUES
final protected static String GET_ATTRVALUES(Code)



GET_CHILDREN
final protected static String GET_CHILDREN(Code)



GET_CLOSED_DATE
final protected static String GET_CLOSED_DATE(Code)



GET_COMMENTS
final protected static String GET_COMMENTS(Code)



GET_CREATED_BY
final protected static String GET_CREATED_BY(Code)



GET_CREATED_DATE
final protected static String GET_CREATED_DATE(Code)



GET_DEFAULT_TEXT
final protected static String GET_DEFAULT_TEXT(Code)



GET_DEFAULT_TEXT_ATTRIBUTEVALUE
final protected static String GET_DEFAULT_TEXT_ATTRIBUTEVALUE(Code)



GET_DEPENDENCY
final protected static String GET_DEPENDENCY(Code)



GET_EXISTING_ATTACHMENTS
final protected static String GET_EXISTING_ATTACHMENTS(Code)



GET_HISTORY_LIMIT
final protected static String GET_HISTORY_LIMIT(Code)



GET_INITIAL_ACTIVITYSET
final protected static String GET_INITIAL_ACTIVITYSET(Code)



GET_LAST_TRANSACTION
final protected static String GET_LAST_TRANSACTION(Code)



GET_MODIFIED_BY
final protected static String GET_MODIFIED_BY(Code)



GET_MODIFIED_DATE
final protected static String GET_MODIFIED_DATE(Code)



GET_MODULE_ATTRVALUES_MAP
final protected static String GET_MODULE_ATTRVALUES_MAP(Code)



GET_NULL_END_DATE
final protected static String GET_NULL_END_DATE(Code)



GET_ORPHAN_ATTRIBUTEVALUES_LIST
final protected static String GET_ORPHAN_ATTRIBUTEVALUES_LIST(Code)



GET_PARENTS
final protected static String GET_PARENTS(Code)



GET_TEMPLATEINFO
final protected static String GET_TEMPLATEINFO(Code)



GET_TEMPLATE_TYPES
final protected static String GET_TEMPLATE_TYPES(Code)



GET_TRANSACTIONS
final protected static String GET_TRANSACTIONS(Code)



GET_URLS
final protected static String GET_URLS(Code)



GET_USER_ATTRIBUTEVALUE
final protected static String GET_USER_ATTRIBUTEVALUE(Code)



GET_USER_ATTRIBUTEVALUES
final protected static String GET_USER_ATTRIBUTEVALUES(Code)




Constructor Detail
Issue
protected Issue()(Code)
new issues are created only when the issuetype and module are known Or by the Peer when retrieving from db



Issue
protected Issue(Module module, IssueType issueType) throws TorqueException(Code)




Method Detail
addActivity
public void addActivity(Activity activity) throws TorqueException(Code)
Returns limited list of Activity objects associated with this Issue.



addAttributeValue
public void addAttributeValue(AttributeValue aval) throws TorqueException(Code)



addComment
public ActivitySet addComment(Attachment attachment, ScarabUser user) throws TorqueException, ScarabException(Code)
Adds a comment to an issue and passes null as the activity set to create a new one.



addComment
public ActivitySet addComment(ActivitySet activitySet, Attachment attachment, ScarabUser user) throws TorqueException, ScarabException(Code)
Adds a comment to an issue.



addFile
public synchronized void addFile(Attachment attachment, ScarabUser user) throws TorqueException(Code)
Adds an attachment file to this issue. Does not perform a save because the issue may not have been created yet. use the doSaveFileAttachment() to save the attachment after the issue has been created.



addUrl
public ActivitySet addUrl(Attachment attachment, ScarabUser user) throws TorqueException, ScarabException(Code)
Adds a url to an issue and passes null as the activity set to create a new one.



addUrl
public ActivitySet addUrl(ActivitySet activitySet, Attachment attachment, ScarabUser user) throws TorqueException, ScarabException(Code)
Adds a url to an issue.



addVote
public void addVote(ScarabUser user) throws ScarabException, Exception(Code)



assignUser
public ActivitySet assignUser(ActivitySet activitySet, ScarabUser assignee, ScarabUser assigner, Attribute attribute, Attachment attachment) throws TorqueException, ScarabException(Code)
Assigns user to issue.



attachActivitySet
protected ActivitySet attachActivitySet(ActivitySet activitySet, ScarabUser user, Attachment attachment, Integer activitySetType) throws TorqueException, ScarabException(Code)
Sets an ActivitySet as the lastActivitySet of an Issue. Crates and saves a new ActivitySet, if required. Saves the Issue. ActivitySet
throws:
  TorqueException -



attachActivitySet
protected ActivitySet attachActivitySet(ActivitySet activitySet, ScarabUser user, Attachment attachment) throws TorqueException, ScarabException(Code)



attachActivitySet
protected ActivitySet attachActivitySet(ActivitySet activitySet, ScarabUser user) throws TorqueException, ScarabException(Code)



changeUserAttributeValue
public ActivitySet changeUserAttributeValue(ActivitySet activitySet, ScarabUser assignee, ScarabUser assigner, AttributeValue oldAttVal, Attribute newAttr, Attachment attachment) throws TorqueException, ScarabException(Code)
Used to change a user attribute value from one user attribute to a new one.



containsMinimumAttributeValues
public boolean containsMinimumAttributeValues() throws TorqueException(Code)
Describe containsMinimumAttributeValues method here. a boolean value
exception:
  Exception - if an error occurs



deleteIssue
public void deleteIssue(ScarabUser user) throws Exception, ScarabException(Code)
If the user has permission to delete ISSUES in this module, it wil mark this issue as DELETED.
Parameters:
  user -
throws:
  Exception -
throws:
  ScarabException -



deleteItem
public void deleteItem(ScarabUser user) throws TorqueException, ScarabException(Code)
Checks if user has permission to delete issue template. Only the creating user can delete a personal template. Only project owner or admin can delete a project-wide template.



deleteUser
public ActivitySet deleteUser(ActivitySet activitySet, ScarabUser assignee, ScarabUser assigner, AttributeValue attVal, Attachment attachment) throws TorqueException, ScarabException(Code)
Used to delete a user attribute value.



doAddDependency
public ActivitySet doAddDependency(ActivitySet activitySet, Depend depend, Issue childIssue, ScarabUser user) throws TorqueException, ScarabException(Code)



doChangeDependencyType
public ActivitySet doChangeDependencyType(ActivitySet activitySet, Depend oldDepend, Depend newDepend, ScarabUser user) throws TorqueException, ScarabException(Code)
changes the dependency type as well as. will not change deptype for deleted deps



doChangeUrlDescription
public ActivitySet doChangeUrlDescription(ActivitySet activitySet, ScarabUser user, Attachment attachment, String oldDescription) throws TorqueException, ScarabException(Code)
Given a specific attachment object allow us to update the information in it. If the old matches the new, then nothing is modified.



doChangeUrlUrl
public ActivitySet doChangeUrlUrl(ActivitySet activitySet, ScarabUser user, Attachment attachment, String oldUrl) throws TorqueException, ScarabException(Code)
Given a specific attachment object allow us to update the information in it. If the old matches the new, then nothing is modified.



doCheckAttributeValueWorkflow
public String doCheckAttributeValueWorkflow(HashMap newAttVals, ScarabUser user) throws TorqueException, ScarabException(Code)
This method is used with the setAttributeValues() method to Make sure that workflow is valid. It will return a non-null String which is the workflow error message otherwise it will return null.



doCheckAttributeValueWorkflow
public String doCheckAttributeValueWorkflow(HashMap newAttVals, Attachment attachment, ScarabUser user) throws TorqueException, ScarabException(Code)
This method is used with the setAttributeValues() method to Make sure that workflow is valid. It will return a non-null String which is the workflow error message otherwise it will return null.



doCheckInitialAttributeValueWorkflow
public String doCheckInitialAttributeValueWorkflow(HashMap newValues, ScarabUser user) throws TorqueException, ScarabException(Code)
This method is used with the setInitialAttributeValues() method to Make sure that workflow is valid for the initial values of a new issue. It will return a non-null String which is the workflow error message otherwise it will return null.



doDeleteDependency
public ActivitySet doDeleteDependency(ActivitySet activitySet, Depend oldDepend, ScarabUser user) throws TorqueException, ScarabException(Code)
Deletes a specific dependency on this issue.



doDeleteUrl
public ActivitySet doDeleteUrl(ActivitySet activitySet, Attachment attachment, ScarabUser user) throws TorqueException, ScarabException(Code)
If the URL hasn't changed, it will return a valid ActivitySet otherwise it returns null.



doEditComment
public ActivitySet doEditComment(ActivitySet activitySet, String newComment, Attachment attachment, ScarabUser user) throws TorqueException, ScarabException(Code)
If the comment hasn't changed, it will return a valid ActivitySet otherwise it returns null.



doRemoveAttachment
public ActivitySet doRemoveAttachment(ActivitySet activitySet, MutableBoolean physicallyDeleted, Attachment attachment, ScarabUser user) throws TorqueException, ScarabException(Code)
Remove the attachment. On return the MutableBoolean physicallyDeleted is set to true, if the attachment file also was removed by this operation. If the attached File still exists for any reason, physicallyDeleted will be set to false. Note: You can enable/disable physical deletion by setting the environment property scarab.attachment.remove.permanent to true/false (false is the default setting).



doSaveFileAttachments
public synchronized ActivitySet doSaveFileAttachments(ScarabUser user) throws TorqueException, ScarabException(Code)
Adds an attachment file to this issue. Does not perform a save because the issue may not have been created yet. use the doSaveFileAttachment() to save the attachment after the issue has been created.



doSaveFileAttachments
public synchronized ActivitySet doSaveFileAttachments(ActivitySet activitySet, ScarabUser user) throws TorqueException, ScarabException(Code)
Adds an attachment file to this issue. Does not perform a save because the issue may not have been created yet. use the doSaveFileAttachment() to save the attachment after the issue has been created.



getActivitiesWithNullEndDate
public List getActivitiesWithNullEndDate(Attribute attribute) throws TorqueException(Code)



getActivity
public List getActivity() throws TorqueException(Code)
Returns list of Activity objects associated with this Issue.



getActivity
public List getActivity(int limit) throws TorqueException(Code)
Returns limited list of Activity objects associated with this Issue.



getActivity
public List getActivity(boolean fullHistory) throws TorqueException(Code)
Returns limited list of Activity objects associated with this Issue. If fullHistory is false, it limits it, (this is the default)



getActivitySet
public ActivitySet getActivitySet(ScarabUser user, Attachment attachment, Integer type) throws TorqueException, ScarabException(Code)
Creates a new ActivitySet object for the issue.



getActivitySet
public ActivitySet getActivitySet(ScarabUser user, Integer type) throws TorqueException, ScarabException(Code)
Creates a new ActivitySet object for the issue.



getActivitySets
public List getActivitySets() throws TorqueException(Code)
Returns a list of ActivitySet objects associated to this issue.



getAllAttributeValuesMap
public Map getAllAttributeValuesMap() throws TorqueException(Code)
AttributeValues that are set for this issue and Empty AttributeValues that are relevant for the module, but have not been set for the issue are included.



getAllDependencies
public List getAllDependencies() throws TorqueException(Code)
Returns the combined output from getChildren() and getParents()



getAllDependencyTypes
public List getAllDependencyTypes() throws TorqueException(Code)
Returns list of all types of dependencies an issue can have On another issue.



getAllUsersToEmail
public Set getAllUsersToEmail(String action) throws TorqueException(Code)
Returns users assigned to user attributes that get emailed When issue is modified. Plus creating user. Adds users to email for dependant issues as well.
See Also:   Issue.getUsersToEmail



getAssociatedUsers
public HashSet getAssociatedUsers() throws TorqueException(Code)
Returns users assigned to all user attributes.



getAttachments
public synchronized List getAttachments() throws TorqueException(Code)
Overrides the super method in order to allow us to return the unSavedAttachments if they exist.



getAttributeValue
public AttributeValue getAttributeValue(String attributeName) throws TorqueException(Code)



getAttributeValue
public AttributeValue getAttributeValue(int id) throws TorqueException(Code)



getAttributeValue
public AttributeValue getAttributeValue(Attribute attribute) throws TorqueException(Code)



getAttributeValues
public List getAttributeValues(Attribute attribute) throws TorqueException(Code)
Returns the (undeleted) AttributeValues for the Attribute.



getAttributeValuesMap
public Map getAttributeValuesMap() throws TorqueException(Code)
AttributeValues that are set for this Issue



getBlockedIssues
public List getBlockedIssues() throws TorqueException(Code)
Returns a list of issues currently BLOCKED by this issue
throws:
  TorqueException -



getBlockingIssues
public List getBlockingIssues() throws TorqueException(Code)
Returns a list of issues that actually "block" this issue, i.e., that are related via a "is blocked by" dependency, and are "blocking".



getChildren
public List getChildren() throws TorqueException(Code)
Returns list of child dependencies i.e., related to this issue through the DEPEND table.



getChildren
public List getChildren(boolean hideDeleted) throws TorqueException(Code)
Returns list of child dependencies i.e., related to this issue through the DEPEND table.



getComments
public List getComments(boolean full) throws TorqueException(Code)
Returns a list of Attachment objects with type "Comment" That are associated with this issue.



getCommentsCount
public int getCommentsCount() throws TorqueException(Code)
Returns the total number of comments.



getCommentsLimit
public int getCommentsLimit() throws TorqueException(Code)
Gets default comments limit for this module-issue type.



getCreatedBy
public ScarabUser getCreatedBy() throws TorqueException(Code)
The user that created the issue. a ScarabUser value



getCreatedDate
public Date getCreatedDate() throws TorqueException(Code)
The date the issue was created. a Date value
exception:
  TorqueException - if an error occurs



getDefaultText
public String getDefaultText() throws TorqueException(Code)
This calls getDefaultTextAttributeValue() and then returns the String value of the Attribute. This method is used to get the subject of an email. if no text attribute value is found it will use the first ActivitySet comment.



getDefaultTextAttributeValue
public AttributeValue getDefaultTextAttributeValue() throws TorqueException(Code)
This method will return the AttributeValue which represents the default text attribute. the AttributeValue to use as the email subject, or nullif no suitable AttributeValue could be found.



getDependantIssues
public List getDependantIssues() throws TorqueException(Code)
Returns a list of issues that might be blocked by this issue because if its "is_blocked_by" dependency.
throws:
  TorqueException -



getDependency
public Depend getDependency(Issue potentialDependency) throws TorqueException(Code)
Checks to see if this issue has a dependency on the passed in issue. or if the passed in issue has a dependency on this issue.



getDependency
public Depend getDependency(Issue potentialDependency, boolean hideDeleted) throws TorqueException(Code)
Checks to see if this issue has a dependency on the passed in issue. or if the passed in issue has a dependency on this issue.
Parameters:
  potentialDependency - the issue for which we are determining if there is aparent or child dependency to this issue
Parameters:
  hideDeleted - true if deleted issues are omitted from the search



getDuplicateIssues
public List getDuplicateIssues() throws TorqueException(Code)
Returns a list of issues that are related to this issue, via a "is_duplicate of" relationship.
throws:
  TorqueException -



getEligibleUsers
public List getEligibleUsers(Attribute attribute) throws TorqueException, ScarabException(Code)
Users who are valid values to the attribute this issue. if a user has already been assigned to this issue, they will not show up in this list. use module.getEligibleUsers(Attribute) to get a complete list. a List value



getExistingAttachments
public List getExistingAttachments() throws TorqueException(Code)
Get attachments that are not deleted



getFederatedId
public String getFederatedId() throws TorqueException(Code)



getHistoryLimit
public int getHistoryLimit() throws TorqueException(Code)
Gets default history limit for this module-issue type. The default is 5.



getInitialActivitySet
public ActivitySet getInitialActivitySet() throws TorqueException(Code)
The initial activity set from issue creation. a ActivitySet value
exception:
  Exception - if an error occurs



getIssueById
public static Issue getIssueById(String id)(Code)



getIssueById
public static Issue getIssueById(Issue.FederatedId fid)(Code)



getIssueNewId
public String getIssueNewId() throws TorqueException(Code)
This method search for the new ID of a moved issue.
throws:
  TorqueException -



getLastActivitySet
public ActivitySet getLastActivitySet() throws TorqueException(Code)
The last modification made to the issue. a ScarabUser value



getMatchingAttributeValuesList
public List getMatchingAttributeValuesList(Module newModule, IssueType newIssueType) throws TorqueException(Code)
Gets a list of non-user AttributeValues which match a given Module. It is used in the MoveIssue2.vm template



getMatchingAttributeValuesList
public List getMatchingAttributeValuesList(String moduleId, String issueTypeId) throws TorqueException(Code)



getModifiedBy
public ScarabUser getModifiedBy() throws TorqueException(Code)
The last user to modify the issue. a ScarabUser value



getModifiedDate
public Date getModifiedDate() throws TorqueException(Code)
The date issue was last modified. a ScarabUser value



getModule
public Module getModule() throws TorqueException(Code)
Module getter. Use this method instead of getScarabModule(). a Module value



getModuleAttributeValuesMap
public LinkedMap getModuleAttributeValuesMap() throws TorqueException(Code)
Calls the overloaded version by passing 'true' so that only active attributes will be considered.
See Also:   Issue.getModuleAttributeValuesMap(boolean)



getModuleAttributeValuesMap
public LinkedMap getModuleAttributeValuesMap(boolean isActive) throws TorqueException(Code)
AttributeValues that are relevant to the issue's current module. Empty AttributeValues that are relevant for the module, but have not been set for the issue are included. The values are ordered according to the module's preference
Parameters:
  isActive - TRUE if only active attributes need to be consideredand FALSE if both active and inactive attributes need to be considered



getNewInstance
public static Issue getNewInstance(Module module, IssueType issueType) throws TorqueException(Code)
Gets an issue associated to a Module



getNonMatchingAttributeValuesList
public List getNonMatchingAttributeValuesList(Module newModule, IssueType newIssueType) throws TorqueException(Code)
Gets a list AttributeValues which the source module has, But the destination module does not have, when doing a copy. It is used in the MoveIssue2.vm template



getNonMatchingAttributeValuesList
public List getNonMatchingAttributeValuesList(String moduleId, String issueTypeId) throws TorqueException(Code)



getParents
public List getParents() throws TorqueException(Code)
Returns list of parent dependencies i.e., related to this issue through the DEPEND table.



getParents
public List getParents(boolean hideDeleted) throws TorqueException(Code)
Returns list of parent dependencies i.e., related to this issue through the DEPEND table.



getPrerequisiteIssues
public List getPrerequisiteIssues() throws TorqueException(Code)
Returns a list of issues that are blockable by this issue, via a "is_blocked_by" relationship.
throws:
  TorqueException -



getRModuleIssueType
public RModuleIssueType getRModuleIssueType() throws TorqueException(Code)
The RModuleIssueType related to this issue's module and issue type. a RModuleIssueType if this issue's module andissue type are not null, otherwise return null.



getRelatedIssues
public List getRelatedIssues() throws TorqueException(Code)
Returns a list of issues that are related to this issue, via a "is_related to" relationship.
throws:
  TorqueException -



getScarabModule
public ScarabModule getScarabModule()(Code)
Throws UnsupportedOperationException. Use getModule() instead. a ScarabModule value



getTemplateInfo
public IssueTemplateInfo getTemplateInfo() throws TorqueException(Code)
Get IssueTemplateInfo by Issue Id.



getUniqueId
public String getUniqueId() throws TorqueException(Code)
Gets the UniqueId for this Issue.



getUnsetRequiredAttrs
public List getUnsetRequiredAttrs(Module newModule, IssueType newIssueType) throws TorqueException(Code)
Get Unset required attributes in destination module / issue type.



getUrls
public List getUrls() throws TorqueException(Code)
Returns a list of Attachment objects with type "URL" That are associated with this issue.



getUserAttributeValue
public AttributeValue getUserAttributeValue(ScarabUser user, Attribute attribute) throws TorqueException(Code)
Returns the specific user's attribute value.



getUserAttributeValues
public List getUserAttributeValues() throws TorqueException(Code)
Returns attribute values for user attributes.



getUsersToEmail
protected Set getUsersToEmail(String action, Issue issue, Set users) throws TorqueException(Code)
Returns the users which should be notified when this issue is modified. The set contains those users associated with user attributes for this issue, plus the creator of the issue.
Parameters:
  action -
Parameters:
  issue - Usually a reference to this or a dependent issue.
Parameters:
  users - The list of users to append to, ornull to create a new list.



hasEditPermission
public boolean hasEditPermission(ScarabUser user, Module module) throws TorqueException(Code)
Checks if user has permission to edit issue.



hasEnterPermission
public boolean hasEnterPermission(ScarabUser user, Module module) throws TorqueException(Code)
Checks if user has permission to enter issue.



hasMovePermission
public boolean hasMovePermission(ScarabUser user, Module module) throws TorqueException(Code)
Checks if user has permission to move issue to destination module.



isAttributeValue
public boolean isAttributeValue(AttributeValue attVal) throws TorqueException(Code)



isBlocked
public boolean isBlocked() throws TorqueException(Code)
An issue is blocked when it depends, via a is_blocked_by dependency, of an issue that is currently "blocking". Whenever an issue is blocked, some transitions might not be availaible.



isBlockedBy
public boolean isBlockedBy(String blockingId) throws TorqueException(Code)
An issue is blocked when it depends, via a is_blocked_by dependency, of an issue that is currently "blocking". Whenever an issue is blocked, some transitions might not be availaible.



isBlocking
public boolean isBlocking(String blockedId) throws TorqueException(Code)



isBlockingAnyIssue
public boolean isBlockingAnyIssue() throws TorqueException(Code)
Returns if this issue is currently blocking any other.
throws:
  TorqueException -



isBlockingConditionTrue
public boolean isBlockingConditionTrue() throws TorqueException(Code)
Returns if the issue's BlockingCondition is fulfilled.



isCommentsLong
public boolean isCommentsLong() throws TorqueException(Code)
Determines whether the comments list is longer than The default limit.



isCreatingUser
public boolean isCreatingUser(ScarabUser user) throws TorqueException(Code)



isHistoryLong
public boolean isHistoryLong() throws TorqueException(Code)
Determines whether the history list is longer than The default limit.



isHistoryLong
public boolean isHistoryLong(int limit) throws TorqueException(Code)
Determines whether the history list is longer than The limit.



isTemplate
public boolean isTemplate()(Code)
Whether this issue is an enter issue template.



move
public Issue move(Module newModule, IssueType newIssueType, String action, ScarabUser user, String reason, List commentAttrs, List commentUserValues) throws TorqueException, ScarabException(Code)
Move or copy issue to destination module.



parseIssueList
public static List parseIssueList(Module module, String theList) throws TorqueException, DataSetException(Code)

Parameters:
  module - The current module.
Parameters:
  theList - A textual representation of the list of issuesto parse.
Parameters:
  The - parsed list of issue identifiers.



removeFile
public void removeFile(String index) throws TorqueException(Code)
Remove an attachment file
Parameters:
  index - starts with 1 because velocityCount start from 1but ArrayList starts from 0



save
public void save(Connection dbCon) throws TorqueException(Code)
Removes any unset attributes and sets the issue # prior to saving for the first time. Calls super.save() If the issue does not have an idCount then the next available ID is allocated. If the issue has a non-zero idCount, this value is honoured. WARNING: do not set the idCount to an existing ID! The nominated value is ignored if it is not at least as high as the next available ID.
Parameters:
  dbCon - a DBConnection value
exception:
  TorqueException - if an error occurs



setAttributeValues
public ActivitySet setAttributeValues(ActivitySet activitySet, HashMap newAttVals, Attachment attachment, ScarabUser user) throws TorqueException, ScarabException(Code)
Sets AttributeValues for an issue based on a hashmap of attribute values This is data is saved to the database and the proper ActivitySet is also recorded.
Parameters:
  activitySet - ActivitySet instance
Parameters:
  newAttVals - A map of attribute Id's vs new AttributeValues
Parameters:
  attachment - Attachment to the issue
Parameters:
  user - User responsible for this activity ActivitySet object containing the changes made to the issue
throws:
  TorqueException - when the workflow has an error to report



setFederatedId
public void setFederatedId(String id)(Code)



setInitialAttributeValues
public ActivitySet setInitialAttributeValues(ActivitySet activitySet, Attachment attachment, HashMap newValues, ScarabUser user) throws TorqueException, ScarabException(Code)
Sets original AttributeValues for an new issue based on a hashmap of values This is data is saved to the database and the proper ActivitySet is also recorded.
throws:
  TorqueException - when the workflow has an error to report



setModule
public void setModule(Module me) throws TorqueException(Code)
Use this instead of setScarabModule. Note: module cannot be new.



setScarabModule
public void setScarabModule(ScarabModule module)(Code)
Throws UnsupportedOperationException. Use setModule(Module) instead.



setUniqueId
public void setUniqueId(String id)(Code)
NoOp for intake's benefit



toString
public String toString()(Code)



Fields inherited from org.tigris.scarab.om.BaseIssue
protected List collActivitys(Code)(Java Doc)
protected List collAttachments(Code)(Java Doc)
protected List collAttributeValues(Code)(Java Doc)
protected List collDependsRelatedByObservedId(Code)(Java Doc)
protected List collDependsRelatedByObserverId(Code)(Java Doc)
protected List collIssueTemplateInfos(Code)(Java Doc)
protected List collIssueVotes(Code)(Java Doc)

Methods inherited from org.tigris.scarab.om.BaseIssue
public void addActivity(Activity l) throws TorqueException(Code)(Java Doc)
public void addAttachment(Attachment l) throws TorqueException(Code)(Java Doc)
public void addAttributeValue(AttributeValue l) throws TorqueException(Code)(Java Doc)
public void addDependRelatedByObservedId(Depend l) throws TorqueException(Code)(Java Doc)
public void addDependRelatedByObserverId(Depend l) throws TorqueException(Code)(Java Doc)
public void addIssueTemplateInfo(IssueTemplateInfo l) throws TorqueException(Code)(Java Doc)
public void addIssueVote(IssueVote l) throws TorqueException(Code)(Java Doc)
public Issue copy() throws TorqueException(Code)(Java Doc)
protected Issue copyInto(Issue copyObj) throws TorqueException(Code)(Java Doc)
public ActivitySet getActivitySetRelatedByCreatedTransId() throws TorqueException(Code)(Java Doc)
public ActivitySet getActivitySetRelatedByCreatedTransId(Connection connection) throws TorqueException(Code)(Java Doc)
public ActivitySet getActivitySetRelatedByLastTransId() throws TorqueException(Code)(Java Doc)
public ActivitySet getActivitySetRelatedByLastTransId(Connection connection) throws TorqueException(Code)(Java Doc)
public List getActivitys() throws TorqueException(Code)(Java Doc)
public List getActivitys(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getActivitys(Connection con) throws TorqueException(Code)(Java Doc)
public List getActivitys(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinActivitySet(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinAttachment(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinAttributeOptionRelatedByNewOptionId(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinAttributeOptionRelatedByOldOptionId(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinDepend(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinIssue(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinScarabUserImplRelatedByNewUserId(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinScarabUserImplRelatedByOldUserId(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getAttachments() throws TorqueException(Code)(Java Doc)
public List getAttachments(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getAttachments(Connection con) throws TorqueException(Code)(Java Doc)
public List getAttachments(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getAttachmentsJoinAttachmentType(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getAttachmentsJoinIssue(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getAttachmentsJoinScarabUserImplRelatedByCreatedBy(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getAttachmentsJoinScarabUserImplRelatedByModifiedBy(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getAttributeValues() throws TorqueException(Code)(Java Doc)
public List getAttributeValues(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getAttributeValues(Connection con) throws TorqueException(Code)(Java Doc)
public List getAttributeValues(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getAttributeValuesJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getAttributeValuesJoinAttributeOption(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getAttributeValuesJoinIssue(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getAttributeValuesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc)
public Object getByName(String name)(Code)(Java Doc)
public Object getByPeerName(String name)(Code)(Java Doc)
public Object getByPosition(int pos)(Code)(Java Doc)
public Long getCreatedTransId()(Code)(Java Doc)
public boolean getDeleted()(Code)(Java Doc)
public List getDependsRelatedByObservedId() throws TorqueException(Code)(Java Doc)
public List getDependsRelatedByObservedId(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getDependsRelatedByObservedId(Connection con) throws TorqueException(Code)(Java Doc)
public List getDependsRelatedByObservedId(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getDependsRelatedByObservedIdJoinDependType(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getDependsRelatedByObservedIdJoinIssueRelatedByObserverId(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getDependsRelatedByObserverId() throws TorqueException(Code)(Java Doc)
public List getDependsRelatedByObserverId(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getDependsRelatedByObserverId(Connection con) throws TorqueException(Code)(Java Doc)
public List getDependsRelatedByObserverId(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getDependsRelatedByObserverIdJoinDependType(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getDependsRelatedByObserverIdJoinIssueRelatedByObservedId(Criteria criteria) throws TorqueException(Code)(Java Doc)
public static synchronized List getFieldNames()(Code)(Java Doc)
public int getIdCount()(Code)(Java Doc)
public String getIdDomain()(Code)(Java Doc)
public String getIdPrefix()(Code)(Java Doc)
public Long getIssueId()(Code)(Java Doc)
public List getIssueTemplateInfos() throws TorqueException(Code)(Java Doc)
public List getIssueTemplateInfos(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getIssueTemplateInfos(Connection con) throws TorqueException(Code)(Java Doc)
public List getIssueTemplateInfos(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getIssueTemplateInfosJoinIssue(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getIssueTemplateInfosJoinScope(Criteria criteria) throws TorqueException(Code)(Java Doc)
public IssueType getIssueType() throws TorqueException(Code)(Java Doc)
public IssueType getIssueType(Connection connection) throws TorqueException(Code)(Java Doc)
public List getIssueVotes() throws TorqueException(Code)(Java Doc)
public List getIssueVotes(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getIssueVotes(Connection con) throws TorqueException(Code)(Java Doc)
public List getIssueVotes(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getIssueVotesJoinIssue(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getIssueVotesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc)
public Long getLastTransId()(Code)(Java Doc)
public Module getModule() throws TorqueException(Code)(Java Doc)
public Module getModule(Connection connection) throws TorqueException(Code)(Java Doc)
public Integer getModuleId()(Code)(Java Doc)
public boolean getMoved()(Code)(Java Doc)
public IssuePeer getPeer()(Code)(Java Doc)
public ObjectKey getPrimaryKey()(Code)(Java Doc)
public String getQueryKey()(Code)(Java Doc)
public Integer getTypeId()(Code)(Java Doc)
protected void initActivitys()(Code)(Java Doc)
protected void initAttachments()(Code)(Java Doc)
protected void initAttributeValues()(Code)(Java Doc)
protected void initDependsRelatedByObservedId()(Code)(Java Doc)
protected void initDependsRelatedByObserverId()(Code)(Java Doc)
protected void initIssueTemplateInfos()(Code)(Java Doc)
protected void initIssueVotes()(Code)(Java Doc)
protected boolean isCacheOnSave()(Code)(Java Doc)
public void save() throws TorqueException(Code)(Java Doc)
public void save(String dbName) throws TorqueException(Code)(Java Doc)
public void save(Connection con) throws TorqueException(Code)(Java Doc)
public void setActivitySetRelatedByCreatedTransId(ActivitySet v) throws TorqueException(Code)(Java Doc)
public void setActivitySetRelatedByCreatedTransIdKey(ObjectKey key) throws TorqueException(Code)(Java Doc)
public void setActivitySetRelatedByLastTransId(ActivitySet v) throws TorqueException(Code)(Java Doc)
public void setActivitySetRelatedByLastTransIdKey(ObjectKey key) throws TorqueException(Code)(Java Doc)
public void setCreatedTransId(Long v) throws TorqueException(Code)(Java Doc)
public void setDeleted(boolean v)(Code)(Java Doc)
public void setIdCount(int v)(Code)(Java Doc)
public void setIdDomain(String v)(Code)(Java Doc)
public void setIdPrefix(String v)(Code)(Java Doc)
public void setIssueId(Long v) throws TorqueException(Code)(Java Doc)
public void setIssueType(IssueType v) throws TorqueException(Code)(Java Doc)
public void setIssueTypeKey(ObjectKey key) throws TorqueException(Code)(Java Doc)
public void setLastTransId(Long v) throws TorqueException(Code)(Java Doc)
public void setModule(Module v) throws TorqueException(Code)(Java Doc)
public void setModuleId(Integer v) throws TorqueException(Code)(Java Doc)
public void setModuleKey(ObjectKey key) throws TorqueException(Code)(Java Doc)
public void setMoved(boolean v)(Code)(Java Doc)
public void setPrimaryKey(ObjectKey key) throws TorqueException(Code)(Java Doc)
public void setPrimaryKey(String key) throws TorqueException(Code)(Java Doc)
public void setQueryKey(String key) throws TorqueException(Code)(Java Doc)
public void setTypeId(Integer v) throws TorqueException(Code)(Java Doc)
public String toString()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.