|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrderSearchIf
Contains information used to search for orders
| Method Summary | |
|---|---|
java.lang.String |
getCreator()
Identifier of the administrator who created the order |
int |
getCreatorRule()
The rule for the search. |
java.util.Calendar |
getDateAddedFrom()
|
java.util.Calendar |
getDateAddedTo()
|
int[] |
getIncludeStatusIds()
Only return orders with status id equal to one of the integers in the array |
void |
setCreator(java.lang.String creator)
Identifier of the administrator who created the order |
void |
setCreatorRule(int creatorRule)
The rule for the search. |
void |
setDateAddedFrom(java.util.Calendar dateAddedFrom)
|
void |
setDateAddedTo(java.util.Calendar dateAddedTo)
|
void |
setIncludeStatusIds(int[] includeStatusIds)
Only return orders with status id equal to one of the integers in the array |
| Method Detail |
|---|
java.util.Calendar getDateAddedFrom()
void setDateAddedFrom(java.util.Calendar dateAddedFrom)
dateAddedFrom - the dateAddedFrom to setjava.util.Calendar getDateAddedTo()
void setDateAddedTo(java.util.Calendar dateAddedTo)
dateAddedTo - the dateAddedTo to setint[] getIncludeStatusIds()
void setIncludeStatusIds(int[] includeStatusIds)
includeStatusIds - the includeStatusIds to setjava.lang.String getCreator()
void setCreator(java.lang.String creator)
creator - the creator to setint getCreatorRule()
void setCreatorRule(int creatorRule)
creatorRule - the creatorRule to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||