@Contract
public interface ConfigurationUtilities
Modifier and Type | Method and Description |
---|---|
Object |
addChildWithAttributes(ConfigBeanProxy param,
ConfigBean parent,
Class<? extends ConfigBeanProxy> childType,
List<AttributeChanges> attributes,
TransactionCallBack<WriteableView> runnable)
Adds this child bean to the parent with the given attributes.
|
Object addChildWithAttributes(ConfigBeanProxy param, ConfigBean parent, Class<? extends ConfigBeanProxy> childType, List<AttributeChanges> attributes, TransactionCallBack<WriteableView> runnable) throws TransactionFailure
param
- parent
- childType
- attributes
- runnable
- TransactionFailure
Copyright © 2020. All rights reserved.