Uses of Class
de.hybris.platform.warehousing.jalo.SourcingBan
-
Packages that use SourcingBan Package Description de.hybris.platform.warehousing.jalo -
-
Uses of SourcingBan in de.hybris.platform.warehousing.jalo
Fields in de.hybris.platform.warehousing.jalo with type parameters of type SourcingBan Modifier and Type Field Description protected static OneToManyHandler<SourcingBan>GeneratedWarehousingManager. WAREHOUSE2SOURCINGBANRELATIONSOURCINGBANHANDLEROneToManyHandlerfor handling 1:n SOURCINGBAN's relation attributes from 'many' side.Methods in de.hybris.platform.warehousing.jalo that return SourcingBan Modifier and Type Method Description SourcingBanGeneratedWarehousingManager. createSourcingBan(SessionContext ctx, java.util.Map attributeValues)SourcingBanGeneratedWarehousingManager. createSourcingBan(java.util.Map attributeValues)Methods in de.hybris.platform.warehousing.jalo that return types with arguments of type SourcingBan Modifier and Type Method Description java.util.Collection<SourcingBan>GeneratedWarehousingManager. getSourcingban(SessionContext ctx, Warehouse item)Generated method - Getter of theWarehouse.sourcingbanattribute.java.util.Collection<SourcingBan>GeneratedWarehousingManager. getSourcingban(Warehouse item)Generated method - Getter of theWarehouse.sourcingbanattribute.Methods in de.hybris.platform.warehousing.jalo with parameters of type SourcingBan Modifier and Type Method Description voidGeneratedWarehousingManager. addToSourcingban(SessionContext ctx, Warehouse item, SourcingBan value)Generated method - Addsvalueto sourcingban.voidGeneratedWarehousingManager. addToSourcingban(Warehouse item, SourcingBan value)Generated method - Addsvalueto sourcingban.voidGeneratedWarehousingManager. removeFromSourcingban(SessionContext ctx, Warehouse item, SourcingBan value)Generated method - Removesvaluefrom sourcingban.voidGeneratedWarehousingManager. removeFromSourcingban(Warehouse item, SourcingBan value)Generated method - Removesvaluefrom sourcingban.Method parameters in de.hybris.platform.warehousing.jalo with type arguments of type SourcingBan Modifier and Type Method Description voidGeneratedWarehousingManager. setSourcingban(SessionContext ctx, Warehouse item, java.util.Collection<SourcingBan> value)Generated method - Setter of theWarehouse.sourcingbanattribute.voidGeneratedWarehousingManager. setSourcingban(Warehouse item, java.util.Collection<SourcingBan> value)Generated method - Setter of theWarehouse.sourcingbanattribute.
-