'XmlRpcCallbackLog', 'DatasetName' => '', 'Entity' => '\Valuation\Entity\XmlRpcCallbackLog', 'References' => array( 'xmlRpcClient' => '\Valuation\Entity\XmlRpc', 'valuation' => '\Valuation\Entity\Valuation', ), 'Dependants' => array() ); /** * @var array */ protected $metaGrid = array( 'Type' => 'Grid', 'Contract' => 'Recurring', 'Options' => array(), 'RequiredInput' => array(), 'OptionalInput' => array( 'Grid' => array( 'NumberOfRecords' => 'Integer', 'Page' => 'Integer', 'Filter' => 'Array', 'OrderBy' => 'Array', ) ), 'Base' => 'xmlRpcCallbackLog', 'NumberOfRecords' => 10, 'Query' => 'SELECT [SELECTION] FROM \Valuation\Entity\XmlRpcCallbackLog xmlRpcCallbackLog LEFT JOIN xmlRpcCallbackLog.xmlRpcClient xmlRpcClient LEFT JOIN xmlRpcCallbackLog.valuation valuation [WHERE] [ORDER]', 'Selection' => 'xmlRpcCallbackLog, xmlRpcClient, valuation', 'Filter' => array(), 'OrderBy' => array('xmlRpcCallbackLog.created' => 'DESC'), 'Fields' => array( 'id', 'xmlRpcClient' => array( 'id', 'clientName', ), 'valuation' => array( 'id', 'valuationNumber', ), 'callbackUrl', 'methodName', 'packet' => 'Array', 'response' => 'Array', 'status', 'attempts', 'created' => 'DateTime' ) ); }