public class EffortFilter extends EntityFilter
EntityFilter.StringSearcher
Modifier and Type | Field and Description |
---|---|
ComparisonSearcher<DB.DateTime> |
date
Filter on Date range effort records belong to.
|
List<Iteration> |
iteration
Filter on Iteration effort records belong to.
|
List<Member> |
member
Filter on Member effort records belong to.
|
List<Project> |
project
Filter on Project effort records belong to.
|
List<Team> |
team
Filter on Team effort records belong to.
|
ComparisonSearcher<Double> |
value
Filter on Value
|
List<Workitem> |
workitem
Filter on Workitem effort records belong to.
|
changeDateUtc, createDateUtc, find, orderBy
Constructor and Description |
---|
EffortFilter() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Entity> |
getEntityType()
Used by the filtering code to know what types of entities to return when
applying the filter.
|
buildFilter, buildFind, buildOrderBy, newList
public final ComparisonSearcher<DB.DateTime> date
public final ComparisonSearcher<Double> value
public Class<? extends Entity> getEntityType()
getEntityType
in class EntityFilter
Copyright © 2013 Version One, Inc.. All rights reserved.