|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DAException | |
| org.tigris.scarab.da | |
| Uses of DAException in org.tigris.scarab.da |
| Methods in org.tigris.scarab.da that throw DAException | |
java.util.List |
AttributeAccess.retrieveQueryColumnIDs(java.lang.String userID,
java.lang.String listID,
java.lang.String moduleID,
java.lang.String artifactTypeID)
Retrieves a list of attribute identifiers for use in determining which columns to display for a user's query results. |
void |
AttributeAccess.deleteQueryColumnIDs(java.lang.String userID,
java.lang.String listID,
java.lang.String moduleID,
java.lang.String artifactTypeID)
Deletes the persisted choice of issue list display columns for the given user and artifact type(s). |
java.util.Set |
AttributeAccess.retrieveRequiredAttributeIDs(java.lang.String moduleID,
java.lang.String artifactTypeID)
Set of attributeIDs which are active and required within the given module for the given issue type and whose attribute group's are also active. |
java.util.Set |
AttributeAccess.retrieveQuickSearchAttributeIDs(java.lang.String moduleID,
java.lang.String artifactTypeID)
Set of attributeIDs which are active and marked for custom search within the given module for the given issue type and whose attribute group's are also active. |
java.util.Collection |
AttributeAccess.retrieveActiveAttributeOMs(java.lang.String moduleID,
java.lang.String artifactTypeID,
boolean isOrdered)
Torque Attributes which are active within the
given module for the given issue type
|
java.lang.String |
AttributeAccess.retrieveDefaultTextAttributeID(java.lang.String moduleID,
java.lang.String artifactTypeID)
Retrieves the attribute ID which is active and marked as the default text attribute within the given module for the given issue type and whose attribute group is also active. |
java.lang.String |
AttributeAccess.retrieveFirstActiveTextAttributeID(java.lang.String moduleID,
java.lang.String artifactTypeID)
Retrieves the attribute ID which is active and is the first id returned when results are ordered based on numerical preferred order and/or alphabetical by name within the given module for the given issue type and whose attribute group is also active. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||