Interface Inx_Api_ROBOManager

Description

The Inx_api_ROBOManager interface defines the basic requirements of a read-only business object manager, including retrieval of the managed objects.

The Inx_api_ROBOManager interface defines the basic requirements of a read-only business object manager, including retrieval of the managed objects.

Located in /Api/ROBOManager.php (line 10)


	
			
Direct descendents
Class Description
Inx_Api_GeneralMailing_GeneralMailingManager The Inx_Api_GeneralMailing_GeneralMailingManager enables read-only access to mailings of various types.
Inx_Api_Sending_SendingHistoryManager The Inx_Api_Sending_SendingHistoryManager enables read-only access to data regarding the sendings of mailings.
Method Summary
Methods
get (line 20)

Returns the Inx_Api_ReadOnlyBusinessObject with the specified id.

Returns the Inx_Api_ReadOnlyBusinessObject with the specified id.

  • return: the ReadOnlyBusinessObject.
  • throws: Inx_Api_DataException if no Inx_Api_ReadOnlyBusinessObject could be found (e.g. the object was deleted).
  • access: public
  • int $iId: the id of the Inx_Api_ReadOnlyBusinessObject to retrieve.
selectAll (line 29)

Returns an Inx_Api_ROBOResultSet containing all managed Inx_Api_ReadOnlyBusinessObjects. business objects to return, an empty result set will be returned.

Returns an Inx_Api_ROBOResultSet containing all managed Inx_Api_ReadOnlyBusinessObjects. If there are no business objects to return, an empty result set will be returned.

  • return: a ROBOResultSet containing all managed Inx_Api_ReadOnlyBusinessObjects.
  • access: public
Inx_Api_ROBOResultSet selectAll ()

Documentation generated on Thu, 17 Sep 2015 14:27:30 +0200 by phpDocumentor 1.3.2