public class PathConditionEntitlementPopulator<SOURCE extends ConditionData,TARGET extends EntitlementData> extends java.lang.Object implements Populator<SOURCE,TARGET>
com.hybris.services.entitlements.condition.ConditionData as source and
EntitlementData as target type.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GRANT_PARAMETER_PATH |
static java.lang.String |
PATH_TYPE |
| Constructor and Description |
|---|
PathConditionEntitlementPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
populate(SOURCE source,
TARGET target)
Populate the target instance with values from the source instance.
|
public static final java.lang.String PATH_TYPE
public static final java.lang.String GRANT_PARAMETER_PATH
public void populate(SOURCE source, TARGET target)
Populatorpopulate in interface Populator<SOURCE extends ConditionData,TARGET extends EntitlementData>source - the source objecttarget - the target to fillCopyright © 2018 SAP SE. All Rights Reserved.