super(result, columnTitles, columnTypes, pageSize);
}
public int compare(Object obj1, Object obj2)
{
PortletInfo info1 = (PortletInfo)obj1;
PortletInfo info2 = (PortletInfo)obj2;
String name1 = info1.getDisplayName();
String name2 = info2.getDisplayName();
int order = 0;
if (name1 == null)
{
if (name2 == null)