atg.projects.store.storeconfig
Class InternationalizationStoreConfiguration

java.lang.Object
  extended by atg.projects.store.storeconfig.InternationalizationStoreConfiguration

public class InternationalizationStoreConfiguration
extends java.lang.Object

InternationalizationStoreConfiguration contains countryStore configuration.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
InternationalizationStoreConfiguration()
           
 
Method Summary
 java.lang.String getBaseCountryCode()
          Gets base country code
 java.lang.String getBaseCurrencyCode()
          Gets base currency code
 java.util.List getBillableCountryCodes()
          Gets list of billable country codes
 java.lang.String getCatalogId()
          Gets catalog id
 java.lang.String getCountryDisplayName()
          Gets country display name
 java.lang.String getDefaultStoreLanguage()
          Gets default store language
 java.lang.String getFlagImage()
          Gets flag image
 java.lang.String getListPriceListId()
          Gets list price list id
 java.util.List getMandatoryStateCountryList()
          Gets mandatory country list
 java.util.List getNonBillableCountryCodes()
          Sets list of non-billable country codes
 java.util.List getNonShippableCountryCodes()
          Gets list of non-shippable country codes
 java.lang.String getSalePriceListId()
          Gets sale price list id
 java.lang.String getSelectedFlagImage()
          Gets flag image
 java.util.List getShippableCountryCodes()
          Gets list of shippable country codes
 java.lang.String getStoreId()
          Gets store ID
 java.util.List getStoreLanguages()
          Gets the list of the store languages.
 void setBaseCountryCode(java.lang.String pBaseCountryCode)
          Sets base country code
 void setBaseCurrencyCode(java.lang.String pBaseCurrencyCode)
          Sets base currency code
 void setBillableCountryCodes(java.util.List pBillableCountryCodes)
          Sets list of billable country codes
 void setCatalogId(java.lang.String pCatalogId)
          Sets catalog id
 void setCountryDisplayName(java.lang.String pCountryDisplayName)
          Sets country display name
 void setDefaultStoreLanguage(java.lang.String pDefaultStoreLanguage)
          Sets default store language.
 void setFlagImage(java.lang.String pFlagImage)
          Sets flag image
 void setListPriceListId(java.lang.String pListPriceListId)
          Sets list price list id
 void setMandatoryStateCountryList(java.util.List pMandatoryStateCountryList)
          Sets mandatory country list
 void setNonBillableCountryCodes(java.util.List pNonBillableCountryCodes)
          Gets list of non-billable country codes
 void setNonShippableCountryCodes(java.util.List pNonShippableCountryCodes)
          Sets list of non-shippable country codes
 void setSalePriceListId(java.lang.String pSalePriceListId)
          Sets sale price list id
 void setSelectedFlagImage(java.lang.String mSelectedFlagImage)
          Sets flag image
 void setShippableCountryCodes(java.util.List pShippableCountryCodes)
          Sets list of shippable country codes
 void setStoreId(java.lang.String pStoreId)
          Sets store ID
 void setStoreLanguages(java.util.List pStoreLanguages)
          Sets the list of the languages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

InternationalizationStoreConfiguration

public InternationalizationStoreConfiguration()
Method Detail

getStoreId

public java.lang.String getStoreId()
Gets store ID

Returns:
store id

setStoreId

public void setStoreId(java.lang.String pStoreId)
Sets store ID

Parameters:
pStoreId - store id

getStoreLanguages

public java.util.List getStoreLanguages()
Gets the list of the store languages.

Returns:
list of languages

setStoreLanguages

public void setStoreLanguages(java.util.List pStoreLanguages)
Sets the list of the languages. If list is not empty, sets first store language as default.

Parameters:
pStoreLanguages - list of languages

getDefaultStoreLanguage

public java.lang.String getDefaultStoreLanguage()
Gets default store language

Returns:
default store language

setDefaultStoreLanguage

public void setDefaultStoreLanguage(java.lang.String pDefaultStoreLanguage)
Sets default store language.

Parameters:
pDefaultStoreLanguage - default language

getShippableCountryCodes

public java.util.List getShippableCountryCodes()
Gets list of shippable country codes

Returns:
list of codes

setShippableCountryCodes

public void setShippableCountryCodes(java.util.List pShippableCountryCodes)
Sets list of shippable country codes

Parameters:
pShippableCountryCodes - list of codes

getNonShippableCountryCodes

public java.util.List getNonShippableCountryCodes()
Gets list of non-shippable country codes

Returns:
list of codes

setNonShippableCountryCodes

public void setNonShippableCountryCodes(java.util.List pNonShippableCountryCodes)
Sets list of non-shippable country codes

Parameters:
pNonShippableCountryCodes - list of codes

getBillableCountryCodes

public java.util.List getBillableCountryCodes()
Gets list of billable country codes

Returns:
lsit of codes

setBillableCountryCodes

public void setBillableCountryCodes(java.util.List pBillableCountryCodes)
Sets list of billable country codes

Parameters:
pBillableCountryCodes - list of codes

getNonBillableCountryCodes

public java.util.List getNonBillableCountryCodes()
Sets list of non-billable country codes

Returns:
list of codes

setNonBillableCountryCodes

public void setNonBillableCountryCodes(java.util.List pNonBillableCountryCodes)
Gets list of non-billable country codes

Parameters:
pNonBillableCountryCodes - list of codes

getBaseCountryCode

public java.lang.String getBaseCountryCode()
Gets base country code

Returns:
country code

setBaseCountryCode

public void setBaseCountryCode(java.lang.String pBaseCountryCode)
Sets base country code

Parameters:
pBaseCountryCode - country code

getBaseCurrencyCode

public java.lang.String getBaseCurrencyCode()
Gets base currency code

Returns:
currency code

setBaseCurrencyCode

public void setBaseCurrencyCode(java.lang.String pBaseCurrencyCode)
Sets base currency code

Parameters:
pBaseCurrencyCode - currency code

getFlagImage

public java.lang.String getFlagImage()
Gets flag image

Returns:
flag image

setFlagImage

public void setFlagImage(java.lang.String pFlagImage)
Sets flag image

Parameters:
pFlagImage - flag image

getSelectedFlagImage

public java.lang.String getSelectedFlagImage()
Gets flag image

Returns:
flag image

setSelectedFlagImage

public void setSelectedFlagImage(java.lang.String mSelectedFlagImage)
Sets flag image

Parameters:
mSelectedFlagImage - flag image

getCountryDisplayName

public java.lang.String getCountryDisplayName()
Gets country display name

Returns:
display name

setCountryDisplayName

public void setCountryDisplayName(java.lang.String pCountryDisplayName)
Sets country display name

Parameters:
pCountryDisplayName - display name

getCatalogId

public java.lang.String getCatalogId()
Gets catalog id

Returns:
catalog id

setCatalogId

public void setCatalogId(java.lang.String pCatalogId)
Sets catalog id

Parameters:
pCatalogId - catalog id

getSalePriceListId

public java.lang.String getSalePriceListId()
Gets sale price list id

Returns:
price list id

setSalePriceListId

public void setSalePriceListId(java.lang.String pSalePriceListId)
Sets sale price list id

Parameters:
pSalePriceListId - price list id

getListPriceListId

public java.lang.String getListPriceListId()
Gets list price list id

Returns:
price list id

setListPriceListId

public void setListPriceListId(java.lang.String pListPriceListId)
Sets list price list id

Parameters:
pListPriceListId - price list id

getMandatoryStateCountryList

public java.util.List getMandatoryStateCountryList()
Gets mandatory country list

Returns:
mandatory country list

setMandatoryStateCountryList

public void setMandatoryStateCountryList(java.util.List pMandatoryStateCountryList)
Sets mandatory country list

Parameters:
pMandatoryStateCountryList - mandatory country list