| Package | Description |
|---|---|
| org.giavacms.faq.controller | |
| org.giavacms.faq.controller.request | |
| org.giavacms.faq.model | |
| org.giavacms.faq.repository |
| Modifier and Type | Method and Description |
|---|---|
Object |
FaqCategoryController.getId(FaqCategory t) |
| Modifier and Type | Method and Description |
|---|---|
List<FaqCategory> |
FaqRequestController.getFaqCategories() |
| Modifier and Type | Method and Description |
|---|---|
FaqCategory |
Faq.getFaqCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Faq.setFaqCategory(FaqCategory faqCategory) |
| Modifier and Type | Method and Description |
|---|---|
protected FaqCategory |
FaqCategoryRepository.prePersist(FaqCategory n) |
protected FaqCategory |
FaqCategoryRepository.preUpdate(FaqCategory n) |
| Modifier and Type | Method and Description |
|---|---|
protected List<FaqCategory> |
FaqCategoryRepository.extract(List resultList,
boolean completeFetch)
sb.append(pageAlias).append(".id, "); sb.append(pageAlias).append(".lang1id, ");
sb.append(pageAlias).append(".lang2id, "); sb.append(pageAlias).append(".lang3id, ");
sb.append(pageAlias).append(".lang4id, ");
sb.append(pageAlias).append(".lang5id, ");sb.append(pageAlias).append(".title, ");
sb.append(pageAlias).append(".description, "); sb.append(templateImplAlias).append(".id as templateImpl_id, ");
sb.append(templateImplAlias).append(".mainPageId, "); sb.append(templateImplAlias).append(".mainPageTitle, "); if
(completeFetch) { // additional fields to retrieve only when fetching
sb.append(productAlias).append(".id AS productId, "); sb.append(productAlias).append(".title AS productTitle, ");
}
|
| Modifier and Type | Method and Description |
|---|---|
protected FaqCategory |
FaqCategoryRepository.prePersist(FaqCategory n) |
protected FaqCategory |
FaqCategoryRepository.preUpdate(FaqCategory n) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FaqCategoryRepository.applyRestrictionsNative(org.giavacms.common.model.Search<FaqCategory> search,
String pageAlias,
String templateImplAlias,
String categoryAlias,
String separator,
StringBuffer sb,
Map<String,Object> params) |
protected StringBuffer |
FaqCategoryRepository.getListNative(org.giavacms.common.model.Search<FaqCategory> search,
Map<String,Object> params,
boolean count,
int startRow,
int pageSize,
boolean completeFetch)
In case of a main table with one-to-many collections to fetch at once
we need an external query to read results and an internal query to apply parameters and paginate results
we need just the external query to apply parameters and count the overall distinct results
|
Copyright © 2013. All Rights Reserved.