Uses of Class
de.hybris.platform.tuadatamodel.jalo.TuaRelatedPlace
Packages that use TuaRelatedPlace
-
Uses of TuaRelatedPlace in de.hybris.platform.tuadatamodel.jalo
Fields in de.hybris.platform.tuadatamodel.jalo with type parameters of type TuaRelatedPlaceModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TuaRelatedPlace>TuaRelatedPlace.PRODUCTHANDLERBidirectionalOneToManyHandlerfor handling 1:n PRODUCT's relation attributes from 'one' side.protected static final de.hybris.platform.util.OneToManyHandler<TuaRelatedPlace>TuaProduct.RELATEDPLACESHANDLEROneToManyHandlerfor handling 1:n RELATEDPLACES's relation attributes from 'many' side.Methods in de.hybris.platform.tuadatamodel.jalo that return TuaRelatedPlaceModifier and TypeMethodDescriptionTuadatamodelManager.createTuaRelatedPlace(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) TuadatamodelManager.createTuaRelatedPlace(Map attributeValues) Methods in de.hybris.platform.tuadatamodel.jalo that return types with arguments of type TuaRelatedPlaceModifier and TypeMethodDescriptionTuaProduct.getRelatedPlaces()Generated method - Getter of theTuaProduct.relatedPlacesattribute.TuaProduct.getRelatedPlaces(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTuaProduct.relatedPlacesattribute.Methods in de.hybris.platform.tuadatamodel.jalo with parameters of type TuaRelatedPlaceModifier and TypeMethodDescriptionvoidTuaProduct.addToRelatedPlaces(de.hybris.platform.jalo.SessionContext ctx, TuaRelatedPlace value) Generated method - Addsvalueto relatedPlaces.voidTuaProduct.addToRelatedPlaces(TuaRelatedPlace value) Generated method - Addsvalueto relatedPlaces.voidTuaProduct.removeFromRelatedPlaces(de.hybris.platform.jalo.SessionContext ctx, TuaRelatedPlace value) Generated method - Removesvaluefrom relatedPlaces.voidTuaProduct.removeFromRelatedPlaces(TuaRelatedPlace value) Generated method - Removesvaluefrom relatedPlaces.Method parameters in de.hybris.platform.tuadatamodel.jalo with type arguments of type TuaRelatedPlaceModifier and TypeMethodDescriptionvoidTuaProduct.setRelatedPlaces(de.hybris.platform.jalo.SessionContext ctx, Set<TuaRelatedPlace> value) Generated method - Setter of theTuaProduct.relatedPlacesattribute.voidTuaProduct.setRelatedPlaces(Set<TuaRelatedPlace> value) Generated method - Setter of theTuaProduct.relatedPlacesattribute.