com.ibm.commerce.contract.commands

Interface CheckCatalogEntryEntitlementCmd

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM copyright notice field.
      static java.lang.String defaultCommandClassName
      The default implementation class name
      static java.lang.String NAME
      The name of this interface.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.Long[] getEntitledCatalogEntryIds()
      Get entitled catalog entry IDs against the trading agreement set for this command.
      void setCatentryIds(java.lang.Long[] catentryIds)
      Set catalog entry IDs for entitlement check.
      void setMemberId(java.lang.Long memberId)
      This method sets the member ID.
      void setTradingAgreementABs(com.ibm.commerce.contract.objects.TradingAgreementAccessBean[] agreementABs)
      This method sets the trading agreemnts.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.commerce.command.CacheableECCommand

        execute
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The default implementation class name
        See Also:
        Constant Field Values
    • Method Detail

      • getEntitledCatalogEntryIds

        java.lang.Long[] getEntitledCatalogEntryIds()
        Get entitled catalog entry IDs against the trading agreement set for this command.
        Returns:
        A array of entitled catalog entry ID.
      • setCatentryIds

        void setCatentryIds(java.lang.Long[] catentryIds)
        Set catalog entry IDs for entitlement check.
        Parameters:
        catentryIds - A array of catalog entry ID.
      • setMemberId

        void setMemberId(java.lang.Long memberId)
        This method sets the member ID.
        Parameters:
        memberId -
      • setTradingAgreementABs

        void setTradingAgreementABs(com.ibm.commerce.contract.objects.TradingAgreementAccessBean[] agreementABs)
        This method sets the trading agreemnts.
        Parameters:
        agreementABs -