com.ibm.commerce.orderquotation.commands
Interface GetOrgDistributorPartnerInfoCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
GetOrgDistributorPartnerInfoCmdImpl

public interface GetOrgDistributorPartnerInfoCmd
extends TaskCommand

Interface for the command used to get the credentials for a shopper.


Field Summary
static java.lang.String COPYRIGHT
          Copyright statement.
static java.lang.String defaultCommandClassName
          The default implementation class name.
static java.lang.String NAME
          The full class name for this interface file.
 
Method Summary
 java.lang.String getBusinessPartnerGrouping()
          Get the business partner grouping.
 java.lang.String getCustomerNo()
          Get the customer number.
 void setDistributor(java.lang.Integer theStoreId)
          Set the distributor's store id for the credentials.
 void setOrgId(java.lang.Long theOrgId)           Set the organization id.
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values

NAME

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

defaultCommandClassName

public 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

setOrgId

public void setOrgId(java.lang.Long theOrgId)
Set the organization id.
Parameters:
theOrgId - The organization id.

setDistributor

public void setDistributor(java.lang.Integer theStoreId)
Set the distributor's store id for the credentials.
Parameters:
theStoreId - The distributor's store id.

getCustomerNo

public java.lang.String getCustomerNo()
Get the customer number.
Returns:
The customer number.

getBusinessPartnerGrouping

public java.lang.String getBusinessPartnerGrouping()
Get the business partner grouping.
Returns:
The business partner grouping.