jec
Class OREventSearchCriteria

java.lang.Object
  extended by jec.SearchCriteria
      extended by jec.EventSearchCriteria
          extended by jec.OREventSearchCriteria

public class OREventSearchCriteria
extends EventSearchCriteria

Title: OREventSearchCriteria

Description: this SearchCriteria class implements OR Operator between search fields.

Copyright: Copyright (c) 2006

Company: NetComps


Field Summary
 
Fields inherited from class jec.SearchCriteria
_operator, _subjectSearchStr
 
Constructor Summary
OREventSearchCriteria(java.lang.String subjectSearchStr, java.lang.String locationSearchStr, java.lang.String descriptionSearchStr, int isRecurrentSearch, int isAllDayEventSearch)
           
 
Method Summary
 
Methods inherited from class jec.EventSearchCriteria
getDescriptionSearchStr, getIsAllDayEventSearch, getIsRecurrentSearch, getLocationSearchStr
 
Methods inherited from class jec.SearchCriteria
getOperator, getSubjectSearchStr, setSubjectSearchStr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OREventSearchCriteria

public OREventSearchCriteria(java.lang.String subjectSearchStr,
                             java.lang.String locationSearchStr,
                             java.lang.String descriptionSearchStr,
                             int isRecurrentSearch,
                             int isAllDayEventSearch)
                      throws InvalidSearchCriteriaException
Throws:
InvalidSearchCriteriaException