public class PrestaShopSynchronizer
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
protected static String |
COMMAND_EXECUTE |
protected static String |
COMPONENT_CONFIGURATION_ID |
protected static int |
MAX_STORES_PER_SEGMENT |
protected static String |
OPTION_EMAIL_UNIQUE |
protected static String |
OPTION_JDBC_RESOURCE_NAME |
protected static String |
OPTION_RUN_AS |
protected static String |
OPTION_SHOP_NAME |
protected static String |
OPTION_SYNC_KEY |
protected static String |
OPTION_TABLE_PREFIX |
protected javax.jdo.PersistenceManagerFactory |
pmf |
protected List<String> |
runningSegments |
protected long |
startedAt |
protected static String |
WORKFLOW_NAME |
| Constructor and Description |
|---|
PrestaShopSynchronizer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
init(javax.servlet.ServletConfig config) |
protected void |
synchronize(String id,
String providerName,
String segmentName,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected static final String COMMAND_EXECUTE
protected static final String WORKFLOW_NAME
protected static final String COMPONENT_CONFIGURATION_ID
protected static final int MAX_STORES_PER_SEGMENT
protected static final String OPTION_SHOP_NAME
protected static final String OPTION_JDBC_RESOURCE_NAME
protected static final String OPTION_TABLE_PREFIX
protected static final String OPTION_SYNC_KEY
protected static final String OPTION_RUN_AS
protected static final String OPTION_EMAIL_UNIQUE
protected javax.jdo.PersistenceManagerFactory pmf
protected long startedAt
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void synchronize(String id, String providerName, String segmentName, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws IOException
IOExceptionprotected void handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.