query.addLIKE("GROUP_ID", groupId);
Group o = super.loadUnique(connection, query.toQuery());
if (o != null)
{
Object[] args = {child.getGroupName()};
throw new UniqueObjectException("OrganizationService.unique-group-exception", args);
}
if (broadcast)
listenerService_.broadcast("organization.group.preSave", this, childImpl);
childImpl.setId(groupId);