Class Inx_Apiimpl_Action_ActionManagerImpl

Description

Implements interfaces:

  • version: $Revision: 9739 $ $Date: 2008-01-23 14:44:04 +0200 (Tr, 23 Sau 2008) $ $Author: aurimas $
  • since: API 1.2.0

Located in /Apiimpl/Action/ActionManagerImpl.php (line 9)


	
			
Variable Summary
Inx_Apiimpl_Action_CommandFactory $_oCmdFactory
SoapClient $_oService
Method Summary
Inx_Apiimpl_Action_ActionManagerImpl __construct (Inx_Apiimpl_SessionContext $sc)
void createAction (Inx_Api_List_ListContext $listContext)
void fetchBOs (Inx_Apiimpl_RemoteRef $oResultSetRef,  $iIndex,  $iDirection)
void get ( $iId)
void remove ( $iId)
void removeBOs (Inx_Apiimpl_RemoteRef $oResultSetRef,  $aIndexRanges)
void select (mixed $mListContext, [orderAttribute $iOrderAttribute = -1], [orderType $iOrderType = -1])
void selectAll ()
Variables
Inx_Apiimpl_Action_CommandFactory $_oCmdFactory = null (line 24)
  • access: protected
SoapClient $_oService (line 19)
  • access: protected
Inx_Apiimpl_SessionContext $_oSessionContext (line 14)
  • access: protected
Methods
Constructor __construct (line 27)
  • access: public
Inx_Apiimpl_Action_ActionManagerImpl __construct (Inx_Apiimpl_SessionContext $sc)
createAction (line 37)
  • see: createAction(com.inxmail.xpro.api.list.ListContext)
  • access: public
void createAction (Inx_Api_List_ListContext $listContext)

Implementation of:
Inx_Api_Action_ActionManager::createAction()
Creates a new, empty action with the specified owning list.
fetchBOs (line 153)
  • see: fetchBOs(com.inxmail.xpro.apiimpl.RemoteRef, int, int)
  • throws: Inx_Api_RemoteException
  • access: public
void fetchBOs (Inx_Apiimpl_RemoteRef $oResultSetRef,  $iIndex,  $iDirection)

Implementation of:
Inx_Apiimpl_Core_BOResultSetDelegate::fetchBOs()
get (line 49)
  • see: get(int)
  • throws: Inx_Api_DataException
  • access: public
void get ( $iId)
  • $iId

Implementation of:
Inx_Api_BOManager::get()
Returns the Inx_Api_BusinessObject with the specified id.
getCommandFactory (line 163)
  • see: getCommandFactory()
  • access: public
void getCommandFactory ()

Implementation of:
Inx_Api_Action_ActionManager::getCommandFactory()
Returns the factory used to create new commands.
remove (line 73)
  • see: remove(int)
  • access: public
void remove ( $iId)
  • $iId

Implementation of:
Inx_Api_BOManager::remove()
Removes the Inx_Api_BusinessObject with the specified id.
removeBOs (line 141)
  • see: removeBOs(com.inxmail.xpro.apiimpl.RemoteRef, com.inxmail.xpro.apiservice.TInteger[])
  • throws: RemoteException
  • access: public
void removeBOs (Inx_Apiimpl_RemoteRef $oResultSetRef,  $aIndexRanges)

Implementation of:
Inx_Apiimpl_Core_BOResultSetDelegate::removeBOs()
select (line 105)
  • access: public
void select (mixed $mListContext, [orderAttribute $iOrderAttribute = -1], [orderType $iOrderType = -1])
  • mixed $mListContext: listContextId ListContext or listcontext id
  • orderAttribute $iOrderAttribute
  • orderType $iOrderType

Implementation of:
Inx_Api_Action_ActionManager::select()
Selects all actions owned by the specified list context.
selectAll (line 93)
  • see: selectAll()
  • access: public
void selectAll ()

Implementation of:
Inx_Api_BOManager::selectAll()
Returns an Inx_Api_BOResultSet containing all managed Inx_Api_BusinessObjects.

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