public class CurrentDomainAwareEntityFactory extends Object implements com.foreach.across.modules.entity.registry.EntityFactory<WebCmsDomainBound>
EntityFactory for WebCmsDomainBound entities that will
pre-configure the current domain on new entities where no domain has been set.
Delegates the actual creation of instances to the original EntityFactory.| Constructor and Description |
|---|
CurrentDomainAwareEntityFactory() |
| Modifier and Type | Method and Description |
|---|---|
WebCmsDomainBound |
createDto(WebCmsDomainBound entity) |
WebCmsDomainBound |
createNew(Object... args) |
public WebCmsDomainBound createNew(Object... args)
createNew in interface com.foreach.across.modules.entity.registry.EntityFactory<WebCmsDomainBound>public WebCmsDomainBound createDto(WebCmsDomainBound entity)
createDto in interface com.foreach.across.modules.entity.registry.EntityFactory<WebCmsDomainBound>Copyright © 2020. All rights reserved.