|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminCustomerSearch
public class AdminCustomerSearch
CustomerSearch object for the Admin App
Field Summary | |
---|---|
private java.util.Date |
birthDate
birth Date |
private java.lang.String |
city
city |
private int |
cityRule
city Rule |
private java.lang.String |
custom1
custom1 |
private int |
custom1Rule
custom1 Rule |
private java.lang.String |
custom2
custom2 |
private int |
custom2Rule
custom2 Rule |
private java.lang.String |
custom3
custom3 |
private int |
custom3Rule
custom3 Rule |
private java.lang.String |
custom4
custom4 |
private int |
custom4Rule
custom4 Rule |
private java.lang.String |
custom5
custom5 |
private int |
custom5Rule
custom5 Rule |
private java.lang.String |
emailAddr
email Address |
private int |
emailAddrRule
email Address rule |
private int |
enabled
enabled. |
private int |
expressionId
expressionId. |
private java.lang.String |
expressionName
expressionName. |
private java.lang.String |
firstName
first Name |
private int |
firstNameRule
first Name Rule |
private int |
groupId
groupId. |
private int |
id
id - the customer Id. |
private java.lang.String |
lastName
last Name |
private int |
lastNameRule
last Name Rule |
private int |
newsletter
newsletter. |
private int |
notifiedProductId
notifiedProductId. |
private java.lang.String |
orderBy
orderBy. |
private java.lang.String |
postcode
postcode |
private int |
postcodeRule
postcode Rule |
private int |
promotionId
promotionId. |
private boolean |
returnNonRegisteredCustomers
When set to true, non registered customers are returned. |
private boolean |
showInvisible
Invisible customers are returned when this attribute is set. |
private java.lang.String |
streetAddres
street Address |
private java.lang.String |
streetAddres1
street Address1 |
private int |
streetAddres1Rule
street Address1 Rule |
private int |
streetAddresRule
street Address Rule |
private int |
type
customer type. |
private boolean |
useWildCardsOnEmailAddr
useWildCardsOnEmailAddr - If set to true the defined pre and post wildcards are added and a "LIKE" search is executed for emailAddress. |
Constructor Summary | |
---|---|
AdminCustomerSearch()
Instantiates an AdminCustomerSearch object - a requirement for a bean class |
|
AdminCustomerSearch(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the AdminCustomerSearch object from a Record object |
Method Summary | |
---|---|
java.util.Date |
getBirthDate()
|
java.lang.String |
getCity()
|
int |
getCityRule()
The rule for the search. |
java.lang.String |
getCustom1()
|
int |
getCustom1Rule()
The rule for the search. |
java.lang.String |
getCustom2()
|
int |
getCustom2Rule()
The rule for the search. |
java.lang.String |
getCustom3()
|
int |
getCustom3Rule()
The rule for the search. |
java.lang.String |
getCustom4()
|
int |
getCustom4Rule()
The rule for the search. |
java.lang.String |
getCustom5()
|
int |
getCustom5Rule()
The rule for the search. |
java.lang.String |
getEmailAddr()
|
int |
getEmailAddrRule()
The rule for the search. |
int |
getEnabled()
|
int |
getExpressionId()
|
java.lang.String |
getExpressionName()
|
java.lang.String |
getFirstName()
|
int |
getFirstNameRule()
The rule for the search. |
int |
getGroupId()
|
int |
getId()
|
java.lang.String |
getLastName()
|
int |
getLastNameRule()
The rule for the search. |
int |
getNewsletter()
|
int |
getNotifiedProductId()
|
java.lang.String |
getOrderBy()
|
java.lang.String |
getPostcode()
|
int |
getPostcodeRule()
The rule for the search. |
int |
getPromotionId()
|
java.lang.String |
getStreetAddres()
|
java.lang.String |
getStreetAddres1()
|
int |
getStreetAddres1Rule()
The rule for the search. |
int |
getStreetAddresRule()
The rule for the search. |
int |
getType()
|
boolean |
isReturnNonRegisteredCustomers()
When set to true, non registered customers are returned. |
boolean |
isShowInvisible()
|
boolean |
isUseWildCardsOnEmailAddr()
|
void |
setBirthDate(java.util.Date birthDate)
|
void |
setCity(java.lang.String city)
|
void |
setCityRule(int cityRule)
The rule for the search. |
void |
setCustom1(java.lang.String custom1)
|
void |
setCustom1Rule(int custom1Rule)
The rule for the search. |
void |
setCustom2(java.lang.String custom2)
|
void |
setCustom2Rule(int custom2Rule)
The rule for the search. |
void |
setCustom3(java.lang.String custom3)
|
void |
setCustom3Rule(int custom3Rule)
The rule for the search. |
void |
setCustom4(java.lang.String custom4)
|
void |
setCustom4Rule(int custom4Rule)
The rule for the search. |
void |
setCustom5(java.lang.String custom5)
|
void |
setCustom5Rule(int custom5Rule)
The rule for the search. |
void |
setEmailAddr(java.lang.String emailAddr)
|
void |
setEmailAddrRule(int emailAddrRule)
The rule for the search. |
void |
setEnabled(int enabled)
|
void |
setExpressionId(int expressionId)
|
void |
setExpressionName(java.lang.String expressionName)
|
void |
setFirstName(java.lang.String firstName)
|
void |
setFirstNameRule(int firstNameRule)
The rule for the search. |
void |
setGroupId(int groupId)
|
void |
setId(int id)
|
void |
setLastName(java.lang.String lastName)
|
void |
setLastNameRule(int lastNameRule)
The rule for the search. |
void |
setNewsletter(int newsletter)
|
void |
setNotifiedProductId(int notifiedProductId)
|
void |
setOrderBy(java.lang.String orderBy)
|
void |
setPostcode(java.lang.String postcode)
|
void |
setPostcodeRule(int postcodeRule)
The rule for the search. |
void |
setPromotionId(int promotionId)
|
void |
setReturnNonRegisteredCustomers(boolean returnNonRegisteredCustomers)
When set to true, non registered customers are returned. |
void |
setShowInvisible(boolean showInvisible)
|
void |
setStreetAddres(java.lang.String streetAddres)
|
void |
setStreetAddres1(java.lang.String streetAddres1)
|
void |
setStreetAddres1Rule(int streetAddres1Rule)
The rule for the search. |
void |
setStreetAddresRule(int streetAddresRule)
The rule for the search. |
void |
setType(int type)
|
void |
setUseWildCardsOnEmailAddr(boolean useWildCardsOnEmailAddr)
|
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int id
private java.lang.String firstName
private int firstNameRule
private java.lang.String lastName
private int lastNameRule
private java.util.Date birthDate
private java.lang.String emailAddr
private int emailAddrRule
private boolean useWildCardsOnEmailAddr
private int promotionId
private int enabled
private int type
private int newsletter
private int notifiedProductId
private int groupId
private int expressionId
private java.lang.String expressionName
private java.lang.String streetAddres
private java.lang.String streetAddres1
private java.lang.String postcode
private java.lang.String city
private int streetAddresRule
private int streetAddres1Rule
private int postcodeRule
private int cityRule
private boolean showInvisible
private java.lang.String custom1
private java.lang.String custom2
private java.lang.String custom3
private java.lang.String custom4
private java.lang.String custom5
private int custom1Rule
private int custom2Rule
private int custom3Rule
private int custom4Rule
private int custom5Rule
private java.lang.String orderBy
AdminDataDescriptor
for the ORDER_BY options.
private boolean returnNonRegisteredCustomers
Constructor Detail |
---|
public AdminCustomerSearch()
public AdminCustomerSearch(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c) throws com.workingdogs.village.DataSetException
r
- Record containing datac
- Criteria containing column names
com.workingdogs.village.DataSetException
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public java.lang.String getEmailAddr()
public void setEmailAddr(java.lang.String emailAddr)
emailAddr
- The emailAddr to set.public java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
firstName
- The firstName to set.public int getId()
public void setId(int id)
id
- The id to set.public java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
lastName
- The lastName to set.public java.util.Date getBirthDate()
public void setBirthDate(java.util.Date birthDate)
birthDate
- The birthDate to set.public java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy
- The orderBy to set.public int getPromotionId()
public void setPromotionId(int promotionId)
promotionId
- The promotionId to set.public int getEnabled()
public void setEnabled(int enabled)
enabled
- The enabled to set.public int getType()
public void setType(int type)
type
- The type to set.public int getNewsletter()
public void setNewsletter(int newsletter)
newsletter
- The newsletter to set.public int getNotifiedProductId()
public void setNotifiedProductId(int notifiedProductId)
notifiedProductId
- The notifiedProductId to set.public int getGroupId()
public void setGroupId(int groupId)
groupId
- The groupId to set.public java.lang.String getStreetAddres()
public void setStreetAddres(java.lang.String streetAddres)
streetAddres
- The streetAddres to set.public java.lang.String getPostcode()
public void setPostcode(java.lang.String postcode)
postcode
- The postcode to set.public java.lang.String getCity()
public void setCity(java.lang.String city)
city
- The city to set.public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setpublic java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setpublic java.lang.String getCustom5()
public void setCustom5(java.lang.String custom5)
custom5
- the custom5 to setpublic boolean isReturnNonRegisteredCustomers()
public void setReturnNonRegisteredCustomers(boolean returnNonRegisteredCustomers)
returnNonRegisteredCustomers
- the returnNonRegisteredCustomers to setpublic int getExpressionId()
public void setExpressionId(int expressionId)
expressionId
- the expressionId to setpublic java.lang.String getExpressionName()
public void setExpressionName(java.lang.String expressionName)
expressionName
- the expressionName to setpublic boolean isUseWildCardsOnEmailAddr()
public void setUseWildCardsOnEmailAddr(boolean useWildCardsOnEmailAddr)
useWildCardsOnEmailAddr
- the useWildCardsOnEmailAddr to setpublic int getFirstNameRule()
public void setFirstNameRule(int firstNameRule)
firstNameRule
- the firstNameRule to setpublic int getLastNameRule()
public void setLastNameRule(int lastNameRule)
lastNameRule
- the lastNameRule to setpublic int getEmailAddrRule()
public void setEmailAddrRule(int emailAddrRule)
emailAddrRule
- the emailAddrRule to setpublic int getStreetAddresRule()
public void setStreetAddresRule(int streetAddresRule)
streetAddresRule
- the streetAddresRule to setpublic int getPostcodeRule()
public void setPostcodeRule(int postcodeRule)
postcodeRule
- the postcodeRule to setpublic int getCityRule()
public void setCityRule(int cityRule)
cityRule
- the cityRule to setpublic int getCustom1Rule()
public void setCustom1Rule(int custom1Rule)
custom1Rule
- the custom1Rule to setpublic int getCustom2Rule()
public void setCustom2Rule(int custom2Rule)
custom2Rule
- the custom2Rule to setpublic int getCustom3Rule()
public void setCustom3Rule(int custom3Rule)
custom3Rule
- the custom3Rule to setpublic int getCustom4Rule()
public void setCustom4Rule(int custom4Rule)
custom4Rule
- the custom4Rule to setpublic int getCustom5Rule()
public void setCustom5Rule(int custom5Rule)
custom5Rule
- the custom5Rule to setpublic java.lang.String getStreetAddres1()
public void setStreetAddres1(java.lang.String streetAddres1)
streetAddres1
- the streetAddres1 to setpublic int getStreetAddres1Rule()
public void setStreetAddres1Rule(int streetAddres1Rule)
streetAddres1Rule
- the streetAddres1Rule to setpublic boolean isShowInvisible()
public void setShowInvisible(boolean showInvisible)
showInvisible
- the showInvisible to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |