public interface CustomerSearchIf
Modifier and Type | Method and Description |
---|---|
java.util.Calendar |
getBirthDate() |
java.lang.String |
getCity() |
java.lang.String |
getCityOrState()
Searches in the city and state
|
int |
getCityRule()
The rule for the search.
|
int[] |
getCustomerIds()
An array of customer ids to be used in the search.
|
java.lang.String |
getEmailAddr() |
int |
getEmailAddrRule()
The rule for the search.
|
java.util.Calendar |
getEventDate()
Used for searching for customer lists for events such as weddings or birthdays
|
java.lang.String |
getFirstName() |
java.lang.String |
getFirstName1()
Used when searching for a second person which may be present in for example, a wedding list.
|
int |
getFirstName1Rule()
The rule for the search.
|
int |
getFirstNameRule()
The rule for the search.
|
int |
getGroupId() |
int |
getId() |
java.lang.String |
getLastName() |
java.lang.String |
getLastName1()
Used when searching for a second person which may be present in for example, a wedding list.
|
int |
getLastName1Rule()
The rule for the search.
|
int |
getLastNameRule()
The rule for the search.
|
int[] |
getParentIds()
An array of parent ids to be used in the search.
|
java.lang.String |
getState() |
int |
getStateRule()
The rule for the search.
|
java.lang.String |
getTelephoneNumber() |
java.lang.String |
getTelephoneNumber1() |
int |
getTelephoneNumber1Rule() |
int |
getTelephoneNumberRule() |
int |
getTmpId()
Used when searching for objects such as Wish Lists that belong to temporary customers.
|
int |
getType() |
java.lang.String |
getUsername() |
int |
getUsernameRule() |
boolean |
isGetChildren()
Populate customer with an array of children.
|
boolean |
isGetChildTree()
Populate customer 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
|
boolean |
isReturnNonRegisteredCustomers()
When set to true, non registered customers are returned.
|
void |
setBirthDate(java.util.Calendar birthDate) |
void |
setCity(java.lang.String city) |
void |
setCityOrState(java.lang.String cityOrState)
Searches in the city and state
|
void |
setCityRule(int cityRule)
The rule for the search.
|
void |
setCustomerIds(int[] customerIds)
An array of customer ids to be used in the search.
|
void |
setEmailAddr(java.lang.String emailAddr) |
void |
setEmailAddrRule(int emailAddrRule)
The rule for the search.
|
void |
setEventDate(java.util.Calendar eventDate)
Used for searching for customer lists for events such as weddings or birthdays
|
void |
setFirstName(java.lang.String firstName) |
void |
setFirstName1(java.lang.String firstName1)
Used when searching for a second person which may be present in for example, a wedding list.
|
void |
setFirstName1Rule(int firstName1Rule)
The rule for the search.
|
void |
setFirstNameRule(int firstNameRule)
The rule for the search.
|
void |
setGetChildren(boolean getChildren)
Populate customer with an array of children.
|
void |
setGetChildTree(boolean getChildTree)
Populate customer 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
|
void |
setGroupId(int groupId) |
void |
setId(int id) |
void |
setLastName(java.lang.String lastName) |
void |
setLastName1(java.lang.String lastName1)
Used when searching for a second person which may be present in for example, a wedding list.
|
void |
setLastName1Rule(int lastName1Rule)
The rule for the search.
|
void |
setLastNameRule(int lastNameRule)
The rule for the search.
|
void |
setParentIds(int[] parentIds)
An array of parent ids to be used in the search.
|
void |
setReturnNonRegisteredCustomers(boolean returnNonRegisteredCustomers)
When set to true, non registered customers are returned.
|
void |
setState(java.lang.String state) |
void |
setStateRule(int stateRule)
The rule for the search.
|
void |
setTelephoneNumber(java.lang.String telephoneNumber) |
void |
setTelephoneNumber1(java.lang.String telephoneNumber1) |
void |
setTelephoneNumber1Rule(int telephoneNumber1Rule) |
void |
setTelephoneNumberRule(int telephoneNumberRule) |
void |
setTmpId(int tmpId)
Used when searching for objects such as Wish Lists that belong to temporary customers.
|
void |
setType(int type) |
void |
setUsername(java.lang.String username) |
void |
setUsernameRule(int usernameRule) |
java.lang.String getEmailAddr()
void setEmailAddr(java.lang.String emailAddr)
emailAddr
- The emailAddr to set.java.lang.String getFirstName()
void setFirstName(java.lang.String firstName)
firstName
- The firstName to set.int getId()
void setId(int id)
id
- The id to set.java.lang.String getLastName()
void setLastName(java.lang.String lastName)
lastName
- The lastName to set.java.util.Calendar getBirthDate()
void setBirthDate(java.util.Calendar birthDate)
birthDate
- The birthDate to set.int getType()
void setType(int type)
type
- The type to set.java.lang.String getCity()
void setCity(java.lang.String city)
city
- The city to set.java.lang.String getState()
void setState(java.lang.String state)
state
- The state to set.java.lang.String getCityOrState()
void setCityOrState(java.lang.String cityOrState)
cityOrState
- The cityOrState to set.java.lang.String getFirstName1()
void setFirstName1(java.lang.String firstName1)
firstName1
- the firstName1 to setjava.lang.String getLastName1()
void setLastName1(java.lang.String lastName1)
lastName1
- the lastName1 to setjava.util.Calendar getEventDate()
void setEventDate(java.util.Calendar eventDate)
eventDate
- the eventDate to setint getFirstNameRule()
void setFirstNameRule(int firstNameRule)
firstNameRule
- the firstNameRule to setint getLastNameRule()
void setLastNameRule(int lastNameRule)
lastNameRule
- the lastNameRule to setint getFirstName1Rule()
void setFirstName1Rule(int firstName1Rule)
firstName1Rule
- the firstName1Rule to setint getLastName1Rule()
void setLastName1Rule(int lastName1Rule)
lastName1Rule
- the lastName1Rule to setint getEmailAddrRule()
void setEmailAddrRule(int emailAddrRule)
emailAddrRule
- the emailAddrRule to setint getCityRule()
void setCityRule(int cityRule)
cityRule
- the cityRule to setint getStateRule()
void setStateRule(int stateRule)
stateRule
- the stateRule to setint getTmpId()
void setTmpId(int tmpId)
tmpId
- the tmpId to setint[] getParentIds()
void setParentIds(int[] parentIds)
parentIds
- the parentIds to setboolean 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 setint[] getCustomerIds()
void setCustomerIds(int[] customerIds)
customerIds
- the customerIds to setboolean isReturnNonRegisteredCustomers()
void setReturnNonRegisteredCustomers(boolean returnNonRegisteredCustomers)
returnNonRegisteredCustomers
- the returnNonRegisteredCustomers to setjava.lang.String getUsername()
void setUsername(java.lang.String username)
username
- the username to setint getUsernameRule()
void setUsernameRule(int usernameRule)
usernameRule
- the usernameRule to setboolean isGetProductSuggestions()
void setGetProductSuggestions(boolean getProductSuggestions)
getProductSuggestions
- the getProductSuggestions to setint getGroupId()
void setGroupId(int groupId)
groupId
- The groupId to set.java.lang.String getTelephoneNumber()
void setTelephoneNumber(java.lang.String telephoneNumber)
telephoneNumber
- the telephoneNumber to setint getTelephoneNumberRule()
void setTelephoneNumberRule(int telephoneNumberRule)
telephoneNumberRule
- the telephoneNumberRule to setjava.lang.String getTelephoneNumber1()
void setTelephoneNumber1(java.lang.String telephoneNumber1)
telephoneNumber1
- the telephoneNumber1 to setint getTelephoneNumber1Rule()
void setTelephoneNumber1Rule(int telephoneNumber1Rule)
telephoneNumber1Rule
- the telephoneNumber1Rule to setCopyright © 2018 DS Data Systems UK Ltd.