Java Doc for BaseScarabUserImpl.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.BaseScarabUserImpl

All known Subclasses:   org.tigris.scarab.om.ScarabUserImpl,
BaseScarabUserImpl
abstract public class BaseScarabUserImpl extends org.apache.fulcrum.security.impl.db.entity.TurbineUser implements org.apache.fulcrum.intake.Retrievable(Code)
You should not use this class directly. It should not even be extended all references should be to ScarabUserImpl


Field Summary
protected  ListcollActivitySets
    
protected  ListcollActivitysRelatedByNewUserId
    
protected  ListcollActivitysRelatedByOldUserId
    
protected  ListcollAttachmentsRelatedByCreatedBy
    
protected  ListcollAttachmentsRelatedByModifiedBy
    
protected  ListcollAttributeValues
    
protected  ListcollAttributes
    
protected  ListcollIssueVotes
    
protected  ListcollMITLists
    
protected  ListcollNotificationFilters
    
protected  ListcollNotificationStatuss
    
protected  ListcollPendingGroupUserRoles
    
protected  ListcollQuerys
    
protected  ListcollRModuleUserAttributes
    
protected  ListcollRQueryUsers
    
protected  ListcollReports
    
protected  ListcollScarabModulesRelatedByOwnerId
    
protected  ListcollScarabModulesRelatedByQaContactId
    
protected  ListcollUserPreferences
    
protected  ListcollUserVotes
    


Method Summary
public  voidaddActivityRelatedByNewUserId(Activity l)
    
public  voidaddActivityRelatedByOldUserId(Activity l)
    
public  voidaddActivitySet(ActivitySet l)
    
public  voidaddAttachmentRelatedByCreatedBy(Attachment l)
    
public  voidaddAttachmentRelatedByModifiedBy(Attachment l)
    
public  voidaddAttribute(Attribute l)
    
public  voidaddAttributeValue(AttributeValue l)
    
public  voidaddIssueVote(IssueVote l)
    
public  voidaddMITList(MITList l)
    
public  voidaddNotificationFilter(NotificationFilter l)
    
public  voidaddNotificationStatus(NotificationStatus l)
    
public  voidaddPendingGroupUserRole(PendingGroupUserRole l)
    
public  voidaddQuery(Query l)
    
public  voidaddRModuleUserAttribute(RModuleUserAttribute l)
    
public  voidaddRQueryUser(RQueryUser l)
    
public  voidaddReport(Report l)
    
public  voidaddScarabModuleRelatedByOwnerId(ScarabModule l)
    
public  voidaddScarabModuleRelatedByQaContactId(ScarabModule l)
    
public  voidaddUserPreference(UserPreference l)
    
public  voidaddUserVote(UserVote l)
    
public  ListgetActivitySets()
     If this collection has already been initialized, returns the collection.
public  ListgetActivitySets(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetActivitySets(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetActivitySets(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetActivitySetsJoinActivitySetType(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitySets from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitySetsJoinAttachment(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitySets from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitySetsJoinScarabUserImpl(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitySets from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetActivitysRelatedByNewUserId()
     If this collection has already been initialized, returns the collection.
public  ListgetActivitysRelatedByNewUserId(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetActivitysRelatedByNewUserId(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetActivitysRelatedByNewUserId(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetActivitysRelatedByNewUserIdJoinActivitySet(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitysRelatedByNewUserIdJoinAttachment(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitysRelatedByNewUserIdJoinAttribute(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByNewOptionId(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByOldOptionId(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitysRelatedByNewUserIdJoinDepend(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitysRelatedByNewUserIdJoinIssue(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitysRelatedByNewUserIdJoinScarabUserImplRelatedByOldUserId(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetActivitysRelatedByOldUserId()
     If this collection has already been initialized, returns the collection.
public  ListgetActivitysRelatedByOldUserId(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetActivitysRelatedByOldUserId(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetActivitysRelatedByOldUserId(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetActivitysRelatedByOldUserIdJoinActivitySet(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitysRelatedByOldUserIdJoinAttachment(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitysRelatedByOldUserIdJoinAttribute(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByNewOptionId(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByOldOptionId(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitysRelatedByOldUserIdJoinDepend(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitysRelatedByOldUserIdJoinIssue(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetActivitysRelatedByOldUserIdJoinScarabUserImplRelatedByNewUserId(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetAttachmentsRelatedByCreatedBy()
     If this collection has already been initialized, returns the collection.
public  ListgetAttachmentsRelatedByCreatedBy(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetAttachmentsRelatedByCreatedBy(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetAttachmentsRelatedByCreatedBy(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetAttachmentsRelatedByCreatedByJoinAttachmentType(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByCreatedBy from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetAttachmentsRelatedByCreatedByJoinIssue(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByCreatedBy from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetAttachmentsRelatedByCreatedByJoinScarabUserImplRelatedByModifiedBy(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByCreatedBy from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetAttachmentsRelatedByModifiedBy()
     If this collection has already been initialized, returns the collection.
public  ListgetAttachmentsRelatedByModifiedBy(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetAttachmentsRelatedByModifiedBy(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetAttachmentsRelatedByModifiedBy(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetAttachmentsRelatedByModifiedByJoinAttachmentType(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByModifiedBy from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetAttachmentsRelatedByModifiedByJoinIssue(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByModifiedBy from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetAttachmentsRelatedByModifiedByJoinScarabUserImplRelatedByCreatedBy(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByModifiedBy from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetAttributeValues()
     If this collection has already been initialized, returns the collection.
public  ListgetAttributeValues(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetAttributeValues(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetAttributeValues(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetAttributeValuesJoinAttribute(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetAttributeValuesJoinAttributeOption(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetAttributeValuesJoinIssue(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetAttributeValuesJoinScarabUserImpl(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetAttributes()
     If this collection has already been initialized, returns the collection.
public  ListgetAttributes(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetAttributes(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetAttributes(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetAttributesJoinAttributeOption(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Attributes from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetAttributesJoinAttributeType(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Attributes from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetAttributesJoinScarabUserImpl(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Attributes from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetIssueVotes()
     If this collection has already been initialized, returns the collection.
public  ListgetIssueVotes(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetIssueVotes(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetIssueVotes(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetIssueVotesJoinIssue(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related IssueVotes from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetIssueVotesJoinScarabUserImpl(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related IssueVotes from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetMITLists()
     If this collection has already been initialized, returns the collection.
public  ListgetMITLists(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetMITLists(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetMITLists(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetMITListsJoinScarabUserImpl(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related MITLists from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetNotificationFilters()
     If this collection has already been initialized, returns the collection.
public  ListgetNotificationFilters(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetNotificationFilters(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetNotificationFilters(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetNotificationFiltersJoinScarabModule(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related NotificationFilters from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetNotificationFiltersJoinScarabUserImpl(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related NotificationFilters from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetNotificationStatuss()
     If this collection has already been initialized, returns the collection.
public  ListgetNotificationStatuss(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetNotificationStatuss(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetNotificationStatuss(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetNotificationStatussJoinActivity(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related NotificationStatuss from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetNotificationStatussJoinScarabUserImpl(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related NotificationStatuss from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetPendingGroupUserRoles()
     If this collection has already been initialized, returns the collection.
public  ListgetPendingGroupUserRoles(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetPendingGroupUserRoles(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetPendingGroupUserRoles(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetPendingGroupUserRolesJoinScarabModule(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related PendingGroupUserRoles from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetPendingGroupUserRolesJoinScarabUserImpl(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related PendingGroupUserRoles from storage. This method is protected by default in order to keep the public api reasonable.
public  StringgetQueryKey()
     get an id that differentiates this object from others of its class.
public  ListgetQuerys()
     If this collection has already been initialized, returns the collection.
public  ListgetQuerys(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetQuerys(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetQuerys(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetQuerysJoinFrequency(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetQuerysJoinIssueType(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetQuerysJoinMITList(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetQuerysJoinScarabModule(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetQuerysJoinScarabUserImpl(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetQuerysJoinScope(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetRModuleUserAttributes()
     If this collection has already been initialized, returns the collection.
public  ListgetRModuleUserAttributes(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetRModuleUserAttributes(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetRModuleUserAttributes(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetRModuleUserAttributesJoinAttribute(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetRModuleUserAttributesJoinIssueType(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetRModuleUserAttributesJoinMITList(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetRModuleUserAttributesJoinScarabModule(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetRModuleUserAttributesJoinScarabUserImpl(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetRQueryUsers()
     If this collection has already been initialized, returns the collection.
public  ListgetRQueryUsers(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetRQueryUsers(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetRQueryUsers(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetRQueryUsersJoinFrequency(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RQueryUsers from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetRQueryUsersJoinQuery(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RQueryUsers from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetRQueryUsersJoinScarabUserImpl(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RQueryUsers from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetReports()
     If this collection has already been initialized, returns the collection.
public  ListgetReports(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetReports(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetReports(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetReportsJoinIssueType(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetReportsJoinScarabModule(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetReportsJoinScarabUserImpl(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetReportsJoinScope(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetScarabModulesRelatedByOwnerId()
     If this collection has already been initialized, returns the collection.
public  ListgetScarabModulesRelatedByOwnerId(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetScarabModulesRelatedByOwnerId(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetScarabModulesRelatedByOwnerId(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetScarabModulesRelatedByOwnerIdJoinScarabUserImplRelatedByQaContactId(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ScarabModulesRelatedByOwnerId from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetScarabModulesRelatedByQaContactId()
     If this collection has already been initialized, returns the collection.
public  ListgetScarabModulesRelatedByQaContactId(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetScarabModulesRelatedByQaContactId(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetScarabModulesRelatedByQaContactId(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetScarabModulesRelatedByQaContactIdJoinScarabUserImplRelatedByOwnerId(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ScarabModulesRelatedByQaContactId from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetUserPreferences()
     If this collection has already been initialized, returns the collection.
public  ListgetUserPreferences(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetUserPreferences(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetUserPreferences(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetUserPreferencesJoinScarabUserImpl(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related UserPreferences from storage. This method is protected by default in order to keep the public api reasonable.
public  ListgetUserVotes()
     If this collection has already been initialized, returns the collection.
public  ListgetUserVotes(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection.
public  ListgetUserVotes(Connection con)
     If this collection has already been initialized, returns the collection.
public  ListgetUserVotes(Criteria criteria, Connection con)
     If this collection has already been initialized with an identical criteria, it returns the collection.
protected  ListgetUserVotesJoinScarabModule(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related UserVotes from storage. This method is protected by default in order to keep the public api reasonable.
protected  ListgetUserVotesJoinScarabUserImpl(Criteria criteria)
     If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related UserVotes from storage. This method is protected by default in order to keep the public api reasonable.
protected  voidinitActivitySets()
     Temporary storage of collActivitySets to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitActivitysRelatedByNewUserId()
     Temporary storage of collActivitysRelatedByNewUserId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitActivitysRelatedByOldUserId()
     Temporary storage of collActivitysRelatedByOldUserId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitAttachmentsRelatedByCreatedBy()
     Temporary storage of collAttachmentsRelatedByCreatedBy to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitAttachmentsRelatedByModifiedBy()
     Temporary storage of collAttachmentsRelatedByModifiedBy to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitAttributeValues()
     Temporary storage of collAttributeValues to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitAttributes()
     Temporary storage of collAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitIssueVotes()
     Temporary storage of collIssueVotes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitMITLists()
     Temporary storage of collMITLists to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitNotificationFilters()
     Temporary storage of collNotificationFilters to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitNotificationStatuss()
     Temporary storage of collNotificationStatuss to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitPendingGroupUserRoles()
     Temporary storage of collPendingGroupUserRoles to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitQuerys()
     Temporary storage of collQuerys to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitRModuleUserAttributes()
     Temporary storage of collRModuleUserAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitRQueryUsers()
     Temporary storage of collRQueryUsers to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitReports()
     Temporary storage of collReports to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitScarabModulesRelatedByOwnerId()
     Temporary storage of collScarabModulesRelatedByOwnerId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitScarabModulesRelatedByQaContactId()
     Temporary storage of collScarabModulesRelatedByQaContactId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitUserPreferences()
     Temporary storage of collUserPreferences to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
protected  voidinitUserVotes()
     Temporary storage of collUserVotes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
public  voidsetQueryKey(String key)
     set an id that differentiates this object from others of its class.
public  StringtoString()
    

Field Detail
collActivitySets
protected List collActivitySets(Code)
Collection to store aggregation of collActivitySets



collActivitysRelatedByNewUserId
protected List collActivitysRelatedByNewUserId(Code)
Collection to store aggregation of collActivitysRelatedByNewUserId



collActivitysRelatedByOldUserId
protected List collActivitysRelatedByOldUserId(Code)
Collection to store aggregation of collActivitysRelatedByOldUserId



collAttachmentsRelatedByCreatedBy
protected List collAttachmentsRelatedByCreatedBy(Code)
Collection to store aggregation of collAttachmentsRelatedByCreatedBy



collAttachmentsRelatedByModifiedBy
protected List collAttachmentsRelatedByModifiedBy(Code)
Collection to store aggregation of collAttachmentsRelatedByModifiedBy



collAttributeValues
protected List collAttributeValues(Code)
Collection to store aggregation of collAttributeValues



collAttributes
protected List collAttributes(Code)
Collection to store aggregation of collAttributes



collIssueVotes
protected List collIssueVotes(Code)
Collection to store aggregation of collIssueVotes



collMITLists
protected List collMITLists(Code)
Collection to store aggregation of collMITLists



collNotificationFilters
protected List collNotificationFilters(Code)
Collection to store aggregation of collNotificationFilters



collNotificationStatuss
protected List collNotificationStatuss(Code)
Collection to store aggregation of collNotificationStatuss



collPendingGroupUserRoles
protected List collPendingGroupUserRoles(Code)
Collection to store aggregation of collPendingGroupUserRoles



collQuerys
protected List collQuerys(Code)
Collection to store aggregation of collQuerys



collRModuleUserAttributes
protected List collRModuleUserAttributes(Code)
Collection to store aggregation of collRModuleUserAttributes



collRQueryUsers
protected List collRQueryUsers(Code)
Collection to store aggregation of collRQueryUsers



collReports
protected List collReports(Code)
Collection to store aggregation of collReports



collScarabModulesRelatedByOwnerId
protected List collScarabModulesRelatedByOwnerId(Code)
Collection to store aggregation of collScarabModulesRelatedByOwnerId



collScarabModulesRelatedByQaContactId
protected List collScarabModulesRelatedByQaContactId(Code)
Collection to store aggregation of collScarabModulesRelatedByQaContactId



collUserPreferences
protected List collUserPreferences(Code)
Collection to store aggregation of collUserPreferences



collUserVotes
protected List collUserVotes(Code)
Collection to store aggregation of collUserVotes





Method Detail
addActivityRelatedByNewUserId
public void addActivityRelatedByNewUserId(Activity l) throws TorqueException(Code)
Method called to associate a Activity object to this object through the Activity foreign key attribute
Parameters:
  l - Activity
throws:
  TorqueException -



addActivityRelatedByOldUserId
public void addActivityRelatedByOldUserId(Activity l) throws TorqueException(Code)
Method called to associate a Activity object to this object through the Activity foreign key attribute
Parameters:
  l - Activity
throws:
  TorqueException -



addActivitySet
public void addActivitySet(ActivitySet l) throws TorqueException(Code)
Method called to associate a ActivitySet object to this object through the ActivitySet foreign key attribute
Parameters:
  l - ActivitySet
throws:
  TorqueException -



addAttachmentRelatedByCreatedBy
public void addAttachmentRelatedByCreatedBy(Attachment l) throws TorqueException(Code)
Method called to associate a Attachment object to this object through the Attachment foreign key attribute
Parameters:
  l - Attachment
throws:
  TorqueException -



addAttachmentRelatedByModifiedBy
public void addAttachmentRelatedByModifiedBy(Attachment l) throws TorqueException(Code)
Method called to associate a Attachment object to this object through the Attachment foreign key attribute
Parameters:
  l - Attachment
throws:
  TorqueException -



addAttribute
public void addAttribute(Attribute l) throws TorqueException(Code)
Method called to associate a Attribute object to this object through the Attribute foreign key attribute
Parameters:
  l - Attribute
throws:
  TorqueException -



addAttributeValue
public void addAttributeValue(AttributeValue l) throws TorqueException(Code)
Method called to associate a AttributeValue object to this object through the AttributeValue foreign key attribute
Parameters:
  l - AttributeValue
throws:
  TorqueException -



addIssueVote
public void addIssueVote(IssueVote l) throws TorqueException(Code)
Method called to associate a IssueVote object to this object through the IssueVote foreign key attribute
Parameters:
  l - IssueVote
throws:
  TorqueException -



addMITList
public void addMITList(MITList l) throws TorqueException(Code)
Method called to associate a MITList object to this object through the MITList foreign key attribute
Parameters:
  l - MITList
throws:
  TorqueException -



addNotificationFilter
public void addNotificationFilter(NotificationFilter l) throws TorqueException(Code)
Method called to associate a NotificationFilter object to this object through the NotificationFilter foreign key attribute
Parameters:
  l - NotificationFilter
throws:
  TorqueException -



addNotificationStatus
public void addNotificationStatus(NotificationStatus l) throws TorqueException(Code)
Method called to associate a NotificationStatus object to this object through the NotificationStatus foreign key attribute
Parameters:
  l - NotificationStatus
throws:
  TorqueException -



addPendingGroupUserRole
public void addPendingGroupUserRole(PendingGroupUserRole l) throws TorqueException(Code)
Method called to associate a PendingGroupUserRole object to this object through the PendingGroupUserRole foreign key attribute
Parameters:
  l - PendingGroupUserRole
throws:
  TorqueException -



addQuery
public void addQuery(Query l) throws TorqueException(Code)
Method called to associate a Query object to this object through the Query foreign key attribute
Parameters:
  l - Query
throws:
  TorqueException -



addRModuleUserAttribute
public void addRModuleUserAttribute(RModuleUserAttribute l) throws TorqueException(Code)
Method called to associate a RModuleUserAttribute object to this object through the RModuleUserAttribute foreign key attribute
Parameters:
  l - RModuleUserAttribute
throws:
  TorqueException -



addRQueryUser
public void addRQueryUser(RQueryUser l) throws TorqueException(Code)
Method called to associate a RQueryUser object to this object through the RQueryUser foreign key attribute
Parameters:
  l - RQueryUser
throws:
  TorqueException -



addReport
public void addReport(Report l) throws TorqueException(Code)
Method called to associate a Report object to this object through the Report foreign key attribute
Parameters:
  l - Report
throws:
  TorqueException -



addScarabModuleRelatedByOwnerId
public void addScarabModuleRelatedByOwnerId(ScarabModule l) throws TorqueException(Code)
Method called to associate a ScarabModule object to this object through the ScarabModule foreign key attribute
Parameters:
  l - ScarabModule
throws:
  TorqueException -



addScarabModuleRelatedByQaContactId
public void addScarabModuleRelatedByQaContactId(ScarabModule l) throws TorqueException(Code)
Method called to associate a ScarabModule object to this object through the ScarabModule foreign key attribute
Parameters:
  l - ScarabModule
throws:
  TorqueException -



addUserPreference
public void addUserPreference(UserPreference l) throws TorqueException(Code)
Method called to associate a UserPreference object to this object through the UserPreference foreign key attribute
Parameters:
  l - UserPreference
throws:
  TorqueException -



addUserVote
public void addUserVote(UserVote l) throws TorqueException(Code)
Method called to associate a UserVote object to this object through the UserVote foreign key attribute
Parameters:
  l - UserVote
throws:
  TorqueException -



getActivitySets
public List getActivitySets() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitySets(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getActivitySets
public List getActivitySets(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ActivitySets from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getActivitySets
public List getActivitySets(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitySets(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getActivitySets
public List getActivitySets(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ActivitySets from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getActivitySetsJoinActivitySetType
protected List getActivitySetsJoinActivitySetType(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitySets from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitySetsJoinAttachment
protected List getActivitySetsJoinAttachment(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitySets from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitySetsJoinScarabUserImpl
protected List getActivitySetsJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitySets from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByNewUserId
public List getActivitysRelatedByNewUserId() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitysRelatedByNewUserId(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getActivitysRelatedByNewUserId
public List getActivitysRelatedByNewUserId(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getActivitysRelatedByNewUserId
public List getActivitysRelatedByNewUserId(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitysRelatedByNewUserId(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getActivitysRelatedByNewUserId
public List getActivitysRelatedByNewUserId(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getActivitysRelatedByNewUserIdJoinActivitySet
protected List getActivitysRelatedByNewUserIdJoinActivitySet(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByNewUserIdJoinAttachment
protected List getActivitysRelatedByNewUserIdJoinAttachment(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByNewUserIdJoinAttribute
protected List getActivitysRelatedByNewUserIdJoinAttribute(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByNewOptionId
protected List getActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByNewOptionId(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByOldOptionId
protected List getActivitysRelatedByNewUserIdJoinAttributeOptionRelatedByOldOptionId(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByNewUserIdJoinDepend
protected List getActivitysRelatedByNewUserIdJoinDepend(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByNewUserIdJoinIssue
protected List getActivitysRelatedByNewUserIdJoinIssue(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByNewUserIdJoinScarabUserImplRelatedByOldUserId
protected List getActivitysRelatedByNewUserIdJoinScarabUserImplRelatedByOldUserId(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByNewUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByOldUserId
public List getActivitysRelatedByOldUserId() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitysRelatedByOldUserId(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getActivitysRelatedByOldUserId
public List getActivitysRelatedByOldUserId(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getActivitysRelatedByOldUserId
public List getActivitysRelatedByOldUserId(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getActivitysRelatedByOldUserId(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getActivitysRelatedByOldUserId
public List getActivitysRelatedByOldUserId(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getActivitysRelatedByOldUserIdJoinActivitySet
protected List getActivitysRelatedByOldUserIdJoinActivitySet(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByOldUserIdJoinAttachment
protected List getActivitysRelatedByOldUserIdJoinAttachment(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByOldUserIdJoinAttribute
protected List getActivitysRelatedByOldUserIdJoinAttribute(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByNewOptionId
protected List getActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByNewOptionId(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByOldOptionId
protected List getActivitysRelatedByOldUserIdJoinAttributeOptionRelatedByOldOptionId(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByOldUserIdJoinDepend
protected List getActivitysRelatedByOldUserIdJoinDepend(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByOldUserIdJoinIssue
protected List getActivitysRelatedByOldUserIdJoinIssue(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getActivitysRelatedByOldUserIdJoinScarabUserImplRelatedByNewUserId
protected List getActivitysRelatedByOldUserIdJoinScarabUserImplRelatedByNewUserId(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ActivitysRelatedByOldUserId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getAttachmentsRelatedByCreatedBy
public List getAttachmentsRelatedByCreatedBy() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttachmentsRelatedByCreatedBy(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getAttachmentsRelatedByCreatedBy
public List getAttachmentsRelatedByCreatedBy(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByCreatedBy from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getAttachmentsRelatedByCreatedBy
public List getAttachmentsRelatedByCreatedBy(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttachmentsRelatedByCreatedBy(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getAttachmentsRelatedByCreatedBy
public List getAttachmentsRelatedByCreatedBy(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByCreatedBy from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getAttachmentsRelatedByCreatedByJoinAttachmentType
protected List getAttachmentsRelatedByCreatedByJoinAttachmentType(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByCreatedBy from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getAttachmentsRelatedByCreatedByJoinIssue
protected List getAttachmentsRelatedByCreatedByJoinIssue(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByCreatedBy from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getAttachmentsRelatedByCreatedByJoinScarabUserImplRelatedByModifiedBy
protected List getAttachmentsRelatedByCreatedByJoinScarabUserImplRelatedByModifiedBy(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByCreatedBy from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getAttachmentsRelatedByModifiedBy
public List getAttachmentsRelatedByModifiedBy() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttachmentsRelatedByModifiedBy(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getAttachmentsRelatedByModifiedBy
public List getAttachmentsRelatedByModifiedBy(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByModifiedBy from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getAttachmentsRelatedByModifiedBy
public List getAttachmentsRelatedByModifiedBy(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttachmentsRelatedByModifiedBy(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getAttachmentsRelatedByModifiedBy
public List getAttachmentsRelatedByModifiedBy(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByModifiedBy from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getAttachmentsRelatedByModifiedByJoinAttachmentType
protected List getAttachmentsRelatedByModifiedByJoinAttachmentType(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByModifiedBy from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getAttachmentsRelatedByModifiedByJoinIssue
protected List getAttachmentsRelatedByModifiedByJoinIssue(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByModifiedBy from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getAttachmentsRelatedByModifiedByJoinScarabUserImplRelatedByCreatedBy
protected List getAttachmentsRelatedByModifiedByJoinScarabUserImplRelatedByCreatedBy(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttachmentsRelatedByModifiedBy from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getAttributeValues
public List getAttributeValues() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributeValues(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getAttributeValues
public List getAttributeValues(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getAttributeValues
public List getAttributeValues(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributeValues(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getAttributeValues
public List getAttributeValues(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getAttributeValuesJoinAttribute
protected List getAttributeValuesJoinAttribute(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getAttributeValuesJoinAttributeOption
protected List getAttributeValuesJoinAttributeOption(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getAttributeValuesJoinIssue
protected List getAttributeValuesJoinIssue(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getAttributeValuesJoinScarabUserImpl
protected List getAttributeValuesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related AttributeValues from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getAttributes
public List getAttributes() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributes(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getAttributes
public List getAttributes(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related Attributes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getAttributes
public List getAttributes(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getAttributes(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getAttributes
public List getAttributes(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related Attributes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getAttributesJoinAttributeOption
protected List getAttributesJoinAttributeOption(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Attributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getAttributesJoinAttributeType
protected List getAttributesJoinAttributeType(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Attributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getAttributesJoinScarabUserImpl
protected List getAttributesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Attributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getIssueVotes
public List getIssueVotes() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getIssueVotes(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getIssueVotes
public List getIssueVotes(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related IssueVotes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getIssueVotes
public List getIssueVotes(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getIssueVotes(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getIssueVotes
public List getIssueVotes(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related IssueVotes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getIssueVotesJoinIssue
protected List getIssueVotesJoinIssue(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related IssueVotes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getIssueVotesJoinScarabUserImpl
protected List getIssueVotesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related IssueVotes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getMITLists
public List getMITLists() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getMITLists(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getMITLists
public List getMITLists(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related MITLists from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getMITLists
public List getMITLists(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getMITLists(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getMITLists
public List getMITLists(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related MITLists from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getMITListsJoinScarabUserImpl
protected List getMITListsJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related MITLists from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getNotificationFilters
public List getNotificationFilters() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getNotificationFilters(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getNotificationFilters
public List getNotificationFilters(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related NotificationFilters from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getNotificationFilters
public List getNotificationFilters(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getNotificationFilters(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getNotificationFilters
public List getNotificationFilters(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related NotificationFilters from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getNotificationFiltersJoinScarabModule
protected List getNotificationFiltersJoinScarabModule(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related NotificationFilters from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getNotificationFiltersJoinScarabUserImpl
protected List getNotificationFiltersJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related NotificationFilters from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getNotificationStatuss
public List getNotificationStatuss() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getNotificationStatuss(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getNotificationStatuss
public List getNotificationStatuss(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related NotificationStatuss from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getNotificationStatuss
public List getNotificationStatuss(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getNotificationStatuss(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getNotificationStatuss
public List getNotificationStatuss(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related NotificationStatuss from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getNotificationStatussJoinActivity
protected List getNotificationStatussJoinActivity(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related NotificationStatuss from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getNotificationStatussJoinScarabUserImpl
protected List getNotificationStatussJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related NotificationStatuss from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getPendingGroupUserRoles
public List getPendingGroupUserRoles() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getPendingGroupUserRoles(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getPendingGroupUserRoles
public List getPendingGroupUserRoles(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related PendingGroupUserRoles from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getPendingGroupUserRoles
public List getPendingGroupUserRoles(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getPendingGroupUserRoles(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getPendingGroupUserRoles
public List getPendingGroupUserRoles(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related PendingGroupUserRoles from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getPendingGroupUserRolesJoinScarabModule
protected List getPendingGroupUserRolesJoinScarabModule(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related PendingGroupUserRoles from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getPendingGroupUserRolesJoinScarabUserImpl
protected List getPendingGroupUserRolesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related PendingGroupUserRoles from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getQueryKey
public String getQueryKey()(Code)
get an id that differentiates this object from others of its class.



getQuerys
public List getQuerys() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getQuerys(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getQuerys
public List getQuerys(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getQuerys
public List getQuerys(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getQuerys(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getQuerys
public List getQuerys(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getQuerysJoinFrequency
protected List getQuerysJoinFrequency(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getQuerysJoinIssueType
protected List getQuerysJoinIssueType(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getQuerysJoinMITList
protected List getQuerysJoinMITList(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getQuerysJoinScarabModule
protected List getQuerysJoinScarabModule(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getQuerysJoinScarabUserImpl
protected List getQuerysJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getQuerysJoinScope
protected List getQuerysJoinScope(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Querys from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getRModuleUserAttributes
public List getRModuleUserAttributes() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRModuleUserAttributes(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getRModuleUserAttributes
public List getRModuleUserAttributes(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getRModuleUserAttributes
public List getRModuleUserAttributes(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRModuleUserAttributes(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getRModuleUserAttributes
public List getRModuleUserAttributes(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getRModuleUserAttributesJoinAttribute
protected List getRModuleUserAttributesJoinAttribute(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getRModuleUserAttributesJoinIssueType
protected List getRModuleUserAttributesJoinIssueType(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getRModuleUserAttributesJoinMITList
protected List getRModuleUserAttributesJoinMITList(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getRModuleUserAttributesJoinScarabModule
protected List getRModuleUserAttributesJoinScarabModule(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getRModuleUserAttributesJoinScarabUserImpl
protected List getRModuleUserAttributesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RModuleUserAttributes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getRQueryUsers
public List getRQueryUsers() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRQueryUsers(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getRQueryUsers
public List getRQueryUsers(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related RQueryUsers from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getRQueryUsers
public List getRQueryUsers(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getRQueryUsers(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getRQueryUsers
public List getRQueryUsers(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related RQueryUsers from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getRQueryUsersJoinFrequency
protected List getRQueryUsersJoinFrequency(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RQueryUsers from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getRQueryUsersJoinQuery
protected List getRQueryUsersJoinQuery(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RQueryUsers from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getRQueryUsersJoinScarabUserImpl
protected List getRQueryUsersJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related RQueryUsers from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getReports
public List getReports() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getReports(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getReports
public List getReports(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getReports
public List getReports(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getReports(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getReports
public List getReports(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getReportsJoinIssueType
protected List getReportsJoinIssueType(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getReportsJoinScarabModule
protected List getReportsJoinScarabModule(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getReportsJoinScarabUserImpl
protected List getReportsJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getReportsJoinScope
protected List getReportsJoinScope(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related Reports from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getScarabModulesRelatedByOwnerId
public List getScarabModulesRelatedByOwnerId() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getScarabModulesRelatedByOwnerId(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getScarabModulesRelatedByOwnerId
public List getScarabModulesRelatedByOwnerId(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ScarabModulesRelatedByOwnerId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getScarabModulesRelatedByOwnerId
public List getScarabModulesRelatedByOwnerId(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getScarabModulesRelatedByOwnerId(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getScarabModulesRelatedByOwnerId
public List getScarabModulesRelatedByOwnerId(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ScarabModulesRelatedByOwnerId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getScarabModulesRelatedByOwnerIdJoinScarabUserImplRelatedByQaContactId
protected List getScarabModulesRelatedByOwnerIdJoinScarabUserImplRelatedByQaContactId(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ScarabModulesRelatedByOwnerId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getScarabModulesRelatedByQaContactId
public List getScarabModulesRelatedByQaContactId() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getScarabModulesRelatedByQaContactId(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getScarabModulesRelatedByQaContactId
public List getScarabModulesRelatedByQaContactId(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ScarabModulesRelatedByQaContactId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getScarabModulesRelatedByQaContactId
public List getScarabModulesRelatedByQaContactId(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getScarabModulesRelatedByQaContactId(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getScarabModulesRelatedByQaContactId
public List getScarabModulesRelatedByQaContactId(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related ScarabModulesRelatedByQaContactId from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getScarabModulesRelatedByQaContactIdJoinScarabUserImplRelatedByOwnerId
protected List getScarabModulesRelatedByQaContactIdJoinScarabUserImplRelatedByOwnerId(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related ScarabModulesRelatedByQaContactId from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getUserPreferences
public List getUserPreferences() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getUserPreferences(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getUserPreferences
public List getUserPreferences(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related UserPreferences from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getUserPreferences
public List getUserPreferences(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getUserPreferences(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getUserPreferences
public List getUserPreferences(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related UserPreferences from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getUserPreferencesJoinScarabUserImpl
protected List getUserPreferencesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related UserPreferences from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getUserVotes
public List getUserVotes() throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getUserVotes(new Criteria()) the collection of associated objects
throws:
  TorqueException -



getUserVotes
public List getUserVotes(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related UserVotes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.
throws:
  TorqueException -



getUserVotes
public List getUserVotes(Connection con) throws TorqueException(Code)
If this collection has already been initialized, returns the collection. Otherwise returns the results of getUserVotes(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getUserVotes
public List getUserVotes(Criteria criteria, Connection con) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl has previously been saved, it will retrieve related UserVotes from storage. If this ScarabUserImpl is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input



getUserVotesJoinScarabModule
protected List getUserVotesJoinScarabModule(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related UserVotes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



getUserVotesJoinScarabUserImpl
protected List getUserVotesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this ScarabUserImpl is new, it will return an empty collection; or if this ScarabUserImpl has previously been saved, it will retrieve related UserVotes from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in ScarabUserImpl.



initActivitySets
protected void initActivitySets()(Code)
Temporary storage of collActivitySets to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initActivitysRelatedByNewUserId
protected void initActivitysRelatedByNewUserId()(Code)
Temporary storage of collActivitysRelatedByNewUserId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initActivitysRelatedByOldUserId
protected void initActivitysRelatedByOldUserId()(Code)
Temporary storage of collActivitysRelatedByOldUserId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initAttachmentsRelatedByCreatedBy
protected void initAttachmentsRelatedByCreatedBy()(Code)
Temporary storage of collAttachmentsRelatedByCreatedBy to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initAttachmentsRelatedByModifiedBy
protected void initAttachmentsRelatedByModifiedBy()(Code)
Temporary storage of collAttachmentsRelatedByModifiedBy to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initAttributeValues
protected void initAttributeValues()(Code)
Temporary storage of collAttributeValues to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initAttributes
protected void initAttributes()(Code)
Temporary storage of collAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initIssueVotes
protected void initIssueVotes()(Code)
Temporary storage of collIssueVotes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initMITLists
protected void initMITLists()(Code)
Temporary storage of collMITLists to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initNotificationFilters
protected void initNotificationFilters()(Code)
Temporary storage of collNotificationFilters to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initNotificationStatuss
protected void initNotificationStatuss()(Code)
Temporary storage of collNotificationStatuss to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initPendingGroupUserRoles
protected void initPendingGroupUserRoles()(Code)
Temporary storage of collPendingGroupUserRoles to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initQuerys
protected void initQuerys()(Code)
Temporary storage of collQuerys to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initRModuleUserAttributes
protected void initRModuleUserAttributes()(Code)
Temporary storage of collRModuleUserAttributes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initRQueryUsers
protected void initRQueryUsers()(Code)
Temporary storage of collRQueryUsers to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initReports
protected void initReports()(Code)
Temporary storage of collReports to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initScarabModulesRelatedByOwnerId
protected void initScarabModulesRelatedByOwnerId()(Code)
Temporary storage of collScarabModulesRelatedByOwnerId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initScarabModulesRelatedByQaContactId
protected void initScarabModulesRelatedByQaContactId()(Code)
Temporary storage of collScarabModulesRelatedByQaContactId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initUserPreferences
protected void initUserPreferences()(Code)
Temporary storage of collUserPreferences to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



initUserVotes
protected void initUserVotes()(Code)
Temporary storage of collUserVotes to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.



setQueryKey
public void setQueryKey(String key) throws TorqueException(Code)
set an id that differentiates this object from others of its class.



toString
public String toString()(Code)



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