|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.components.finder.FinderInDto
This is the base class for all the input DTOs used by the Finder components.
| Constructor Summary | |
FinderInDto()
Creates an instance of this class. |
|
| Method Summary | |
void |
addOrderByFields(OrderByField orderByFields)
Add orderByFields. |
void |
clearOrderByFields()
Clear existing orderByFields. |
Integer |
getMaxRecords()
Getter for property maxRecords. |
OrderByField[] |
getOrderByFields()
Returns an array of orderByFields. |
OrderByField |
getOrderByFields(int index)
Returns a orderByFields from the specified position. |
int |
getOrderByFieldsCount()
Returns a count of orderByFields. |
boolean |
removeOrderByFields(OrderByField orderByFields)
Remove orderByFields. |
void |
setMaxRecords(Integer maxRecords)
Setter for property maxRecords. |
void |
setOrderByFields(OrderByField[] orderByFields)
Add an array of orderByFields. |
void |
setOrderByFields(OrderByField orderByFields,
int index)
Add orderByFields at the specified position. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FinderInDto()
| Method Detail |
public void addOrderByFields(OrderByField orderByFields)
orderByFields - OrderByFields.
public void setOrderByFields(OrderByField orderByFields,
int index)
orderByFields - OrderByFields.index - The position at which the orderByFields is to be added.public void setOrderByFields(OrderByField[] orderByFields)
orderByFields - An array of orderByFields.public void clearOrderByFields()
public boolean removeOrderByFields(OrderByField orderByFields)
orderByFields - OrderByFields.
public OrderByField getOrderByFields(int index)
index - The position index.
public OrderByField[] getOrderByFields()
public int getOrderByFieldsCount()
public Integer getMaxRecords()
public void setMaxRecords(Integer maxRecords)
maxRecords - New value of property maxRecords.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||