wt.query.specification
Interface SearchSpecification

All Known Implementing Classes:
DefaultSearchSpecification

public interface SearchSpecification



Supported API: false

Extendable: false


Field Summary
static String CRITERIA
          Label for the attribute.
static String FETCH
          Label for the attribute.
static String GROUP
          Label for the attribute.
static String RESULT
          Label for the attribute.
static String SORT
          Label for the attribute.
 
Method Summary
 CriteriaSpecification getCriteria()
          Gets the object for the association that plays role: CRITERIA.
 FetchSpecification getFetch()
          Gets the object for the association that plays role: FETCH.
 GroupSpecification getGroup()
          Gets the object for the association that plays role: GROUP.
 ResultSpecification getResult()
          Gets the object for the association that plays role: RESULT.
 SortSpecification getSort()
          Gets the object for the association that plays role: SORT.
 void setCriteria(CriteriaSpecification a_Criteria)
          Sets the object for the association that plays role: CRITERIA.
 void setFetch(FetchSpecification a_Fetch)
          Sets the object for the association that plays role: FETCH.
 void setGroup(GroupSpecification a_Group)
          Sets the object for the association that plays role: GROUP.
 void setResult(ResultSpecification a_Result)
          Sets the object for the association that plays role: RESULT.
 void setSort(SortSpecification a_Sort)
          Sets the object for the association that plays role: SORT.
 

Field Detail

CRITERIA

public static final String CRITERIA
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

FETCH

public static final String FETCH
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

SORT

public static final String SORT
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

GROUP

public static final String GROUP
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

RESULT

public static final String RESULT
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getCriteria

public CriteriaSpecification getCriteria()
Gets the object for the association that plays role: CRITERIA.

Supported API: false

Returns:
CriteriaSpecification

setCriteria

public void setCriteria(CriteriaSpecification a_Criteria)
                 throws WTPropertyVetoException
Sets the object for the association that plays role: CRITERIA.

Supported API: false

Parameters:
a_Criteria -
Throws:
WTPropertyVetoException

getFetch

public FetchSpecification getFetch()
Gets the object for the association that plays role: FETCH.

Supported API: false

Returns:
FetchSpecification

setFetch

public void setFetch(FetchSpecification a_Fetch)
              throws WTPropertyVetoException
Sets the object for the association that plays role: FETCH.

Supported API: false

Parameters:
a_Fetch -
Throws:
WTPropertyVetoException

getSort

public SortSpecification getSort()
Gets the object for the association that plays role: SORT.

Supported API: false

Returns:
SortSpecification

setSort

public void setSort(SortSpecification a_Sort)
             throws WTPropertyVetoException
Sets the object for the association that plays role: SORT.

Supported API: false

Parameters:
a_Sort -
Throws:
WTPropertyVetoException

getGroup

public GroupSpecification getGroup()
Gets the object for the association that plays role: GROUP.

Supported API: false

Returns:
GroupSpecification

setGroup

public void setGroup(GroupSpecification a_Group)
              throws WTPropertyVetoException
Sets the object for the association that plays role: GROUP.

Supported API: false

Parameters:
a_Group -
Throws:
WTPropertyVetoException

getResult

public ResultSpecification getResult()
Gets the object for the association that plays role: RESULT.

Supported API: false

Returns:
ResultSpecification

setResult

public void setResult(ResultSpecification a_Result)
               throws WTPropertyVetoException
Sets the object for the association that plays role: RESULT.

Supported API: false

Parameters:
a_Result -
Throws:
WTPropertyVetoException