public class SapInvoiceBackendImpl extends BackendBusinessObjectBaseJCo implements SapInvoiceBackend
genericFactory, moduleConfigurationAccess| Constructor and Description |
|---|
SapInvoiceBackendImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeConnection(JCoConnection connection) |
java.lang.String |
getBillingDocumentFieldName() |
byte[] |
getInvoiceInByte(java.lang.String billingDocNumber)
get the invoice in byte format
|
java.lang.String |
getJcoFunction() |
java.util.Map<java.lang.String,java.lang.String> |
getParameters() |
java.lang.String |
getTableName() |
byte[] |
serialize(java.lang.Object obj) |
void |
setBillingDocumentFieldName(java.lang.String billingDocumentFieldName) |
void |
setJcoFunction(java.lang.String jcoFunction) |
void |
setParameters(java.util.Map<java.lang.String,java.lang.String> parameters) |
void |
setTableName(java.lang.String tableName) |
getDefaultConnectionName, getDefaultDestinationName, getDefaultJCoConnection, getJCoConnection, getJCoConnection, getModuleId, setDefaultConnectionName, setDefaultDestinationName, setManagedConnectionContainer, toStringdestroyBackendObject, getModuleConfigurationAccess, initBackendObject, setGenericFactory, setModuleConfigurationAccessclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdestroyBackendObject, initBackendObjectpublic java.lang.String getJcoFunction()
public void setJcoFunction(java.lang.String jcoFunction)
jcoFunction - the jcoFunction to setpublic java.lang.String getBillingDocumentFieldName()
public void setBillingDocumentFieldName(java.lang.String billingDocumentFieldName)
billingDocumentFieldName - the billingDocumentFieldName to setpublic java.util.Map<java.lang.String,java.lang.String> getParameters()
public void setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
parameters - the parameters to setpublic java.lang.String getTableName()
public void setTableName(java.lang.String tableName)
tableName - the tableName to setpublic byte[] getInvoiceInByte(java.lang.String billingDocNumber)
throws BackendException
SapInvoiceBackendgetInvoiceInByte in interface SapInvoiceBackendBackendExceptionpublic byte[] serialize(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected void closeConnection(JCoConnection connection)
Copyright © 2018 SAP SE. All Rights Reserved.