Class ClassificationCollectionDescriptor
java.lang.Object
de.hybris.platform.integrationservices.model.impl.ClassificationCollectionDescriptor
- All Implemented Interfaces:
CollectionDescriptor
Implementation of the
CollectionDescriptor relating to classification attributes. If the underlying
attribute is not of multivalued, this implementation
does not consider the attribute as a collection. Therefore, the new collection will be null. If the attribute is multivalued,
an empty List will be returned since multivalued classification attributes are always stored in a List-
Method Summary
Modifier and TypeMethodDescriptionstatic CollectionDescriptorcreate(ClassAttributeAssignmentModel classAttributeAssignment) Gets a new collection instance that is described by the underlying attribute
-
Method Details
-
create
-
newCollection
Description copied from interface:CollectionDescriptorGets a new collection instance that is described by the underlying attribute- Specified by:
newCollectionin interfaceCollectionDescriptor- Returns:
- A new collection instance that is empty
-