Uses of Class
de.hybris.platform.tuadatamodel.jalo.TuaAccountTaxExemption
Packages that use TuaAccountTaxExemption
-
Uses of TuaAccountTaxExemption in de.hybris.platform.tuadatamodel.jalo
Fields in de.hybris.platform.tuadatamodel.jalo with type parameters of type TuaAccountTaxExemptionModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TuaAccountTaxExemption>TuaAccountTaxExemption.ACCOUNTHANDLERBidirectionalOneToManyHandlerfor handling 1:n ACCOUNT's relation attributes from 'one' side.protected static final de.hybris.platform.util.OneToManyHandler<TuaAccountTaxExemption>TuaAccount.TAXEXEMPTIONSHANDLEROneToManyHandlerfor handling 1:n TAXEXEMPTIONS's relation attributes from 'many' side.Methods in de.hybris.platform.tuadatamodel.jalo that return TuaAccountTaxExemptionModifier and TypeMethodDescriptionTuadatamodelManager.createTuaAccountTaxExemption(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) TuadatamodelManager.createTuaAccountTaxExemption(Map attributeValues) Methods in de.hybris.platform.tuadatamodel.jalo that return types with arguments of type TuaAccountTaxExemptionModifier and TypeMethodDescriptionTuaAccount.getTaxExemptions()Generated method - Getter of theTuaAccount.taxExemptionsattribute.TuaAccount.getTaxExemptions(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaAccount.taxExemptionsattribute.Methods in de.hybris.platform.tuadatamodel.jalo with parameters of type TuaAccountTaxExemptionModifier and TypeMethodDescriptionvoidTuaAccount.addToTaxExemptions(de.hybris.platform.jalo.SessionContext ctx, TuaAccountTaxExemption value) Generated method - Addsvalueto taxExemptions.voidTuaAccount.addToTaxExemptions(TuaAccountTaxExemption value) Generated method - Addsvalueto taxExemptions.voidTuaAccount.removeFromTaxExemptions(de.hybris.platform.jalo.SessionContext ctx, TuaAccountTaxExemption value) Generated method - Removesvaluefrom taxExemptions.voidTuaAccount.removeFromTaxExemptions(TuaAccountTaxExemption value) Generated method - Removesvaluefrom taxExemptions.Method parameters in de.hybris.platform.tuadatamodel.jalo with type arguments of type TuaAccountTaxExemptionModifier and TypeMethodDescriptionvoidTuaAccount.setTaxExemptions(de.hybris.platform.jalo.SessionContext ctx, Set<TuaAccountTaxExemption> value) Generated method - Setter of theTuaAccount.taxExemptionsattribute.voidTuaAccount.setTaxExemptions(Set<TuaAccountTaxExemption> value) Generated method - Setter of theTuaAccount.taxExemptionsattribute.