|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.loom.util.displaytag.DisplayTagDao
@Repository public class DisplayTagDao
Retrieve paged data in the format expected by DisplayTag. This class could probably be refactored to use PagedListCriteria and PagedListData
| Constructor Summary | |
|---|---|
DisplayTagDao()
|
|
| Method Summary | |
|---|---|
void |
query(PaginatedListImpl<?> page,
java.lang.String q,
java.lang.Object... params)
Retrieve a paged query. |
void |
setEntityManager(javax.persistence.EntityManager entityManager)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DisplayTagDao()
| Method Detail |
|---|
public void setEntityManager(javax.persistence.EntityManager entityManager)
public void query(PaginatedListImpl<?> page,
java.lang.String q,
java.lang.Object... params)
page - The page to retrieve, including sorting orderq - The query stringparams - The query params
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||