|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminOrderSearch
public class AdminOrderSearch
AdminOrderSearch object for the Admin App. All attributes are used as constraints unless set to null. In the case of integer values, they are used if set to zero or above. Negative values are ignored.
Field Summary | |
---|---|
private java.lang.String |
affiliateId
Identifier of the affiliate partner |
private int |
affiliateIdRule
affiliateIdRule |
private java.lang.String |
creator
Identifier of the administrator who created the order creator |
private int |
creatorRule
creatorRule |
private java.lang.String |
custom1
Custom fields. |
private int |
custom1Rule
|
private java.lang.String |
custom2
|
private int |
custom2Rule
|
private java.lang.String |
custom3
|
private int |
custom3Rule
|
private java.lang.String |
custom4
|
private int |
custom4Rule
|
private java.lang.String |
custom5
|
private int |
custom5Rule
|
private java.lang.String |
customerCity
customer City |
private int |
customerCityRule
customer City rule |
private java.lang.String |
customerEmail
customer Email Address |
private int |
customerEmailRule
customer Email Address rule |
private int |
customerId
customer Id |
private java.lang.String |
customerName
customer Name |
private int |
customerNameRule
customer Name Rule |
private java.lang.String |
customerPostcode
customer Postcode |
private int |
customerPostcodeRule
customer Postcode rule |
private java.util.Calendar |
dateAddedFrom
The date that the order was created and added to the database. |
private java.util.Calendar |
dateAddedTo
The date that the order was created and added to the database. |
private java.util.Calendar |
dateFinishedFrom
The date that the order was finished. |
private java.util.Calendar |
dateFinishedTo
The date that the order was finished. |
private java.lang.String |
orderBy
order By Use the following constants to set this: AdminDataDescriptor.ORDER_BY_CUSTOMERS_NAME_ASCENDING AdminDataDescriptor.ORDER_BY_CUSTOMERS_NAME_DESCENDING AdminDataDescriptor.ORDER_BY_ORDER_ID_ASCENDING AdminDataDescriptor.ORDER_BY_ORDER_ID_DESCENDING AdminDataDescriptor.ORDER_BY_DATE_PURCHASED_ASCENDING AdminDataDescriptor.ORDER_BY_DATE_PURCHASED_DESCENDING AdminDataDescriptor.ORDER_BY_ORDER_TOTAL_ASCENDING AdminDataDescriptor.ORDER_BY_ORDER_TOTAL_DESCENDING AdminDataDescriptor.ORDER_BY_ORDER_STATUS_ASCENDING AdminDataDescriptor.ORDER_BY_ORDER_STATUS_DESCENDING AdminDataDescriptor.ORDER_BY_ORDER_NUMBER_ASCENDING AdminDataDescriptor.ORDER_BY_ORDER_NUMBER_DESCENDING AdminDataDescriptor.ORDER_BY_CREATOR_ASCENDING AdminDataDescriptor.ORDER_BY_CREATOR_DESCENDING AdminDataDescriptor.ORDER_BY_AFFILIATE_ID_ASCENDING AdminDataDescriptor.ORDER_BY_AFFILIATE_ID_DESCENDING Default is null |
private int |
orderId
order Id |
private java.lang.String |
orderNumber
order Number |
private int |
orderNumberRule
order Number Rule |
private int |
orderStatusId
order Status Id |
private java.util.Date |
purchaseDate
Deprecated. |
Constructor Summary | |
---|---|
AdminOrderSearch()
Instantiates an AdminOrderSearch object - a requirement for a bean class |
|
AdminOrderSearch(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the AdminOrderSearch object from a Record object |
Method Summary | |
---|---|
java.lang.String |
getAffiliateId()
Identifier of the affiliate partner |
int |
getAffiliateIdRule()
The rule for the search. |
java.lang.String |
getCreator()
Identifier of the administrator who created the order |
int |
getCreatorRule()
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 |
getCustomerCity()
|
int |
getCustomerCityRule()
The rule for the search. |
java.lang.String |
getCustomerEmail()
|
int |
getCustomerEmailRule()
The rule for the search. |
int |
getCustomerId()
|
java.lang.String |
getCustomerName()
|
int |
getCustomerNameRule()
The rule for the search. |
java.lang.String |
getCustomerPostcode()
|
int |
getCustomerPostcodeRule()
The rule for the search. |
java.util.Calendar |
getDateAddedFrom()
The date that the order was created and added to the database. |
java.util.Calendar |
getDateAddedTo()
The date that the order was created and added to the database. |
java.util.Calendar |
getDateFinishedFrom()
The date that the order was finished. |
java.util.Calendar |
getDateFinishedTo()
The date that the order was finished. |
java.lang.String |
getOrderBy()
|
int |
getOrderId()
|
java.lang.String |
getOrderNumber()
|
int |
getOrderNumberRule()
The rule for the search. |
int |
getOrderStatusId()
|
java.util.Date |
getPurchaseDate()
|
void |
setAffiliateId(java.lang.String affiliateId)
Identifier of the affiliate partner |
void |
setAffiliateIdRule(int affiliateIdRule)
The rule for the search. |
void |
setCreator(java.lang.String creator)
Identifier of the administrator who created the order |
void |
setCreatorRule(int creatorRule)
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 |
setCustomerCity(java.lang.String customerCity)
|
void |
setCustomerCityRule(int customerCityRule)
The rule for the search. |
void |
setCustomerEmail(java.lang.String customerEmail)
|
void |
setCustomerEmailRule(int customerEmailRule)
The rule for the search. |
void |
setCustomerId(int customerId)
|
void |
setCustomerName(java.lang.String customerName)
|
void |
setCustomerNameRule(int customerNameRule)
The rule for the search. |
void |
setCustomerPostcode(java.lang.String customerPostcode)
|
void |
setCustomerPostcodeRule(int customerPostcodeRule)
The rule for the search. |
void |
setDateAddedFrom(java.util.Calendar dateAddedFrom)
The date that the order was created and added to the database. |
void |
setDateAddedTo(java.util.Calendar dateAddedTo)
The date that the order was created and added to the database. |
void |
setDateFinishedFrom(java.util.Calendar dateFinishedFrom)
The date that the order was finished. |
void |
setDateFinishedTo(java.util.Calendar dateFinishedTo)
The date that the order was finished. |
void |
setOrderBy(java.lang.String orderBy)
|
void |
setOrderId(int orderId)
|
void |
setOrderNumber(java.lang.String orderNumber)
|
void |
setOrderNumberRule(int orderNumberRule)
The rule for the search. |
void |
setOrderStatusId(int orderStatusId)
|
void |
setPurchaseDate(java.util.Date purchaseDate)
|
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 orderStatusId
private java.lang.String customerName
private int customerNameRule
private java.lang.String customerEmail
private int customerEmailRule
private java.lang.String customerPostcode
private int customerPostcodeRule
private java.lang.String customerCity
private int customerCityRule
private int customerId
@Deprecated private java.util.Date purchaseDate
private int orderId
private java.lang.String orderNumber
private int orderNumberRule
private java.lang.String creator
private int creatorRule
private java.lang.String affiliateId
private int affiliateIdRule
private java.lang.String orderBy
private java.util.Calendar dateAddedFrom
private java.util.Calendar dateAddedTo
private java.util.Calendar dateFinishedFrom
private java.util.Calendar dateFinishedTo
private java.lang.String custom1
private int custom1Rule
private java.lang.String custom2
private int custom2Rule
private java.lang.String custom3
private int custom3Rule
private java.lang.String custom4
private int custom4Rule
private java.lang.String custom5
private int custom5Rule
Constructor Detail |
---|
public AdminOrderSearch()
public AdminOrderSearch(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 int getOrderStatusId()
public void setOrderStatusId(int orderStatusId)
orderStatusId
- The orderStatusId to set.public java.lang.String getCustomerName()
public void setCustomerName(java.lang.String customerName)
customerName
- public int getOrderId()
public void setOrderId(int orderId)
orderId
- public java.util.Date getPurchaseDate()
public void setPurchaseDate(java.util.Date purchaseDate)
purchaseDate
- public java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy
- The orderBy to set.public int getCustomerId()
public void setCustomerId(int customerId)
customerId
- The customerId to set.public java.util.Calendar getDateAddedFrom()
public void setDateAddedFrom(java.util.Calendar dateAddedFrom)
dateAddedFrom
- The dateAddedFrom to set.public java.util.Calendar getDateAddedTo()
public void setDateAddedTo(java.util.Calendar dateAddedTo)
dateAddedTo
- The dateAddedTo to set.public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- The custom1 to set.public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- The custom2 to set.public java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- The custom3 to set.public java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4
- The custom4 to set.public java.lang.String getCustom5()
public void setCustom5(java.lang.String custom5)
custom5
- The custom5 to set.public java.util.Calendar getDateFinishedFrom()
public void setDateFinishedFrom(java.util.Calendar dateFinishedFrom)
dateFinishedFrom
- The dateFinishedFrom to set.public java.util.Calendar getDateFinishedTo()
public void setDateFinishedTo(java.util.Calendar dateFinishedTo)
dateFinishedTo
- The dateFinishedTo to set.public java.lang.String getOrderNumber()
public void setOrderNumber(java.lang.String orderNumber)
orderNumber
- The orderNumber to set.public int getCustomerNameRule()
public void setCustomerNameRule(int customerNameRule)
customerNameRule
- the customerNameRule to setpublic int getOrderNumberRule()
public void setOrderNumberRule(int orderNumberRule)
orderNumberRule
- the orderNumberRule 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 getCustomerEmail()
public void setCustomerEmail(java.lang.String customerEmail)
customerEmail
- the customerEmail to setpublic int getCustomerEmailRule()
public void setCustomerEmailRule(int customerEmailRule)
customerEmailRule
- the customerEmailRule to setpublic java.lang.String getCustomerPostcode()
public void setCustomerPostcode(java.lang.String customerPostcode)
customerPostcode
- the customerPostcode to setpublic int getCustomerPostcodeRule()
public void setCustomerPostcodeRule(int customerPostcodeRule)
customerPostcodeRule
- the customerPostcodeRule to setpublic java.lang.String getCustomerCity()
public void setCustomerCity(java.lang.String customerCity)
customerCity
- the customerCity to setpublic int getCustomerCityRule()
public void setCustomerCityRule(int customerCityRule)
customerCityRule
- the customerCityRule to setpublic java.lang.String getCreator()
public void setCreator(java.lang.String creator)
creator
- the creator to setpublic int getCreatorRule()
public void setCreatorRule(int creatorRule)
creatorRule
- the creatorRule to setpublic java.lang.String getAffiliateId()
public void setAffiliateId(java.lang.String affiliateId)
affiliateId
- the affiliateId to setpublic int getAffiliateIdRule()
public void setAffiliateIdRule(int affiliateIdRule)
affiliateIdRule
- the affiliateIdRule to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |