|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractPersistenceImpl
com.elasticpath.domain.search.impl.AbstractSearchCriteriaImpl
com.elasticpath.domain.search.impl.CustomerSearchCriteriaImpl
public class CustomerSearchCriteriaImpl
A criteria for advanced customer search.
| Field Summary |
|---|
| Fields inherited from class com.elasticpath.domain.impl.AbstractPersistenceImpl |
|---|
serialVersionUID |
| Constructor Summary | |
|---|---|
CustomerSearchCriteriaImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCustomerNumber()
Returns the customer number. |
java.lang.String |
getEmail()
Returns the email. |
java.lang.String |
getFirstName()
Returns the first name. |
java.util.Date |
getFromDate()
Returns the from date. |
java.lang.String |
getLastName()
Returns the last name. |
java.lang.String |
getPhoneNumber()
Returns the phone number. |
java.lang.String |
getUserId()
Returns the user Id. |
void |
setCustomerNumber(java.lang.String customerNumber)
Sets the customer number. |
void |
setEmail(java.lang.String email)
Sets the email. |
void |
setFirstName(java.lang.String firstName)
Sets the first name. |
void |
setFromDate(java.util.Date fromDate)
Sets the from date. |
void |
setLastName(java.lang.String lastName)
Sets the last name. |
void |
setPhoneNumber(java.lang.String phoneNumber)
Sets the phone number. |
void |
setUserId(java.lang.String userId)
Sets the user Id. |
| Methods inherited from class com.elasticpath.domain.search.impl.AbstractSearchCriteriaImpl |
|---|
getLocale, isFuzzySearchDisabled, setFuzzySearchDisabled, setLocale |
| Methods inherited from class com.elasticpath.domain.impl.AbstractPersistenceImpl |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl |
|---|
getElasticPath, setElasticPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.elasticpath.domain.search.SearchCriteria |
|---|
getLocale, isFuzzySearchDisabled, setFuzzySearchDisabled, setLocale |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Constructor Detail |
|---|
public CustomerSearchCriteriaImpl()
| Method Detail |
|---|
public java.lang.String getCustomerNumber()
getCustomerNumber in interface CustomerSearchCriteriapublic java.lang.String getEmail()
getEmail in interface CustomerSearchCriteriapublic java.lang.String getFirstName()
getFirstName in interface CustomerSearchCriteriapublic java.util.Date getFromDate()
getFromDate in interface CustomerSearchCriteriapublic java.lang.String getLastName()
getLastName in interface CustomerSearchCriteriapublic java.lang.String getPhoneNumber()
getPhoneNumber in interface CustomerSearchCriteriapublic java.lang.String getUserId()
getUserId in interface CustomerSearchCriteriapublic void setCustomerNumber(java.lang.String customerNumber)
setCustomerNumber in interface CustomerSearchCriteriacustomerNumber - the customer numberpublic void setEmail(java.lang.String email)
setEmail in interface CustomerSearchCriteriaemail - the emailpublic void setFirstName(java.lang.String firstName)
setFirstName in interface CustomerSearchCriteriafirstName - the first namepublic void setFromDate(java.util.Date fromDate)
setFromDate in interface CustomerSearchCriteriafromDate - the create time.public void setLastName(java.lang.String lastName)
setLastName in interface CustomerSearchCriterialastName - the last namepublic void setPhoneNumber(java.lang.String phoneNumber)
setPhoneNumber in interface CustomerSearchCriteriaphoneNumber - the phone numberpublic void setUserId(java.lang.String userId)
setUserId in interface CustomerSearchCriteriauserId - the user Id
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||