Uses of Interface
com.jidesoft.grouper.ObjectGrouper

Packages that use ObjectGrouper
com.jidesoft.grouper The package contains all kinds of object groupers for JIDE Common Layer. 
com.jidesoft.grouper.date The package contains all kinds of date object groupers for JIDE Common Layer. 
 

Uses of ObjectGrouper in com.jidesoft.grouper
 

Classes in com.jidesoft.grouper that implement ObjectGrouper
 class AbstractObjectGrouper
          The abstract implementation of ObjectGrouper.
 class DefaultObjectGrouper
          Default implementation of ObjectGrouper.
 

Methods in com.jidesoft.grouper that return ObjectGrouper
static ObjectGrouper ObjectGrouperManager.getGrouper(Class<?> clazz)
          Gets the grouper associated with the type.
static ObjectGrouper ObjectGrouperManager.getGrouper(Class<?> clazz, GrouperContext context)
          Gets the registered grouper associated with class and context.
 

Methods in com.jidesoft.grouper with parameters of type ObjectGrouper
static void ObjectGrouperManager.registerGrouper(Class<?> clazz, ObjectGrouper grouper)
          Registers a grouper with type specified as clazz.
static void ObjectGrouperManager.registerGrouper(Class<?> clazz, ObjectGrouper grouper, GrouperContext context)
          Registers a grouper with the type specified as class and a grouper context specified as context.
 

Uses of ObjectGrouper in com.jidesoft.grouper.date
 

Classes in com.jidesoft.grouper.date that implement ObjectGrouper
 class DateDayOfMonthGrouper
           
 class DateDayOfWeekGrouper
           
 class DateDayOfWeekInMonthGrouper
           
 class DateDayOfYearGrouper
           
 class DateGrouper
          An abstract Grouper which can take data type such as Date, Calendar or Long and provide DateGrouper.getCalendarFieldAsInt(Object,int) and DateGrouper.getCalendarField(Object,int) methods to access the field of the Calendar.
 class DateMonthGrouper
           
 class DateQuarterGrouper
           
 class DateWeekOfMonthGrouper
           
 class DateWeekOfYearGrouper
           
 class DateYearGrouper
           
 



Copyright © 2013. All Rights Reserved.