Creates the fulfillment or vendor address.
This task command requires to have the store entity id and language id set in the command context.
Input Parameters
Output Parameters
Exceptions
When the required fields are missing or not in the right data type, this command will throw exception to indicate which field is missing or bad.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT The internal copyright field. |
static java.lang.String |
defaultCommandClassName The default implementation class is "com.ibm.commerce.inventory.commands.CreateStoreAddressCmdImpl". |
static java.lang.String |
NAME The name of this interface is "com.ibm.commerce.inventory.commands.CreateStoreAddressCmd". |
Method Summary | |
---|---|
java.lang.String |
getStoreAddressId() Set the vendor address identifier. |
void |
setAddress1(java.lang.String newAddress1) Set vendor address line 1. |
void |
setAddress2(java.lang.String newAddress2) Set vendor address line 2. |
void |
setAddress3(java.lang.String newAddress3) Set vendor address line 3. |
void |
setBusinessTitle(java.lang.String newBusinessTitle) Set the business title. |
void |
setCity(java.lang.String newCity) Set the city within this address. |
void |
setCountry(java.lang.String newCountry) Set the country or region within this address. |
void |
setEmail1(java.lang.String newEmail1) Set the primary e-mail address. |
void |
setEmail2(java.lang.String newEmail2) Set the secondary e-mail address. |
void |
setFax1(java.lang.String newFax1) Set the primary fax number. |
void |
setFax2(java.lang.String newFax2) Set the secondary fax number. |
void |
setField1(java.lang.String newField1) Set the value of field1. |
void |
setField2(java.lang.String newField2) Set the value of field2. |
void |
setField3(java.lang.String newField3) Set the value of field3. |
void |
setFirstName(java.lang.String newFirstName) Set the first name for the contact person. |
void |
setLastName(java.lang.String newLastName) Set the last name for the contact person. |
void |
setMemberId(java.lang.String newMemberId) Set the owner identifier. |
void |
setMiddleName(java.lang.String newMiddleName) Set the middle name for the contact person. |
void |
setNickname(java.lang.String newNickname) Set the nickname for the address. |
void |
setPersonTitle(java.lang.String newPersonTitle) Set the business title for the contact person. |
void |
setPhone1(java.lang.String newPhone1) Set the primary phone number. |
void |
setPhone2(java.lang.String newPhone2) Set the secondary phone number. |
void |
setRequestProperties(
TypedProperty newRequestProperties) Set request properties. |
void |
setShippingGeoCode(java.lang.String newShippingGeoCode) Set the shipping geographic code. |
void |
setState(java.lang.String newState) Set the state within this address. |
void |
setTaxGeoCode(java.lang.String newTaxGeoCode) Set the tax geographic code. |
void |
setZipCode(java.lang.String newZipCode)
Set the ZIP code within this address. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public java.lang.String getStoreAddressId()
public void setAddress1(java.lang.String newAddress1)
newAddress1
- vendor address line 1public void setAddress2(java.lang.String newAddress2)
newAddress2
- vendor address line 2public void setAddress3(java.lang.String newAddress3)
newAddress3
- vendor address line 3public void setBusinessTitle(java.lang.String newBusinessTitle)
newBusinessTitle
- business titlepublic void setCity(java.lang.String newCity)
newCity
- citypublic void setCountry(java.lang.String newCountry)
newCountry
- country or regionpublic void setEmail1(java.lang.String newEmail1)
newEmail1
- e-mailpublic void setEmail2(java.lang.String newEmail2)
newEmail2
- e-mailpublic void setFax1(java.lang.String newFax1)
newFax1
- fax numberpublic void setFax2(java.lang.String newFax2)
newFax2
- fax numberpublic void setField1(java.lang.String newField1)
newField1
- field1public void setField2(java.lang.String newField2)
newField2
- field2public void setField3(java.lang.String newField3)
newField3
- field3public void setFirstName(java.lang.String newFirstName)
newFirstName
- given namepublic void setLastName(java.lang.String newLastName)
newLastName
- surnamepublic void setMemberId(java.lang.String newMemberId)
newMemberId
- owner idpublic void setMiddleName(java.lang.String newMiddleName)
newMiddleName
- middle name or initialpublic void setNickname(java.lang.String newNickname)
newNickname
- address nicknamepublic void setPersonTitle(java.lang.String newPersonTitle)
newPersonTitle
- business titlepublic void setPhone1(java.lang.String newPhone1)
newPhone1
- phone numberpublic void setPhone2(java.lang.String newPhone2)
newPhone2
- phone numberpublic void setShippingGeoCode(java.lang.String newShippingGeoCode)
newShippingGeoCode
- geographic codepublic void setState(java.lang.String newState)
newState
- statepublic void setTaxGeoCode(java.lang.String newTaxGeoCode)
newTaxGeoCode
- geographic codepublic void setZipCode(java.lang.String newZipCode)
newZipCode
- postal codepublic void setRequestProperties(TypedProperty newRequestProperties) throws ECApplicationException
newRequestProperties
- name value pairs
ECApplicationException