* Initialize.
*/
public void init()
{
pager = new BasicPager();
GetGroupCoordinatorsRequest req = new GetGroupCoordinatorsRequest(entityKey, coordinators);
req.setEndIndex(pager.getEndItem());
req.setStartIndex(pager.getStartItem());
model.fetch(req, false);
}