* @return Returns the command result.
*/
public MendozaCommandResult addGiftCertificate(
final MendozaRequest request) {
log.trace("Entering addGiftCertificate");
MendozaAddGiftCommand command =
new MendozaAddGiftCommand(request, this, serverState);
command.execute();
log.trace("Leaving addGiftCertificate");
return command.getResult();
}