public class CreateFrom extends HttpSecureAppServlet
boolHist, classInfoglobalParameters, 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, whitePagedoGet, 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, serviceInitializeddoDelete, doHead, doOptions, doPut, doTrace, getLastModified, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, logclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroypublic void init(javax.servlet.ServletConfig config)
HttpBaseServletinit in interface javax.servlet.Servletinit in class HttpSecureAppServletpublic void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
doPost in class javax.servlet.http.HttpServletIOExceptionjavax.servlet.ServletExceptionprotected 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
IOExceptionjavax.servlet.ServletExceptionprotected 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
IOExceptionjavax.servlet.ServletExceptionprotected 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
IOExceptionjavax.servlet.ServletExceptionprotected 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
IOExceptionjavax.servlet.ServletExceptionprotected 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
IOExceptionjavax.servlet.ServletExceptionprotected 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
IOExceptionjavax.servlet.ServletExceptionprotected 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
IOExceptionjavax.servlet.ServletExceptionprotected OBError saveBank(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected OBError saveInvoice(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId, String strWindowId) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected OBError saveShipment(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId, String strWindowId) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected OBError saveShipmentPO(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId, String strWindowId) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected OBError saveShipmentSO(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId, String strWindowId) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected OBError savePay(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected OBError saveSettlement(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected OBError saveDPManagement(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected OBError saveCRemittance(VariablesSecureApp vars, String strKey, String strTableId, String strProcessId) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class HttpSecureAppServlet