*/
public MendozaCommandResult checkoutEncoded(final MendozaRequest request) {
log.trace("Entering checkout encoded");
MendozaCheckoutEncodedCommand command =
new MendozaCheckoutEncodedCommand(request, this, serverState);
command.execute();
log.trace("Leaving checkout encoded");
return command.getResult();
}
/** Sets the cart to be posted to checkout.