Esempio n. 1
0
 def getInfo(self, tran, obj):
     result = ISystem.getInfo(self, tran, obj)
     log.debug('there!')
     result.type = obj.type
     result.name = obj.name
     result.destinationOid = obj.destinationOid
     return result
Esempio n. 2
0
	def getInfo(self, tran, obj):
		result = ISystem.getInfo(self, tran, obj)
		log.debug('there!');
		result.type = obj.type
		result.name = obj.name
		result.destinationOid = obj.destinationOid
		return result
Esempio n. 3
0
 def init(self, obj):
     ISystem.init(self, obj)
     #
     obj.destinationOid = Const.OID_NONE
     obj.destination = u'---'
     obj.starClass = u'wW0'
Esempio n. 4
0
 def init(self, obj):
     ISystem.init(self, obj)
     #
     obj.destinationOid = OID_NONE
     obj.destination = u'---'
     obj.starClass = u'wW0'