Identifies organisations that might have roles as utilities,
contractors, suppliers, manufacturers, customers, etc. Organisations may
also have parent-child relationships to identify departments within an
organisation, or parent company relationships. The organization may be
internal (e.g., departments) or external to the utility. There may be
multiple organizations of a given 'category', each with a unique
'code'.Identifies organisations that might have roles as utilities,
contractors, suppliers, manufacturers, customers, etc. Organisations may
also have parent-child relationships to identify departments within an
organisation, or parent company relationships. The organization may be
internal (e.g., departments) or external to the utility. There may be
multiple organizations of a given 'category', each with a unique
'code'.
|
|
__init__(self,
category='',
code='',
industryID='',
governmentID='',
optOut=False,
isCostCenter=False,
isProfitCenter=False,
mode='',
AssetRoles=None,
Requests=None,
Crews=None,
ChangeItems=None,
ErpPersonRoles=None,
ActivityRecords=None,
ParentOrganisationRoles=None,
Locations=None,
ChildOrganisationRoles=None,
PowerSystemResourceRoles=None,
LandPropertyRoles=None,
DocumentRoles=None,
*args,
**kw_args)
Initialises a new 'ErpOrganisation' instance. |
|
|
|
|
| addActivityRecords(self,
*ActivityRecords) |
|
|
|
|
| addAssetRoles(self,
*AssetRoles) |
|
|
|
|
| addChangeItems(self,
*ChangeItems) |
|
|
|
|
| addChildOrganisationRoles(self,
*ChildOrganisationRoles) |
|
|
|
|
|
|
|
| addDocumentRoles(self,
*DocumentRoles) |
|
|
|
|
| addErpPersonRoles(self,
*ErpPersonRoles) |
|
|
|
|
| addLandPropertyRoles(self,
*LandPropertyRoles) |
|
|
|
|
| addLocations(self,
*Locations) |
|
|
|
|
| addParentOrganisationRoles(self,
*ParentOrganisationRoles) |
|
|
|
|
| addPowerSystemResourceRoles(self,
*PowerSystemResourceRoles) |
|
|
|
|
| addRequests(self,
*Requests) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| getChildOrganisationRoles(self) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| getLandPropertyRoles(self) |
|
|
|
|
|
|
|
| getParentOrganisationRoles(self) |
|
|
|
|
| getPowerSystemResourceRoles(self) |
|
|
|
|
|
|
|
| removeActivityRecords(self,
*ActivityRecords) |
|
|
|
|
| removeAssetRoles(self,
*AssetRoles) |
|
|
|
|
| removeChangeItems(self,
*ChangeItems) |
|
|
|
|
| removeChildOrganisationRoles(self,
*ChildOrganisationRoles) |
|
|
|
|
| removeCrews(self,
*Crews) |
|
|
|
|
| removeDocumentRoles(self,
*DocumentRoles) |
|
|
|
|
| removeErpPersonRoles(self,
*ErpPersonRoles) |
|
|
|
|
| removeLandPropertyRoles(self,
*LandPropertyRoles) |
|
|
|
|
| removeLocations(self,
*Locations) |
|
|
|
|
| removeParentOrganisationRoles(self,
*ParentOrganisationRoles) |
|
|
|
|
| removePowerSystemResourceRoles(self,
*PowerSystemResourceRoles) |
|
|
|
|
| removeRequests(self,
*Requests) |
|
|
|
|
| setActivityRecords(self,
value) |
|
|
|
|
| setAssetRoles(self,
value) |
|
|
|
|
| setChangeItems(self,
value) |
|
|
|
|
| setChildOrganisationRoles(self,
value) |
|
|
|
|
|
|
|
| setDocumentRoles(self,
value) |
|
|
|
|
| setErpPersonRoles(self,
value) |
|
|
|
|
| setLandPropertyRoles(self,
value) |
|
|
|
|
| setLocations(self,
value) |
|
|
|
|
| setParentOrganisationRoles(self,
value) |
|
|
|
|
| setPowerSystemResourceRoles(self,
value) |
|
|
|
|
|
|
Inherited from IEC61968.Common.Organisation'.Organisation:
addBusinessRoles,
getBusinessRoles,
removeBusinessRoles,
setBusinessRoles
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__
|