public class InternationalizedAvailableBillingAddresses extends AvailableBillingAddresses
AvailableBillingAddresses| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
COUNTRY_PROPERTY_NAMEDEFAULT_ID, DEFAULT_KEY, EMPTY, MAP, SORT_BY_KEYS| Constructor and Description |
|---|
InternationalizedAvailableBillingAddresses() |
| Modifier and Type | Method and Description |
|---|---|
InternationalStoreSitePropertiesManager |
getStoreSitePropertiesManager() |
protected void |
initRestrictions()
Initialize restricted and permitted country codes
for billing addresses for the current site.
|
void |
service(atg.servlet.DynamoHttpServletRequest pRequest,
atg.servlet.DynamoHttpServletResponse pResponse)
Set permissions for billing based on the current site
|
void |
setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager pStoreSitePropertiesManager) |
getCountryCodegetCountryCode, getCountryList, getCountryRestrictionsService, getGiftlistManager, getPermittedCountryCodes, getRestrictedCountryCodes, getSortedAddressList, getSortedArray, isRemoveGiftShippingGroups, setCountryList, setCountryRestrictionsService, setGiftlistManager, setPermittedCountryCodes, setRemoveGiftShippingGroups, setRestrictedCountryCodesdoDelete, doGet, doPost, doPut, getParameter, getParameters, getServletContext, init, service, service, setParameterdestroy, getServletConfig, getServletInfo, setServletInfogetAverageRequestHandlingTime, getHandledRequestCount, getRequestStartTime, getTotalRequestHandlingTime, isKeepingStatistics, notifyHandledRequest, resetStatistics, setKeepingStatisticsaddLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopServicevlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic static final java.lang.String CLASS_VERSION
public InternationalizedAvailableBillingAddresses()
public InternationalStoreSitePropertiesManager getStoreSitePropertiesManager()
public void setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager pStoreSitePropertiesManager)
pStoreSitePropertiesManager - the InternationalStoreSitePropertiesManager to setpublic void service(atg.servlet.DynamoHttpServletRequest pRequest,
atg.servlet.DynamoHttpServletResponse pResponse)
throws javax.servlet.ServletException,
java.io.IOException
service in class AvailableShippingGroupspRequest - the request to be processedpResponse - the response object for this requestjavax.servlet.ServletException - an application specific error occurred
processing this requestjava.io.IOException - an error occurred reading data from the request
or writing data to the response.protected void initRestrictions()