|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomerSearchIf
Contains information required to search for a customer. Whenever an attribute is set, it is used as a constraint. When using the java API, a com.konakart.app.CustomerSearch object is normally instantiated. Note that when this object initialises it sets the following attributes:
| Method Summary | |
|---|---|
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. |
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 |
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. |
java.lang.String |
getState()
|
int |
getStateRule()
The rule for the search. |
int |
getTmpId()
Used when searching for objects such as Wish Lists that belong to temporary customers. |
int |
getType()
|
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 |
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 |
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 |
setState(java.lang.String state)
|
void |
setStateRule(int stateRule)
The rule for the search. |
void |
setTmpId(int tmpId)
Used when searching for objects such as Wish Lists that belong to temporary customers. |
void |
setType(int type)
|
| Method Detail |
|---|
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 set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||