| Package | Description |
|---|---|
| org.giavacms.richcontent.controller.request | |
| org.giavacms.richcontent.model | |
| org.giavacms.richcontent.repository |
| Modifier and Type | Method and Description |
|---|---|
RichContent |
RichContentRequestController.getLast(String category) |
| Modifier and Type | Method and Description |
|---|---|
List<RichContent> |
RichContentRequestController.getLatest(int pageSize) |
List<RichContent> |
RichContentRequestController.getPageOfSizeWithCategory(int size,
String category) |
List<RichContent> |
RichContentRequestController.loadPage(int startRow,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
RichContent |
Tag.getRichContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Tag.setRichContent(RichContent richContent) |
| Modifier and Type | Method and Description |
|---|---|
RichContent |
RichContentRepository.fetch(Object key) |
RichContent |
RichContentRepository.findHighlight() |
RichContent |
RichContentRepository.findLast() |
RichContent |
RichContentRepository.getLast(String category) |
protected RichContent |
RichContentRepository.prePersist(RichContent n) |
protected RichContent |
RichContentRepository.preUpdate(RichContent n) |
| Modifier and Type | Method and Description |
|---|---|
List<RichContent> |
RichContentRepository.getList(org.giavacms.common.model.Search<RichContent> ricerca,
int startRow,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
protected RichContent |
RichContentRepository.prePersist(RichContent n) |
protected RichContent |
RichContentRepository.preUpdate(RichContent n) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RichContentRepository.applyRestrictions(org.giavacms.common.model.Search<RichContent> search,
String alias,
String separator,
StringBuffer sb,
Map<String,Object> params)
criteri di default, comuni a tutti, ma specializzabili da ogni EJB tramite overriding
|
List<RichContent> |
RichContentRepository.getList(org.giavacms.common.model.Search<RichContent> ricerca,
int startRow,
int pageSize) |
Copyright © 2013. All Rights Reserved.