|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectatg.projects.store.storeconfig.InternationalizationStoreConfigurationContainer
public class InternationalizationStoreConfigurationContainer
InternationalizationStoreConfigurationContainer contains several properties for configuring a series of country-stores to run in the same application. storeConfigurations is a map, keyed by storeId, whose values are InternationalizationStoreConfiguration components that configure each country-store within the application.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
InternationalizationStoreConfigurationContainer()
|
|
| Method Summary | |
|---|---|
InternationalizationStoreConfiguration |
getDefaultStoreConfiguration()
|
java.lang.String |
getDefaultStoreId()
|
InternationalizationStoreConfiguration |
getStoreConfiguration(java.lang.String pStoreId)
This method gets the InternationalizationStoreConfiguration component associated with the given storeId. |
atg.nucleus.ServiceMap |
getStoreConfigurations()
|
boolean |
isStoreExist(java.lang.String pStoreId)
This method returns a boolean indicating if the given store ID has a valid InternationalizationStoreConfiguration component assoicated with it |
void |
setDefaultStoreConfiguration(InternationalizationStoreConfiguration pDefaultStoreConfiguration)
|
void |
setDefaultStoreId(java.lang.String pDefaultStoreId)
|
void |
setStoreConfigurations(atg.nucleus.ServiceMap pStoreConfigurations)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public InternationalizationStoreConfigurationContainer()
| Method Detail |
|---|
public InternationalizationStoreConfiguration getDefaultStoreConfiguration()
public void setDefaultStoreConfiguration(InternationalizationStoreConfiguration pDefaultStoreConfiguration)
pDefaultStoreConfiguration - The default InternationalizationStoreConfiguration
component, which configures the store when no storeId has been provided.public java.lang.String getDefaultStoreId()
public void setDefaultStoreId(java.lang.String pDefaultStoreId)
pDefaultStoreId - The ID of the default country-storepublic atg.nucleus.ServiceMap getStoreConfigurations()
public void setStoreConfigurations(atg.nucleus.ServiceMap pStoreConfigurations)
pStoreConfigurations - A map, keyed by storeId, whose values are
InternationalizationStoreConfiguration components that configure
each country-store within the application.public InternationalizationStoreConfiguration getStoreConfiguration(java.lang.String pStoreId)
pStoreId - the ID of the country-store
public boolean isStoreExist(java.lang.String pStoreId)
pStoreId - the ID of the country-store
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||