Uses of Class
de.hybris.platform.tuadatamodel.jalo.TuaPartyPaymentItem
Packages that use TuaPartyPaymentItem
-
Uses of TuaPartyPaymentItem in de.hybris.platform.tuadatamodel.jalo
Fields in de.hybris.platform.tuadatamodel.jalo with type parameters of type TuaPartyPaymentItemModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TuaPartyPaymentItem>TuaPartyPaymentItem.PARTYBILLHANDLERBidirectionalOneToManyHandlerfor handling 1:n PARTYBILL's relation attributes from 'one' side.protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TuaPartyPaymentItem>TuaPartyPaymentItem.PAYMENTHANDLERBidirectionalOneToManyHandlerfor handling 1:n PAYMENT's relation attributes from 'one' side.protected static final de.hybris.platform.util.OneToManyHandler<TuaPartyPaymentItem>TuaPartyBill.PAYMENTITEMSHANDLEROneToManyHandlerfor handling 1:n PAYMENTITEMS's relation attributes from 'many' side.protected static final de.hybris.platform.util.OneToManyHandler<TuaPartyPaymentItem>TuaPartyPayment.PAYMENTITEMSHANDLEROneToManyHandlerfor handling 1:n PAYMENTITEMS's relation attributes from 'many' side.Methods in de.hybris.platform.tuadatamodel.jalo that return TuaPartyPaymentItemModifier and TypeMethodDescriptionTuadatamodelManager.createTuaPartyPaymentItem(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) TuadatamodelManager.createTuaPartyPaymentItem(Map attributeValues) Methods in de.hybris.platform.tuadatamodel.jalo that return types with arguments of type TuaPartyPaymentItemModifier and TypeMethodDescriptionTuaPartyBill.getPaymentItems()Generated method - Getter of theTuaPartyBill.paymentItemsattribute.TuaPartyBill.getPaymentItems(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaPartyBill.paymentItemsattribute.TuaPartyPayment.getPaymentItems()Generated method - Getter of theTuaPartyPayment.paymentItemsattribute.TuaPartyPayment.getPaymentItems(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaPartyPayment.paymentItemsattribute.Methods in de.hybris.platform.tuadatamodel.jalo with parameters of type TuaPartyPaymentItemModifier and TypeMethodDescriptionvoidTuaPartyBill.addToPaymentItems(de.hybris.platform.jalo.SessionContext ctx, TuaPartyPaymentItem value) Generated method - Addsvalueto paymentItems.voidTuaPartyBill.addToPaymentItems(TuaPartyPaymentItem value) Generated method - Addsvalueto paymentItems.voidTuaPartyPayment.addToPaymentItems(de.hybris.platform.jalo.SessionContext ctx, TuaPartyPaymentItem value) Generated method - Addsvalueto paymentItems.voidTuaPartyPayment.addToPaymentItems(TuaPartyPaymentItem value) Generated method - Addsvalueto paymentItems.voidTuaPartyBill.removeFromPaymentItems(de.hybris.platform.jalo.SessionContext ctx, TuaPartyPaymentItem value) Generated method - Removesvaluefrom paymentItems.voidTuaPartyBill.removeFromPaymentItems(TuaPartyPaymentItem value) Generated method - Removesvaluefrom paymentItems.voidTuaPartyPayment.removeFromPaymentItems(de.hybris.platform.jalo.SessionContext ctx, TuaPartyPaymentItem value) Generated method - Removesvaluefrom paymentItems.voidTuaPartyPayment.removeFromPaymentItems(TuaPartyPaymentItem value) Generated method - Removesvaluefrom paymentItems.Method parameters in de.hybris.platform.tuadatamodel.jalo with type arguments of type TuaPartyPaymentItemModifier and TypeMethodDescriptionvoidTuaPartyBill.setPaymentItems(de.hybris.platform.jalo.SessionContext ctx, Set<TuaPartyPaymentItem> value) Generated method - Setter of theTuaPartyBill.paymentItemsattribute.voidTuaPartyBill.setPaymentItems(Set<TuaPartyPaymentItem> value) Generated method - Setter of theTuaPartyBill.paymentItemsattribute.voidTuaPartyPayment.setPaymentItems(de.hybris.platform.jalo.SessionContext ctx, Set<TuaPartyPaymentItem> value) Generated method - Setter of theTuaPartyPayment.paymentItemsattribute.voidTuaPartyPayment.setPaymentItems(Set<TuaPartyPaymentItem> value) Generated method - Setter of theTuaPartyPayment.paymentItemsattribute.