def export_assignment(self, interface, doc, node):
     self.export_stopUrls(doc, node)
     PropertyPortletAssignmentExportImportHandler.export_assignment(self, interface, doc, node)
Example #2
0
 def export_assignment(self, interface, doc, node):
     self.export_weight(doc, node)
     PropertyPortletAssignmentExportImportHandler.export_assignment(
         self, interface, doc, node)
 def import_assignment(self, interface, node):
     self.import_stopUrls(node)
     PropertyPortletAssignmentExportImportHandler.import_assignment(self, interface, node)
Example #4
0
 def import_assignment(self, interface, node):
     self.import_weight(node)
     PropertyPortletAssignmentExportImportHandler.import_assignment(
         self, interface, node)