Uses of Class
de.hybris.platform.warehousing.jalo.WarehouseTransfer
-
Packages that use WarehouseTransfer Package Description de.hybris.platform.warehousing.jalo -
-
Uses of WarehouseTransfer in de.hybris.platform.warehousing.jalo
Fields in de.hybris.platform.warehousing.jalo with type parameters of type WarehouseTransfer Modifier and Type Field Description protected static OneToManyHandler<WarehouseTransfer>GeneratedWarehouseTransfer. DEPENDENTTRANSFERSHANDLEROneToManyHandlerfor handling 1:n DEPENDENTTRANSFERS's relation attributes from 'many' side.Methods in de.hybris.platform.warehousing.jalo that return WarehouseTransfer Modifier and Type Method Description WarehouseTransferGeneratedWarehousingManager. createWarehouseTransfer(SessionContext ctx, java.util.Map attributeValues)WarehouseTransferGeneratedWarehousingManager. createWarehouseTransfer(java.util.Map attributeValues)WarehouseTransferGeneratedWarehouseTransfer. getParentTransfer()Generated method - Getter of theWarehouseTransfer.parentTransferattribute.WarehouseTransferGeneratedWarehouseTransfer. getParentTransfer(SessionContext ctx)Generated method - Getter of theWarehouseTransfer.parentTransferattribute.WarehouseTransferGeneratedWarehouseTransferEntry. getWarehouseTransfer()Generated method - Getter of theWarehouseTransferEntry.warehouseTransferattribute.WarehouseTransferGeneratedWarehouseTransferEntry. getWarehouseTransfer(SessionContext ctx)Generated method - Getter of theWarehouseTransferEntry.warehouseTransferattribute.Methods in de.hybris.platform.warehousing.jalo that return types with arguments of type WarehouseTransfer Modifier and Type Method Description java.util.Collection<WarehouseTransfer>GeneratedWarehouseTransfer. getDependentTransfers()Generated method - Getter of theWarehouseTransfer.dependentTransfersattribute.java.util.Collection<WarehouseTransfer>GeneratedWarehouseTransfer. getDependentTransfers(SessionContext ctx)Generated method - Getter of theWarehouseTransfer.dependentTransfersattribute.Methods in de.hybris.platform.warehousing.jalo with parameters of type WarehouseTransfer Modifier and Type Method Description voidGeneratedWarehouseTransfer. addToDependentTransfers(SessionContext ctx, WarehouseTransfer value)Generated method - Addsvalueto dependentTransfers.voidGeneratedWarehouseTransfer. addToDependentTransfers(WarehouseTransfer value)Generated method - Addsvalueto dependentTransfers.voidGeneratedWarehouseTransfer. removeFromDependentTransfers(SessionContext ctx, WarehouseTransfer value)Generated method - Removesvaluefrom dependentTransfers.voidGeneratedWarehouseTransfer. removeFromDependentTransfers(WarehouseTransfer value)Generated method - Removesvaluefrom dependentTransfers.voidGeneratedWarehouseTransfer. setParentTransfer(SessionContext ctx, WarehouseTransfer value)Generated method - Setter of theWarehouseTransfer.parentTransferattribute.voidGeneratedWarehouseTransfer. setParentTransfer(WarehouseTransfer value)Generated method - Setter of theWarehouseTransfer.parentTransferattribute.voidGeneratedWarehouseTransferEntry. setWarehouseTransfer(SessionContext ctx, WarehouseTransfer value)Generated method - Setter of theWarehouseTransferEntry.warehouseTransferattribute.voidGeneratedWarehouseTransferEntry. setWarehouseTransfer(WarehouseTransfer value)Generated method - Setter of theWarehouseTransferEntry.warehouseTransferattribute.Method parameters in de.hybris.platform.warehousing.jalo with type arguments of type WarehouseTransfer Modifier and Type Method Description voidGeneratedWarehouseTransfer. setDependentTransfers(SessionContext ctx, java.util.Collection<WarehouseTransfer> value)Generated method - Setter of theWarehouseTransfer.dependentTransfersattribute.voidGeneratedWarehouseTransfer. setDependentTransfers(java.util.Collection<WarehouseTransfer> value)Generated method - Setter of theWarehouseTransfer.dependentTransfersattribute.
-