public class DefaultStreamConfigCloningService extends java.lang.Object implements StreamConfigCloningService
| Constructor and Description |
|---|
DefaultStreamConfigCloningService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Y2YStreamConfigurationModel> |
cloneStreamConfigurations(Y2YStreamConfigurationModel... streamConfigurations)
Clones the given StreamConfigurations, the corresponding Column Definitions are cloned as well.
|
Y2YStreamConfigurationContainerModel |
cloneStreamContainer(Y2YStreamConfigurationContainerModel y2YStreamConfigurationContainer,
java.lang.String containerId)
Clones the given StreamConfigurationContainer with all assigned StreamConfigurations.
|
void |
setItemModelCloneCreator(ItemModelCloneCreator itemModelCloneCreator) |
public Y2YStreamConfigurationContainerModel cloneStreamContainer(Y2YStreamConfigurationContainerModel y2YStreamConfigurationContainer, java.lang.String containerId)
StreamConfigCloningServicecloneStreamContainer in interface StreamConfigCloningServicey2YStreamConfigurationContainer - the streamConfigurationContainer to clonecontainerId - the Id of the new (cloned) containerpublic java.util.Set<Y2YStreamConfigurationModel> cloneStreamConfigurations(Y2YStreamConfigurationModel... streamConfigurations)
StreamConfigCloningServicecloneStreamConfigurations in interface StreamConfigCloningServicestreamConfigurations - the stream configuration objects to be cloned.public void setItemModelCloneCreator(ItemModelCloneCreator itemModelCloneCreator)
Copyright © 2018 SAP SE. All Rights Reserved.