Package de.hybris.platform.util
Class ManyToManyHandler<T extends Item>
java.lang.Object
de.hybris.platform.util.ManyToManyHandler<T>
The unloclized n-m relation handler.
This implementation uses the LinkOperationHandler to link and unlink assoziated items.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedManyToManyHandler(String relationName, boolean ownerIsSource, boolean enableRestrictions) protectedManyToManyHandler(String relationName, boolean ownerIsSource, boolean enableRestrictions, boolean partOf, boolean reOrderable) Deprecated, for removal: This API element is subject to removal in a future version.since 1811 -
Method Summary
Modifier and TypeMethodDescriptiongetValues(SessionContext ctx, Item key) voidsetValues(SessionContext ctx, Item key, Collection<T> values)
-
Constructor Details
-
ManyToManyHandler
-
ManyToManyHandler
@Deprecated(since="1811", forRemoval=true) protected ManyToManyHandler(String relationName, boolean ownerIsSource, boolean enableRestrictions, boolean partOf, boolean reOrderable) Deprecated, for removal: This API element is subject to removal in a future version.since 1811- Parameters:
partOf-reOrderable-
-
-
Method Details
-
getValues
-
setValues
-