|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ofbiz.core.entity.EntityFindOptions
com.atlassian.jira.entityengine.FindOptions
public class FindOptions
Entity options class with convenience builder methods.
| Field Summary |
|---|
| Fields inherited from class org.ofbiz.core.entity.EntityFindOptions |
|---|
CONCUR_READ_ONLY, CONCUR_UPDATABLE, distinct, maxResults, resultSetConcurrency, resultSetType, specifyTypeAndConcur, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE |
| Method Summary | |
|---|---|
FindOptions |
distinct(boolean distinct)
Returns a new FindOptions with the given distinct. |
static FindOptions |
findOptions()
Creates a new FindOptions with no options set. |
FindOptions |
maxResults(int maxResults)
Returns a new FindOptions with the given maxResults. |
FindOptions |
resultSetConcurrency(int resultSetConcurrency)
Returns a new FindOptions with the given resultSetConcurrency. |
FindOptions |
resultSetType(int resultSetType)
Returns a new FindOptions with the given resultSetType. |
FindOptions |
specifyTypeAndConcur(boolean specifyTypeAndConcur)
Returns a new FindOptions with the given specifyTypeAndConcur. |
| Methods inherited from class org.ofbiz.core.entity.EntityFindOptions |
|---|
getDistinct, getMaxResults, getResultSetConcurrency, getResultSetType, getSpecifyTypeAndConcur, setDistinct, setMaxResults, setResultSetConcurrency, setResultSetType, setSpecifyTypeAndConcur |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static FindOptions findOptions()
public FindOptions specifyTypeAndConcur(boolean specifyTypeAndConcur)
specifyTypeAndConcur.
specifyTypeAndConcur -
public FindOptions resultSetType(int resultSetType)
resultSetType.
resultSetType -
public FindOptions resultSetConcurrency(int resultSetConcurrency)
resultSetConcurrency.
resultSetConcurrency -
public FindOptions distinct(boolean distinct)
distinct.
distinct -
public FindOptions maxResults(int maxResults)
maxResults.
maxResults -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||