Exemplo n.º 1
0
 def __init__(self, rh, contribution, hideFull=0):
     self._contrib = self._target = contribution
     WPConferenceBase.__init__(self, rh, self._contrib.getConference())
     self._navigationTarget = contribution
     self._hideFull = hideFull
Exemplo n.º 2
0
 def __init__( self, rh, subContribution ):
     self._subContrib = self._target = subContribution
     self._conf = self._target.getConference()
     self._contrib = self._subContrib.getOwner()
     WPConferenceBase.__init__( self, rh, self._conf )
Exemplo n.º 3
0
 def __init__(self, rh, session):
     self._session = session
     WPConferenceBase.__init__(self, rh, self._session.getConference())
Exemplo n.º 4
0
 def __init__(self, rh, file):
     self._file = file
     if self._file.getConference() != None:
         WPConferenceBase.__init__(self, rh, self._file.getConference())
     else:
         WPCategoryBase.__init__(self, rh, self._file.getCategory())
Exemplo n.º 5
0
 def __init__( self, rh, file ):
     self._file = file
     if self._file.getConference()!=None:
         WPConferenceBase.__init__( self, rh, self._file.getConference() )
     else:
         WPCategoryBase.__init__(self,rh,self._file.getCategory())
Exemplo n.º 6
0
 def __init__(self, rh, session):
     self._session = session
     WPConferenceBase.__init__(self, rh, self._session.getConference())
Exemplo n.º 7
0
 def __init__(self, rh, contribution, hideFull=0):
     self._contrib = self._target = contribution
     WPConferenceBase.__init__(self, rh, self._contrib.getConference())
     self._navigationTarget = contribution
     self._hideFull = hideFull