com.ibm.commerce.marketingcenter.campaign.beans

Interface CollateralListSmartDataBean

  • All Known Implementing Classes:
    CollateralListDataBean


    public interface CollateralListSmartDataBean
    This interface extends SmartDataBean to provide an interface for the CollateralDataBean.
    • Field Detail

      • COPYRIGHT

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

      • getCollateralList

        CollateralDataBean[] getCollateralList()
        Gets the array of the collateral data bean, they represent all collateral entries in the database.
        Returns:
        an array of CollateralDataBean object
      • getCollateralList

        CollateralDataBean getCollateralList(int index)
        Gets an entry in the collateral data bean, given the index of the array.
        Parameters:
        index - the index of the collateral data bean array
        Returns:
        an entry in the array of CollateralDataBean object
      • getStoreID

        java.lang.Integer getStoreID()
        Gets the ID of the store that is currently logged on to.
        Returns:
        the current store ID