Class Inx_Apiimpl_List_ListImpl

Description

Implements interfaces:

ListImpl

ListImpl

  • version: $Revision: 7335 $ $Date: 2007-09-10 14:58:22 +0200 (Mo, 10 Sep 2007) $ $Author: sbn $

Located in /Apiimpl/List/ListImpl.php (line 7)


	
			
Direct descendents
Class Constant Summary
Variable Summary
Method Summary
static void convertBO (Inx_Apiimpl_SessionContext $oSc,  $oListData)
static void convertList (Inx_Apiimpl_SessionContext $oSc,  $aListDatas)
Inx_Apiimpl_List_ListImpl __construct (Inx_Apiimpl_SessionContext $oSc, [ $oData = null])
void commitUpdate ()
void createListData ()
void disableFeature ( $iFeatureId)
void enableFeature ( $iFeatureId)
void findProperty ( $sPropertyName)
void getDescription ()
void getId ()
void getListSize ([ $computeNow = false])
void getListType ()
void getName ()
void isFeatureEnabled ( $iFeatureId)
void reload ()
void updateDescription ( $sDesc)
void updateName ( $sName)
void _writeAccess ( $iAttrIndex)
Variables
mixed $oListData (line 21)
  • access: public
mixed $oSessionContext (line 19)
  • access: public
mixed $_aChangedAttrs (line 23)
  • access: protected
mixed $_oPropertyContext = null (line 17)
  • access: protected
Methods
static method convertBO (line 225)
  • access: public
static void convertBO (Inx_Apiimpl_SessionContext $oSc,  $oListData)
static method convertList (line 216)
  • access: public
static void convertList (Inx_Apiimpl_SessionContext $oSc,  $aListDatas)
Constructor __construct (line 26)
  • access: public
Inx_Apiimpl_List_ListImpl __construct (Inx_Apiimpl_SessionContext $oSc, [ $oData = null])

Redefined in descendants as:
commitUpdate (line 97)
  • throws: UpdateException, DataException
  • access: public
void commitUpdate ()

Implementation of:
Inx_Api_BusinessObject::commitUpdate()
Passes all changes made since the last commit to the server.
createListData (line 246)
  • access: public
void createListData ()
disableFeature (line 163)
  • throws: SecurityException, FeatureNotAvailableException
  • access: public
void disableFeature ( $iFeatureId)
  • $iFeatureId

Implementation of:
Inx_Api_List_ListContext::disableFeature()
Disables the feature with the given id.
enableFeature (line 138)
  • throws: SecurityException, FeatureNotAvailableException
  • access: public
void enableFeature ( $iFeatureId)
  • $iFeatureId

Implementation of:
Inx_Api_List_ListContext::enableFeature()
Enables the feature with the given id.
findProperty (line 186)
  • access: public
void findProperty ( $sPropertyName)
  • $sPropertyName

Implementation of:
Inx_Api_List_ListContext::findProperty()
Returns the property identified by the specified name.
getCreationDatetime (line 55)
  • access: public
void getCreationDatetime ()

Implementation of:
Inx_Api_List_ListContext::getCreationDatetime()
Returns the creation datetime.
getDescription (line 49)
  • access: public
void getDescription ()

Implementation of:
Inx_Api_List_ListContext::getDescription()
Returns the list description.
getId (line 34)
  • access: public
void getId ()

Implementation of:
Inx_Api_BusinessObject::getId()
Returns the unique identifier of this Inx_Api_BusinessObject.
getListSize (line 260)
  • access: public
void getListSize ([ $computeNow = false])
  • $computeNow

Implementation of:
Inx_Api_List_ListContext::getListSize()
Returns the number of recipients that are subscribed to the list.
getListType (line 39)
  • access: public
void getListType ()
getName (line 44)
  • access: public
void getName ()

Implementation of:
Inx_Api_List_ListContext::getName()
Returns the list name. The names of the system and administration lists are predefined and immutable.
isFeatureEnabled (line 120)
  • throws: FeatureNotAvailableException
  • access: public
void isFeatureEnabled ( $iFeatureId)
  • $iFeatureId

Implementation of:
Inx_Api_List_ListContext::isFeatureEnabled()
Checks if the specified feature is enabled.
reload (line 77)
  • throws: DataException
  • access: public
void reload ()

Implementation of:
Inx_Api_BusinessObject::reload()
Reloads this business object from the server.
selectProperties (line 199)
  • access: public
void selectProperties ()

Implementation of:
Inx_Api_List_ListContext::selectProperties()
Returns an Inx_Api_BOResultSet containing all properties of this list.
updateDescription (line 67)
  • access: public
void updateDescription ( $sDesc)
  • $sDesc

Implementation of:
Inx_Api_List_ListContext::updateDescription()
Changes the list description.
updateName (line 61)
  • access: public
void updateName ( $sName)
  • $sName
_writeAccess (line 207)
  • access: protected
void _writeAccess ( $iAttrIndex)
  • $iAttrIndex
Class Constants
ADMINISTRATION_LIST = 4 (line 13)
DYNAMIC_LIST = 3 (line 12)
MAX_ATTRIBUTES = 5 (line 15)
STANDARD_LIST = 2 (line 11)
SYSTEM_LIST = 1 (line 10)

defined in com.

defined in com.inxmail.xpro.InxmailConstants

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