Uses of Class
de.hybris.platform.sap.orderexchange.constants.PartnerRoles
-
-
Uses of PartnerRoles in com.sap.hybris.returnsexchangeb2b.outbound.impl
Methods in com.sap.hybris.returnsexchangeb2b.outbound.impl with parameters of type PartnerRoles Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>DefaultB2BReturnOrderPartnerContributor. createPartnerRow(OrderModel order, PartnerRoles partnerRole, java.lang.String partnerId) -
Uses of PartnerRoles in de.hybris.platform.sap.c4c.quote.outbound.impl
Methods in de.hybris.platform.sap.c4c.quote.outbound.impl with parameters of type PartnerRoles Modifier and Type Method Description protected AddressModelDefaultQuotePartnerContributor. addressForPartnerRole(QuoteModel quote, PartnerRoles partnerRole)protected java.util.Map<java.lang.String,java.lang.Object>DefaultQuotePartnerContributor. createPartnerRow(QuoteModel quote, PartnerRoles partnerRole, java.lang.String partnerId)protected voidDefaultQuotePartnerContributor. validateMandatoryParameters(PartnerRoles partnerRole, java.lang.String partnerId) -
Uses of PartnerRoles in de.hybris.platform.sap.orderexchange.constants
Methods in de.hybris.platform.sap.orderexchange.constants that return PartnerRoles Modifier and Type Method Description static PartnerRolesPartnerRoles. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PartnerRoles[]PartnerRoles. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PartnerRoles in de.hybris.platform.sap.orderexchangeb2b.outbound.impl
Methods in de.hybris.platform.sap.orderexchangeb2b.outbound.impl with parameters of type PartnerRoles Modifier and Type Method Description protected AddressModelDefaultB2BPartnerContributor. addressForPartnerRole(OrderModel order, PartnerRoles partnerRole)protected java.util.Map<java.lang.String,java.lang.Object>DefaultB2BPartnerContributor. createAddressRow(OrderModel order, PartnerRoles partnerRole, java.lang.String addressNumber)protected java.util.Map<java.lang.String,java.lang.Object>DefaultB2BPartnerContributor. createPartnerRow(OrderModel order, PartnerRoles partnerRole, java.lang.String partnerId)
-