Uses of Class
com.jalios.jcms.Publication.PdateComparator
-
Packages that use Publication.PdateComparator Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets. -
-
Uses of Publication.PdateComparator in com.jalios.jcms
Subclasses of Publication.PdateComparator in com.jalios.jcms Modifier and Type Class Description static class
Publication.RelatedCategoryComparator<T extends Publication>
Publication are sorted according the count of common categories with the given category set.static class
Publication.SdateComparator<T extends Publication>
Compares two Publications using their Sdate in descending order (newest date first). -
Uses of Publication.PdateComparator in com.jalios.jcms.portlet
Subclasses of Publication.PdateComparator in com.jalios.jcms.portlet Modifier and Type Class Description static class
PortalManager.PortalRedirectComparator
Sorts Portals by prioritizing Redirect, and then sorting by pdate
-