public interface FetchCustomerOptionsIf
Modifier and Type | Method and Description |
---|---|
boolean |
isGetChildren()
Populate customers with an array of children.
|
boolean |
isGetChildTree()
Populate customers with a child tree where each child in the array of children may also have
children etc.
|
boolean |
isGetParent()
Populate customer with a parent customer when a parent Id exists
|
boolean |
isGetProductSuggestions()
Populate customer with Product Suggestions from the AI Service
|
void |
setGetChildren(boolean getChildren)
Populate customers with an array of children.
|
void |
setGetChildTree(boolean getChildTree)
Populate customers with a child tree where each child in the array of children may also have
children etc.
|
void |
setGetParent(boolean getParent)
Populate customer with a parent customer when a parent Id exists
|
void |
setGetProductSuggestions(boolean getProductSuggestions)
Populate customer with Product Suggestions from the AI Service
|
boolean isGetChildren()
void setGetChildren(boolean getChildren)
getChildren
- the getChildren to setboolean isGetChildTree()
void setGetChildTree(boolean getChildTree)
getChildTree
- the getChildTree to setboolean isGetParent()
void setGetParent(boolean getParent)
getParent
- the getParent to setboolean isGetProductSuggestions()
void setGetProductSuggestions(boolean getProductSuggestions)
getProductSuggestions
- the getProductSuggestions to setCopyright © 2018 DS Data Systems UK Ltd.