Uses of Class
de.hybris.platform.tuadatamodel.jalo.TuaPaymentPlan
Packages that use TuaPaymentPlan
-
Uses of TuaPaymentPlan in de.hybris.platform.tuadatamodel.jalo
Fields in de.hybris.platform.tuadatamodel.jalo with type parameters of type TuaPaymentPlanModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TuaPaymentPlan>TuaPaymentPlan.BILLINGACCOUNTHANDLERBidirectionalOneToManyHandlerfor handling 1:n BILLINGACCOUNT's relation attributes from 'one' side.protected static final de.hybris.platform.util.OneToManyHandler<TuaPaymentPlan>TuaBillingAccount.PAYMENTPLANSHANDLEROneToManyHandlerfor handling 1:n PAYMENTPLANS's relation attributes from 'many' side.Methods in de.hybris.platform.tuadatamodel.jalo that return TuaPaymentPlanModifier and TypeMethodDescriptionTuadatamodelManager.createTuaPaymentPlan(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) TuadatamodelManager.createTuaPaymentPlan(Map attributeValues) Methods in de.hybris.platform.tuadatamodel.jalo that return types with arguments of type TuaPaymentPlanModifier and TypeMethodDescriptionTuaBillingAccount.getPaymentPlans()Generated method - Getter of theTuaBillingAccount.paymentPlansattribute.TuaBillingAccount.getPaymentPlans(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaBillingAccount.paymentPlansattribute.Methods in de.hybris.platform.tuadatamodel.jalo with parameters of type TuaPaymentPlanModifier and TypeMethodDescriptionvoidTuaBillingAccount.addToPaymentPlans(de.hybris.platform.jalo.SessionContext ctx, TuaPaymentPlan value) Generated method - Addsvalueto paymentPlans.voidTuaBillingAccount.addToPaymentPlans(TuaPaymentPlan value) Generated method - Addsvalueto paymentPlans.voidTuaBillingAccount.removeFromPaymentPlans(de.hybris.platform.jalo.SessionContext ctx, TuaPaymentPlan value) Generated method - Removesvaluefrom paymentPlans.voidTuaBillingAccount.removeFromPaymentPlans(TuaPaymentPlan value) Generated method - Removesvaluefrom paymentPlans.Method parameters in de.hybris.platform.tuadatamodel.jalo with type arguments of type TuaPaymentPlanModifier and TypeMethodDescriptionvoidTuaBillingAccount.setPaymentPlans(de.hybris.platform.jalo.SessionContext ctx, Set<TuaPaymentPlan> value) Generated method - Setter of theTuaBillingAccount.paymentPlansattribute.voidTuaBillingAccount.setPaymentPlans(Set<TuaPaymentPlan> value) Generated method - Setter of theTuaBillingAccount.paymentPlansattribute.