@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 - TransactionFailureCopyright © 2009-2016 Oracle Corporation. All Rights Reserved.