@Override
public Serializable execute(final ActionContext inActionContext)
{
GetPendingGroupsRequest actionRequest = (GetPendingGroupsRequest) inActionContext.getParams();
GetPendingDomainGroupsRequest request = new GetPendingDomainGroupsRequest(actionRequest.getStartIndex(),
actionRequest.getEndIndex());
PagedSet<DomainGroupModelView> pendingGroups = actionMapper.execute(request);
if (log.isTraceEnabled())