com.konakart.appif
Interface OrderSearchIf

All Known Implementing Classes:
OrderSearch

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

getDateAddedFrom

java.util.Calendar getDateAddedFrom()
Returns:
the dateAddedFrom

setDateAddedFrom

void setDateAddedFrom(java.util.Calendar dateAddedFrom)
Parameters:
dateAddedFrom - the dateAddedFrom to set

getDateAddedTo

java.util.Calendar getDateAddedTo()
Returns:
the dateAddedTo

setDateAddedTo

void setDateAddedTo(java.util.Calendar dateAddedTo)
Parameters:
dateAddedTo - the dateAddedTo to set

getIncludeStatusIds

int[] getIncludeStatusIds()
Only return orders with status id equal to one of the integers in the array

Returns:
the includeStatusIds

setIncludeStatusIds

void setIncludeStatusIds(int[] includeStatusIds)
Only return orders with status id equal to one of the integers in the array

Parameters:
includeStatusIds - the includeStatusIds to set

getCreator

java.lang.String getCreator()
Identifier of the administrator who created the order

Returns:
the creator

setCreator

void setCreator(java.lang.String creator)
Identifier of the administrator who created the order

Parameters:
creator - the creator to set

getCreatorRule

int getCreatorRule()
The rule for the search. Valid values are:

Returns:
the creatorRule

setCreatorRule

void setCreatorRule(int creatorRule)
The rule for the search. Valid values are:

Parameters:
creatorRule - the creatorRule to set


Copyright © 2011 DS Data Systems UK Ltd.