com.ibm.commerce.user.beans

Class ContractListDataBean

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ContractListDataBean

        public ContractListDataBean()
        ContractListDataBean constructor.
    • Method Detail

      • getContracts

        public java.util.HashMap getContracts()
        Get the short description of eligible trading agreements (Contract) for active account.
        Returns:
        HashMap containing short description as Value and TradingId as Key.
      • populate

        public void populate()
                      throws java.lang.Exception
        Search for the trading agreements (Contract) and save them to HashMap contracts.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception - Any uncaught exception encountered during execution.
      • getDelegate

        public Protectable getDelegate()
                                throws java.lang.Exception
        Description copied from interface: Delegator
        Returns the Protectable object whose access control policies will indirectly control the access control for this object
        Specified by:
        getDelegate in interface Delegator
        Returns:
        The Protectable object whose access control policies will indirectly control the access control for this object
        Throws:
        java.lang.Exception