Operation |
Details |
public createSearchCriterion():ArrayList |
Sequential Tags: | throws=TechnicalException
| |
public DateCriterion(): |
Sequential |
private getCriterionByDateType( DateType dateType):CriterionType |
Sequential Tags: | throws=TechnicalException
| |
private getCriterionsList():ArrayList |
Sequential Tags: | throws=TechnicalException
| |
public getDateType():List |
Sequential |
public getFrom():String |
Sequential |
public getTo():String |
Sequential |
private isFromEmpty():boolean |
Sequential Notes: | Checks if 'to' search term is empty @return true if empty, false if not | |
private isToEmpty():boolean |
Sequential Notes: | Checks if 'to' search term is empty @return true if empty, false if not | |
public setDateType( List dateType):void |
Sequential |
public setFrom( String newVal):void |
Sequential |
public setTo( String newVal):void |
Sequential |