Interface SalesDocumentConfiguration
-
- All Superinterfaces:
BusinessObject,MessageListHolder,java.io.Serializable
- All Known Subinterfaces:
TransactionConfiguration
- All Known Implementing Classes:
TransactionConfigurationImpl
public interface SalesDocumentConfiguration extends BusinessObject
The SalesDocumentConfiguration interface handles all kind of application settings relevant for the Sales Document.
-
-
Field Summary
-
Fields inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
INVALID, VALID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetProcessType()Deprecated.Returns the property processType, which is provided by the sales module-
Methods inherited from interface de.hybris.platform.sap.core.bol.businessobject.BusinessObject
addExtensionData, clearMessages, clearOwnMessages, copyMessages, copyMessages, createUniqueHandle, destroy, getExtensionData, getExtensionDataValues, getExtensionMap, getHandle, getOwnMessageList, getSubObjectIterator, getTechKey, hasHandle, hasMessages, hasOwnMessages, init, isValid, logMessage, removeExtensionData, removeExtensionDataValues, setExtensionMap, setHandle, setInvalid, setTechKey, setValid
-
Methods inherited from interface de.hybris.platform.sap.core.common.message.MessageListHolder
addMessage, clearMessages, getMessageList
-
-