Information about a planned CallBack or a CallBack that has occurred,
from the utility to a customer regarding the status and plans about
resolving trouble, performing work, etc.Information about a planned
CallBack or a CallBack that has occurred, from the utility to a customer
regarding the status and plans about resolving trouble, performing work,
etc.
|
|
__init__(self,
dateTime='',
comment='',
advice='',
contactDetail='',
problemInfo='',
Appointments=None,
ErpPersons=None,
TroubleTickets=None,
status=None,
*args,
**kw_args)
Initialises a new 'CallBack' instance. |
|
|
|
|
| addAppointments(self,
*Appointments) |
|
|
|
|
| addErpPersons(self,
*ErpPersons) |
|
|
|
|
| addTroubleTickets(self,
*TroubleTickets) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| removeAppointments(self,
*Appointments) |
|
|
|
|
| removeErpPersons(self,
*ErpPersons) |
|
|
|
|
| removeTroubleTickets(self,
*TroubleTickets) |
|
|
|
|
| setAppointments(self,
value) |
|
|
|
|
| setErpPersons(self,
value) |
|
|
|
|
| setTroubleTickets(self,
value) |
|
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'advice': <type 'str'>, 'comment': <type 'str'>...
|
|
|
_attrs = ['dateTime', 'comment', 'advice', 'contactDetail', 'p...
|
|
|
_defaults = {'advice': '', 'comment': '', 'contactDetail': '',...
|
|
|
_many_refs = ['Appointments', 'ErpPersons', 'TroubleTickets']
|
|
|
_refs = ['Appointments', 'ErpPersons', 'TroubleTickets', 'stat...
|
|
|
status = None
|
|
|