public class CheckInvoicesCopy
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
log |
| Constructor and Description |
|---|
CheckInvoicesCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
static ArrayList<HashMap<String,String>> |
searchProcess(HashMap<String,String> searchIndecies,
String tableName,
HashMap<String,String> controlIndex,
String equalOrNot)
Funkcja wykorzystywana do szukania procesów o określonyc zmienych.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic static ArrayList<HashMap<String,String>> searchProcess(HashMap<String,String> searchIndecies, String tableName, HashMap<String,String> controlIndex, String equalOrNot) throws Exception
searchIndecies - - mapa warunkow wyszukiwaniatableName - - nazwa tabeli do wyszukiwaniaExceptionCopyright © 2019 Suncode. All rights reserved.