@Deprecated public class MonetaryMapperMember extends Object implements DomainMapperMember
Constructor and Description |
---|
MonetaryMapperMember(CurrencyContextProvider<Object> currencyProvider)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<P> P |
fromRepositoryDomain(Object repositoryDomain,
P businessDomain,
ContextInfo contextInfo)
Deprecated.
Map and return a populated business domain instance, based on information provided in a
repository domain instance.
|
String |
getDataRoutePartition()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromBusinessDomain, getOrder
deleteMap, getBusinessDomainType, modifyMap
public MonetaryMapperMember(CurrencyContextProvider<Object> currencyProvider)
public String getDataRoutePartition()
getDataRoutePartition
in interface com.broadleafcommerce.common.extension.data.DataRoutePartitionAware
@Nullable public <P> P fromRepositoryDomain(Object repositoryDomain, P businessDomain, @Nullable ContextInfo contextInfo)
DomainMapperMember
fromRepositoryDomain
in interface DomainMapperMember
P
- The business domain typerepositoryDomain
- The repository domain instance containing the relevant property
informationbusinessDomain
- The business domain instance to affect and returncontextInfo
- The context information used to make tracking determinations relevant to
sandboxing and multitenant concerns. See TrackableRepository
for more info on
persistence behavior based on context.Copyright © 2021. All rights reserved.