|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.core.site.content.filter.FilterContentDisplayerResult
public class FilterContentDisplayerResult
is the Result of the FilterContentDisplayer.
| Constructor Summary | |
|---|---|
FilterContentDisplayerResult(FilterContent c, ServiceRequest req)
creates a new FilterContentDisplayerResult for the given
contents with the current request. |
|
| Method Summary | |
|---|---|
org.jdom.Element |
deserializeToJDOM()
returns a JDOM representation of the Result. |
java.lang.Long |
getContentId()
Returns the content id of the current FilterContent of the
result. |
void |
setBaseURI(java.lang.String uri)
Sets the given URI as base URI for the result. |
void |
setDisplayCalendar(Duration duration)
Adds a CalendarSheet to the current FilterContentDisplayerResult. |
void |
setFilteredContents(java.util.Collection<Content> filtered)
sets the filtered contents. |
void |
setMaxResultsPerPage(int maxResults)
sets the maximum results per page. |
void |
setOffset(long o)
sets the offset. |
void |
setTotalResults(long total)
sets the number of total results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterContentDisplayerResult(FilterContent c, ServiceRequest req)
FilterContentDisplayerResult for the given
contents with the current request.
c - the FilterContentreq - the request| Method Detail |
|---|
public final void setFilteredContents(java.util.Collection<Content> filtered)
filtered - the collection containing the filtered contentspublic final void setTotalResults(long total)
total - the number of total resultspublic final void setOffset(long o)
o - the offsetpublic final void setMaxResultsPerPage(int maxResults)
maxResults - the maximum results per pagepublic final void setBaseURI(java.lang.String uri)
uri - the base URI to setpublic final java.lang.Long getContentId()
FilterContent of the
result.
FilterContent if content is
not null, null otherwisepublic final void setDisplayCalendar(Duration duration)
CalendarSheet to the current FilterContentDisplayerResult.
duration - the current Durationpublic org.jdom.Element deserializeToJDOM()
Result.
deserializeToJDOM in interface JDOMableResultJDOMable.deserializeToJDOM()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||