Uses of Class
de.hybris.platform.sap.sapmodel.enums.SapSystemType
-
Packages that use SapSystemType Package Description de.hybris.platform.core.model.order Contains generated models for each type of de.hybris.platform.jalo.order package.de.hybris.platform.returns.model Contains generated models for each type of de.hybris.platform.returns.jalo package.de.hybris.platform.sap.sapmodel.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.sap.sapmodel.model Contains generated models for each type of de.hybris.platform.sap.sapmodel.jalo package. -
-
Uses of SapSystemType in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return SapSystemType Modifier and Type Method Description SapSystemTypeOrderModel. getSapSystemType()Generated method - Getter of theOrder.sapSystemTypeattribute defined at extensionsaporderexchangeoms.Methods in de.hybris.platform.core.model.order with parameters of type SapSystemType Modifier and Type Method Description voidOrderModel. setSapSystemType(SapSystemType value)Generated method - Setter ofOrder.sapSystemTypeattribute defined at extensionsaporderexchangeoms. -
Uses of SapSystemType in de.hybris.platform.returns.model
Methods in de.hybris.platform.returns.model that return SapSystemType Modifier and Type Method Description SapSystemTypeReturnRequestModel. getSapSystemType()Generated method - Getter of theReturnRequest.sapSystemTypeattribute defined at extensionysapomsreturnprocess.Methods in de.hybris.platform.returns.model with parameters of type SapSystemType Modifier and Type Method Description voidReturnRequestModel. setSapSystemType(SapSystemType value)Generated method - Setter ofReturnRequest.sapSystemTypeattribute defined at extensionysapomsreturnprocess. -
Uses of SapSystemType in de.hybris.platform.sap.sapmodel.enums
Fields in de.hybris.platform.sap.sapmodel.enums declared as SapSystemType Modifier and Type Field Description static SapSystemTypeSapSystemType. SAP_ERPGenerated enum value for SapSystemType.SAP_ERP declared at extension sapmodel.static SapSystemTypeSapSystemType. SAP_S4HANAGenerated enum value for SapSystemType.SAP_S4HANA declared at extension sapmodel.Methods in de.hybris.platform.sap.sapmodel.enums that return SapSystemType Modifier and Type Method Description static SapSystemTypeSapSystemType. valueOf(java.lang.String code)Returns a SapSystemType instance representing the specified enum value. -
Uses of SapSystemType in de.hybris.platform.sap.sapmodel.model
Methods in de.hybris.platform.sap.sapmodel.model that return SapSystemType Modifier and Type Method Description SapSystemTypeSAPLogicalSystemModel. getSapSystemType()Generated method - Getter of theSAPLogicalSystem.sapSystemTypeattribute defined at extensionsapmodel.Methods in de.hybris.platform.sap.sapmodel.model with parameters of type SapSystemType Modifier and Type Method Description voidSAPLogicalSystemModel. setSapSystemType(SapSystemType value)Generated method - Setter ofSAPLogicalSystem.sapSystemTypeattribute defined at extensionsapmodel.
-