|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.domain.search.AdHocSortCriterion<T>
T
- the type of the entity to which the sort is to be appliedpublic class AdHocSortCriterion<T>
Class for creating an ad-hoc sort criterion, ie when there is no enumeration of sort fields for an entity.
Constructor Summary | |
---|---|
AdHocSortCriterion(java.lang.String orderField)
Create a new criterion using given sort field. |
Method Summary | |
---|---|
java.lang.String[] |
getJoins()
Get list of join tables for this search order. |
java.lang.String |
getLeftJoinField()
|
java.lang.String |
getOrderField()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdHocSortCriterion(java.lang.String orderField)
orderField
- the field to sort onMethod Detail |
---|
public java.lang.String getOrderField()
getOrderField
in interface com.fiveamsolutions.nci.commons.data.search.SortCriterion<T>
public java.lang.String[] getJoins()
getJoins
in interface JoinableSortCriterion<T>
public java.lang.String getLeftJoinField()
getLeftJoinField
in interface com.fiveamsolutions.nci.commons.data.search.SortCriterion<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |