Uses of Class
de.hybris.platform.sap.core.configuration.model.RFCDestinationAttributeModel
-
Packages that use RFCDestinationAttributeModel Package Description de.hybris.platform.sap.core.configuration.model Contains generated models for each type of de.hybris.platform.sap.core.configuration.jalo package.de.hybris.platform.sap.core.configuration.rfc de.hybris.platform.sap.core.configuration.rfc.impl -
-
Uses of RFCDestinationAttributeModel in de.hybris.platform.sap.core.configuration.model
Methods in de.hybris.platform.sap.core.configuration.model that return types with arguments of type RFCDestinationAttributeModel Modifier and Type Method Description java.util.Collection<RFCDestinationAttributeModel>SAPRFCDestinationModel. getAdditionalAttributes()Generated method - Getter of theSAPRFCDestination.AdditionalAttributesattribute defined at extensionsapcoreconfiguration.Method parameters in de.hybris.platform.sap.core.configuration.model with type arguments of type RFCDestinationAttributeModel Modifier and Type Method Description voidSAPRFCDestinationModel. setAdditionalAttributes(java.util.Collection<RFCDestinationAttributeModel> value)Generated method - Setter ofSAPRFCDestination.AdditionalAttributesattribute defined at extensionsapcoreconfiguration. -
Uses of RFCDestinationAttributeModel in de.hybris.platform.sap.core.configuration.rfc
Methods in de.hybris.platform.sap.core.configuration.rfc that return types with arguments of type RFCDestinationAttributeModel Modifier and Type Method Description java.util.Collection<RFCDestinationAttributeModel>RFCDestination. getRFCDestinationAttributes()Returns the additional Attributes for RFC Destination. -
Uses of RFCDestinationAttributeModel in de.hybris.platform.sap.core.configuration.rfc.impl
Methods in de.hybris.platform.sap.core.configuration.rfc.impl that return types with arguments of type RFCDestinationAttributeModel Modifier and Type Method Description java.util.Collection<RFCDestinationAttributeModel>DefaultRFCDestination. getRFCDestinationAttributes()java.util.Collection<RFCDestinationAttributeModel>RFCDestinationImpl. getRFCDestinationAttributes()Method parameters in de.hybris.platform.sap.core.configuration.rfc.impl with type arguments of type RFCDestinationAttributeModel Modifier and Type Method Description voidDefaultRFCDestination. setAdditionalAttributes(java.util.Collection<RFCDestinationAttributeModel> additionalAttributes)Sets the additional attributes.
-