Uses of Class
com.broadleafcommerce.dataimport.provider.jpa.domain.JpaBatchItem
-
Uses of JpaBatchItem in com.broadleafcommerce.dataimport.provider.jpa.domain
Modifier and TypeMethodDescriptionJpaBatchItem.getDependents()
Items that should be conceptually linked to the parent record that represents this itemJpaBatch.getItems()
Provides a way for callers to get theJpaBatch._items
without dealing with the deserialization aspect.Modifier and TypeMethodDescriptionvoid
JpaBatchItem.setDependents
(List<JpaBatchItem> dependents) Items that should be conceptually linked to the parent record that represents this itemJpaBatch.setItems
(List<JpaBatchItem> items) Provides a way for callers to set theJpaBatch._items
without dealing with the serialization aspect.