Uses of Class
de.hybris.platform.warehousing.jalo.DeclineConsignmentEntryEvent
-
Packages that use DeclineConsignmentEntryEvent Package Description de.hybris.platform.warehousing.jalo -
-
Uses of DeclineConsignmentEntryEvent in de.hybris.platform.warehousing.jalo
Fields in de.hybris.platform.warehousing.jalo with type parameters of type DeclineConsignmentEntryEvent Modifier and Type Field Description protected static OneToManyHandler<DeclineConsignmentEntryEvent>GeneratedWarehousingManager. DECLINECONSIGNMENTENTRYEVENTCONSIGNMENTENTRYRELATIONDECLINEENTRYEVENTSHANDLEROneToManyHandlerfor handling 1:n DECLINEENTRYEVENTS's relation attributes from 'many' side.Methods in de.hybris.platform.warehousing.jalo that return DeclineConsignmentEntryEvent Modifier and Type Method Description DeclineConsignmentEntryEventGeneratedWarehousingManager. createDeclineConsignmentEntryEvent(SessionContext ctx, java.util.Map attributeValues)DeclineConsignmentEntryEventGeneratedWarehousingManager. createDeclineConsignmentEntryEvent(java.util.Map attributeValues)Methods in de.hybris.platform.warehousing.jalo that return types with arguments of type DeclineConsignmentEntryEvent Modifier and Type Method Description java.util.Set<DeclineConsignmentEntryEvent>GeneratedWarehousingManager. getDeclineEntryEvents(SessionContext ctx, ConsignmentEntry item)Generated method - Getter of theConsignmentEntry.declineEntryEventsattribute.java.util.Set<DeclineConsignmentEntryEvent>GeneratedWarehousingManager. getDeclineEntryEvents(ConsignmentEntry item)Generated method - Getter of theConsignmentEntry.declineEntryEventsattribute.Methods in de.hybris.platform.warehousing.jalo with parameters of type DeclineConsignmentEntryEvent Modifier and Type Method Description voidGeneratedWarehousingManager. addToDeclineEntryEvents(SessionContext ctx, ConsignmentEntry item, DeclineConsignmentEntryEvent value)Generated method - Addsvalueto declineEntryEvents.voidGeneratedWarehousingManager. addToDeclineEntryEvents(ConsignmentEntry item, DeclineConsignmentEntryEvent value)Generated method - Addsvalueto declineEntryEvents.voidGeneratedWarehousingManager. removeFromDeclineEntryEvents(SessionContext ctx, ConsignmentEntry item, DeclineConsignmentEntryEvent value)Generated method - Removesvaluefrom declineEntryEvents.voidGeneratedWarehousingManager. removeFromDeclineEntryEvents(ConsignmentEntry item, DeclineConsignmentEntryEvent value)Generated method - Removesvaluefrom declineEntryEvents.Method parameters in de.hybris.platform.warehousing.jalo with type arguments of type DeclineConsignmentEntryEvent Modifier and Type Method Description voidGeneratedWarehousingManager. setDeclineEntryEvents(SessionContext ctx, ConsignmentEntry item, java.util.Set<DeclineConsignmentEntryEvent> value)Generated method - Setter of theConsignmentEntry.declineEntryEventsattribute.voidGeneratedWarehousingManager. setDeclineEntryEvents(ConsignmentEntry item, java.util.Set<DeclineConsignmentEntryEvent> value)Generated method - Setter of theConsignmentEntry.declineEntryEventsattribute.
-