| Modifier and Type | Method and Description |
|---|---|
List<Neighbour> |
Neighbour.getNeighbours() |
| Modifier and Type | Method and Description |
|---|---|
void |
Neighbour.setNeighbours(List<Neighbour> neighbours) |
| Modifier and Type | Field and Description |
|---|---|
Neighbour |
AbstractYprofileMapperTest.category1 |
Neighbour |
AbstractYprofileMapperTest.category2 |
Neighbour |
AbstractYprofileMapperTest.product1 |
Neighbour |
AbstractYprofileMapperTest.product2 |
| Modifier and Type | Method and Description |
|---|---|
protected Neighbour |
AbstractYprofileMapperTest.createCategory(String id,
String affinity) |
protected Neighbour |
AbstractYprofileMapperTest.createNeighbour(String id,
String schema) |
protected Neighbour |
AbstractYprofileMapperTest.createNeighbour(String id,
String schema,
List<Relation> relations) |
protected Neighbour |
AbstractYprofileMapperTest.createNeighbour(String id,
String schema,
Map<String,String> properties) |
protected Neighbour |
AbstractYprofileMapperTest.createNeighbour(String id,
String schema,
Map<String,String> properties,
List<Relation> relations) |
protected Neighbour |
AbstractYprofileMapperTest.createProductAffinity(String aId,
String id,
String affinity) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Neighbour> |
AbstractYprofileMapperTest.createProfile(Neighbour... neighbours) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Neighbour> |
AbstractYprofileMapperTest.createProfile(Neighbour... neighbours) |
protected SegmentMappingData |
AbstractCxYprofileMapper.createSegment(Neighbour neighbour) |
protected BigDecimal |
CxProductYprofileMapper.getAffinity(Neighbour productAffinity) |
protected BigDecimal |
CxCategoryYprofileMapper.getAffinity(Neighbour category) |
protected abstract BigDecimal |
AbstractCxYprofileMapper.getAffinity(Neighbour neighbour) |
protected String |
CxProductYprofileMapper.getSegmentCode(Neighbour productAffinity) |
protected String |
CxCategoryYprofileMapper.getSegmentCode(Neighbour category) |
protected abstract String |
AbstractCxYprofileMapper.getSegmentCode(Neighbour neighbour) |
protected boolean |
CxProductYprofileMapper.isNeighbourValid(Neighbour neighbour) |
protected boolean |
CxCategoryYprofileMapper.isNeighbourValid(Neighbour neighbour) |
protected abstract boolean |
AbstractCxYprofileMapper.isNeighbourValid(Neighbour neighbour) |
protected boolean |
CxProductYprofileMapper.isProduct(Neighbour neighbour) |
protected void |
AbstractCxYprofileMapper.setAffinity(SegmentMappingData segment,
Neighbour neighbour) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCxYprofileMapper.populate(List<Neighbour> source,
MappingData target) |
| Modifier and Type | Method and Description |
|---|---|
List<Neighbour> |
CxYprofileDataService.getUserProfile(UserModel user)
Method return all profiles related to user
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Neighbour> |
DefaultCxYprofileDataService.getNeighbour(String nodeType,
String id) |
List<Neighbour> |
DefaultCxYprofileDataService.getUserProfile(UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultCxYprofileDataService.isNodeEqual(String id,
String nodeType,
Neighbour node) |
| Modifier and Type | Method and Description |
|---|---|
List<Neighbour> |
MockCxSecuredGraphClient.getNeighbour(String nodeType,
String id) |
List<Neighbour> |
CxSecureGraphClientAdapter.getNeighbour(String nodeType,
String id) |
List<Neighbour> |
CxSecuredGraphClient.getNeighbour(String nodeType,
String id) |
List<Neighbour> |
MockCxSecuredGraphClient.getNeighbour(String nodeType,
String id,
String params) |
List<Neighbour> |
CxSecureGraphClientAdapter.getNeighbour(String nodeType,
String id,
String params) |
List<Neighbour> |
CxSecuredGraphClient.getNeighbour(String nodeType,
String id,
String params) |
Copyright © 2017 SAP SE. All Rights Reserved.