| java.lang.Object org.tigris.scarab.da.AttributeAccess
Method Summary | |
public void | deleteQueryColumnIDs(String userID, String listID, String moduleID, String artifactTypeID) Deletes the persisted choice of issue list display columns for
the given user and artifact type(s). | public Collection | retrieveActiveAttributeOMs(String moduleID, String artifactTypeID, boolean isOrdered) Torque Attribute s which are active within the
given module for the given issue type
and whose attribute group's are also active. | public String | retrieveDefaultTextAttributeID(String moduleID, 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.
Parameters: moduleID - The associated module (must benon-null ). Parameters: artifactTypeID - The associated artifact type (must benon-null ). | public String | retrieveFirstActiveTextAttributeID(String moduleID, 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.
Parameters: moduleID - The associated module (must benon-null ). Parameters: artifactTypeID - The associated artifact type (must benon-null ). | public List | retrieveQueryColumnIDs(String userID, String listID, String moduleID, String artifactTypeID) Retrieves a list of attribute identifiers for use in
determining which columns to display for a user's query
results.
Parameters: userID - The associated user (must benon-null ). Parameters: listID - The associated artifact type list (can benull ). Parameters: moduleID - The associated module (ignored if null ). Parameters: artifactTypeID - The associated artifact type (ignored ifnull ). | public Set | retrieveQuickSearchAttributeIDs(String moduleID, 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.
Parameters: moduleID - The associated module (must benon-null ). Parameters: artifactTypeID - The associated artifact type (must benon-null ). | public Set | retrieveRequiredAttributeIDs(String moduleID, 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.
Parameters: moduleID - The associated module (must benon-null ). Parameters: artifactTypeID - The associated artifact type (must benon-null ). |
deleteQueryColumnIDs | public void deleteQueryColumnIDs(String userID, String listID, String moduleID, String artifactTypeID) throws DAException(Code) | | Deletes the persisted choice of issue list display columns for
the given user and artifact type(s).
Parameters: userID - The associated user (must benon-null ). Parameters: listID - The associated artifact type list (can benull ). Parameters: moduleID - The associated module (ignored if null ). Parameters: artifactTypeID - The associated artifact type (ignored ifnull ). throws: DAException - If any problems are encountered. |
retrieveActiveAttributeOMs | public Collection retrieveActiveAttributeOMs(String moduleID, String artifactTypeID, boolean isOrdered) throws DAException(Code) | | Torque Attribute s which are active within the
given module for the given issue type
and whose attribute group's are also active.
Parameters: moduleID - The associated module (must benon-null ). Parameters: artifactTypeID - The associated artifact type (must benon-null ). Parameters: isOrdered - indication whether an iterator over the Attributes should return them in their natural order. an Collection of torque Attribute objects. Thecollection will be a List if isOrdered is true, otherwise a Set isreturned. |
retrieveDefaultTextAttributeID | public String retrieveDefaultTextAttributeID(String moduleID, String artifactTypeID) throws DAException(Code) | | 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.
Parameters: moduleID - The associated module (must benon-null ). Parameters: artifactTypeID - The associated artifact type (must benon-null ). an String attribute ID |
retrieveFirstActiveTextAttributeID | public String retrieveFirstActiveTextAttributeID(String moduleID, String artifactTypeID) throws DAException(Code) | | 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.
Parameters: moduleID - The associated module (must benon-null ). Parameters: artifactTypeID - The associated artifact type (must benon-null ). An String attribute ID. |
retrieveQueryColumnIDs | public List retrieveQueryColumnIDs(String userID, String listID, String moduleID, String artifactTypeID) throws DAException(Code) | | Retrieves a list of attribute identifiers for use in
determining which columns to display for a user's query
results.
Parameters: userID - The associated user (must benon-null ). Parameters: listID - The associated artifact type list (can benull ). Parameters: moduleID - The associated module (ignored if null ). Parameters: artifactTypeID - The associated artifact type (ignored ifnull ). A list of attribute identifiers. throws: DAException - If any problems are encountered. |
retrieveQuickSearchAttributeIDs | public Set retrieveQuickSearchAttributeIDs(String moduleID, String artifactTypeID) throws DAException(Code) | | 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.
Parameters: moduleID - The associated module (must benon-null ). Parameters: artifactTypeID - The associated artifact type (must benon-null ). an Set of String attribute ids |
retrieveRequiredAttributeIDs | public Set retrieveRequiredAttributeIDs(String moduleID, String artifactTypeID) throws DAException(Code) | | 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.
Parameters: moduleID - The associated module (must benon-null ). Parameters: artifactTypeID - The associated artifact type (must benon-null ). an String of String attribute ids |
|
|