Uses of Class
com.sap.hybris.returnsexchange.jalo.SapReturnOrderReason
-
Packages that use SapReturnOrderReason Package Description com.sap.hybris.returnsexchange.jalo -
-
Uses of SapReturnOrderReason in com.sap.hybris.returnsexchange.jalo
Fields in com.sap.hybris.returnsexchange.jalo with type parameters of type SapReturnOrderReason Modifier and Type Field Description protected static OneToManyHandler<SapReturnOrderReason>
GeneratedSapreturnsexchangeManager. SAPCONFIGRETURNREASONRELATIONSAPRETURNREASONSHANDLER
OneToManyHandler
for handling 1:n SAPRETURNREASONS's relation attributes from 'many' side.Methods in com.sap.hybris.returnsexchange.jalo that return SapReturnOrderReason Modifier and Type Method Description SapReturnOrderReason
GeneratedSapreturnsexchangeManager. createSapReturnOrderReason(SessionContext ctx, java.util.Map attributeValues)
SapReturnOrderReason
GeneratedSapreturnsexchangeManager. createSapReturnOrderReason(java.util.Map attributeValues)
Methods in com.sap.hybris.returnsexchange.jalo that return types with arguments of type SapReturnOrderReason Modifier and Type Method Description java.util.Set<SapReturnOrderReason>
GeneratedSapreturnsexchangeManager. getSapReturnReasons(SessionContext ctx, GenericItem item)
Generated method - Getter of theSAPConfiguration.sapReturnReasons
attribute.java.util.Set<SapReturnOrderReason>
GeneratedSapreturnsexchangeManager. getSapReturnReasons(SAPConfiguration item)
Generated method - Getter of theSAPConfiguration.sapReturnReasons
attribute.Methods in com.sap.hybris.returnsexchange.jalo with parameters of type SapReturnOrderReason Modifier and Type Method Description void
GeneratedSapreturnsexchangeManager. addToSapReturnReasons(SessionContext ctx, GenericItem item, SapReturnOrderReason value)
Generated method - Addsvalue
to sapReturnReasons.void
GeneratedSapreturnsexchangeManager. addToSapReturnReasons(SAPConfiguration item, SapReturnOrderReason value)
Generated method - Addsvalue
to sapReturnReasons.void
GeneratedSapreturnsexchangeManager. removeFromSapReturnReasons(SessionContext ctx, GenericItem item, SapReturnOrderReason value)
Generated method - Removesvalue
from sapReturnReasons.void
GeneratedSapreturnsexchangeManager. removeFromSapReturnReasons(SAPConfiguration item, SapReturnOrderReason value)
Generated method - Removesvalue
from sapReturnReasons.Method parameters in com.sap.hybris.returnsexchange.jalo with type arguments of type SapReturnOrderReason Modifier and Type Method Description void
GeneratedSapreturnsexchangeManager. setSapReturnReasons(SessionContext ctx, GenericItem item, java.util.Set<SapReturnOrderReason> value)
Generated method - Setter of theSAPConfiguration.sapReturnReasons
attribute.void
GeneratedSapreturnsexchangeManager. setSapReturnReasons(SAPConfiguration item, java.util.Set<SapReturnOrderReason> value)
Generated method - Setter of theSAPConfiguration.sapReturnReasons
attribute.
-