class: DateCriterion

public class: DateCriterion
Author: NiH
Project: Phase: 1.0; Status: Proposed; Version: 1.0 Revised by NiH: 13.09.2007; Complexity: 1
Dates: Created: 16.07.2009 15:32:59; Modified: 16.07.2009 15:32:59;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E4C21C17-0D33-4b3a-89A3-026C35BD6BD4}
date criterion vo for the advanced search
@created 15-Mai-2007 15:46:13
 

Goto: Custom Properties, Fields, Methods

Extends: Criterion

See also: Criterion, DateCriterionBean

Appears in: criterion

Connections
 
Custom Properties
 
DateCriterion Attributes
Attribute Details
private List
  dateTypeList
Notes: type of date
private String
  from
Notes: date range for the search criterion
private String
  to
 
DateCriterion Methods
Operation Details
public
createSearchCriterion():ArrayList
Sequential
Tags: throws=TechnicalException
public
DateCriterion():
Sequential
Notes: constructor.
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