Class GetUpdatedAddressObjects
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.bgerp.app.servlet.BaseServlet
org.bgerp.app.servlet.GetUpdatedAddressObjects
- All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Servlet providing address information from the database
(countries, cities, areas, quarters, streets and houses)
changed after a given date.
- See Also:
-
Field Summary
Fields inherited from class BaseServlet
log, setup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoGet(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse response) Methods inherited from class BaseServlet
putDocumentToResponseMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Constructor Details
-
GetUpdatedAddressObjects
public GetUpdatedAddressObjects()Default constructor
-
-
Method Details
-
doGet
public void doGet(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse response) - Overrides:
doGetin classjavax.servlet.http.HttpServlet
-