com.atlassian.jira.entity
Class Select.SelectColumnsFromContext<E>

java.lang.Object
  extended by com.atlassian.jira.entity.Select.SelectColumnsFromContext<E>
All Implemented Interfaces:
SelectQuery<E>
Enclosing class:
Select

public static class Select.SelectColumnsFromContext<E>
extends Object
implements SelectQuery<E>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.entity.SelectQuery
SelectQuery.ExecutionContext<E>
 
Method Summary
 SelectQuery.ExecutionContext<E> runWith(EntityEngine entityEngine)
           
 SelectQuery.ExecutionContext<E> runWith(OfBizDelegator ofBizDelegator)
           
 Select.WhereContext<E> whereEqual(String fieldName, Long value)
           
 Select.WhereContext<E> whereEqual(String fieldName, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

whereEqual

public Select.WhereContext<E> whereEqual(String fieldName,
                                         String value)

whereEqual

public Select.WhereContext<E> whereEqual(String fieldName,
                                         Long value)

runWith

public SelectQuery.ExecutionContext<E> runWith(OfBizDelegator ofBizDelegator)
Specified by:
runWith in interface SelectQuery<E>

runWith

public SelectQuery.ExecutionContext<E> runWith(EntityEngine entityEngine)
Specified by:
runWith in interface SelectQuery<E>


Copyright © 2002-2012 Atlassian. All Rights Reserved.