Java Doc for ScarabModuleContainer.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.AbstractScarabModule
   org.tigris.scarab.om.BaseScarabModule
      org.tigris.scarab.om.ScarabModule
         org.tigris.scarab.om.ScarabModuleContainer

ScarabModuleContainer
public class ScarabModuleContainer extends ScarabModule (Code)
This class represents the Global module (which is a module where it is not possible to create new issues within it).
author:
   Douglas B. Robertson
author:
   John McNally
version:
   $Id: ScarabModuleContainer.java 9977 2005-12-09 00:40:59Z hair $



Constructor Summary
public  ScarabModuleContainer()
    

Method Summary
public  booleanallowsIssues()
     Determines whether this module accepts issues.
public  booleanallowsNewIssues()
     Determines whether this module is accepting new issues.


Constructor Detail
ScarabModuleContainer
public ScarabModuleContainer()(Code)




Method Detail
allowsIssues
public boolean allowsIssues()(Code)
Determines whether this module accepts issues. This default implementation does NOT allow issues.



allowsNewIssues
public boolean allowsNewIssues()(Code)
Determines whether this module is accepting new issues. Containers never accept new issues, so this will return false;



Fields inherited from org.tigris.scarab.om.ScarabModule
final protected static Integer ROOT_ID(Code)(Java Doc)

Methods inherited from org.tigris.scarab.om.ScarabModule
public boolean allowsIssues()(Code)(Java Doc)
public int compareTo(Object obj)(Code)(Java Doc)
public String getArchiveEmail()(Code)(Java Doc)
public String[] getAutoApprovedRoles()(Code)(Java Doc)
public String getCommentRenderingEngine()(Code)(Java Doc)
public String getHttpDomain()(Code)(Java Doc)
public int getIssueCount(ScarabUser user, AttributeOption attributeOption) throws TorqueException, ScarabException, DataSetException(Code)(Java Doc)
public int getIssueCount(ScarabUser user) throws TorqueException, ScarabException, DataSetException(Code)(Java Doc)
public Module getParent() throws TorqueException(Code)(Java Doc)
public String getPort() throws TorqueException(Code)(Java Doc)
public List getRModuleAttributes(Criteria crit) throws TorqueException(Code)(Java Doc)
public List getRModuleIssueTypes() throws TorqueException(Code)(Java Doc)
public List getRModuleOptions(Criteria crit) throws TorqueException(Code)(Java Doc)
public Role getRequiredRole()(Code)(Java Doc)
public List getRoles() throws TorqueException(Code)(Java Doc)
public String getScarabInstanceId()(Code)(Java Doc)
public String getScheme() throws TorqueException(Code)(Java Doc)
public String getScriptName() throws TorqueException(Code)(Java Doc)
public ScarabUser[] getUsers(String permission)(Code)(Java Doc)
public ScarabUser[] getUsers(List permissions)(Code)(Java Doc)
public ScarabPaginatedList getUsers(String name, String username, MITList mitList, int pageNum, int resultsPerPage, String sortColumn, String sortPolarity, boolean includeCommitters) throws TorqueException, DataSetException(Code)(Java Doc)
public List getUsers(String firstName, String lastName, String username, String email, IssueType issueType) throws TorqueException(Code)(Java Doc)
public void grant(User user, Role role) throws TurbineSecurityException(Code)(Java Doc)
public void grant(User user, RoleSet roleSet) throws TurbineSecurityException(Code)(Java Doc)
public boolean isIssueReasonRequired()(Code)(Java Doc)
public boolean isIssueReasonRequiredInherited()(Code)(Java Doc)
public boolean registerNeedsRequiredRole()(Code)(Java Doc)
public void remove() throws TurbineSecurityException(Code)(Java Doc)
public void rename(String name) throws TurbineSecurityException(Code)(Java Doc)
public void revoke(User user, Role role) throws TurbineSecurityException(Code)(Java Doc)
public void revoke(User user, RoleSet roleSet) throws TurbineSecurityException(Code)(Java Doc)
public void save()(Code)(Java Doc)
public void save(Connection dbCon) throws TorqueException(Code)(Java Doc)
public void setHttpDomain(String v)(Code)(Java Doc)
public void setParent(Module v) throws TorqueException(Code)(Java Doc)
public void setParentId(Integer id) throws TorqueException(Code)(Java Doc)
public void setPort(String v) throws TorqueException(Code)(Java Doc)
public void setScarabInstanceId(String v)(Code)(Java Doc)
public void setScheme(String v) throws TorqueException(Code)(Java Doc)
public void setScriptName(String v) throws TorqueException(Code)(Java Doc)
public String toString()(Code)(Java Doc)

Fields inherited from org.tigris.scarab.om.BaseScarabModule
protected List collAttributeGroups(Code)(Java Doc)
protected List collGlobalParameters(Code)(Java Doc)
protected List collIssues(Code)(Java Doc)
protected List collMITListItems(Code)(Java Doc)
protected List collNotificationDefaultFilters(Code)(Java Doc)
protected List collNotificationFilters(Code)(Java Doc)
protected List collPendingGroupUserRoles(Code)(Java Doc)
protected List collQuerys(Code)(Java Doc)
protected List collRModuleAttributes(Code)(Java Doc)
protected List collRModuleIssueTypes(Code)(Java Doc)
protected List collRModuleOptions(Code)(Java Doc)
protected List collRModuleUserAttributes(Code)(Java Doc)
protected List collReports(Code)(Java Doc)
protected List collUserVotes(Code)(Java Doc)

Methods inherited from org.tigris.scarab.om.BaseScarabModule
public void addAttributeGroup(AttributeGroup l) throws TorqueException(Code)(Java Doc)
public void addGlobalParameter(GlobalParameter l) throws TorqueException(Code)(Java Doc)
public void addIssue(Issue l) throws TorqueException(Code)(Java Doc)
public void addMITListItem(MITListItem l) throws TorqueException(Code)(Java Doc)
public void addNotificationDefaultFilter(NotificationDefaultFilter l) throws TorqueException(Code)(Java Doc)
public void addNotificationFilter(NotificationFilter l) throws TorqueException(Code)(Java Doc)
public void addPendingGroupUserRole(PendingGroupUserRole l) throws TorqueException(Code)(Java Doc)
public void addQuery(Query l) throws TorqueException(Code)(Java Doc)
public void addRModuleAttribute(RModuleAttribute l) throws TorqueException(Code)(Java Doc)
public void addRModuleIssueType(RModuleIssueType l) throws TorqueException(Code)(Java Doc)
public void addRModuleOption(RModuleOption l) throws TorqueException(Code)(Java Doc)
public void addRModuleUserAttribute(RModuleUserAttribute l) throws TorqueException(Code)(Java Doc)
public void addReport(Report l) throws TorqueException(Code)(Java Doc)
public void addUserVote(UserVote l) throws TorqueException(Code)(Java Doc)
public ScarabModule copy() throws TorqueException(Code)(Java Doc)
protected ScarabModule copyInto(ScarabModule copyObj) throws TorqueException(Code)(Java Doc)
public String getArchiveEmail()(Code)(Java Doc)
public List getAttributeGroups() throws TorqueException(Code)(Java Doc)
public List getAttributeGroups(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getAttributeGroups(Connection con) throws TorqueException(Code)(Java Doc)
public List getAttributeGroups(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getAttributeGroupsJoinIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getAttributeGroupsJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc)
public Object getByName(String name)(Code)(Java Doc)
public Object getByPeerName(String name)(Code)(Java Doc)
public Object getByPosition(int pos)(Code)(Java Doc)
public int getClassKey()(Code)(Java Doc)
public String getCode()(Code)(Java Doc)
public boolean getDeleted()(Code)(Java Doc)
public String getDescription()(Code)(Java Doc)
public String getDomain()(Code)(Java Doc)
public static synchronized List getFieldNames()(Code)(Java Doc)
public List getGlobalParameters() throws TorqueException(Code)(Java Doc)
public List getGlobalParameters(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getGlobalParameters(Connection con) throws TorqueException(Code)(Java Doc)
public List getGlobalParameters(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getGlobalParametersJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getIssues() throws TorqueException(Code)(Java Doc)
public List getIssues(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getIssues(Connection con) throws TorqueException(Code)(Java Doc)
public List getIssues(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getIssuesJoinActivitySetRelatedByCreatedTransId(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getIssuesJoinActivitySetRelatedByLastTransId(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getIssuesJoinIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getIssuesJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc)
public boolean getLocked()(Code)(Java Doc)
public List getMITListItems() throws TorqueException(Code)(Java Doc)
public List getMITListItems(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getMITListItems(Connection con) throws TorqueException(Code)(Java Doc)
public List getMITListItems(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getMITListItemsJoinIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getMITListItemsJoinMITList(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getMITListItemsJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc)
public Integer getModuleId()(Code)(Java Doc)
public Module getModuleRelatedByParentId() throws TorqueException(Code)(Java Doc)
public Module getModuleRelatedByParentId(Connection connection) throws TorqueException(Code)(Java Doc)
public List getNotificationDefaultFilters() throws TorqueException(Code)(Java Doc)
public List getNotificationDefaultFilters(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getNotificationDefaultFilters(Connection con) throws TorqueException(Code)(Java Doc)
public List getNotificationDefaultFilters(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getNotificationDefaultFiltersJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getNotificationDefaultFiltersJoinScarabRoleImpl(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getNotificationFilters() throws TorqueException(Code)(Java Doc)
public List getNotificationFilters(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getNotificationFilters(Connection con) throws TorqueException(Code)(Java Doc)
public List getNotificationFilters(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getNotificationFiltersJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getNotificationFiltersJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc)
public Integer getOwnerId()(Code)(Java Doc)
public Integer getParentId()(Code)(Java Doc)
public ScarabModulePeer getPeer()(Code)(Java Doc)
public List getPendingGroupUserRoles() throws TorqueException(Code)(Java Doc)
public List getPendingGroupUserRoles(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getPendingGroupUserRoles(Connection con) throws TorqueException(Code)(Java Doc)
public List getPendingGroupUserRoles(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getPendingGroupUserRolesJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getPendingGroupUserRolesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc)
public ObjectKey getPrimaryKey()(Code)(Java Doc)
public Integer getQaContactId()(Code)(Java Doc)
public String getQueryKey()(Code)(Java Doc)
public List getQuerys() throws TorqueException(Code)(Java Doc)
public List getQuerys(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getQuerys(Connection con) throws TorqueException(Code)(Java Doc)
public List getQuerys(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getQuerysJoinFrequency(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getQuerysJoinIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getQuerysJoinMITList(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getQuerysJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getQuerysJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getQuerysJoinScope(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getRModuleAttributes() throws TorqueException(Code)(Java Doc)
public List getRModuleAttributes(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getRModuleAttributes(Connection con) throws TorqueException(Code)(Java Doc)
public List getRModuleAttributes(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getRModuleAttributesJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getRModuleAttributesJoinIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getRModuleAttributesJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getRModuleIssueTypes() throws TorqueException(Code)(Java Doc)
public List getRModuleIssueTypes(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getRModuleIssueTypes(Connection con) throws TorqueException(Code)(Java Doc)
public List getRModuleIssueTypes(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getRModuleIssueTypesJoinIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getRModuleIssueTypesJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getRModuleOptions() throws TorqueException(Code)(Java Doc)
public List getRModuleOptions(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getRModuleOptions(Connection con) throws TorqueException(Code)(Java Doc)
public List getRModuleOptions(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getRModuleOptionsJoinAttributeOption(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getRModuleOptionsJoinIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getRModuleOptionsJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getRModuleUserAttributes() throws TorqueException(Code)(Java Doc)
public List getRModuleUserAttributes(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getRModuleUserAttributes(Connection con) throws TorqueException(Code)(Java Doc)
public List getRModuleUserAttributes(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getRModuleUserAttributesJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getRModuleUserAttributesJoinIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getRModuleUserAttributesJoinMITList(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getRModuleUserAttributesJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getRModuleUserAttributesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc)
public String getRealName()(Code)(Java Doc)
public List getReports() throws TorqueException(Code)(Java Doc)
public List getReports(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getReports(Connection con) throws TorqueException(Code)(Java Doc)
public List getReports(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getReportsJoinIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getReportsJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getReportsJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getReportsJoinScope(Criteria criteria) throws TorqueException(Code)(Java Doc)
public ScarabUser getScarabUserRelatedByOwnerId() throws TorqueException(Code)(Java Doc)
public ScarabUser getScarabUserRelatedByOwnerId(Connection connection) throws TorqueException(Code)(Java Doc)
public ScarabUser getScarabUserRelatedByQaContactId() throws TorqueException(Code)(Java Doc)
public ScarabUser getScarabUserRelatedByQaContactId(Connection connection) throws TorqueException(Code)(Java Doc)
public String getUrl()(Code)(Java Doc)
public List getUserVotes() throws TorqueException(Code)(Java Doc)
public List getUserVotes(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getUserVotes(Connection con) throws TorqueException(Code)(Java Doc)
public List getUserVotes(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getUserVotesJoinScarabModule(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getUserVotesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected void initAttributeGroups()(Code)(Java Doc)
protected void initGlobalParameters()(Code)(Java Doc)
protected void initIssues()(Code)(Java Doc)
protected void initMITListItems()(Code)(Java Doc)
protected void initNotificationDefaultFilters()(Code)(Java Doc)
protected void initNotificationFilters()(Code)(Java Doc)
protected void initPendingGroupUserRoles()(Code)(Java Doc)
protected void initQuerys()(Code)(Java Doc)
protected void initRModuleAttributes()(Code)(Java Doc)
protected void initRModuleIssueTypes()(Code)(Java Doc)
protected void initRModuleOptions()(Code)(Java Doc)
protected void initRModuleUserAttributes()(Code)(Java Doc)
protected void initReports()(Code)(Java Doc)
protected void initUserVotes()(Code)(Java Doc)
protected boolean isCacheOnSave()(Code)(Java Doc)
public void save() throws TorqueException(Code)(Java Doc)
public void save(String dbName) throws TorqueException(Code)(Java Doc)
public void save(Connection con) throws TorqueException(Code)(Java Doc)
public void setArchiveEmail(String v)(Code)(Java Doc)
public void setClassKey(int v)(Code)(Java Doc)
public void setCode(String v)(Code)(Java Doc)
public void setDeleted(boolean v)(Code)(Java Doc)
public void setDescription(String v)(Code)(Java Doc)
public void setDomain(String v)(Code)(Java Doc)
public void setLocked(boolean v)(Code)(Java Doc)
public void setModuleId(Integer v) throws TorqueException(Code)(Java Doc)
public void setModuleRelatedByParentId(Module v) throws TorqueException(Code)(Java Doc)
public void setModuleRelatedByParentIdKey(ObjectKey key) throws TorqueException(Code)(Java Doc)
public void setOwnerId(Integer v) throws TorqueException(Code)(Java Doc)
public void setParentId(Integer v) throws TorqueException(Code)(Java Doc)
public void setPrimaryKey(ObjectKey key) throws TorqueException(Code)(Java Doc)
public void setPrimaryKey(String key) throws TorqueException(Code)(Java Doc)
public void setQaContactId(Integer v) throws TorqueException(Code)(Java Doc)
public void setQueryKey(String key) throws TorqueException(Code)(Java Doc)
public void setRealName(String v)(Code)(Java Doc)
public void setScarabUserRelatedByOwnerId(ScarabUser v) throws TorqueException(Code)(Java Doc)
public void setScarabUserRelatedByOwnerIdKey(ObjectKey key) throws TorqueException(Code)(Java Doc)
public void setScarabUserRelatedByQaContactId(ScarabUser v) throws TorqueException(Code)(Java Doc)
public void setScarabUserRelatedByQaContactIdKey(ObjectKey key) throws TorqueException(Code)(Java Doc)
public void setUrl(String v)(Code)(Java Doc)
public String toString()(Code)(Java Doc)

Fields inherited from org.tigris.scarab.om.AbstractScarabModule
final protected static String GET_ALL_R_MODULE_OPTIONS(Code)(Java Doc)
final protected static String GET_AVAILABLE_ISSUE_TYPES(Code)(Java Doc)
final protected static String GET_DEDUPE_GROUPS_WITH_ATTRIBUTES(Code)(Java Doc)
final protected static String GET_DEFAULT_RMODULE_USERATTRIBUTES(Code)(Java Doc)
final protected static String GET_ISSUE_TYPES(Code)(Java Doc)
final protected static String GET_LEAF_R_MODULE_OPTIONS(Code)(Java Doc)
final protected static String GET_NAV_ISSUE_TYPES(Code)(Java Doc)
final protected static String GET_R_MODULE_ATTRIBUTES(Code)(Java Doc)
final protected static String GET_R_MODULE_ISSUE_TYPE(Code)(Java Doc)
final protected static String GET_R_MODULE_ISSUE_TYPES(Code)(Java Doc)
final protected static String GET_SAVED_REPORTS(Code)(Java Doc)
final protected static String GET_TEMPLATE_TYPES(Code)(Java Doc)
final protected static String GET_UNAPPROVED_QUERIES(Code)(Java Doc)
final protected static String GET_UNAPPROVED_TEMPLATES(Code)(Java Doc)

Methods inherited from org.tigris.scarab.om.AbstractScarabModule
public void addAttributeOption(IssueType issueType, AttributeOption option) throws TorqueException, ScarabException(Code)(Java Doc)
public void addIssueType(IssueType issueType) throws TorqueException, ValidationException, DataSetException, ScarabException(Code)(Java Doc)
public RModuleAttribute addRModuleAttribute(IssueType issueType, Attribute attribute) throws TorqueException, ScarabException(Code)(Java Doc)
public RModuleOption addRModuleOption(IssueType issueType, AttributeOption option) throws TorqueException(Code)(Java Doc)
public boolean allowsIssues()(Code)(Java Doc)
public boolean allowsMultipleVoting()(Code)(Java Doc)
public boolean allowsNewIssues()(Code)(Java Doc)
public int compareTo(Object obj)(Code)(Java Doc)
public AttributeGroup createNewGroup(IssueType issueType) throws TorqueException(Code)(Java Doc)
public List getActiveAttributesByName(IssueType issueType, String attributeType) throws TorqueException(Code)(Java Doc)
public List getAllAttributeOptions(Integer attributeId) throws TorqueException, ScarabException(Code)(Java Doc)
public List getAllAttributes() throws TorqueException(Code)(Java Doc)
public List getAllOptionAttributes() throws TorqueException(Code)(Java Doc)
public synchronized List getAncestors() throws TorqueException(Code)(Java Doc)
abstract public String getArchiveEmail()(Code)(Java Doc)
public List getAttributeOptions(Attribute attribute, IssueType issueType) throws TorqueException(Code)(Java Doc)
public List getAttributes(IssueType issueType) throws TorqueException(Code)(Java Doc)
public List getAttributes(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getAvailableAttributeOptions(Attribute attribute, IssueType issueType) throws TorqueException(Code)(Java Doc)
public List getAvailableAttributes(IssueType issueType, String attributeType) throws TorqueException(Code)(Java Doc)
public List getAvailableIssueTypes() throws TorqueException(Code)(Java Doc)
public List getDedupeAttributeGroups(IssueType issueType) throws TorqueException(Code)(Java Doc)
public List getDedupeAttributeGroups(IssueType issueType, boolean activeOnly) throws TorqueException(Code)(Java Doc)
public List getDedupeGroupsWithAttributes(IssueType issueType) throws TorqueException(Code)(Java Doc)
public int getDedupeSequence(IssueType issueType) throws TorqueException(Code)(Java Doc)
public List getDefaultRModuleUserAttributes(IssueType issueType) throws TorqueException(Code)(Java Doc)
public ScarabUser[] getEligibleIssueReporters() throws TorqueException(Code)(Java Doc)
public ScarabUser[] getEligibleUsers(Attribute attribute) throws TorqueException, ScarabException(Code)(Java Doc)
public Issue getIssueById(String id) throws TorqueException(Code)(Java Doc)
public REProgram getIssueRegex() throws TorqueException(Code)(Java Doc)
public String getIssueRegexString() throws TorqueException(Code)(Java Doc)
public List getIssueTypes() throws TorqueException(Code)(Java Doc)
public List getIssueTypes(boolean activeOnly) throws TorqueException(Code)(Java Doc)
public int getLastAttribute(IssueType issueType, String attributeType) throws TorqueException(Code)(Java Doc)
public int getLastAttributeOption(Attribute attribute, IssueType issueType) throws TorqueException(Code)(Java Doc)
public List getLeafRModuleOptions(Attribute attribute, IssueType issuetype) throws TorqueException(Code)(Java Doc)
public List getLeafRModuleOptions(Attribute attribute, IssueType issueType, boolean activeOnly) throws TorqueException(Code)(Java Doc)
public Locale getLocale()(Code)(Java Doc)
abstract public Integer getModuleId()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public List getNavIssueTypes() throws TorqueException(Code)(Java Doc)
public Issue getNewIssue(IssueType issueType) throws TorqueException(Code)(Java Doc)
public List getOptionTree(Attribute attribute, IssueType issueType) throws TorqueException(Code)(Java Doc)
public List getOptionTree(Attribute attribute, IssueType issueType, boolean activeOnly) throws TorqueException(Code)(Java Doc)
abstract public Module getParent() throws TorqueException(Code)(Java Doc)
public RModuleAttribute getRModuleAttribute(Attribute attribute, IssueType issueType) throws TorqueException(Code)(Java Doc)
public List getRModuleAttributes(Criteria crit) throws TorqueException(Code)(Java Doc)
public List getRModuleAttributes(IssueType issueType) throws TorqueException(Code)(Java Doc)
public List getRModuleAttributes(IssueType issueType, boolean activeOnly) throws TorqueException(Code)(Java Doc)
public List getRModuleAttributes(IssueType issueType, boolean activeOnly, String attributeType) throws TorqueException(Code)(Java Doc)
public RModuleIssueType getRModuleIssueType(IssueType issueType) throws TorqueException(Code)(Java Doc)
abstract public List getRModuleIssueTypes() throws TorqueException(Code)(Java Doc)
public List getRModuleIssueTypes(String sortColumn, String sortPolarity) throws TorqueException(Code)(Java Doc)
public RModuleOption getRModuleOption(AttributeOption option, IssueType issueType) throws TorqueException(Code)(Java Doc)
abstract public List getRModuleOptions(Criteria crit) throws TorqueException(Code)(Java Doc)
public List getRModuleOptions(Attribute attribute, IssueType issueType) throws TorqueException(Code)(Java Doc)
public List getRModuleOptions(Attribute attribute, IssueType issueType, boolean activeOnly) throws TorqueException(Code)(Java Doc)
abstract public String getRealName()(Code)(Java Doc)
public List getSavedReports(ScarabUser user) throws TorqueException, ScarabException(Code)(Java Doc)
public String[] getSystemEmail()(Code)(Java Doc)
public List getTemplateTypes() throws TorqueException, ScarabException(Code)(Java Doc)
public List getUnapprovedQueries() throws TorqueException(Code)(Java Doc)
public List getUnapprovedTemplates() throws TorqueException(Code)(Java Doc)
public int getUnusedVoteCount(ScarabUser user)(Code)(Java Doc)
public List getUserAttributes(IssueType issueType) throws TorqueException(Code)(Java Doc)
public List getUserAttributes(IssueType issueType, boolean activeOnly) throws TorqueException(Code)(Java Doc)
public List getUserPermissions(IssueType issueType) throws TorqueException(Code)(Java Doc)
abstract public ScarabUser[] getUsers(String permission) throws TorqueException(Code)(Java Doc)
abstract public ScarabUser[] getUsers(List permissions) throws TorqueException(Code)(Java Doc)
protected String getValidationMessage(String typeName, String detail)(Code)(Java Doc)
public boolean hasAttributes(IssueType issueType) throws TorqueException, DataSetException(Code)(Java Doc)
public boolean includesIssueType(IssueType issueType) throws TorqueException, DataSetException(Code)(Java Doc)
protected void inheritFromParent(Module parentModule) throws TorqueException, ScarabException(Code)(Java Doc)
public boolean isEndlessLoop(Module parent) throws TorqueException(Code)(Java Doc)
public boolean isGlobalModule()(Code)(Java Doc)
public boolean isInitializing() throws TorqueException(Code)(Java Doc)
protected void resetAncestors()(Code)(Java Doc)
protected void setInitialAttributesAndIssueTypes() throws TorqueException, DataSetException, ScarabException(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
abstract public void setParent(Module v) throws TorqueException(Code)(Java Doc)
public void setRmaBasedOnIssueType(RIssueTypeAttribute ria) throws TorqueException, ScarabException(Code)(Java Doc)
public void setRmoBasedOnIssueType(RIssueTypeOption rio) throws TorqueException, ScarabException(Code)(Java Doc)
public void shiftAttributeOption(Attribute attribute, IssueType issueType, int offset) throws TorqueException(Code)(Java Doc)
public String toString()(Code)(Java Doc)

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