public class AdminWishListSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
custom1
custom1
|
private int |
custom1Rule
custom1 Rule
|
private java.lang.String |
custom2
custom2
|
private int |
custom2Rule
custom2 Rule
|
private int |
customerId
customer Id
|
private java.lang.String |
customersLastName
customers last name
|
private int |
customersLastNameRule
customers last name Rule
|
private int |
id
wishlist id
|
private boolean |
includeChildren
include Children
|
private java.lang.String |
orderBy
order By - Specify one of these to order the results:
AdminSearch.ORDER_BY_NAME_ASCENDING
AdminSearch.ORDER_BY_NAME_DESCENDING
AdminSearch.ORDER_BY_ID_ASCENDING (the default)
AdminSearch.ORDER_BY_ID_DESCENDING
|
private boolean |
useDefaultWildCards
Use default settings for wildcard searching when searching Strings.
|
private java.lang.String |
wishListName
wish list name
|
private int |
wishListNameRule
wish list name Rule
|
Constructor and Description |
---|
AdminWishListSearch()
Instantiates an AdminWishListSearch object - a requirement for a bean class
|
AdminWishListSearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminWishListSearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
int |
getCustom1Rule()
The rule for the search.
|
java.lang.String |
getCustom2() |
int |
getCustom2Rule()
The rule for the search.
|
int |
getCustomerId() |
java.lang.String |
getCustomersLastName() |
int |
getCustomersLastNameRule()
The rule for the search.
|
int |
getId() |
java.lang.String |
getOrderBy() |
java.lang.String |
getWishListName() |
int |
getWishListNameRule()
The rule for the search.
|
boolean |
isIncludeChildren() |
boolean |
isUseDefaultWildCards()
Deprecated.
Use attribute rules instead
|
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 |
setCustomerId(int customerId) |
void |
setCustomersLastName(java.lang.String customersLastName) |
void |
setCustomersLastNameRule(int customersLastNameRule)
The rule for the search.
|
void |
setId(int id) |
void |
setIncludeChildren(boolean includeChildren) |
void |
setOrderBy(java.lang.String orderBy) |
void |
setUseDefaultWildCards(boolean useDefaultWildCards)
Deprecated.
Use attribute rules instead
|
void |
setWishListName(java.lang.String wishListName) |
void |
setWishListNameRule(int wishListNameRule)
The rule for the search.
|
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int id
private int customerId
private java.lang.String wishListName
private int wishListNameRule
private java.lang.String customersLastName
private int customersLastNameRule
private java.lang.String custom1
private int custom1Rule
private java.lang.String custom2
private int custom2Rule
private boolean useDefaultWildCards
private boolean includeChildren
private java.lang.String orderBy
public AdminWishListSearch()
public AdminWishListSearch(com.workingdogs.village.Record r, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
r
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getId()
public void setId(int id)
id
- The id to set.public java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy
- The orderBy to set.@Deprecated public boolean isUseDefaultWildCards()
@Deprecated public void setUseDefaultWildCards(boolean useDefaultWildCards)
useDefaultWildCards
- the useDefaultWildCards to setpublic int getCustomerId()
public void setCustomerId(int customerId)
customerId
- the customerId to setpublic java.lang.String getWishListName()
public void setWishListName(java.lang.String wishListName)
wishListName
- the wishListName to setpublic java.lang.String getCustomersLastName()
public void setCustomersLastName(java.lang.String customersLastName)
customersLastName
- the customersLastName to setpublic boolean isIncludeChildren()
public void setIncludeChildren(boolean includeChildren)
includeChildren
- the includeChildren to setpublic 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 int getWishListNameRule()
public void setWishListNameRule(int wishListNameRule)
wishListNameRule
- the wishListNameRule to setpublic int getCustomersLastNameRule()
public void setCustomersLastNameRule(int customersLastNameRule)
customersLastNameRule
- the customersLastNameRule 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 setCopyright © 2018 DS Data Systems UK Ltd.