public class CreateFrom extends HttpSecureAppServlet
boolHist, classInfo
globalParameters, log4j, myPool, strDefaultServlet, strDireccion, strReplaceWith, strReplaceWithFull, xmlEngine
Constructor and Description |
---|
CreateFrom() |
Modifier and Type | Method and Description |
---|---|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
getServletInfo() |
void |
init(javax.servlet.ServletConfig config)
Loads basic configuration settings that this class and all that extend it require to function
properly.
|
protected void |
printPageBank(javax.servlet.http.HttpServletResponse response,
VariablesSecureApp vars,
String strPath,
String strKey,
String strTableId,
String strProcessId,
String strWindowId,
String strTabName,
String strStatementDate,
String strBank) |
protected void |
printPageCRemittance(javax.servlet.http.HttpServletResponse response,
VariablesSecureApp vars,
String strPath,
String strKey,
String strTableId,
String strProcessId,
String strWindowId,
String strTabName,
String strBPartner,
String stradOrgId,
String isReceipt) |
protected void |
printPageDPManagement(javax.servlet.http.HttpServletResponse response,
VariablesSecureApp vars,
String strPath,
String strKey,
String strTableId,
String strProcessId,
String strWindowId,
String strTabName,
String strBPartner) |
protected void |
printPageInvoice(javax.servlet.http.HttpServletResponse response,
VariablesSecureApp vars,
String strPath,
String strKey,
String strTableId,
String strProcessId,
String strWindowId,
String strTabName,
String strDateInvoiced,
String strBPartnerLocation,
String strPriceList,
String strBPartner) |
protected void |
printPagePay(javax.servlet.http.HttpServletResponse response,
VariablesSecureApp vars,
String strPath,
String strKey,
String strTableId,
String strProcessId,
String strWindowId,
String strTabName,
String strBPartner) |
protected void |
printPageSettlement(javax.servlet.http.HttpServletResponse response,
VariablesSecureApp vars,
String strPath,
String strKey,
String strTableId,
String strProcessId,
String strWindowId,
String strTabName,
String strBPartner) |
protected void |
printPageShipment(javax.servlet.http.HttpServletResponse response,
VariablesSecureApp vars,
String strPath,
String strKey,
String strTableId,
String strProcessId,
String strWindowId,
String strTabName,
String strBPartner) |
protected OBError |
saveBank(VariablesSecureApp vars,
String strKey,
String strTableId,
String strProcessId) |
protected OBError |
saveCRemittance(VariablesSecureApp vars,
String strKey,
String strTableId,
String strProcessId) |
protected OBError |
saveDPManagement(VariablesSecureApp vars,
String strKey,
String strTableId,
String strProcessId) |
protected OBError |
saveInvoice(VariablesSecureApp vars,
String strKey,
String strTableId,
String strProcessId,
String strWindowId) |
protected OBError |
savePay(VariablesSecureApp vars,
String strKey,
String strTableId,
String strProcessId) |
protected OBError |
saveSettlement(VariablesSecureApp vars,
String strKey,
String strTableId,
String strProcessId) |
protected OBError |
saveShipment(VariablesSecureApp vars,
String strKey,
String strTableId,
String strProcessId,
String strWindowId) |
protected OBError |
saveShipmentPO(VariablesSecureApp vars,
String strKey,
String strTableId,
String strProcessId,
String strWindowId) |
protected OBError |
saveShipmentSO(VariablesSecureApp vars,
String strKey,
String strTableId,
String strProcessId,
String strWindowId) |
advise, advisePopUp, advisePopUp, advisePopUpRefresh, bdError, bdErrorAjax, bdErrorConnection, bdErrorGeneralPopUp, bdErrorHidden, hasGeneralAccess, invalidateSession, licenseError, logout, pageError, pageErrorCallOut, pageErrorPopUp, printPageClosePopUp, printPageClosePopUp, printPageClosePopUp, printPageClosePopUpAndRefreshParent, printPagePopUpDownload, printPagePopUpDownloadAndRefresh, readNumberFormat, readProperties, readProperties, renderFO, renderJR, renderJR, renderJR, renderJR, service, setClassInfo, setHistoryCommand, whitePage, whitePage
doGet, doGetCall, doPostCall, getBaseDesignPath, getCallableStatement, getCallableStatement, getCallableStatement, getConnection, getFopFactory, getPoolStatus, getPreparedStatement, getPreparedStatement, getPreparedStatement, getRDBMS, getStatement, getStatement, getStatement, getStatus, getTransactionConnection, initialize, releaseCallableStatement, releaseCommitConnection, releasePreparedStatement, releaseRollbackConnection, releaseStatement, releaseTransactionalPreparedStatement, releaseTransactionalStatement, renderFO, renderFO, serviceInitialized
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy
public void init(javax.servlet.ServletConfig config)
HttpBaseServlet
init
in interface javax.servlet.Servlet
init
in class HttpSecureAppServlet
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
doPost
in class javax.servlet.http.HttpServlet
IOException
javax.servlet.ServletException
protected void printPageBank(javax.servlet.http.HttpServletResponse response, VariablesSecureApp vars, String strPath, String strKey, String strTableId, String strProcessId, String strWindowId, String strTabName, String strStatementDate, String strBank) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected void printPageInvoice(javax.servlet.http.HttpServletResponse response, VariablesSecureApp vars, String strPath, String strKey, String strTableId, String strProcessId, String strWindowId, String strTabName, String strDateInvoiced, String strBPartnerLocation, String strPriceList, String strBPartner) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected void printPageShipment(javax.servlet.http.HttpServletResponse response, VariablesSecureApp vars, String strPath, String strKey, String strTableId, String strProcessId, String strWindowId, String strTabName, String strBPartner) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected void printPagePay(javax.servlet.http.HttpServletResponse response, VariablesSecureApp vars, String strPath, String strKey, String strTableId, String strProcessId, String strWindowId, String strTabName, String strBPartner) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected void printPageSettlement(javax.servlet.http.HttpServletResponse response, VariablesSecureApp vars, String strPath, String strKey, String strTableId, String strProcessId, String strWindowId, String strTabName, String strBPartner) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected void printPageDPManagement(javax.servlet.http.HttpServletResponse response, VariablesSecureApp vars, String strPath, String strKey, String strTableId, String strProcessId, String strWindowId, String strTabName, String strBPartner) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected void printPageCRemittance(javax.servlet.http.HttpServletResponse response, VariablesSecureApp vars, String strPath, String strKey, String strTableId, String strProcessId, String strWindowId, String strTabName, String strBPartner, String stradOrgId, String isReceipt) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected OBError saveBank(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected OBError saveInvoice(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId, String strWindowId) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected OBError saveShipment(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId, String strWindowId) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected OBError saveShipmentPO(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId, String strWindowId) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected OBError saveShipmentSO(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId, String strWindowId) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected OBError savePay(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected OBError saveSettlement(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected OBError saveDPManagement(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected OBError saveCRemittance(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public String getServletInfo()
getServletInfo
in interface javax.servlet.Servlet
getServletInfo
in class HttpSecureAppServlet