[
http://jira.magnolia-cms.com/browse/MGNLSTK-690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=30551#action_30551
]
Grégory Joseph commented on MGNLSTK-690:
----------------------------------------
Thanks ! SureFireModuleManager could go, afaiac, to magnolia-core/test; will
review more closely when the patch gets applied - sounds like its just a
different ModuleDescriptorLoader no?
> Provide for sorting, filtering and shrinking by query in STKUtil
> ----------------------------------------------------------------
>
> Key: MGNLSTK-690
> URL: http://jira.magnolia-cms.com/browse/MGNLSTK-690
> Project: Magnolia Standard Templating Kit
> Issue Type: Improvement
> Components: base system
> Reporter: Jörg von Frantzius
> Assignee: Philipp Bärfuss
> Attachments: magnolia-module-standard-templating-kit.patch
>
>
> Currently any callers of
> {{info.magnolia.module.templatingkit.util.STKUtil.getContentListByTemplateName(Content,
> String)}} will have to implement sorting, filtering and shrinking of results
> in Java. This leads to intolerable perfomance when thousands of result
> objects must be processed in Java.
> The provided patch extends some method signatures of STKUtil so a
> maxResultSize (for shrinking), andClause (for filtering) and orderByClause
> (for sorting) can be passed in. This will allow subclasses of
> AbstractListItemModel to perform sorting, filtering and shrinking via JCR
> query rather than in Java.
> The provided patch requires the application of the patch previously provided
> in [MAGNOLIA-3331].
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------