com.ibm.commerce.catalog.facade.server.commands

Interface ComposeCatalogGroupTaskCmd

    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The full class name for this interface file.
      • DEFAULTCOMMANDCLASSNAME

        static final java.lang.String DEFAULTCOMMANDCLASSNAME
        The default implementation class name. This is used if there is no record found in the CMDREG table.
    • Method Detail

      • getCatalogGroup

        CatalogGroupType getCatalogGroup()
        This method gets the ShowCatalogGroup BOD.
        Returns:
        The CatalogGroupType, which contains the relevant category information based on the access profile.
      • setCatalogGroups

        void setCatalogGroups(java.util.ArrayList vCatalogGroups)
        This method sets the catalog group data bean vector.
        Parameters:
        vCatalogGroups - the vector of catalog group data beans.
      • setPagingParams

        void setPagingParams(java.math.BigInteger beginIndex,
                             java.math.BigInteger displayNum)
        This method is used to set the parameters required for paging.
        Parameters:
        beginIndex - the beginning index
        displayNum - the displayNumber
      • getRecordSetCompleteIndicator

        boolean getRecordSetCompleteIndicator()
        Returns:
        true if the end of records has been reached, false otherwise
      • getRecordSetCount

        java.math.BigInteger getRecordSetCount()
        Returns:
        The total count of records
      • getRecordSetStartNumber

        java.math.BigInteger getRecordSetStartNumber()
        Returns:
        the starting index.
      • getRecordSetTotal

        java.math.BigInteger getRecordSetTotal()
        Returns:
        the total number of records.
      • getRecordSetReferenceId

        java.lang.String getRecordSetReferenceId()
        Not supported
        Returns:
        The reference id.