Class SapInvoiceBOImpl
java.lang.Object
de.hybris.platform.sap.core.bol.businessobject.BusinessObjectBase
de.hybris.platform.sap.sapinvoicebol.businessobject.impl.SapInvoiceBOImpl
- All Implemented Interfaces:
BackendAware,BusinessObject,MessageListHolder,SapInvoiceBO,Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.sap.core.bol.businessobject.BusinessObjectBase
backendObject, backendType, bobMessages, bobState, extensionData, genericFactory, handle, moduleConfigurationAccess, techKeyFields inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
INVALID, VALID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the current backend type.byte[]get byte for PDF for billingDOCNumbervoidsetBackendType(String backendType) Set the current backend type.voidsetConfigurationService(SAPConfigurationService configurationService) Methods inherited from class de.hybris.platform.sap.core.bol.businessobject.BusinessObjectBase
addExtensionData, addMessage, clearMessages, clearMessages, clearOwnMessages, clone, copyMessages, copyMessages, createUniqueHandle, destroy, determineBackendObject, equals, getBackendBusinessObject, getBackendBusinessObject, getExtensionData, getExtensionDataValues, getExtensionMap, getHandle, getMessageList, getModuleConfigurationAccess, getOwnMessageList, getSubObjectIterator, getTechKey, hasHandle, hashCode, hasMessages, hasOwnMessages, init, isValid, logMessage, removeExtensionData, removeExtensionDataValues, setBackendObject, setExtensionMap, setGenericFactory, setHandle, setInvalid, setModuleConfigurationAccess, setTechKey, setValid, toString
-
Constructor Details
-
SapInvoiceBOImpl
public SapInvoiceBOImpl()
-
-
Method Details
-
getSapInvoiceBackend
- Returns:
- the sapInvoiceBackend
- Throws:
BackendException
-
getPDF
Description copied from interface:SapInvoiceBOget byte for PDF for billingDOCNumber- Specified by:
getPDFin interfaceSapInvoiceBO- Returns:
- byte of PDF for billingDOCNumber
- Throws:
BackendException
-
setConfigurationService
-
getBackendType
Description copied from class:BusinessObjectBaseGet the current backend type.- Overrides:
getBackendTypein classBusinessObjectBase- Returns:
- backend type
-
setBackendType
Description copied from class:BusinessObjectBaseSet the current backend type.- Overrides:
setBackendTypein classBusinessObjectBase- Parameters:
backendType- backend type
-