public void doInsert(RunData data, Context context)
throws Exception
{
ProductCategory entry = new ProductCategory();
data.getParameters().setProperties(entry);
entry.save();
}
/**
* Update a record in the database with the
* information present in the web form.