Class Inx_Apiimpl_Approval_ApproverImpl

Description

Implements interfaces:

ApproverImpl

ApproverImpl

  • version:

Located in /Apiimpl/Approval/ApproverImpl.php (line 8)


	
			
Variable Summary
mixed $_oData
mixed $_oSc
Method Summary
Inx_Apiimpl_Approval_ApproverImpl __construct ( $oSc,  $oData)
void commitUpdate ()
void convert (Inx_Apiimpl_SessionContext $sc,  $approverData)
void convertArr (Inx_Apiimpl_SessionContext $sc,  $data)
void getComment ()
void getEmail ()
void getId ()
void getLists ()
void getName ()
void reload ()
void updateComment ( $sComment)
void updateEmail ( $sEmail)
void updateLists ( $lists)
void updateName ( $sName)
Variables
mixed $_oData (line 13)
  • access: protected
mixed $_oSc (line 11)
  • access: protected
Methods
Constructor __construct (line 18)
  • access: public
Inx_Apiimpl_Approval_ApproverImpl __construct ( $oSc,  $oData)
  • $oSc
  • stdClass $oData
commitUpdate (line 26)
  • access: public
void commitUpdate ()

Implementation of:
Inx_Api_BusinessObject::commitUpdate()
Passes all changes made since the last commit to the server.
convert (line 74)
  • access: public
void convert (Inx_Apiimpl_SessionContext $sc,  $approverData)
convertArr (line 83)
  • access: public
void convertArr (Inx_Apiimpl_SessionContext $sc,  $data)
getComment (line 98)
  • access: public
void getComment ()

Implementation of:
Inx_Api_Approval_Approver::getComment()
Returns the comment of the approver.
getEmail (line 104)
  • access: public
void getEmail ()

Implementation of:
Inx_Api_Approval_Approver::getEmail()
Returns the email address of the approver.
getId (line 52)
  • access: public
void getId ()

Implementation of:
Inx_Api_BusinessObject::getId()
Returns the unique identifier of this Inx_Api_BusinessObject.
getLists (line 110)
  • access: public
void getLists ()

Implementation of:
Inx_Api_Approval_Approver::getLists()
Returns an id list of all lists the approver is assigned to.
getName (line 116)
  • access: public
void getName ()

Implementation of:
Inx_Api_Approval_Approver::getName()
Returns the name of the approver.
reload (line 58)
  • access: public
void reload ()

Implementation of:
Inx_Api_BusinessObject::reload()
Reloads this business object from the server.
updateComment (line 122)
  • access: public
void updateComment ( $sComment)
  • $sComment

Implementation of:
Inx_Api_Approval_Approver::updateComment()
Sets a new comment for the approver.
updateEmail (line 128)
  • access: public
void updateEmail ( $sEmail)
  • $sEmail

Implementation of:
Inx_Api_Approval_Approver::updateEmail()
Sets a new email address for the approver.
updateLists (line 134)
  • access: public
void updateLists ( $lists)
  • $lists

Implementation of:
Inx_Api_Approval_Approver::updateLists()
Sets the lists this approver is assigned to.
updateName (line 140)
  • access: public
void updateName ( $sName)
  • $sName

Implementation of:
Inx_Api_Approval_Approver::updateName()
Sets a new for the approver.

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