com.ibm.commerce.grouping

Interface Groupable

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright field.
        See Also:
        Constant Field Values
    • Method Detail

      • getGroupingAttributeValue

        java.lang.Object getGroupingAttributeValue(java.lang.String attributeName,
                                                   GroupingContext context)
                                            throws java.lang.Exception
        Returns the value of a resource attribute - based on the attributeName and context. Used by access control to determine if a resource falls within a resource group.
        Parameters:
        attributeName - java.lang.String The attribute name.
        context - The grouping context.
        Returns:
        java.lang.Object The grouping attribute value.
        Throws:
        java.lang.Exception