Uses of Class
de.hybris.platform.tuadatamodel.jalo.TuaAccountRelationship
Packages that use TuaAccountRelationship
-
Uses of TuaAccountRelationship in de.hybris.platform.tuadatamodel.jalo
Fields in de.hybris.platform.tuadatamodel.jalo with type parameters of type TuaAccountRelationshipModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.OneToManyHandler<TuaAccountRelationship>TuaAccount.ACCOUNTRELATIONSHIPREFERENCEDBYHANDLEROneToManyHandlerfor handling 1:n ACCOUNTRELATIONSHIPREFERENCEDBY's relation attributes from 'many' side.protected static final de.hybris.platform.util.OneToManyHandler<TuaAccountRelationship>TuaAccount.ACCOUNTRELATIONSHIPREFERENCESHANDLEROneToManyHandlerfor handling 1:n ACCOUNTRELATIONSHIPREFERENCES's relation attributes from 'many' side.protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TuaAccountRelationship>TuaAccountRelationship.SOURCEACCOUNTHANDLERBidirectionalOneToManyHandlerfor handling 1:n SOURCEACCOUNT's relation attributes from 'one' side.protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TuaAccountRelationship>TuaAccountRelationship.TARGETACCOUNTHANDLERBidirectionalOneToManyHandlerfor handling 1:n TARGETACCOUNT's relation attributes from 'one' side.Methods in de.hybris.platform.tuadatamodel.jalo that return TuaAccountRelationshipModifier and TypeMethodDescriptionTuadatamodelManager.createTuaAccountRelationship(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) TuadatamodelManager.createTuaAccountRelationship(Map attributeValues) Methods in de.hybris.platform.tuadatamodel.jalo that return types with arguments of type TuaAccountRelationshipModifier and TypeMethodDescriptionTuaAccount.getAccountRelationshipReferencedBy()Generated method - Getter of theTuaAccount.accountRelationshipReferencedByattribute.TuaAccount.getAccountRelationshipReferencedBy(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaAccount.accountRelationshipReferencedByattribute.TuaAccount.getAccountRelationshipReferences()Generated method - Getter of theTuaAccount.accountRelationshipReferencesattribute.TuaAccount.getAccountRelationshipReferences(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaAccount.accountRelationshipReferencesattribute.Methods in de.hybris.platform.tuadatamodel.jalo with parameters of type TuaAccountRelationshipModifier and TypeMethodDescriptionvoidTuaAccount.addToAccountRelationshipReferencedBy(de.hybris.platform.jalo.SessionContext ctx, TuaAccountRelationship value) Generated method - Addsvalueto accountRelationshipReferencedBy.voidTuaAccount.addToAccountRelationshipReferencedBy(TuaAccountRelationship value) Generated method - Addsvalueto accountRelationshipReferencedBy.voidTuaAccount.addToAccountRelationshipReferences(de.hybris.platform.jalo.SessionContext ctx, TuaAccountRelationship value) Generated method - Addsvalueto accountRelationshipReferences.voidTuaAccount.addToAccountRelationshipReferences(TuaAccountRelationship value) Generated method - Addsvalueto accountRelationshipReferences.voidTuaAccount.removeFromAccountRelationshipReferencedBy(de.hybris.platform.jalo.SessionContext ctx, TuaAccountRelationship value) Generated method - Removesvaluefrom accountRelationshipReferencedBy.voidTuaAccount.removeFromAccountRelationshipReferencedBy(TuaAccountRelationship value) Generated method - Removesvaluefrom accountRelationshipReferencedBy.voidTuaAccount.removeFromAccountRelationshipReferences(de.hybris.platform.jalo.SessionContext ctx, TuaAccountRelationship value) Generated method - Removesvaluefrom accountRelationshipReferences.voidTuaAccount.removeFromAccountRelationshipReferences(TuaAccountRelationship value) Generated method - Removesvaluefrom accountRelationshipReferences.Method parameters in de.hybris.platform.tuadatamodel.jalo with type arguments of type TuaAccountRelationshipModifier and TypeMethodDescriptionvoidTuaAccount.setAccountRelationshipReferencedBy(de.hybris.platform.jalo.SessionContext ctx, Set<TuaAccountRelationship> value) Generated method - Setter of theTuaAccount.accountRelationshipReferencedByattribute.voidTuaAccount.setAccountRelationshipReferencedBy(Set<TuaAccountRelationship> value) Generated method - Setter of theTuaAccount.accountRelationshipReferencedByattribute.voidTuaAccount.setAccountRelationshipReferences(de.hybris.platform.jalo.SessionContext ctx, Set<TuaAccountRelationship> value) Generated method - Setter of theTuaAccount.accountRelationshipReferencesattribute.voidTuaAccount.setAccountRelationshipReferences(Set<TuaAccountRelationship> value) Generated method - Setter of theTuaAccount.accountRelationshipReferencesattribute.