Class OneToManySetter
java.lang.Object
de.hybris.platform.productcockpit.util.OneToManySetter
Helper class for setting 1-n relations backed by two members: one collection and one single reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Collectionprotected CollectiondoGetManySafe(Object one) protected abstract Objectprotected abstract voiddoSetMany(Object one, Collection many) protected abstract voidvoidsetMany(Object one, Collection elements) void
-
Constructor Details
-
OneToManySetter
public OneToManySetter()
-
-
Method Details
-
doGetMany
-
doSetMany
-
doGetOne
-
doSetOne
-
getMany
-
getOne
-
setMany
-
setOne
-
doGetManySafe
-