Java Doc for Attribute.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.BaseAttribute
   org.tigris.scarab.om.Attribute

Attribute
public class Attribute extends BaseAttribute implements Persistent,Conditioned(Code)
This class represents the SCARAB_R_OPTION_OPTION table. Please note that this class caches several pieces of data depending on the methods called. If you would like to clear these caches, it is a good idea to call the doRemoveCaches() method after making any modifications to the ROptionOption, ParentChildAttributeOption, and AttributeOption objects.
author:
   Jon S. Stevens
version:
   $Id: Attribute.java 10042 2006-04-11 11:28:39Z jorgeuriarte $



Constructor Summary
protected  Attribute()
    

Method Summary
public synchronized  voidbuildOptionsMap()
     Build a list of options.
public static  booleancheckForDuplicate(String attributeName)
     Checks to see if there is another attribute with the same name already in the database.
public static  booleancheckForDuplicate(String attributeName, Attribute attribute)
    
public  AttributecopyAttribute(ScarabUser user)
    
public  voiddeleteIssueTypeMappings()
     Delete mappings with global issue types.
public  voiddeleteModuleMappings()
     Delete mappings with all modules and issue types.
 voiddoRemoveCaches()
    
public  ListgetActivitys()
    
public static  ListgetAllAttributeTypes()
     Little method to return a List of all Attribute Type's.
public static  ListgetAllAttributes()
    
public  AttributeOptiongetAttributeOption(Integer pk)
     Gets one of the options belonging to this attribute.
public  AttributeOptiongetAttributeOption(String optionID)
     Get an option by String id.
public  ListgetAttributeOptions(boolean includeDeleted)
     Get a list of all attribute options or just the ones that have not been marked as deleted.
public  AttributeTypegetAttributeType()
     Override the base class to provide caching of AttributeType objects and save a hit to the database.
static  StringgetCacheKey(ObjectKey key)
    
public  ListgetCompatibleAttributeTypes()
     Method to return compatible Attribute Type's. if the attribute has not been used at all, all types are compatible.
public  ListgetConditions()
    
public  Integer[]getConditionsArray()
     Returns the array of attributeOptionIds that will force the requiment of this attribute if set.
public  StringgetCreatedUserName()
    
public static  AttributegetInstance(int id)
     Return an instance based on the passed in attribute id as an int It will return a cached instance if possible.
public static  AttributegetInstance(String attributeName)
     Return an instance based on the passed in attribute name as a String.
public  ListgetOrderedAttributeOptionList()
     Creates an ordered List of AttributeOptions which are children within this Attribute.
public  ListgetOrderedROptionOptionList()
     Creates an ordered List of ROptionOption which are children within this Attribute.
public  ListgetParentChildAttributeOptions()
     This returns a list of ParentChildAttributeOption objects which have been populated with combined join data from ROptionOption and the AttributeOption table.
public  AttributeOptiongetRequiredOption()
     Gets the attributeOption that will force this attribute to be required, in case of being set.
public  ListgetTransitions()
    
public  booleanhasGlobalIssueTypeMappings()
     Refers to global issue types.
public  booleanhasGlobalMapping(IssueType issueType)
     Refers to global issue types.
Parameters:
  issueType - A specific IssueType to findassociated attributes for, or null to ignore thiscriterion.
public  booleanhasMapping(Module module, IssueType issueType)
    
Parameters:
  module - null to ignore this criterion.
Parameters:
  issueType - null to ignore this criterion.
public  booleanhasModuleMappings()
    
public  booleanisConditioned()
    
public  booleanisDateAttribute()
    
public  booleanisIntegerAttribute()
    
public  booleanisOptionAttribute()
    
public  booleanisRequiredIf(Integer optionID)
     Return true if the given attributeOptionId will make the current attribute required.
public  booleanisSystemDefined()
     Checks if this attribute is associated with atleast one of the global issue types that is system defined.
public  booleanisTextAttribute()
    
public  booleanisUserAttribute()
    
public  voidsetConditionsArray(Integer aOptionId)
     Load the attribute options' IDs from the template combo.
 voidsetOrderedAttributeOptionList(List value)
     package protected method to set the value of the cached list.
 voidsetOrderedROptionOptionList(List value)
     package protected method to set the value of the cached list.
 voidsetParentChildAttributeOptions(List value)
     package protected method to set the value of the cached list.


Constructor Detail
Attribute
protected Attribute()(Code)
Must call getInstance()




Method Detail
buildOptionsMap
public synchronized void buildOptionsMap() throws TorqueException(Code)
Build a list of options.



checkForDuplicate
public static boolean checkForDuplicate(String attributeName) throws TorqueException(Code)
Checks to see if there is another attribute with the same name already in the database. Returns true if there is another Attribute of the same name.



checkForDuplicate
public static boolean checkForDuplicate(String attributeName, Attribute attribute) throws TorqueException(Code)



copyAttribute
public Attribute copyAttribute(ScarabUser user) throws TorqueException(Code)
Copy the Attribute and its options Make sure the new options have a row in the option join table



deleteIssueTypeMappings
public void deleteIssueTypeMappings() throws TorqueException(Code)
Delete mappings with global issue types.



deleteModuleMappings
public void deleteModuleMappings() throws TorqueException, ScarabException(Code)
Delete mappings with all modules and issue types.



doRemoveCaches
void doRemoveCaches()(Code)
Clears the internal caches for this object



getActivitys
public List getActivitys() throws TorqueException(Code)
Override autogenerated base class method There should be no actitivites being returned



getAllAttributeTypes
public static List getAllAttributeTypes() throws TorqueException(Code)
Little method to return a List of all Attribute Type's. It is here for convenience with regards to needing this functionality from within a Template.



getAllAttributes
public static List getAllAttributes() throws TorqueException(Code)
get a list of all of the Attributes in the database



getAttributeOption
public AttributeOption getAttributeOption(Integer pk) throws TorqueException(Code)
Gets one of the options belonging to this attribute. if the PrimaryKey does not belong to an option in this attribute null is returned.
Parameters:
  pk - a Integer value an AttributeOption value



getAttributeOption
public AttributeOption getAttributeOption(String optionID) throws TorqueException(Code)
Get an option by String id.
throws:
  TorqueException - if optionId is empty



getAttributeOptions
public List getAttributeOptions(boolean includeDeleted) throws TorqueException(Code)
Get a list of all attribute options or just the ones that have not been marked as deleted.



getAttributeType
public AttributeType getAttributeType() throws TorqueException(Code)
Override the base class to provide caching of AttributeType objects and save a hit to the database.



getCacheKey
static String getCacheKey(ObjectKey key)(Code)



getCompatibleAttributeTypes
public List getCompatibleAttributeTypes() throws TorqueException, DataSetException(Code)
Method to return compatible Attribute Type's. if the attribute has not been used at all, all types are compatible. if issues have been entered which use the attribute only text types are compatible with each other It is here for convenience with regards to needing this functionality from within a Template.



getConditions
public List getConditions() throws TorqueException(Code)



getConditionsArray
public Integer[] getConditionsArray()(Code)
Returns the array of attributeOptionIds that will force the requiment of this attribute if set. Used by templates to load the combo.



getCreatedUserName
public String getCreatedUserName() throws TorqueException(Code)
Helper method that takes a Integer



getInstance
public static Attribute getInstance(int id) throws TorqueException(Code)
Return an instance based on the passed in attribute id as an int It will return a cached instance if possible.



getInstance
public static Attribute getInstance(String attributeName) throws TorqueException(Code)
Return an instance based on the passed in attribute name as a String. It will return the first match if the number of Attributes found > 0 Note: The business logic dicates that there should never be duplicate Attributes. Therefore, the checkForDuplicate method will return true if the number of Attributes found is > 0



getOrderedAttributeOptionList
public List getOrderedAttributeOptionList() throws TorqueException(Code)
Creates an ordered List of AttributeOptions which are children within this Attribute. The list is ordered according to the preferred order. a List of AttributeOption's



getOrderedROptionOptionList
public List getOrderedROptionOptionList() throws TorqueException(Code)
Creates an ordered List of ROptionOption which are children within this Attribute. The list is ordered according to the preferred order. a List of ROptionOption's



getParentChildAttributeOptions
public List getParentChildAttributeOptions() throws TorqueException(Code)
This returns a list of ParentChildAttributeOption objects which have been populated with combined join data from ROptionOption and the AttributeOption table. a List of ParentChildAttributeOption objects



getRequiredOption
public AttributeOption getRequiredOption()(Code)
Gets the attributeOption that will force this attribute to be required, in case of being set.



getTransitions
public List getTransitions()(Code)
Returns the transitions defined for this Attribute



hasGlobalIssueTypeMappings
public boolean hasGlobalIssueTypeMappings() throws TorqueException, DataSetException(Code)
Refers to global issue types. Whether this attribute is mapped to any issue types.
See Also:   Attribute.hasGlobalMapping(IssueType)



hasGlobalMapping
public boolean hasGlobalMapping(IssueType issueType) throws TorqueException, DataSetException(Code)
Refers to global issue types.
Parameters:
  issueType - A specific IssueType to findassociated attributes for, or null to ignore thiscriterion. Whether there are any mappings for this attribute.



hasMapping
public boolean hasMapping(Module module, IssueType issueType) throws TorqueException, DataSetException(Code)

Parameters:
  module - null to ignore this criterion.
Parameters:
  issueType - null to ignore this criterion. Whether this attribute is already mapped to thespecified Module and IssueType.



hasModuleMappings
public boolean hasModuleMappings() throws TorqueException, DataSetException(Code)
Whether this attribute is mapped to any modules.



isConditioned
public boolean isConditioned()(Code)



isDateAttribute
public boolean isDateAttribute() throws TorqueException(Code)



isIntegerAttribute
public boolean isIntegerAttribute() throws TorqueException(Code)



isOptionAttribute
public boolean isOptionAttribute() throws TorqueException(Code)



isRequiredIf
public boolean isRequiredIf(Integer optionID) throws TorqueException(Code)
Return true if the given attributeOptionId will make the current attribute required.
Parameters:
  optionID -
throws:
  TorqueException -



isSystemDefined
public boolean isSystemDefined() throws TorqueException(Code)
Checks if this attribute is associated with atleast one of the global issue types that is system defined. True if the attribute is associated with a System definedglobal Issue Type.False otherwise.



isTextAttribute
public boolean isTextAttribute() throws TorqueException(Code)



isUserAttribute
public boolean isUserAttribute() throws TorqueException(Code)



setConditionsArray
public void setConditionsArray(Integer aOptionId) throws TorqueException(Code)
Load the attribute options' IDs from the template combo.
Parameters:
  aOptionId -
throws:
  TorqueException -



setOrderedAttributeOptionList
void setOrderedAttributeOptionList(List value)(Code)
package protected method to set the value of the cached list. Generally, this is used to set it to null.



setOrderedROptionOptionList
void setOrderedROptionOptionList(List value)(Code)
package protected method to set the value of the cached list. Generally, this is used to set it to null.



setParentChildAttributeOptions
void setParentChildAttributeOptions(List value)(Code)
package protected method to set the value of the cached list. Generally, this is used to set it to null.



Fields inherited from org.tigris.scarab.om.BaseAttribute
protected List collActivitys(Code)(Java Doc)
protected List collAttributeOptions(Code)(Java Doc)
protected List collAttributeValues(Code)(Java Doc)
protected List collConditions(Code)(Java Doc)
protected List collRAttributeAttributeGroups(Code)(Java Doc)
protected List collRIssueTypeAttributes(Code)(Java Doc)
protected List collRModuleAttributes(Code)(Java Doc)
protected List collRModuleUserAttributes(Code)(Java Doc)
protected List collTransitions(Code)(Java Doc)

Methods inherited from org.tigris.scarab.om.BaseAttribute
public void addActivity(Activity l) throws TorqueException(Code)(Java Doc)
public void addAttributeOption(AttributeOption l) throws TorqueException(Code)(Java Doc)
public void addAttributeValue(AttributeValue l) throws TorqueException(Code)(Java Doc)
public void addCondition(Condition l) throws TorqueException(Code)(Java Doc)
public void addRAttributeAttributeGroup(RAttributeAttributeGroup l) throws TorqueException(Code)(Java Doc)
public void addRIssueTypeAttribute(RIssueTypeAttribute l) throws TorqueException(Code)(Java Doc)
public void addRModuleAttribute(RModuleAttribute l) throws TorqueException(Code)(Java Doc)
public void addRModuleUserAttribute(RModuleUserAttribute l) throws TorqueException(Code)(Java Doc)
public void addTransition(Transition l) throws TorqueException(Code)(Java Doc)
public Attribute copy() throws TorqueException(Code)(Java Doc)
protected Attribute copyInto(Attribute copyObj) throws TorqueException(Code)(Java Doc)
public String getAction()(Code)(Java Doc)
public List getActivitys() throws TorqueException(Code)(Java Doc)
public List getActivitys(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getActivitys(Connection con) throws TorqueException(Code)(Java Doc)
public List getActivitys(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinActivitySet(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinAttachment(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinAttributeOptionRelatedByNewOptionId(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinAttributeOptionRelatedByOldOptionId(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinDepend(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinIssue(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinScarabUserImplRelatedByNewUserId(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getActivitysJoinScarabUserImplRelatedByOldUserId(Criteria criteria) throws TorqueException(Code)(Java Doc)
public Integer getAttributeId()(Code)(Java Doc)
public AttributeOption getAttributeOption() throws TorqueException(Code)(Java Doc)
public AttributeOption getAttributeOption(Connection connection) throws TorqueException(Code)(Java Doc)
public List getAttributeOptions() throws TorqueException(Code)(Java Doc)
public List getAttributeOptions(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getAttributeOptions(Connection con) throws TorqueException(Code)(Java Doc)
public List getAttributeOptions(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getAttributeOptionsJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc)
public AttributeType getAttributeType() throws TorqueException(Code)(Java Doc)
public AttributeType getAttributeType(Connection connection) throws TorqueException(Code)(Java Doc)
public List getAttributeValues() throws TorqueException(Code)(Java Doc)
public List getAttributeValues(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getAttributeValues(Connection con) throws TorqueException(Code)(Java Doc)
public List getAttributeValues(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getAttributeValuesJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getAttributeValuesJoinAttributeOption(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getAttributeValuesJoinIssue(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getAttributeValuesJoinScarabUserImpl(Criteria criteria) throws TorqueException(Code)(Java Doc)
public Object getByName(String name)(Code)(Java Doc)
public Object getByPeerName(String name)(Code)(Java Doc)
public Object getByPosition(int pos)(Code)(Java Doc)
public List getConditions() throws TorqueException(Code)(Java Doc)
public List getConditions(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getConditions(Connection con) throws TorqueException(Code)(Java Doc)
public List getConditions(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getConditionsJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getConditionsJoinAttributeOption(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getConditionsJoinRModuleAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getConditionsJoinRModuleIssueType(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getConditionsJoinTransition(Criteria criteria) throws TorqueException(Code)(Java Doc)
public Integer getCreatedBy()(Code)(Java Doc)
public Date getCreatedDate()(Code)(Java Doc)
public boolean getDeleted()(Code)(Java Doc)
public String getDescription()(Code)(Java Doc)
public static synchronized List getFieldNames()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public AttributePeer getPeer()(Code)(Java Doc)
public String getPermission()(Code)(Java Doc)
public ObjectKey getPrimaryKey()(Code)(Java Doc)
public String getQueryKey()(Code)(Java Doc)
public List getRAttributeAttributeGroups() throws TorqueException(Code)(Java Doc)
public List getRAttributeAttributeGroups(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getRAttributeAttributeGroups(Connection con) throws TorqueException(Code)(Java Doc)
public List getRAttributeAttributeGroups(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getRAttributeAttributeGroupsJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getRAttributeAttributeGroupsJoinAttributeGroup(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getRIssueTypeAttributes() throws TorqueException(Code)(Java Doc)
public List getRIssueTypeAttributes(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getRIssueTypeAttributes(Connection con) throws TorqueException(Code)(Java Doc)
public List getRIssueTypeAttributes(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getRIssueTypeAttributesJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getRIssueTypeAttributesJoinIssueType(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 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 Integer getRequiredOptionId()(Code)(Java Doc)
public ScarabUser getScarabUser() throws TorqueException(Code)(Java Doc)
public ScarabUser getScarabUser(Connection connection) throws TorqueException(Code)(Java Doc)
public List getTransitions() throws TorqueException(Code)(Java Doc)
public List getTransitions(Criteria criteria) throws TorqueException(Code)(Java Doc)
public List getTransitions(Connection con) throws TorqueException(Code)(Java Doc)
public List getTransitions(Criteria criteria, Connection con) throws TorqueException(Code)(Java Doc)
protected List getTransitionsJoinAttribute(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getTransitionsJoinAttributeOptionRelatedByFromOptionId(Criteria criteria) throws TorqueException(Code)(Java Doc)
protected List getTransitionsJoinAttributeOptionRelatedByToOptionId(Criteria criteria) throws TorqueException(Code)(Java Doc)
public Integer getTypeId()(Code)(Java Doc)
protected void initActivitys()(Code)(Java Doc)
protected void initAttributeOptions()(Code)(Java Doc)
protected void initAttributeValues()(Code)(Java Doc)
protected void initConditions()(Code)(Java Doc)
protected void initRAttributeAttributeGroups()(Code)(Java Doc)
protected void initRIssueTypeAttributes()(Code)(Java Doc)
protected void initRModuleAttributes()(Code)(Java Doc)
protected void initRModuleUserAttributes()(Code)(Java Doc)
protected void initTransitions()(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 setAction(String v)(Code)(Java Doc)
public void setAttributeId(Integer v) throws TorqueException(Code)(Java Doc)
public void setAttributeOption(AttributeOption v) throws TorqueException(Code)(Java Doc)
public void setAttributeOptionKey(ObjectKey key) throws TorqueException(Code)(Java Doc)
public void setAttributeType(AttributeType v) throws TorqueException(Code)(Java Doc)
public void setAttributeTypeKey(ObjectKey key) throws TorqueException(Code)(Java Doc)
public void setCreatedBy(Integer v) throws TorqueException(Code)(Java Doc)
public void setCreatedDate(Date v)(Code)(Java Doc)
public void setDeleted(boolean v)(Code)(Java Doc)
public void setDescription(String v)(Code)(Java Doc)
public void setName(String v)(Code)(Java Doc)
public void setPermission(String v)(Code)(Java Doc)
public void setPrimaryKey(ObjectKey key) throws TorqueException(Code)(Java Doc)
public void setPrimaryKey(String key) throws TorqueException(Code)(Java Doc)
public void setQueryKey(String key) throws TorqueException(Code)(Java Doc)
public void setRequiredOptionId(Integer v) throws TorqueException(Code)(Java Doc)
public void setScarabUser(ScarabUser v) throws TorqueException(Code)(Java Doc)
public void setScarabUserKey(ObjectKey key) throws TorqueException(Code)(Java Doc)
public void setTypeId(Integer v) throws TorqueException(Code)(Java Doc)
public String toString()(Code)(Java Doc)

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