Creates the light weight store based on the store XML. (WebSphere Commerce Business Edition only)
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT The internal copyright field. |
static java.lang.String |
defaultCommandClassName The default implementation class is "com.ibm.commerce.contract.commands.CreateLightWeightStoreCmdImpl". |
static java.lang.String |
NAME The name of this interface is "com.ibm.commerce.contract.commands.CreateLightWeightStoreCmd". |
Method Summary | |
---|---|
java.lang.String[] |
getBusinessPolicyName() Gets the business policy names. |
java.lang.Integer |
getChannelStoreId() Gets the channel store ID. |
java.lang.Long |
getCreatedByContractId() Gets the contract's ID that creates the store. |
java.lang.Integer |
getDefaultShippingModeId() Gets the default shipping mode of the store. |
boolean |
getHasMasterCatalogProfileStore() Gets if master catalog exists in catalog profile store. |
java.util.Vector |
getPricePolicies() Gets price policies. |
java.lang.Long |
getProfileStoreCatalogId() Gets the catalog asset store's catalog ID. |
java.lang.String |
getProfileStoreCatalogName() Gets the catalog asset store's catalog name. |
java.lang.String |
getProfileStoreCatalogOwnerMemberId() Gets the catalog owner's member ID. |
boolean |
getResult() Gets if the store is successfully created. |
java.lang.String |
getStore_Id() Gets the store ID. |
java.lang.Integer |
getStoreDefaultLanguageId() Gets the store default language ID. |
org.w3c.dom.Element |
getStoreElement() Gets the Store element. |
java.lang.String |
getStoreIdentifier() Gets the store name/identifier. |
java.lang.String |
getStoreInitialState() Gets the store initial state. |
java.lang.String |
getStoreOwnerMemberId() Gets the store owner's member ID. |
java.lang.Integer |
getStoreType() Gets the store type. |
java.lang.String |
getStoreXML() Gets the store XML string. |
void |
setChannelStoreId(java.lang.Integer id) Sets the channel store ID. |
void |
setCreatedByContractId(java.lang.Long id) Sets the contract's ID that creates the store. |
void |
setStoreType(java.lang.Integer i) Sets the store type. |
void |
setStoreXML(java.lang.String storeXML)
Sets the store XML string. |
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 org.w3c.dom.Element getStoreElement()
public java.util.Vector getPricePolicies()
public boolean getHasMasterCatalogProfileStore()
true
found master catalog in one of the specified catalog
profile storefalse
no master catalog was found in one of the specified catalog
profile store, or there was no catalog profile store
specifiedpublic void setStoreXML(java.lang.String storeXML)
storeXML
- store XML stringpublic java.lang.String getStoreXML()
public java.lang.String getStoreInitialState()
public java.lang.String getStore_Id()
public java.lang.String getStoreOwnerMemberId()
public java.lang.String getStoreIdentifier()
public void setStoreType(java.lang.Integer i)
i
- 0
: distributor proxy store 1
:
reseller hosting store Only 0
and 1
are allowed
here.public java.lang.Integer getStoreType()
0
: distributor proxy store 1
: reseller hosting
store Only 0
and 1
will be
returned.public java.lang.Long getProfileStoreCatalogId()
public java.lang.String getProfileStoreCatalogOwnerMemberId()
public java.lang.String getProfileStoreCatalogName()
public java.lang.Integer getStoreDefaultLanguageId()
public boolean getResult()
public java.lang.String[] getBusinessPolicyName()
public void setCreatedByContractId(java.lang.Long id)
id
- contract IDpublic java.lang.Long getCreatedByContractId()
public void setChannelStoreId(java.lang.Integer id)
id
- channel store IDpublic java.lang.Integer getChannelStoreId()
public java.lang.Integer getDefaultShippingModeId()